diff --git a/.azure-pipelines/common-templates/install-tools.yml b/.azure-pipelines/common-templates/install-tools.yml index 33f494243de..1a1d771bce8 100644 --- a/.azure-pipelines/common-templates/install-tools.yml +++ b/.azure-pipelines/common-templates/install-tools.yml @@ -2,23 +2,11 @@ # Licensed under the MIT License. steps: - - task: UseDotNet@2 - displayName: "Use .NET 6" # needed for ESRP signing - inputs: - version: 6.x - - - task: UseDotNet@2 - displayName: Use .NET SDK - inputs: - debugMode: false - version: 7.x - - task: UseDotNet@2 displayName: Use .NET SDK inputs: - debugMode: false - version: 8.x - + version: 8.x + - task: NuGetToolInstaller@1 displayName: Install Nuget diff --git a/.azure-pipelines/generation-templates/authentication-module.yml b/.azure-pipelines/generation-templates/authentication-module.yml index 86b7171a52b..4dc2d7148d1 100644 --- a/.azure-pipelines/generation-templates/authentication-module.yml +++ b/.azure-pipelines/generation-templates/authentication-module.yml @@ -30,6 +30,15 @@ steps: script: | . $(System.DefaultWorkingDirectory)/tools/GenerateAuthenticationModule.ps1 -Test + - ${{ if eq(parameters.Test, true) }}: + - task: PowerShell@2 + displayName: Test Json Utilities + inputs: + pwsh: true + targetType: inline + script: dotnet test + workingDirectory: "$(System.DefaultWorkingDirectory)/tools/Tests/JsonUtilitiesTest" + - ${{ if eq(parameters.Sign, true) }}: - template: ../common-templates/esrp/strongname.yml parameters: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0e254957df7..c7fdb9274a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ The best way to get started with a contribution is to start a dialog with us. So - Clone the repo - . - Identify the module(s) that you want add the custom cmdlets to. E.g. [Groups](https://github.com/microsoftgraph/msgraph-sdk-powershell/tree/dev/src/Groups/Groups). - Navigate to the module’s custom folder. E.g. [Groups/custom](https://github.com/microsoftgraph/msgraph-sdk-powershell/tree/dev/src/Groups/Groups/custom). In here, you will find a readme.md that has basic instructions on how to add custom cmdlets. A full guide can be found [here](https://github.com/Azure/autorest/blob/master/docs/powershell/customization.md#creating-a-new-cmdlet). -- In the custom directory, add your custom cmdlet naming the file as `{Verb}Mg{Subject}_{Variant}.(cs|ps)`. This file will contain the implementation of your custom cmdlet. You can refer to [NewMgGroupMember_Create.cs](https://github.com/microsoftgraph/msgraph-sdk-powershell/blob/dev/src/Groups/Groups/custom/NewMgGroupMember_Create.cs) as an example. +- In the custom directory, add your custom cmdlet naming the file as `{Verb}Mg{Subject}_{Variant}.(cs|ps)`. This file will contain the implementation of your custom cmdlet. You can refer to [NewMgGroupMember_Create.cs](https://github.com/microsoftgraph/msgraph-sdk-powershell/blob/dev/src/Groups/v1.0/custom/NewMgGroupMember_Create.cs) as an example. - Once done, bump up the module version number in the module’s root [readme.md](https://github.com/microsoftgraph/msgraph-sdk-powershell/blob/dev/src/Groups/Groups/readme.md#versioning) then run `.\msgraph-sdk-powershell\tools\GenerateModules.ps1 -Build` to create, build and export the cmdlets to `..\exports` folder. ## Modifying Existing Cmdlets diff --git a/Dockerfile b/Dockerfile index 72dbd5e207d..dbaae9a9223 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,5 @@ RUN pwsh -c "if ('${VERSION}' -eq 'latest') { Install-Module Microsoft.Graph -Sc RUN pwsh -c "if ('${VERSION}' -eq 'latest') { Install-Module Microsoft.Graph.Beta -Scope CurrentUser -AllowClobber -Force} else { Install-Module Microsoft.Graph.Beta -Scope CurrentUser -AllowClobber -Force -RequiredVersion ${VERSION} }" RUN pwsh -c "if (!(Test-Path -Path \$PROFILE)) { New-Item -ItemType File -Path \$PROFILE -Force } echo 'Import-Module Microsoft.Graph.Authentication' >> \$PROFILE" -LABEL description="# Welcome to Microsoft Graph PowrShell \ -To start learning about the module checkout the [getting started documentation](https://docs.microsoft.com/en-us/powershell/microsoftgraph/get-started)" \ No newline at end of file +LABEL description="# Welcome to Microsoft Graph PowerShell \ +To start learning about the module checkout the [getting started documentation](https://docs.microsoft.com/en-us/powershell/microsoftgraph/get-started)" diff --git a/autorest.powershell b/autorest.powershell index 1865c6e5792..31482f7090b 160000 --- a/autorest.powershell +++ b/autorest.powershell @@ -1 +1 @@ -Subproject commit 1865c6e579269c45a45ad1c6cf6d856b6d27643f +Subproject commit 31482f7090b0be090024df11f00f1b092ae0f017 diff --git a/config/ModuleMetadata.json b/config/ModuleMetadata.json index ca3d20b456c..1f94e0faf97 100644 --- a/config/ModuleMetadata.json +++ b/config/ModuleMetadata.json @@ -27,15 +27,15 @@ "versions": { "authentication": { "prerelease": "", - "version": "2.25.0" + "version": "2.26.0" }, "beta": { "prerelease": "", - "version": "2.25.0" + "version": "2.26.0" }, "v1.0": { "prerelease": "", - "version": "2.25.0" + "version": "2.26.0" } } } diff --git a/config/ModulesMapping.jsonc b/config/ModulesMapping.jsonc index fc75d4534db..26d6c619913 100644 --- a/config/ModulesMapping.jsonc +++ b/config/ModulesMapping.jsonc @@ -1,8 +1,8 @@ -{ + { "Applications": "^applicationTemplates\\.|^applications\\.|^servicePrincipals\\.|^onPremisesPublishingProfiles\\.|^users.appRoleAssignment$|^groups.appRoleAssignment$", - "Bookings": "^bookingBusinesses\\.|^bookingCurrencies\\.|^solutions.Actions$|^solutions.bookingBusiness$|^solutions.bookingCurrency$|^solutions.virtualEventsRoot$|^solutions.Functions$|^solutions.solutionsRoot$", - "BusinessScenario": "^solutions.businessScenario$", - "BackupRestore": "^solutions.backupRestoreRoot$", + "Bookings": "^bookingBusinesses\\.|^bookingCurrencies\\.|^solutions.booking.*.Actions$|^solutions.bookingBusiness$|^solutions.bookingCurrency$|^solutions.virtualEventsRoot$|^solutions.booking.*.Functions$|^solutions.solutionsRoot$", + "BusinessScenario": "^solutions.businessScenario$|^solutions.BusinessScenario.*.Actions$|^solutions.BusinessScenario.*.Functions$", + "BackupRestore": "^solutions.backupRestoreRoot$|^solutions.backupRestore.*.Actions$|^solutions.backupRestore.*.Functions$", "Calendar": "^places\\.|^users.calendar$|^users.calendarGroup$|^users.event$|^groups.calendar$|^groups.event$", "ChangeNotifications": "^subscriptions\\.", "CloudCommunications": "^users.onlineMeeting$|^users.presence$|^communications\\.", @@ -10,20 +10,19 @@ "CrossDeviceExperiences": "^users.userActivity$|^users.device$", "Devices.CloudPrint": "^print\\.", "Devices.CorporateManagement": "^deviceAppManagement\\.|^officeConfiguration\\.|^users.mobileAppIntentAndState$|^users.mobileAppTroubleshootingEvent$|^users.windowsInformationProtectionDeviceRegistration$|^users.managedAppRegistration$|^users.managedDevice$|^users.deviceManagementTroubleshootingEvent$|^users.deviceEnrollmentConfiguration$", - "Devices.ServiceAnnouncement": "^admin.serviceAnnouncement$|^admin.Actions$|^admin.Functions$", + "Devices.ServiceAnnouncement": "^admin.serviceAnnouncement$|^admin.*.Actions$|^admin.*.Functions$", "DeviceManagement": "^deviceManagement.(deviceCompliancePolicy.*|deviceManagementConfigurationPolicy.*|deviceManagementCompliancePolicy.*|deviceManagementConfigurationSettingDefinition.*|deviceConfiguration.*|managedDevice.*|managementCondition.*|microsoftTunnel.*|userExperienceAnalytics.*|windowsInformationProtection.*|deviceManagement|deviceManagement(DerivedCredentialSettings|Intent|ResourceAccessProfileBase|Script|SettingCategory|SettingDefinition|Template|TroubleshootingEvent)|androidForWork(AppConfigurationSchema|Settings)|androidManagedStore(AccountEnterpriseSettings|AppConfigurationSchema)|deviceAndAppManagementAssignmentFilter|deviceCategory|advancedThreatProtectionOnboardingStateSummary|dataSharingConsent|detectedApp|deviceHealthScript|deviceShellScript|embeddedSIMActivationCodePool|groupPolicyConfiguration|macOSSoftwareUpdateAccountSummary|mobileAppTroubleshootingEvent|notificationMessageTemplate|remoteActionAudit|softwareUpdateStatusSummary|windowsMalwareInformation|windowsQualityUpdateProfile)$|^admin.edge$|^deviceManagement.monitoring$|^users.ListCloudPCs$", "DeviceManagement.Administration": "^deviceManagement.(virtualEndpoint.*|.*Partner.*|.*Certificate.*|.*role.*|deviceManagement(DomainJoinConnector|ExchangeConnector|ExchangeOnPremisesPolicy)|groupPolicy(Category|Definition|DefinitionFile|MigrationReport|ObjectFile|UploadedDefinitionFile)|auditEvent|cartToClassAssociation|comanagementEligibleDevice|deviceAndAppManagementRoleAssignment|intuneBrandingProfile|iosUpdateDeviceStatus|mobileThreatDefenseConnector|ndesConnector|resourceOperation|restrictedAppsViolation|termsAndConditions)", "DeviceManagement.Enrollment": "^deviceManagement.(.*Enrollment.*|.*Autopilot.*|.*depOnboarding.*|importedDeviceIdentity|onPremisesConditionalAccessSettings|windowsFeatureUpdateProfile)$|^roleManagement.roleManagement$|^roleManagement.rbacApplicationMultiple$|^roleManagement.unifiedRbacApplication$", - "DeviceManagement.Actions": "^deviceManagement.Actions$", - "DeviceManagement.Functions": "^deviceManagement.Functions$", - "DirectoryObjects": "^directoryObjects\\.|^directory.publicKeyInfrastructureRoot$", + "DeviceManagement.Functions": "^deviceManagement.*.Functions$", + "DirectoryObjects": "^directoryObjects\\.|^directory.publicKeyInfrastructureRoot$", "Education": "^education\\.", "Files": "^drives\\.|^shares\\.|^users.drive$|^groups.drive$", "Financials": "^financials\\.", - "Groups": "^groups.group$|^groups.directoryObject$|^groups.conversation$|^groups.endpoint$|^groups.extension$|^groups.groupLifecyclePolicy$|^groups.resourceSpecificPermissionGrant$|^groups.profilePhoto$|^groups.conversationThread$|^groupLifecyclePolicies\\.|^users.group$|^groups.directorySetting$|^groups.Actions$|^groups.Functions$|^groupSettings\\.|^groups.groupSetting$|^groupSettingTemplates\\.", - "Identity.DirectoryManagement": "^administrativeUnits\\.|^contacts\\.|^devices\\.|^domains\\.|^directoryRoles\\.|^directoryRoleTemplates\\.|^directorySettingTemplates\\.|^settings\\.|^subscribedSkus\\.|^contracts\\.|^directory\\.|^users.scopedRoleMembership$|^organization.organization$|^organization.organizationalBranding$|^organization.organizationSettings$|^organization.Actions$|^organization.extension$|^tenantRelationships.Actions$|admin.peopleAdminSettings$|^organization\\.partnerInformation$", - "Identity.Governance": "^accessReviews\\.|^businessFlowTemplates\\.|^programs\\.|^programControls\\.|^programControlTypes\\.|^privilegedRoles\\.|^privilegedRoleAssignments\\.|^privilegedRoleAssignmentRequests\\.|^privilegedApproval\\.|^privilegedOperationEvents\\.|^privilegedAccess\\.|^agreements\\.|^users.agreementAcceptance$|^identityGovernance\\.|^roleManagement.rbacApplication$|^roleManagement.Functions$|roleManagement.Actions$", - "Identity.SignIns": "^organization.certificateBasedAuthConfiguration$|^invitations\\.|^identityProviders\\.|^oauth2PermissionGrants\\.|^identityProtection\\.|^dataPolicyOperations\\.|^identity\\.|^trustFramework\\.|^informationProtection\\.|^policies\\.|^users.authentication$|^users.informationProtection$|^tenantRelationships.multiTenantOrganization$", + "Groups": "^groups.group$|^groups.directoryObject$|^groups.conversation$|^groups.endpoint$|^groups.extension$|^groups.groupLifecyclePolicy$|^groups.resourceSpecificPermissionGrant$|^groups.profilePhoto$|^groups.conversationThread$|^groupLifecyclePolicies\\.|^users.group$|^groups.directorySetting$|^groups.*.Actions$|^groups.*.Functions$|^groupSettings\\.|^groups.groupSetting$|^groupSettingTemplates\\.", + "Identity.DirectoryManagement": "^administrativeUnits\\.|^contacts\\.|^devices\\.|^domains\\.|^directoryRoles\\.|^directoryRoleTemplates\\.|^directorySettingTemplates\\.|^settings\\.|^subscribedSkus\\.|^contracts\\.|^directory\\.|^users.scopedRoleMembership$|^organization.organization$|^organization.organizationalBranding$|^organization.organizationSettings$|^organization.*.Actions$|^organization.extension$|^tenantRelationships.*.Actions$|^tenantRelationships.*.Functions$|admin.peopleAdminSettings$|^organization\\.partnerInformation$", + "Identity.Governance": "^accessReviews\\.|^businessFlowTemplates\\.|^programs\\.|^programControls\\.|^programControlTypes\\.|^privilegedRoles\\.|^privilegedRoleAssignments\\.|^privilegedRoleAssignmentRequests\\.|^privilegedApproval\\.|^privilegedOperationEvents\\.|^privilegedAccess\\.|^agreements\\.|^users.agreementAcceptance$|^identityGovernance\\.|^roleManagement.rbacApplication$|^roleManagement.*.Functions$|roleManagement.*.Actions$", + "Identity.SignIns": "^organization.certificateBasedAuthConfiguration$|^invitations\\.|^identityProviders\\.|^oauth2PermissionGrants\\.|^identityProtection\\.|^dataPolicyOperations\\.|^identity\\.|^trustFramework\\.|^informationProtection\\.|^policies\\.|^users.authentication$|^users.informationProtection$|^tenantRelationships.multiTenantOrganization$|^policies.deviceRegistrationPolicy$|^policies.deviceRegistrationPolicy$", "Identity.Partner": "^tenantRelationships.delegatedAdminRelationship$|^tenantRelationships.delegatedAdminCustomer$", "Mail": "^users.inferenceClassification$|^users.mailFolder$|^users.message$", "ManagedTenants": "^tenantRelationships.managedTenant$", @@ -36,10 +35,10 @@ "SchemaExtensions": "^schemaExtensions\\.", "Search": "^search\\.|^external\\.", "Security": "^security\\.|^users.security$", - "Sites": "^sites.baseSitePage$|^sites.site$|^sites.itemAnalytics$|^sites.columnDefinition$|^sites.contentType$|^sites.drive$|^sites.list$|^sites.sitePage$|^sites.permission$|^sites.store$|^users.site$|^groups.site$|^sites.Functions$|^sites.Actions$|^sites.richLongRunningOperation$|^termStore.sets.ListChildren$|^admin.sharepoint$", + "Sites": "^sites.baseSitePage$|^sites.site$|^sites.itemAnalytics$|^sites.columnDefinition$|^sites.contentType$|^sites.drive$|^sites.list$|^sites.sitePage$|^sites.permission$|^sites.store$|^users.site$|^groups.site$|^sites.*.Functions$|^sites.*.Actions$|^sites.richLongRunningOperation$|^termStore.sets.ListChildren$|^admin.sharepoint$", "Teams": "^teams\\.|^chats\\.|^users.chat$|^appCatalogs.teamsApp$|^users.userTeamwork$|^teamwork\\.|^users.team$|^groups.team$", "Users": "^users.user$|^users.directoryObject$|^users.licenseDetails$|^users.mailboxSettings|^users.notification$|^users.outlookUser$|^users.profilePhoto$|^users.userSettings$|^users.extension$|^users.oAuth2PermissionGrant$|^users.todo$|^users.itemInsights$|^users.servicePrincipal$", - "Users.Actions": "^users.Actions$", - "Users.Functions": "^users.Functions$", - "WindowsUpdates": "^admin.adminWindows$|^admin.Actions$|^admin.Functions$" -} \ No newline at end of file + "Users.Actions": "^users.*.Actions$", + "Users.Functions": "^users.*.Functions$", + "WindowsUpdates": "^admin.adminWindows$" + } \ No newline at end of file diff --git a/docs/OpenApiInfo/beta/openApiInfo.json b/docs/OpenApiInfo/beta/openApiInfo.json index 7543e693a1e..32e746309a7 100644 --- a/docs/OpenApiInfo/beta/openApiInfo.json +++ b/docs/OpenApiInfo/beta/openApiInfo.json @@ -15721,22 +15721,6 @@ ] } }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/microsoft.graph.getPlan", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner_getPlan", - "Method": "Post", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - } - ] - } - }, { "PathInfo": { "Path": "/solutions/virtualEvents", @@ -72346,276 +72330,342 @@ }, { "PathInfo": { - "Path": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/microsoft.graph.createToken", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.androidDeviceOwnerEnrollmentProfile_createToken", - "Method": "Post", - "Parameters": [ - { - "Name": "androidDeviceOwnerEnrollmentProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/microsoft.graph.revokeToken", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.androidDeviceOwnerEnrollmentProfile_revokeToken", - "Method": "Post", - "Parameters": [ - { - "Name": "androidDeviceOwnerEnrollmentProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/microsoft.graph.createToken", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.androidGraphFPreWorkEnrollmentProfile_createToken", - "Method": "Post", - "Parameters": [ - { - "Name": "androidForWorkEnrollmentProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/microsoft.graph.revokeToken", + "Path": "/deviceManagement/microsoft.graph.enableAndroidDeviceAdministratorEnrollment", "Module": "DeviceManagement.Actions" }, "MethodInfo": { - "OperationId": "deviceManagement.androidGraphFPreWorkEnrollmentProfile_revokeToken", + "OperationId": "deviceManagement_enableAndroidDeviceAdministratorEnrollment", "Method": "Post", - "Parameters": [ - { - "Name": "androidForWorkEnrollmentProfile-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/androidForWorkSettings/microsoft.graph.completeSignup", + "Path": "/deviceManagement/microsoft.graph.enableLegacyPcManagement", "Module": "DeviceManagement.Actions" }, "MethodInfo": { - "OperationId": "deviceManagement.androidGraphFPreWorkSetting_completeSignup", + "OperationId": "deviceManagement_enableLegacyPcManagement", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/androidForWorkSettings/microsoft.graph.requestSignupUrl", + "Path": "/deviceManagement/microsoft.graph.enableUnlicensedAdminstrators", "Module": "DeviceManagement.Actions" }, "MethodInfo": { - "OperationId": "deviceManagement.androidGraphFPreWorkSetting_requestSignupUrl", + "OperationId": "deviceManagement_enableUnlicensedAdminstrator", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/androidForWorkSettings/microsoft.graph.syncApps", + "Path": "/deviceManagement/microsoft.graph.evaluateAssignmentFilter", "Module": "DeviceManagement.Actions" }, "MethodInfo": { - "OperationId": "deviceManagement.androidGraphFPreWorkSetting_syncApp", + "OperationId": "deviceManagement_evaluateAssignmentFilter", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/androidForWorkSettings/microsoft.graph.unbind", + "Path": "/deviceManagement/microsoft.graph.getAssignmentFiltersStatusDetails", "Module": "DeviceManagement.Actions" }, "MethodInfo": { - "OperationId": "deviceManagement.androidGraphFPreWorkSetting_unbind", + "OperationId": "deviceManagement_getAssignmentFiltersStatusDetail", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.addApps", + "Path": "/deviceManagement/microsoft.graph.sendCustomNotificationToCompanyPortal", "Module": "DeviceManagement.Actions" }, "MethodInfo": { - "OperationId": "deviceManagement.androidManagedStoreAccountEnterpriseSetting_addApp", + "OperationId": "deviceManagement_sendCustomNotificationToCompanyPortal", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.approveApps", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/applePushNotificationCertificate", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.androidManagedStoreAccountEnterpriseSetting_approveApp", - "Method": "Post", - "Parameters": [] + "OperationId": "deviceManagement_GetApplePushNotificationCertificate", + "Method": "Get", + "Parameters": [ + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.completeSignup", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/applePushNotificationCertificate", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.androidManagedStoreAccountEnterpriseSetting_completeSignup", - "Method": "Post", + "OperationId": "deviceManagement_UpdateApplePushNotificationCertificate", + "Method": "Patch", "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.createGooglePlayWebToken", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/applePushNotificationCertificate", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.androidManagedStoreAccountEnterpriseSetting_createGooglePlayWebToken", - "Method": "Post", - "Parameters": [] + "OperationId": "deviceManagement_DeleteApplePushNotificationCertificate", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.requestSignupUrl", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/auditEvents", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.androidManagedStoreAccountEnterpriseSetting_requestSignupUrl", - "Method": "Post", - "Parameters": [] + "OperationId": "deviceManagement_ListAuditEvent", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.setAndroidDeviceOwnerFullyManagedEnrollmentState", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/auditEvents", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.androidManagedStoreAccountEnterpriseSetting_setAndroidDeviceOwnerFullyManagedEnrollmentState", + "OperationId": "deviceManagement_CreateAuditEvent", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.syncApps", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/auditEvents/{auditEvent-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.androidManagedStoreAccountEnterpriseSetting_syncApp", - "Method": "Post", - "Parameters": [] + "OperationId": "deviceManagement_GetAuditEvent", + "Method": "Get", + "Parameters": [ + { + "Name": "auditEvent-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.unbind", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/auditEvents/{auditEvent-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.androidManagedStoreAccountEnterpriseSetting_unbind", - "Method": "Post", - "Parameters": [] + "OperationId": "deviceManagement_UpdateAuditEvent", + "Method": "Patch", + "Parameters": [ + { + "Name": "auditEvent-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/deviceManagement/applePushNotificationCertificate/microsoft.graph.generateApplePushNotificationCertificateSigningRequest", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/auditEvents/{auditEvent-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.applePushNotificationCertificate_generateApplePushNotificationCertificateSigningRequest", - "Method": "Post", - "Parameters": [] + "OperationId": "deviceManagement_DeleteAuditEvent", + "Method": "Delete", + "Parameters": [ + { + "Name": "auditEvent-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/microsoft.graph.setPriority", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/auditEvents/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.appleUserInitiatedEnrollmentProfile_setPriority", - "Method": "Post", + "OperationId": "deviceManagement.auditEvent_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "appleUserInitiatedEnrollmentProfile-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/assignmentFilters/microsoft.graph.enable", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/cartToClassAssociations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.assignmentFilter_enable", - "Method": "Post", - "Parameters": [] + "OperationId": "deviceManagement_ListCartToClassAssociation", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/deviceManagement/assignmentFilters/microsoft.graph.validateFilter", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/cartToClassAssociations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.assignmentFilter_validateFilter", + "OperationId": "deviceManagement_CreateCartToClassAssociation", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/microsoft.graph.getHealthMetrics", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.certificateConnectorDetail_getHealthMetric", - "Method": "Post", + "OperationId": "deviceManagement_GetCartToClassAssociation", + "Method": "Get", "Parameters": [ { - "Name": "certificateConnectorDetails-id", + "Name": "cartToClassAssociation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/microsoft.graph.getHealthMetricTimeSeries", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.certificateConnectorDetail_getHealthMetricTimeSeries", - "Method": "Post", + "OperationId": "deviceManagement_UpdateCartToClassAssociation", + "Method": "Patch", "Parameters": [ { - "Name": "certificateConnectorDetails-id", + "Name": "cartToClassAssociation-id", "Location": "Path" } ] @@ -72623,121 +72673,134 @@ }, { "PathInfo": { - "Path": "/deviceManagement/chromeOSOnboardingSettings/microsoft.graph.connect", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.chromeOSOnboardingSetting_connect", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/chromeOSOnboardingSettings/microsoft.graph.disconnect", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.chromeOSOnboardingSetting_disconnect", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.logCollectionRequest_createDownloadUrl", - "Method": "Post", + "OperationId": "deviceManagement_DeleteCartToClassAssociation", + "Method": "Delete", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "cartToClassAssociation-id", "Location": "Path" }, { - "Name": "deviceLogCollectionResponse-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.activateDeviceEsim", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/cartToClassAssociations/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_activateDeviceEsim", - "Method": "Post", + "OperationId": "deviceManagement.cartToClassAssociation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/comanagementEligibleDevices", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_bypassActivationLock", - "Method": "Post", + "OperationId": "deviceManagement_ListComanagementEligibleDevice", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/comanagementEligibleDevices", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_cleanWindowsDevice", + "OperationId": "deviceManagement_CreateComanagementEligibleDevice", "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.createDeviceLogCollectionRequest", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_createDeviceLogCollectionRequest", - "Method": "Post", + "OperationId": "deviceManagement_GetComanagementEligibleDevice", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "comanagementEligibleDevice-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_deleteUserFromSharedAppleDevice", - "Method": "Post", + "OperationId": "deviceManagement_UpdateComanagementEligibleDevice", + "Method": "Patch", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "comanagementEligibleDevice-id", "Location": "Path" } ] @@ -72745,95 +72808,134 @@ }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.deprovision", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_deprovision", - "Method": "Post", + "OperationId": "deviceManagement_DeleteComanagementEligibleDevice", + "Method": "Delete", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "comanagementEligibleDevice-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.disable", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/comanagementEligibleDevices/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_disable", - "Method": "Post", + "OperationId": "deviceManagement.comanagementEligibleDevice_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.disableLostMode", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/complianceManagementPartners", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_disableLostMode", - "Method": "Post", + "OperationId": "deviceManagement_ListComplianceManagementPartner", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.enableLostMode", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/complianceManagementPartners", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_enableLostMode", + "OperationId": "deviceManagement_CreateComplianceManagementPartner", "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.enrollNowAction", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_enrollNowAction", - "Method": "Post", + "OperationId": "deviceManagement_GetComplianceManagementPartner", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "complianceManagementPartner-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.initiateDeviceAttestation", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_initiateDeviceAttestation", - "Method": "Post", + "OperationId": "deviceManagement_UpdateComplianceManagementPartner", + "Method": "Patch", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "complianceManagementPartner-id", "Location": "Path" } ] @@ -72841,95 +72943,134 @@ }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.initiateMobileDeviceManagementKeyRecovery", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_initiateMobileDeviceManagementKeyRecovery", - "Method": "Post", + "OperationId": "deviceManagement_DeleteComplianceManagementPartner", + "Method": "Delete", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "complianceManagementPartner-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.initiateOnDemandProactiveRemediation", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/complianceManagementPartners/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_initiateOnDemandProactiveRemediation", - "Method": "Post", + "OperationId": "deviceManagement.complianceManagementPartner_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.locateDevice", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_locateDevice", - "Method": "Post", + "OperationId": "deviceManagement_ListDeviceConfigurationRestrictedAppsViolation", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.logoutSharedAppleDeviceActiveUser", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_logoutSharedAppleDeviceActiveUser", + "OperationId": "deviceManagement_CreateDeviceConfigurationRestrictedAppsViolation", "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.overrideComplianceState", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_overrideComplianceState", - "Method": "Post", + "OperationId": "deviceManagement_GetDeviceConfigurationRestrictedAppsViolation", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "restrictedAppsViolation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.pauseConfigurationRefresh", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_pauseConfigurationRefresh", - "Method": "Post", + "OperationId": "deviceManagement_UpdateDeviceConfigurationRestrictedAppsViolation", + "Method": "Patch", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "restrictedAppsViolation-id", "Location": "Path" } ] @@ -72937,95 +73078,134 @@ }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.playLostModeSound", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_playLostModeSound", - "Method": "Post", + "OperationId": "deviceManagement_DeleteDeviceConfigurationRestrictedAppsViolation", + "Method": "Delete", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "restrictedAppsViolation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.rebootNow", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_rebootNow", - "Method": "Post", + "OperationId": "deviceManagement.deviceConfigurationRestrictedAppsViolation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.recoverPasscode", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_recoverPasscode", - "Method": "Post", + "OperationId": "deviceManagement_ListDeviceConfigurationsAllManagedDeviceCertificateState", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.reenable", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_reenable", + "OperationId": "deviceManagement_CreateDeviceConfigurationsAllManagedDeviceCertificateState", "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.remoteLock", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_remoteLock", - "Method": "Post", + "OperationId": "deviceManagement_GetDeviceConfigurationsAllManagedDeviceCertificateState", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "managedAllDeviceCertificateState-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.removeDeviceFirmwareConfigurationInterfaceManagement", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_removeDeviceFirmwareConfigurationInterfaceManagement", - "Method": "Post", + "OperationId": "deviceManagement_UpdateDeviceConfigurationsAllManagedDeviceCertificateState", + "Method": "Patch", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "managedAllDeviceCertificateState-id", "Location": "Path" } ] @@ -73033,95 +73213,134 @@ }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.reprovisionCloudPc", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_reprovisionCloudPc", - "Method": "Post", + "OperationId": "deviceManagement_DeleteDeviceConfigurationsAllManagedDeviceCertificateState", + "Method": "Delete", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "managedAllDeviceCertificateState-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.requestRemoteAssistance", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_requestRemoteAssistance", - "Method": "Post", + "OperationId": "deviceManagement.deviceConfigurationsAllManagedDeviceCertificateState_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.resetPasscode", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceManagementPartners", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_resetPasscode", - "Method": "Post", + "OperationId": "deviceManagement_ListDeviceManagementPartner", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.resizeCloudPc", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceManagementPartners", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_resizeCloudPc", + "OperationId": "deviceManagement_CreateDeviceManagementPartner", "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.restoreCloudPc", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_restoreCloudPc", - "Method": "Post", + "OperationId": "deviceManagement_GetDeviceManagementPartner", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "deviceManagementPartner-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.retire", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_retire", - "Method": "Post", + "OperationId": "deviceManagement_UpdateDeviceManagementPartner", + "Method": "Patch", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "deviceManagementPartner-id", "Location": "Path" } ] @@ -73129,95 +73348,134 @@ }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.revokeAppleVppLicenses", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_revokeAppleVppLicense", - "Method": "Post", + "OperationId": "deviceManagement_DeleteDeviceManagementPartner", + "Method": "Delete", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "deviceManagementPartner-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.rotateBitLockerKeys", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/deviceManagementPartners/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_rotateBitLockerKey", - "Method": "Post", + "OperationId": "deviceManagement.deviceManagementPartner_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.rotateFileVaultKey", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/domainJoinConnectors", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_rotateFileVaultKey", - "Method": "Post", + "OperationId": "deviceManagement_ListDomainJoinConnector", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.rotateLocalAdminPassword", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/domainJoinConnectors", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_rotateLocalAdminPassword", + "OperationId": "deviceManagement_CreateDomainJoinConnector", "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.sendCustomNotificationToCompanyPortal", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_sendCustomNotificationToCompanyPortal", - "Method": "Post", + "OperationId": "deviceManagement_GetDomainJoinConnector", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "deviceManagementDomainJoinConnector-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.setCloudPcReviewStatus", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_setCloudPcReviewStatus", - "Method": "Post", + "OperationId": "deviceManagement_UpdateDomainJoinConnector", + "Method": "Patch", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "deviceManagementDomainJoinConnector-id", "Location": "Path" } ] @@ -73225,95 +73483,134 @@ }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.setDeviceName", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_setDeviceName", - "Method": "Post", + "OperationId": "deviceManagement_DeleteDomainJoinConnector", + "Method": "Delete", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "deviceManagementDomainJoinConnector-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.shutDown", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/domainJoinConnectors/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_shutDown", - "Method": "Post", + "OperationId": "deviceManagement.domainJoinConnector_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.syncDevice", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/exchangeConnectors", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_syncDevice", - "Method": "Post", + "OperationId": "deviceManagement_ListExchangeConnector", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.triggerConfigurationManagerAction", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/exchangeConnectors", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_triggerConfigurationManagerAction", + "OperationId": "deviceManagement_CreateExchangeConnector", "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.updateWindowsDeviceAccount", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_updateWindowsDeviceAccount", - "Method": "Post", + "OperationId": "deviceManagement_GetExchangeConnector", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "deviceManagementExchangeConnector-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderScan", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_windowsDefenderScan", - "Method": "Post", + "OperationId": "deviceManagement_UpdateExchangeConnector", + "Method": "Patch", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "deviceManagementExchangeConnector-id", "Location": "Path" } ] @@ -73321,105862 +73618,53 @@ }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderUpdateSignatures", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_windowsDefenderUpdateSignature", - "Method": "Post", + "OperationId": "deviceManagement_DeleteExchangeConnector", + "Method": "Delete", "Parameters": [ { - "Name": "managedDevice-id", + "Name": "deviceManagementExchangeConnector-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.wipe", - "Module": "DeviceManagement.Actions" + "Path": "/deviceManagement/exchangeConnectors/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_wipe", - "Method": "Post", + "OperationId": "deviceManagement.exchangeConnector_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/microsoft.graph.bulkReprovisionCloudPc", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_bulkReprovisionCloudPc", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/microsoft.graph.bulkRestoreCloudPc", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_bulkRestoreCloudPc", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/microsoft.graph.bulkSetCloudPcReviewStatus", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_bulkSetCloudPcReviewStatus", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/microsoft.graph.downloadAppDiagnostics", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_downloadAppDiagnostic", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/microsoft.graph.executeAction", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_executeAction", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/microsoft.graph.moveDevicesToOU", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_moveDevicesToOU", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/microsoft.graph.setScheduledActions", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_setScheduledAction", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/microsoft.graph.createCopy", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy_createCopy", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/microsoft.graph.reorder", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy_reorder", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/microsoft.graph.consentToDataSharing", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.dataSharingConsent_consentToDataSharing", - "Method": "Post", - "Parameters": [ - { - "Name": "dataSharingConsent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/microsoft.graph.setDefaultProfile", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting.enrollmentProfile_setDefaultProfile", - "Method": "Post", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "enrollmentProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/microsoft.graph.updateDeviceProfileAssignment", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting.enrollmentProfile_updateDeviceProfileAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "enrollmentProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/microsoft.graph.importAppleDeviceIdentityList", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting.importedAppleDeviceIdentity_importAppleDeviceIdentityList", - "Method": "Post", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.generateEncryptionPublicKey", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_generateEncryptionPublicKey", - "Method": "Post", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.shareForSchoolDataSyncService", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_shareGraphFPreSchoolDataSyncService", - "Method": "Post", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.syncWithAppleDeviceEnrollmentProgram", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_syncGraphWPreAppleDeviceEnrollmentProgram", - "Method": "Post", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.unshareForSchoolDataSyncService", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_unshareGraphFPreSchoolDataSyncService", - "Method": "Post", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.uploadDepToken", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_uploadDepToken", - "Method": "Post", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/microsoft.graph.scheduleActionsForRules", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_scheduleActionsGraphFPreRule", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/microsoft.graph.getNoncompliantDevicesToRetire", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_getNoncompliantDevicesToRetire", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/microsoft.graph.hasPayloadLinks", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_hasPayloadLink", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/microsoft.graph.refreshDeviceComplianceReportSummarization", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_refreshDeviceComplianceReportSummarization", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/microsoft.graph.setScheduledRetireState", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_setScheduledRetireState", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/microsoft.graph.validateComplianceScript", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_validateComplianceScript", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceComplianceScript_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceComplianceScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.assignedAccessMultiModeProfiles", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_assignedAccessMultiModeProfile", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.windowsPrivacyAccessControls", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_windowsPrivacyAccessControl", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/microsoft.graph.getTargetedUsersAndDevices", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_getTargetedUsersAndDevice", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/microsoft.graph.hasPayloadLinks", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_hasPayloadLink", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCustomAttributeShellScript_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceCustomAttributeShellScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceEnrollmentConfiguration_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.setPriority", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceEnrollmentConfiguration_setPriority", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations/microsoft.graph.createEnrollmentNotificationConfiguration", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceEnrollmentConfiguration_createEnrollmentNotificationConfiguration", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations/microsoft.graph.hasPayloadLinks", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceEnrollmentConfiguration_hasPayloadLink", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/microsoft.graph.getGlobalScriptHighestAvailableVersion", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_getGlobalScriptHighestAvailableVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/microsoft.graph.updateGlobalScript", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_updateGlobalScript", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/microsoft.graph.enableGlobalScripts", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_enableGlobalScript", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/microsoft.graph.terminate", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementPartner_terminate", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementPartner-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/microsoft.graph.hasPayloadLinks", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_hasPayloadLink", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/microsoft.graph.approve", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.elevationRequest_approve", - "Method": "Post", - "Parameters": [ - { - "Name": "privilegeManagementElevationRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/microsoft.graph.deny", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.elevationRequest_deny", - "Method": "Post", - "Parameters": [ - { - "Name": "privilegeManagementElevationRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/microsoft.graph.getAllElevationRequests", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.elevationRequest_getAllElevationRequest", - "Method": "Post", - "Parameters": [ - { - "Name": "privilegeManagementElevationRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/microsoft.graph.revoke", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.elevationRequest_revoke", - "Method": "Post", - "Parameters": [ - { - "Name": "privilegeManagementElevationRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.embeddedSIMActivationCodePool_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/microsoft.graph.sync", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.exchangeConnector_sync", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementExchangeConnector-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/microsoft.graph.updateDefinitionValues", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration_updateDefinitionValue", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/microsoft.graph.updateScopeTags", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyMigrationReport_updateScopeTag", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/microsoft.graph.createMigrationReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyMigrationReport_createMigrationReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/microsoft.graph.addLanguageFiles", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_addLanguageFile", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/microsoft.graph.remove", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_remove", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/microsoft.graph.removeLanguageFiles", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_removeLanguageFile", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/microsoft.graph.updateLanguageFiles", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_updateLanguageFile", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/microsoft.graph.uploadNewVersion", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_uploadNewVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/hardwareConfigurations/{hardwareConfiguration-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.hardwareConfiguration_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "hardwareConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/importedDeviceIdentities/microsoft.graph.importDeviceIdentityList", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.importedDeviceIdentity_importDeviceIdentityList", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/importedDeviceIdentities/microsoft.graph.searchExistingIdentities", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.importedDeviceIdentity_searchExistingIdentity", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/microsoft.graph.import", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.importedWindowsAutopilotDeviceIdentity_import", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.createCopy", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_createCopy", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.migrateToTemplate", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_migrateToTemplate", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.updateSettings", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_updateSetting", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intuneBrandingProfile_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "intuneBrandingProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.logCollectionRequest_createDownloadUrl", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceLogCollectionResponse-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.activateDeviceEsim", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_activateDeviceEsim", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_bypassActivationLock", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_cleanWindowsDevice", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.createDeviceLogCollectionRequest", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_createDeviceLogCollectionRequest", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_deleteUserFromSharedAppleDevice", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.deprovision", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_deprovision", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.disable", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_disable", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.disableLostMode", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_disableLostMode", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.enableLostMode", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_enableLostMode", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.enrollNowAction", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_enrollNowAction", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.initiateDeviceAttestation", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_initiateDeviceAttestation", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.initiateMobileDeviceManagementKeyRecovery", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_initiateMobileDeviceManagementKeyRecovery", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.initiateOnDemandProactiveRemediation", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_initiateOnDemandProactiveRemediation", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.locateDevice", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_locateDevice", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.logoutSharedAppleDeviceActiveUser", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_logoutSharedAppleDeviceActiveUser", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.overrideComplianceState", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_overrideComplianceState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.pauseConfigurationRefresh", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_pauseConfigurationRefresh", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.playLostModeSound", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_playLostModeSound", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.rebootNow", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_rebootNow", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.recoverPasscode", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_recoverPasscode", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.reenable", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_reenable", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.remoteLock", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_remoteLock", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.removeDeviceFirmwareConfigurationInterfaceManagement", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_removeDeviceFirmwareConfigurationInterfaceManagement", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.reprovisionCloudPc", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_reprovisionCloudPc", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.requestRemoteAssistance", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_requestRemoteAssistance", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.resetPasscode", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_resetPasscode", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.resizeCloudPc", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_resizeCloudPc", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.restoreCloudPc", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_restoreCloudPc", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.retire", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_retire", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.revokeAppleVppLicenses", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_revokeAppleVppLicense", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.rotateBitLockerKeys", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_rotateBitLockerKey", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.rotateFileVaultKey", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_rotateFileVaultKey", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.rotateLocalAdminPassword", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_rotateLocalAdminPassword", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.sendCustomNotificationToCompanyPortal", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_sendCustomNotificationToCompanyPortal", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.setCloudPcReviewStatus", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_setCloudPcReviewStatus", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.setDeviceName", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_setDeviceName", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.shutDown", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_shutDown", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.syncDevice", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_syncDevice", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.triggerConfigurationManagerAction", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_triggerConfigurationManagerAction", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.updateWindowsDeviceAccount", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_updateWindowsDeviceAccount", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderScan", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_windowsDefenderScan", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderUpdateSignatures", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_windowsDefenderUpdateSignature", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.wipe", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_wipe", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/microsoft.graph.bulkReprovisionCloudPc", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_bulkReprovisionCloudPc", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/microsoft.graph.bulkRestoreCloudPc", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_bulkRestoreCloudPc", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/microsoft.graph.bulkSetCloudPcReviewStatus", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_bulkSetCloudPcReviewStatus", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/microsoft.graph.downloadAppDiagnostics", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_downloadAppDiagnostic", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/microsoft.graph.executeAction", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_executeAction", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/microsoft.graph.moveDevicesToOU", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_moveDevicesToOU", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.enableAndroidDeviceAdministratorEnrollment", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_enableAndroidDeviceAdministratorEnrollment", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.enableLegacyPcManagement", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_enableLegacyPcManagement", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.enableUnlicensedAdminstrators", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_enableUnlicensedAdminstrator", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.evaluateAssignmentFilter", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_evaluateAssignmentFilter", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.getAssignmentFiltersStatusDetails", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_getAssignmentFiltersStatusDetail", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.sendCustomNotificationToCompanyPortal", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_sendCustomNotificationToCompanyPortal", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/microsoft.graph.createDownloadUrl", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelServerLogCollectionResponse_createDownloadUrl", - "Method": "Post", - "Parameters": [ - { - "Name": "microsoftTunnelServerLogCollectionResponse-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/microsoft.graph.generateDownloadUrl", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelServerLogCollectionResponse_generateDownloadUrl", - "Method": "Post", - "Parameters": [ - { - "Name": "microsoftTunnelServerLogCollectionResponse-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoft.graph.requestUpgrade", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelSite_requestUpgrade", - "Method": "Post", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/microsoft.graph.createServerLogCollectionRequest", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelSite.microsoftTunnelServer_createServerLogCollectionRequest", - "Method": "Post", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - }, - { - "Name": "microsoftTunnelServer-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/microsoft.graph.generateServerLogCollectionRequest", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelSite.microsoftTunnelServer_generateServerLogCollectionRequest", - "Method": "Post", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - }, - { - "Name": "microsoftTunnelServer-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/microsoft.graph.getHealthMetrics", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelSite.microsoftTunnelServer_getHealthMetric", - "Method": "Post", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - }, - { - "Name": "microsoftTunnelServer-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/microsoft.graph.getHealthMetricTimeSeries", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelSite.microsoftTunnelServer_getHealthMetricTimeSeries", - "Method": "Post", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - }, - { - "Name": "microsoftTunnelServer-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/microsoft.graph.createDownloadUrl", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.mobileAppTroubleshootingEvent.appLogCollectionRequest_createDownloadUrl", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "appLogCollectionRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/microsoft.graph.deviceManagement.setPortalNotificationAsSent", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.monitoring.alertRecord_setPortalNotificationAsSent", - "Method": "Post", - "Parameters": [ - { - "Name": "alertRecord-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring/alertRecords/microsoft.graph.deviceManagement.changeAlertRecordsPortalNotificationAsSent", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.monitoring.alertRecord_changeAlertRecordsPortalNotificationAsSent", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/microsoft.graph.sendTestMessage", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.notificationMessageTemplate_sendTestMessage", - "Method": "Post", - "Parameters": [ - { - "Name": "notificationMessageTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/microsoft.graph.approve", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.operationApprovalRequest_approve", - "Method": "Post", - "Parameters": [ - { - "Name": "operationApprovalRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/microsoft.graph.cancelApproval", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.operationApprovalRequest_cancelApproval", - "Method": "Post", - "Parameters": [ - { - "Name": "operationApprovalRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/microsoft.graph.reject", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.operationApprovalRequest_reject", - "Method": "Post", - "Parameters": [ - { - "Name": "operationApprovalRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/operationApprovalRequests/microsoft.graph.cancelMyRequest", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.operationApprovalRequest_cancelMyRequest", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/operationApprovalRequests/microsoft.graph.retrieveRequestStatus", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.operationApprovalRequest_retrieveRequestStatus", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/microsoft.graph.beginOnboarding", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.remoteAssistancePartner_beginOnboarding", - "Method": "Post", - "Parameters": [ - { - "Name": "remoteAssistancePartner-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/microsoft.graph.disconnect", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.remoteAssistancePartner_disconnect", - "Method": "Post", - "Parameters": [ - { - "Name": "remoteAssistancePartner-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getActiveMalwareReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getActiveMalwareReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getActiveMalwareSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getActiveMalwareSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getAllCertificatesReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getAllCertificatesReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getAppsInstallSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getAppsInstallSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getAppStatusOverviewReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getAppStatusOverviewReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getCachedReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getCachedReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getCertificatesReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getCertificatesReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getCompliancePoliciesReportForDevice", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getCompliancePoliciesReportGraphFPreDevice", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getCompliancePolicyDevicesReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getCompliancePolicyDevicesReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getCompliancePolicyDeviceSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getCompliancePolicyDeviceSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getCompliancePolicyNonComplianceReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getCompliancePolicyNonComplianceReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getCompliancePolicyNonComplianceSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getCompliancePolicyNonComplianceSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getComplianceSettingDetailsReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getComplianceSettingDetailsReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getComplianceSettingNonComplianceReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getComplianceSettingNonComplianceReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getComplianceSettingsReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getComplianceSettingsReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getConfigManagerDevicePolicyStatusReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getConfigManagerDevicePolicyStatusReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getConfigurationPoliciesReportForDevice", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getConfigurationPoliciesReportGraphFPreDevice", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getConfigurationPolicyDevicesReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getConfigurationPolicyDevicesReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getConfigurationPolicyDeviceSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getConfigurationPolicyDeviceSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getConfigurationPolicyNonComplianceReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getConfigurationPolicyNonComplianceReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getConfigurationPolicyNonComplianceSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getConfigurationPolicyNonComplianceSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getConfigurationPolicySettingsDeviceSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getConfigurationPolicySettingsDeviceSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getConfigurationSettingDetailsReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getConfigurationSettingDetailsReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getConfigurationSettingNonComplianceReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getConfigurationSettingNonComplianceReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getConfigurationSettingsReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getConfigurationSettingsReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getDeviceConfigurationPolicySettingsSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getDeviceConfigurationPolicySettingsSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getDeviceConfigurationPolicyStatusSummary", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getDeviceConfigurationPolicyStatusSummary", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getDeviceInstallStatusReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getDeviceInstallStatusReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getDeviceManagementIntentPerSettingContributingProfiles", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getDeviceManagementIntentPerSettingContributingProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getDeviceManagementIntentSettingsReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getDeviceManagementIntentSettingsReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getDeviceNonComplianceReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getDeviceNonComplianceReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getDevicePoliciesComplianceReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getDevicePoliciesComplianceReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getDevicePolicySettingsComplianceReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getDevicePolicySettingsComplianceReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getDevicesStatusByPolicyPlatformComplianceReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getDevicesStatusGraphBPrePolicyPlatformComplianceReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getDevicesStatusBySettingReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getDevicesStatusGraphBPreSettingReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getDeviceStatusByCompliacePolicyReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getDeviceStatusGraphBPreCompliacePolicyReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getDeviceStatusByCompliancePolicySettingReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getDeviceStatusGraphBPreCompliancePolicySettingReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getDeviceStatusSummaryByCompliacePolicyReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getDeviceStatusSummaryGraphBPreCompliacePolicyReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getDeviceStatusSummaryByCompliancePolicySettingsReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getDeviceStatusSummaryGraphBPreCompliancePolicySettingsReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getDevicesWithoutCompliancePolicyReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getDevicesWithoutCompliancePolicyReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getEncryptionReportForDevices", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getEncryptionReportGraphFPreDevice", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getEnrollmentConfigurationPoliciesByDevice", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getEnrollmentConfigurationPoliciesGraphBPreDevice", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getFailedMobileAppsReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getFailedMobileAppsReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getFailedMobileAppsSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getFailedMobileAppsSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getGroupPolicySettingsDeviceSettingsReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getGroupPolicySettingsDeviceSettingsReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getHistoricalReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getHistoricalReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getMalwareSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getMalwareSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getMobileApplicationManagementAppConfigurationReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getMobileApplicationManagementAppConfigurationReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getMobileApplicationManagementAppRegistrationSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getMobileApplicationManagementAppRegistrationSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getNoncompliantDevicesAndSettingsReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getNoncompliantDevicesAndSettingsReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getPolicyNonComplianceMetadata", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getPolicyNonComplianceMetadata", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getPolicyNonComplianceReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getPolicyNonComplianceReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getPolicyNonComplianceSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getPolicyNonComplianceSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getQuietTimePolicyUsersReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getQuietTimePolicyUsersReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getQuietTimePolicyUserSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getQuietTimePolicyUserSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getRelatedAppsStatusReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getRelatedAppsStatusReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getRemoteAssistanceSessionsReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getRemoteAssistanceSessionsReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getReportFilters", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getReportFilter", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getSettingNonComplianceReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getSettingNonComplianceReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getUnhealthyDefenderAgentsReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getUnhealthyDefenderAgentsReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getUnhealthyFirewallReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getUnhealthyFirewallReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getUnhealthyFirewallSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getUnhealthyFirewallSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getUserInstallStatusReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getUserInstallStatusReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getWindowsDriverUpdateAlertSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getWindowsDriverUpdateAlertSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getWindowsQualityUpdateAlertSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getWindowsQualityUpdateAlertSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getWindowsUpdateAlertsPerPolicyPerDeviceReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getWindowsUpdateAlertsPerPolicyPerDeviceReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getWindowsUpdateAlertSummaryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getWindowsUpdateAlertSummaryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/microsoft.graph.getZebraFotaDeploymentReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_getZebraFotaDeploymentReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.resourceAccessProfile_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementResourceAccessProfileBase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceAccessProfiles/microsoft.graph.queryByPlatformType", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.resourceAccessProfile_queryGraphBPrePlatformType", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/microsoft.graph.clone", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.reusablePolicySetting_clone", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementReusablePolicySetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.reusablePolicySetting.referencingConfigurationPolicy_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementReusablePolicySetting-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/microsoft.graph.createCopy", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.reusablePolicySetting.referencingConfigurationPolicy_createCopy", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementReusablePolicySetting-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/microsoft.graph.reorder", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.reusablePolicySetting.referencingConfigurationPolicy_reorder", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementReusablePolicySetting-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleScopeTag_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "roleScopeTag-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleScopeTags/microsoft.graph.getRoleScopeTagsById", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleScopeTag_getRoleScopeTagsGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/microsoft.graph.createInstance", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_createInstance", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/microsoft.graph.createInstance", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo_createInstance", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/microsoft.graph.importOffice365DeviceConfigurationPolicies", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo_importOffice365DeviceConfigurationPolicy", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/microsoft.graph.importOffice365DeviceConfigurationPolicies", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_importOffice365DeviceConfigurationPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/tenantAttachRBAC/microsoft.graph.enable", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.tenantAttachRBAC_enable", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScope/microsoft.graph.triggerDeviceScopeAction", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsDeviceScope_triggerDeviceScopeAction", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScopes/{userExperienceAnalyticsDeviceScope-id}/microsoft.graph.triggerDeviceScopeAction", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsDeviceScope_triggerDeviceScopeAction", - "Method": "Post", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.changeUserAccountType", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_changeUserAccountType", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.createSnapshot", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_createSnapshot", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.endGracePeriod", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_endGracePeriod", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.powerOff", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_powerOff", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.powerOn", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_powerOn", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.reboot", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_reboot", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.rename", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_rename", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.reprovision", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_reprovision", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.resize", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_resize", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.restore", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_restore", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.retryPartnerAgentInstallation", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_retryPartnerAgentInstallation", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.start", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_start", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.stop", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_stop", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.troubleshoot", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_troubleshoot", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/microsoft.graph.bulkResize", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_bulkResize", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/microsoft.graph.validateBulkResize", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_validateBulkResize", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/microsoft.graph.reupload", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.deviceImage_reupload", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPcDeviceImage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/microsoft.graph.runHealthChecks", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.onPremisesConnection_runHealthCheck", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPcOnPremisesConnection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/microsoft.graph.updateAdDomainPassword", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.onPremisesConnection_updateAdDomainPassword", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPcOnPremisesConnection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/microsoft.graph.apply", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy_apply", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/microsoft.graph.applyConfig", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy_applyConfig", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getActionStatusReports", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_getActionStatusReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getCloudPcPerformanceReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_getCloudPcPerformanceReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getCloudPcRecommendationReports", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_getCloudPcRecommendationReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getConnectionQualityReports", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_getConnectionQualityReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getDailyAggregatedRemoteConnectionReports", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_getDailyAggregatedRemoteConnectionReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getFrontlineReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_getFrontlineReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getInaccessibleCloudPcReports", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_getInaccessibleCloudPcReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getRawRemoteConnectionReports", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_getRawRemoteConnectionReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getRemoteConnectionHistoricalReports", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_getRemoteConnectionHistoricalReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getSharedUseLicenseUsageReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_getSharedUseLicenseUsageReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getTotalAggregatedRemoteConnectionReports", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_getTotalAggregatedRemoteConnectionReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/microsoft.graph.retrieveCrossRegionDisasterRecoveryReport", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_retrieveCrossRegionDisasterRecoveryReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.userSetting_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPcUserSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.allowNextEnrollment", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile.assignedDevice_allowNextEnrollment", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.assignResourceAccountToDevice", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile.assignedDevice_assignResourceAccountToDevice", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.assignUserToDevice", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile.assignedDevice_assignUserToDevice", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.unassignResourceAccountFromDevice", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile.assignedDevice_unassignResourceAccountFromDevice", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.unassignUserFromDevice", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile.assignedDevice_unassignUserFromDevice", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.updateDeviceProperties", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile.assignedDevice_updateDeviceProperty", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/microsoft.graph.hasPayloadLinks", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_hasPayloadLink", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.allowNextEnrollment", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeviceIdentity_allowNextEnrollment", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.assignResourceAccountToDevice", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeviceIdentity_assignResourceAccountToDevice", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.assignUserToDevice", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeviceIdentity_assignUserToDevice", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.unassignResourceAccountFromDevice", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeviceIdentity_unassignResourceAccountFromDevice", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.unassignUserFromDevice", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeviceIdentity_unassignUserFromDevice", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.updateDeviceProperties", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeviceIdentity_updateDeviceProperty", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotSettings/microsoft.graph.sync", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotSetting_sync", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsDriverUpdateProfile_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsDriverUpdateProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/microsoft.graph.executeAction", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsDriverUpdateProfile_executeAction", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsDriverUpdateProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/microsoft.graph.syncInventory", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsDriverUpdateProfile_syncInventory", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsDriverUpdateProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsFeatureUpdateProfile_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsFeatureUpdateProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/microsoft.graph.assign", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsQualityUpdateProfile_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsQualityUpdateProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/zebraFotaConnector/microsoft.graph.approveFotaApps", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.zebraFotaConnector_approveFotaApp", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/zebraFotaConnector/microsoft.graph.connect", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.zebraFotaConnector_connect", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/zebraFotaConnector/microsoft.graph.disconnect", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.zebraFotaConnector_disconnect", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/zebraFotaConnector/microsoft.graph.hasActiveDeployments", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.zebraFotaConnector_hasActiveDeployment", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/microsoft.graph.cancel", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.zebraFotaDeployment_cancel", - "Method": "Post", - "Parameters": [ - { - "Name": "zebraFotaDeployment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/applePushNotificationCertificate", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetApplePushNotificationCertificate", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/applePushNotificationCertificate", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateApplePushNotificationCertificate", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/applePushNotificationCertificate", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteApplePushNotificationCertificate", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/auditEvents", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListAuditEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/auditEvents", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateAuditEvent", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/auditEvents/{auditEvent-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetAuditEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "auditEvent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/auditEvents/{auditEvent-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateAuditEvent", - "Method": "Patch", - "Parameters": [ - { - "Name": "auditEvent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/auditEvents/{auditEvent-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteAuditEvent", - "Method": "Delete", - "Parameters": [ - { - "Name": "auditEvent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/auditEvents/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.auditEvent_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/cartToClassAssociations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListCartToClassAssociation", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/cartToClassAssociations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateCartToClassAssociation", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetCartToClassAssociation", - "Method": "Get", - "Parameters": [ - { - "Name": "cartToClassAssociation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateCartToClassAssociation", - "Method": "Patch", - "Parameters": [ - { - "Name": "cartToClassAssociation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteCartToClassAssociation", - "Method": "Delete", - "Parameters": [ - { - "Name": "cartToClassAssociation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/cartToClassAssociations/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.cartToClassAssociation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagementEligibleDevices", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListComanagementEligibleDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagementEligibleDevices", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateComanagementEligibleDevice", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetComanagementEligibleDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "comanagementEligibleDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateComanagementEligibleDevice", - "Method": "Patch", - "Parameters": [ - { - "Name": "comanagementEligibleDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteComanagementEligibleDevice", - "Method": "Delete", - "Parameters": [ - { - "Name": "comanagementEligibleDevice-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagementEligibleDevices/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagementEligibleDevice_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/complianceManagementPartners", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListComplianceManagementPartner", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/complianceManagementPartners", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateComplianceManagementPartner", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetComplianceManagementPartner", - "Method": "Get", - "Parameters": [ - { - "Name": "complianceManagementPartner-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateComplianceManagementPartner", - "Method": "Patch", - "Parameters": [ - { - "Name": "complianceManagementPartner-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteComplianceManagementPartner", - "Method": "Delete", - "Parameters": [ - { - "Name": "complianceManagementPartner-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/complianceManagementPartners/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.complianceManagementPartner_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDeviceConfigurationRestrictedAppsViolation", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDeviceConfigurationRestrictedAppsViolation", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceConfigurationRestrictedAppsViolation", - "Method": "Get", - "Parameters": [ - { - "Name": "restrictedAppsViolation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceConfigurationRestrictedAppsViolation", - "Method": "Patch", - "Parameters": [ - { - "Name": "restrictedAppsViolation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceConfigurationRestrictedAppsViolation", - "Method": "Delete", - "Parameters": [ - { - "Name": "restrictedAppsViolation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfigurationRestrictedAppsViolation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDeviceConfigurationsAllManagedDeviceCertificateState", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDeviceConfigurationsAllManagedDeviceCertificateState", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceConfigurationsAllManagedDeviceCertificateState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAllDeviceCertificateState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceConfigurationsAllManagedDeviceCertificateState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedAllDeviceCertificateState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceConfigurationsAllManagedDeviceCertificateState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedAllDeviceCertificateState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfigurationsAllManagedDeviceCertificateState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementPartners", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDeviceManagementPartner", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementPartners", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDeviceManagementPartner", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceManagementPartner", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementPartner-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceManagementPartner", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementPartner-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceManagementPartner", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementPartner-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementPartners/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementPartner_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/domainJoinConnectors", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDomainJoinConnector", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/domainJoinConnectors", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDomainJoinConnector", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDomainJoinConnector", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementDomainJoinConnector-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDomainJoinConnector", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementDomainJoinConnector-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDomainJoinConnector", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementDomainJoinConnector-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/domainJoinConnectors/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.domainJoinConnector_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeConnectors", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListExchangeConnector", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeConnectors", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateExchangeConnector", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetExchangeConnector", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementExchangeConnector-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateExchangeConnector", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementExchangeConnector-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteExchangeConnector", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementExchangeConnector-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeConnectors/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.exchangeConnector_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeOnPremisesPolicies", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListExchangeOnPremisesPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeOnPremisesPolicies", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateExchangeOnPremisesPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetExchangeOnPremisesPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementExchangeOnPremisesPolicy-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateExchangeOnPremisesPolicy", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementExchangeOnPremisesPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteExchangeOnPremisesPolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementExchangeOnPremisesPolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.exchangeOnPremisesPolicy_GetConditionalAccessSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementExchangeOnPremisesPolicy-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.exchangeOnPremisesPolicy_UpdateConditionalAccessSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementExchangeOnPremisesPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.exchangeOnPremisesPolicy_DeleteConditionalAccessSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementExchangeOnPremisesPolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeOnPremisesPolicies/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.exchangeOnPremisesPolicy_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeOnPremisesPolicy", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetExchangeOnPremisesPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeOnPremisesPolicy", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateExchangeOnPremisesPolicy", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeOnPremisesPolicy", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteExchangeOnPremisesPolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeOnPremisesPolicy/conditionalAccessSettings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.exchangeOnPremisesPolicy_GetConditionalAccessSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeOnPremisesPolicy/conditionalAccessSettings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.exchangeOnPremisesPolicy_UpdateConditionalAccessSetting", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/exchangeOnPremisesPolicy/conditionalAccessSettings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.exchangeOnPremisesPolicy_DeleteConditionalAccessSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyCategories", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListGroupPolicyCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyCategories", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateGroupPolicyCategory", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetGroupPolicyCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateGroupPolicyCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteGroupPolicyCategory", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyCategory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyCategory_ListChild", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyCategory-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyCategory_GetChild", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyCategory-id", - "Location": "Path" - }, - { - "Name": "groupPolicyCategory-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyCategory.child_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyCategory-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyCategory_GetDefinitionFile", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyCategory_ListDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyCategory-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyCategory_GetDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyCategory-id", - "Location": "Path" - }, - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyCategory.definition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyCategory-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyCategory_GetParent", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyCategories/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyCategory_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitionFiles", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListGroupPolicyDefinitionFile", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitionFiles", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateGroupPolicyDefinitionFile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetGroupPolicyDefinitionFile", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinitionFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateGroupPolicyDefinitionFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyDefinitionFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteGroupPolicyDefinitionFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyDefinitionFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinitionFile_ListDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinitionFile-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinitionFile_GetDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinitionFile-id", - "Location": "Path" - }, - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinitionFile.definition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinitionFile-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitionFiles/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinitionFile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListGroupPolicyDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateGroupPolicyDefinition", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetGroupPolicyDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateGroupPolicyDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteGroupPolicyDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/definitionFile", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition_GetDefinitionFile", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition_GetNextVersionDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition_UpdateNextVersionDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition_DeleteNextVersionDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_GetDefinitionFile", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_ListPresentation", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_CreatePresentation", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_GetPresentation", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_UpdatePresentation", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_DeletePresentation", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.presentation_GetDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.presentation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_GetPreviousVersionDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_UpdatePreviousVersionDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_DeletePreviousVersionDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition_GetDefinitionFile", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition_ListPresentation", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition_CreatePresentation", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition_GetPresentation", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition_UpdatePresentation", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition_DeletePresentation", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition.presentation_GetDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition.presentation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition_ListPresentation", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition_CreatePresentation", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition_GetPresentation", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition_UpdatePresentation", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition_DeletePresentation", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.presentation_GetDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.presentation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition_GetPreviousVersionDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition_UpdatePreviousVersionDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition_DeletePreviousVersionDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_GetDefinitionFile", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_GetNextVersionDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_UpdateNextVersionDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_DeleteNextVersionDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition_GetDefinitionFile", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition_ListPresentation", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition_CreatePresentation", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition_GetPresentation", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition_UpdatePresentation", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition_DeletePresentation", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition.presentation_GetDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition.presentation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_ListPresentation", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_CreatePresentation", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_GetPresentation", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_UpdatePresentation", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_DeletePresentation", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.presentation_GetDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.presentation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyDefinitions/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListGroupPolicyMigrationReport", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateGroupPolicyMigrationReport", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetGroupPolicyMigrationReport", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateGroupPolicyMigrationReport", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteGroupPolicyMigrationReport", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyMigrationReport_ListGroupPolicySettingMapping", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyMigrationReport_CreateGroupPolicySettingMapping", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyMigrationReport_GetGroupPolicySettingMapping", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - }, - { - "Name": "groupPolicySettingMapping-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyMigrationReport_UpdateGroupPolicySettingMapping", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - }, - { - "Name": "groupPolicySettingMapping-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyMigrationReport_DeleteGroupPolicySettingMapping", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - }, - { - "Name": "groupPolicySettingMapping-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyMigrationReport.groupPolicySettingMapping_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyMigrationReport_ListUnsupportedGroupPolicyExtension", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyMigrationReport_CreateUnsupportedGroupPolicyExtension", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyMigrationReport_GetUnsupportedGroupPolicyExtension", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - }, - { - "Name": "unsupportedGroupPolicyExtension-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyMigrationReport_UpdateUnsupportedGroupPolicyExtension", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - }, - { - "Name": "unsupportedGroupPolicyExtension-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyMigrationReport_DeleteUnsupportedGroupPolicyExtension", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - }, - { - "Name": "unsupportedGroupPolicyExtension-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyMigrationReport.unsupportedGroupPolicyExtension_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyMigrationReport-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyMigrationReports/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyMigrationReport_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyObjectFiles", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListGroupPolicyObjectFile", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyObjectFiles", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateGroupPolicyObjectFile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetGroupPolicyObjectFile", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyObjectFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateGroupPolicyObjectFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyObjectFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteGroupPolicyObjectFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyObjectFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyObjectFiles/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyObjectFile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListGroupPolicyUploadedDefinitionFile", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateGroupPolicyUploadedDefinitionFile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetGroupPolicyUploadedDefinitionFile", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateGroupPolicyUploadedDefinitionFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteGroupPolicyUploadedDefinitionFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_ListDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_GetDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - }, - { - "Name": "groupPolicyDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile.definition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_ListGroupPolicyOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_CreateGroupPolicyOperation", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_GetGroupPolicyOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - }, - { - "Name": "groupPolicyOperation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_UpdateGroupPolicyOperation", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - }, - { - "Name": "groupPolicyOperation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_DeleteGroupPolicyOperation", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - }, - { - "Name": "groupPolicyOperation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile.groupPolicyOperation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyUploadedDefinitionFile-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intuneBrandingProfiles", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListIntuneBrandingProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intuneBrandingProfiles", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateIntuneBrandingProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetIntuneBrandingProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "intuneBrandingProfile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateIntuneBrandingProfile", - "Method": "Patch", - "Parameters": [ - { - "Name": "intuneBrandingProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteIntuneBrandingProfile", - "Method": "Delete", - "Parameters": [ - { - "Name": "intuneBrandingProfile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intuneBrandingProfile_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "intuneBrandingProfile-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intuneBrandingProfile_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "intuneBrandingProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intuneBrandingProfile_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "intuneBrandingProfile-id", - "Location": "Path" - }, - { - "Name": "intuneBrandingProfileAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intuneBrandingProfile_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "intuneBrandingProfile-id", - "Location": "Path" - }, - { - "Name": "intuneBrandingProfileAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intuneBrandingProfile_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "intuneBrandingProfile-id", - "Location": "Path" - }, - { - "Name": "intuneBrandingProfileAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intuneBrandingProfile.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "intuneBrandingProfile-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intuneBrandingProfiles/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intuneBrandingProfile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/iosUpdateStatuses", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListIosUpdateStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/iosUpdateStatuses", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateIosUpdateStatus", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetIosUpdateStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "iosUpdateDeviceStatus-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateIosUpdateStatus", - "Method": "Patch", - "Parameters": [ - { - "Name": "iosUpdateDeviceStatus-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteIosUpdateStatus", - "Method": "Delete", - "Parameters": [ - { - "Name": "iosUpdateDeviceStatus-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/iosUpdateStatuses/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.iosUpdateStatus_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileThreatDefenseConnectors", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListMobileThreatDefenseConnector", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileThreatDefenseConnectors", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateMobileThreatDefenseConnector", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetMobileThreatDefenseConnector", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileThreatDefenseConnector-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateMobileThreatDefenseConnector", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileThreatDefenseConnector-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteMobileThreatDefenseConnector", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileThreatDefenseConnector-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileThreatDefenseConnectors/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.mobileThreatDefenseConnector_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/ndesConnectors", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListNdesConnector", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/ndesConnectors", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateNdesConnector", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetNdesConnector", - "Method": "Get", - "Parameters": [ - { - "Name": "ndesConnector-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateNdesConnector", - "Method": "Patch", - "Parameters": [ - { - "Name": "ndesConnector-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteNdesConnector", - "Method": "Delete", - "Parameters": [ - { - "Name": "ndesConnector-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/ndesConnectors/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.ndesConnector_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/remoteAssistancePartners", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListRemoteAssistancePartner", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/remoteAssistancePartners", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateRemoteAssistancePartner", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetRemoteAssistancePartner", - "Method": "Get", - "Parameters": [ - { - "Name": "remoteAssistancePartner-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateRemoteAssistancePartner", - "Method": "Patch", - "Parameters": [ - { - "Name": "remoteAssistancePartner-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteRemoteAssistancePartner", - "Method": "Delete", - "Parameters": [ - { - "Name": "remoteAssistancePartner-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/remoteAssistancePartners/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.remoteAssistancePartner_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceOperations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListResourceOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceOperations", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateResourceOperation", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetResourceOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "resourceOperation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateResourceOperation", - "Method": "Patch", - "Parameters": [ - { - "Name": "resourceOperation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteResourceOperation", - "Method": "Delete", - "Parameters": [ - { - "Name": "resourceOperation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceOperations/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.resourceOperation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleAssignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListRoleAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleAssignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateRoleAssignment", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetRoleAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceAndAppManagementRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateRoleAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceAndAppManagementRoleAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteRoleAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceAndAppManagementRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleAssignment_GetRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceAndAppManagementRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleAssignment_ListRoleScopeTag", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceAndAppManagementRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleAssignment_GetRoleScopeTag", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceAndAppManagementRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "roleScopeTag-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleAssignment.roleScopeTag_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceAndAppManagementRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleAssignments/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleAssignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleDefinitions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleDefinitions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateRoleDefinition", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "roleDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateRoleDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "roleDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteRoleDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "roleDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleDefinition_ListRoleAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "roleDefinition-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleDefinition_CreateRoleAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "roleDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleDefinition_GetRoleAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "roleDefinition-id", - "Location": "Path" - }, - { - "Name": "roleAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleDefinition_UpdateRoleAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "roleDefinition-id", - "Location": "Path" - }, - { - "Name": "roleAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleDefinition_DeleteRoleAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "roleDefinition-id", - "Location": "Path" - }, - { - "Name": "roleAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleDefinition.roleAssignment_GetRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "roleDefinition-id", - "Location": "Path" - }, - { - "Name": "roleAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleDefinition.roleAssignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "roleDefinition-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleDefinitions/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleScopeTags", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListRoleScopeTag", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleScopeTags", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateRoleScopeTag", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetRoleScopeTag", - "Method": "Get", - "Parameters": [ - { - "Name": "roleScopeTag-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateRoleScopeTag", - "Method": "Patch", - "Parameters": [ - { - "Name": "roleScopeTag-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteRoleScopeTag", - "Method": "Delete", - "Parameters": [ - { - "Name": "roleScopeTag-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleScopeTag_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "roleScopeTag-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleScopeTag_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "roleScopeTag-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleScopeTag_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "roleScopeTag-id", - "Location": "Path" - }, - { - "Name": "roleScopeTagAutoAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleScopeTag_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "roleScopeTag-id", - "Location": "Path" - }, - { - "Name": "roleScopeTagAutoAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleScopeTag_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "roleScopeTag-id", - "Location": "Path" - }, - { - "Name": "roleScopeTagAutoAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleScopeTag.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "roleScopeTag-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleScopeTags/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleScopeTag_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/telecomExpenseManagementPartners", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListTelecomExpenseManagementPartner", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/telecomExpenseManagementPartners", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateTelecomExpenseManagementPartner", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetTelecomExpenseManagementPartner", - "Method": "Get", - "Parameters": [ - { - "Name": "telecomExpenseManagementPartner-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateTelecomExpenseManagementPartner", - "Method": "Patch", - "Parameters": [ - { - "Name": "telecomExpenseManagementPartner-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteTelecomExpenseManagementPartner", - "Method": "Delete", - "Parameters": [ - { - "Name": "telecomExpenseManagementPartner-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/telecomExpenseManagementPartners/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.telecomExpenseManagementPartner_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListTermsAndCondition", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateTermsAndCondition", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetTermsAndCondition", - "Method": "Get", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateTermsAndCondition", - "Method": "Patch", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteTermsAndCondition", - "Method": "Delete", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_ListAcceptanceStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_CreateAcceptanceStatus", - "Method": "Post", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_GetAcceptanceStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "termsAndConditionsAcceptanceStatus-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_UpdateAcceptanceStatus", - "Method": "Patch", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "termsAndConditionsAcceptanceStatus-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_DeleteAcceptanceStatus", - "Method": "Delete", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "termsAndConditionsAcceptanceStatus-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition.acceptanceStatus_GetTermsAndCondition", - "Method": "Get", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "termsAndConditionsAcceptanceStatus-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition.acceptanceStatus_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "termsAndConditionsAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "termsAndConditionsAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "termsAndConditionsAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_ListGroupAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_CreateGroupAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_GetGroupAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "termsAndConditionsGroupAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_UpdateGroupAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "termsAndConditionsGroupAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_DeleteGroupAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "termsAndConditionsGroupAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition.groupAssignment_GetTermsAndCondition", - "Method": "Get", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "termsAndConditionsGroupAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition.groupAssignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "termsAndConditions-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/termsAndConditions/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.termsAndCondition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userPfxCertificates", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserPfxCertificate", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userPfxCertificates", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserPfxCertificate", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserPfxCertificate", - "Method": "Get", - "Parameters": [ - { - "Name": "userPFXCertificate-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserPfxCertificate", - "Method": "Patch", - "Parameters": [ - { - "Name": "userPFXCertificate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserPfxCertificate", - "Method": "Delete", - "Parameters": [ - { - "Name": "userPFXCertificate-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userPfxCertificates/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userPfxCertificate_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetVirtualEndpoint", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateVirtualEndpoint", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteVirtualEndpoint", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/auditEvents", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_ListAuditEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/auditEvents", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_CreateAuditEvent", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetAuditEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcAuditEvent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateAuditEvent", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcAuditEvent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteAuditEvent", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcAuditEvent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/auditEvents/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.auditEvent_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/bulkActions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_ListBulkAction", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/bulkActions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_CreateBulkAction", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetBulkAction", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcBulkAction-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateBulkAction", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcBulkAction-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteBulkAction", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcBulkAction-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/bulkActions/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.bulkAction_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_ListCloudPC", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_CreateCloudPC", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetCloudPC", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateCloudPC", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteCloudPC", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetCrossCloudGovernmentOrganizationMapping", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateCrossCloudGovernmentOrganizationMapping", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteCrossCloudGovernmentOrganizationMapping", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/deviceImages", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_ListDeviceImage", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/deviceImages", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_CreateDeviceImage", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetDeviceImage", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcDeviceImage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateDeviceImage", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcDeviceImage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteDeviceImage", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcDeviceImage-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/deviceImages/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.deviceImage_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/externalPartnerSettings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_ListExternalPartnerSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/externalPartnerSettings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_CreateExternalPartnerSetting", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetExternalPartnerSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcExternalPartnerSetting-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateExternalPartnerSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcExternalPartnerSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteExternalPartnerSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcExternalPartnerSetting-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.externalPartnerSetting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/frontLineServicePlans", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_ListFrontLineServicePlan", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/frontLineServicePlans", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_CreateFrontLineServicePlan", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetFrontLineServicePlan", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcFrontLineServicePlan-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateFrontLineServicePlan", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcFrontLineServicePlan-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteFrontLineServicePlan", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcFrontLineServicePlan-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.frontLineServicePlan_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/galleryImages", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_ListGalleryImage", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/galleryImages", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_CreateGalleryImage", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetGalleryImage", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcGalleryImage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateGalleryImage", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcGalleryImage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteGalleryImage", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcGalleryImage-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/galleryImages/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.galleryImage_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_ListOnPremisesConnection", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_CreateOnPremisesConnection", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetOnPremisesConnection", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcOnPremisesConnection-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateOnPremisesConnection", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcOnPremisesConnection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteOnPremisesConnection", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcOnPremisesConnection-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.onPremisesConnection_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/organizationSettings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetOrganizationSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/organizationSettings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateOrganizationSetting", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/organizationSettings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteOrganizationSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_ListProvisioningPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_CreateProvisioningPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetProvisioningPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateProvisioningPolicy", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteProvisioningPolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - }, - { - "Name": "cloudPcProvisioningPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - }, - { - "Name": "cloudPcProvisioningPolicyAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - }, - { - "Name": "cloudPcProvisioningPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment_ListAssignedUser", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - }, - { - "Name": "cloudPcProvisioningPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment_GetAssignedUser", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - }, - { - "Name": "cloudPcProvisioningPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment.assignedUser_GetMailboxSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - }, - { - "Name": "cloudPcProvisioningPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment.assignedUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - }, - { - "Name": "cloudPcProvisioningPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment.assignedUser_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - }, - { - "Name": "cloudPcProvisioningPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment.assignedUser.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - }, - { - "Name": "cloudPcProvisioningPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment.assignedUser_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - }, - { - "Name": "cloudPcProvisioningPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcProvisioningPolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetReport", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateReport", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteReport", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/exportJobs", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_ListExportJob", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/exportJobs", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_CreateExportJob", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_GetExportJob", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcExportJob-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_UpdateExportJob", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcExportJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_DeleteExportJob", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcExportJob-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report.exportJob_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/servicePlans", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_ListServicePlan", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/servicePlans", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_CreateServicePlan", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetServicePlan", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcServicePlan-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateServicePlan", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcServicePlan-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteServicePlan", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcServicePlan-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/servicePlans/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.servicePlan_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/snapshots", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_ListSnapshot", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/snapshots", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_CreateSnapshot", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetSnapshot", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcSnapshot-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateSnapshot", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcSnapshot-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteSnapshot", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcSnapshot-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/snapshots/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.snapshot_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/supportedRegions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_ListSupportedRegion", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/supportedRegions", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_CreateSupportedRegion", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetSupportedRegion", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcSupportedRegion-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateSupportedRegion", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcSupportedRegion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteSupportedRegion", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcSupportedRegion-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/supportedRegions/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.supportedRegion_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/userSettings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_ListUserSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/userSettings", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_CreateUserSetting", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetUserSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcUserSetting-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateUserSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcUserSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteUserSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcUserSetting-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.userSetting_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcUserSetting-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.userSetting_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "cloudPcUserSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.userSetting_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcUserSetting-id", - "Location": "Path" - }, - { - "Name": "cloudPcUserSettingAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.userSetting_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcUserSetting-id", - "Location": "Path" - }, - { - "Name": "cloudPcUserSettingAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.userSetting_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcUserSetting-id", - "Location": "Path" - }, - { - "Name": "cloudPcUserSettingAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.userSetting.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcUserSetting-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/userSettings/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.userSetting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListAndroidDeviceOwnerEnrollmentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateAndroidDeviceOwnerEnrollmentProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetAndroidDeviceOwnerEnrollmentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "androidDeviceOwnerEnrollmentProfile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateAndroidDeviceOwnerEnrollmentProfile", - "Method": "Patch", - "Parameters": [ - { - "Name": "androidDeviceOwnerEnrollmentProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteAndroidDeviceOwnerEnrollmentProfile", - "Method": "Delete", - "Parameters": [ - { - "Name": "androidDeviceOwnerEnrollmentProfile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.androidDeviceOwnerEnrollmentProfile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkEnrollmentProfiles", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListAndroidGraphFPreWorkEnrollmentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkEnrollmentProfiles", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateAndroidGraphFPreWorkEnrollmentProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetAndroidGraphFPreWorkEnrollmentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "androidForWorkEnrollmentProfile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateAndroidGraphFPreWorkEnrollmentProfile", - "Method": "Patch", - "Parameters": [ - { - "Name": "androidForWorkEnrollmentProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteAndroidGraphFPreWorkEnrollmentProfile", - "Method": "Delete", - "Parameters": [ - { - "Name": "androidForWorkEnrollmentProfile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkEnrollmentProfiles/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.androidGraphFPreWorkEnrollmentProfile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListAppleUserInitiatedEnrollmentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateAppleUserInitiatedEnrollmentProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetAppleUserInitiatedEnrollmentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "appleUserInitiatedEnrollmentProfile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateAppleUserInitiatedEnrollmentProfile", - "Method": "Patch", - "Parameters": [ - { - "Name": "appleUserInitiatedEnrollmentProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteAppleUserInitiatedEnrollmentProfile", - "Method": "Delete", - "Parameters": [ - { - "Name": "appleUserInitiatedEnrollmentProfile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.appleUserInitiatedEnrollmentProfile_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "appleUserInitiatedEnrollmentProfile-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.appleUserInitiatedEnrollmentProfile_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "appleUserInitiatedEnrollmentProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.appleUserInitiatedEnrollmentProfile_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "appleUserInitiatedEnrollmentProfile-id", - "Location": "Path" - }, - { - "Name": "appleEnrollmentProfileAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.appleUserInitiatedEnrollmentProfile_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "appleUserInitiatedEnrollmentProfile-id", - "Location": "Path" - }, - { - "Name": "appleEnrollmentProfileAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.appleUserInitiatedEnrollmentProfile_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "appleUserInitiatedEnrollmentProfile-id", - "Location": "Path" - }, - { - "Name": "appleEnrollmentProfileAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.appleUserInitiatedEnrollmentProfile.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "appleUserInitiatedEnrollmentProfile-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.appleUserInitiatedEnrollmentProfile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/autopilotEvents", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListAutopilotEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/autopilotEvents", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateAutopilotEvent", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetAutopilotEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementAutopilotEvent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateAutopilotEvent", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementAutopilotEvent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteAutopilotEvent", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementAutopilotEvent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.autopilotEvent_ListPolicyStatusDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementAutopilotEvent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.autopilotEvent_CreatePolicyStatusDetail", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementAutopilotEvent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.autopilotEvent_GetPolicyStatusDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementAutopilotEvent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementAutopilotPolicyStatusDetail-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.autopilotEvent_UpdatePolicyStatusDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementAutopilotEvent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementAutopilotPolicyStatusDetail-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.autopilotEvent_DeletePolicyStatusDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementAutopilotEvent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementAutopilotPolicyStatusDetail-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.autopilotEvent.policyStatusDetail_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementAutopilotEvent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/autopilotEvents/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.autopilotEvent_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/conditionalAccessSettings", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetConditionalAccessSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/conditionalAccessSettings", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateConditionalAccessSetting", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/conditionalAccessSettings", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteConditionalAccessSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDepOnboardingSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDepOnboardingSetting", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDepOnboardingSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDepOnboardingSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDepOnboardingSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_GetDefaultIosEnrollmentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_GetDefaultMacOsEnrollmentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_ListEnrollmentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_CreateEnrollmentProfile", - "Method": "Post", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_GetEnrollmentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "enrollmentProfile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_UpdateEnrollmentProfile", - "Method": "Patch", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "enrollmentProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_DeleteEnrollmentProfile", - "Method": "Delete", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "enrollmentProfile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting.enrollmentProfile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_ListImportedAppleDeviceIdentity", - "Method": "Get", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_CreateImportedAppleDeviceIdentity", - "Method": "Post", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_GetImportedAppleDeviceIdentity", - "Method": "Get", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "importedAppleDeviceIdentity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_UpdateImportedAppleDeviceIdentity", - "Method": "Patch", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "importedAppleDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_DeleteImportedAppleDeviceIdentity", - "Method": "Delete", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "importedAppleDeviceIdentity-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting.importedAppleDeviceIdentity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDeviceEnrollmentConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDeviceEnrollmentConfiguration", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceEnrollmentConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceEnrollmentConfiguration", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceEnrollmentConfiguration", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceEnrollmentConfiguration_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceEnrollmentConfiguration_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceEnrollmentConfiguration_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - }, - { - "Name": "enrollmentConfigurationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceEnrollmentConfiguration_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - }, - { - "Name": "enrollmentConfigurationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceEnrollmentConfiguration_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - }, - { - "Name": "enrollmentConfigurationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceEnrollmentConfiguration.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceEnrollmentConfigurations/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceEnrollmentConfiguration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/importedDeviceIdentities", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListImportedDeviceIdentity", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/importedDeviceIdentities", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateImportedDeviceIdentity", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetImportedDeviceIdentity", - "Method": "Get", - "Parameters": [ - { - "Name": "importedDeviceIdentity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateImportedDeviceIdentity", - "Method": "Patch", - "Parameters": [ - { - "Name": "importedDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteImportedDeviceIdentity", - "Method": "Delete", - "Parameters": [ - { - "Name": "importedDeviceIdentity-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/importedDeviceIdentities/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.importedDeviceIdentity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListImportedWindowsAutopilotDeviceIdentity", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateImportedWindowsAutopilotDeviceIdentity", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetImportedWindowsAutopilotDeviceIdentity", - "Method": "Get", - "Parameters": [ - { - "Name": "importedWindowsAutopilotDeviceIdentity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateImportedWindowsAutopilotDeviceIdentity", - "Method": "Patch", - "Parameters": [ - { - "Name": "importedWindowsAutopilotDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteImportedWindowsAutopilotDeviceIdentity", - "Method": "Delete", - "Parameters": [ - { - "Name": "importedWindowsAutopilotDeviceIdentity-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.importedWindowsAutopilotDeviceIdentity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsNotAutopilotReadyDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsNotAutopilotReadyDevice", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsNotAutopilotReadyDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsNotAutopilotReadyDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsNotAutopilotReadyDevice", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsNotAutopilotReadyDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsNotAutopilotReadyDevice", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsNotAutopilotReadyDevice-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsNotAutopilotReadyDevice_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListWindowsAutopilotDeploymentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateWindowsAutopilotDeploymentProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetWindowsAutopilotDeploymentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateWindowsAutopilotDeploymentProfile", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteWindowsAutopilotDeploymentProfile", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_ListAssignedDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_CreateAssignedDevice", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_GetAssignedDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_UpdateAssignedDevice", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_DeleteAssignedDevice", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile.assignedDevice_GetDeploymentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile.assignedDevice_GetIntendedDeploymentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile.assignedDevice_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "windowsAutopilotDeploymentProfileAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "windowsAutopilotDeploymentProfileAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "windowsAutopilotDeploymentProfileAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsAutopilotDeploymentProfile-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeviceIdentities", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListWindowsAutopilotDeviceIdentity", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeviceIdentities", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateWindowsAutopilotDeviceIdentity", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetWindowsAutopilotDeviceIdentity", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateWindowsAutopilotDeviceIdentity", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteWindowsAutopilotDeviceIdentity", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeviceIdentity_GetDeploymentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeviceIdentity_GetIntendedDeploymentProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsAutopilotDeviceIdentity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsAutopilotDeviceIdentity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotSettings", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetWindowsAutopilotSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotSettings", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateWindowsAutopilotSetting", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsAutopilotSettings", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteWindowsAutopilotSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsFeatureUpdateProfiles", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListWindowsFeatureUpdateProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsFeatureUpdateProfiles", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateWindowsFeatureUpdateProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetWindowsFeatureUpdateProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsFeatureUpdateProfile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateWindowsFeatureUpdateProfile", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsFeatureUpdateProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteWindowsFeatureUpdateProfile", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsFeatureUpdateProfile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsFeatureUpdateProfile_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsFeatureUpdateProfile-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsFeatureUpdateProfile_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsFeatureUpdateProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsFeatureUpdateProfile_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsFeatureUpdateProfile-id", - "Location": "Path" - }, - { - "Name": "windowsFeatureUpdateProfileAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsFeatureUpdateProfile_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsFeatureUpdateProfile-id", - "Location": "Path" - }, - { - "Name": "windowsFeatureUpdateProfileAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsFeatureUpdateProfile_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsFeatureUpdateProfile-id", - "Location": "Path" - }, - { - "Name": "windowsFeatureUpdateProfileAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsFeatureUpdateProfile.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsFeatureUpdateProfile-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsFeatureUpdateProfiles/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsFeatureUpdateProfile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement_GetRoleManagement", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement_UpdateRoleManagement", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement_GetCloudPC", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement_UpdateCloudPC", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement_DeleteCloudPC", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC_ListResourceNamespace", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC_CreateResourceNamespace", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC_GetResourceNamespace", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC_UpdateResourceNamespace", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC_DeleteResourceNamespace", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.resourceNamespace_ListResourceAction", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.resourceNamespace_CreateResourceAction", - "Method": "Post", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.resourceNamespace_GetResourceAction", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.resourceNamespace_UpdateResourceAction", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.resourceNamespace_DeleteResourceAction", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.resourceNamespace.resourceAction_GetAuthenticationContext", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.resourceNamespace.resourceAction_GetResourceScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.resourceNamespace.resourceAction_UpdateResourceScope", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.resourceNamespace.resourceAction_DeleteResourceScope", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.resourceNamespace.resourceAction_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.resourceNamespace_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC_ListRoleAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC_CreateRoleAssignment", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC_GetRoleAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC_UpdateRoleAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC_DeleteRoleAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleAssignment_ListAppScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleAssignment_CreateAppScope", - "Method": "Post", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleAssignment_GetAppScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "appScope-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleAssignment_UpdateAppScope", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "appScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleAssignment_DeleteAppScope", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "appScope-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleAssignment.appScope_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleAssignment_ListDirectoryScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleAssignment_GetDirectoryScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleAssignment.directoryScope_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleAssignment_ListPrincipal", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleAssignment_GetPrincipal", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleAssignment.principal_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleAssignment_GetRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleAssignments/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleAssignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleDefinitions", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC_ListRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleDefinitions", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC_CreateRoleDefinition", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC_GetRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC_UpdateRoleDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC_DeleteRoleDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleDefinition_ListInheritsPermissionsFrom", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleDefinition_CreateInheritsPermissionsFrom", - "Method": "Post", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleDefinition_GetInheritsPermissionsFrom", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleDefinition-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleDefinition_UpdateInheritsPermissionsFrom", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleDefinition-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleDefinition_DeleteInheritsPermissionsFrom", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleDefinition-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleDefinition.inheritsPermissionsFrom_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/cloudPC/roleDefinitions/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement_GetDeviceManagement", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement_UpdateDeviceManagement", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement_DeleteDeviceManagement", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement_ListResourceNamespace", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement_CreateResourceNamespace", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement_GetResourceNamespace", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement_UpdateResourceNamespace", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement_DeleteResourceNamespace", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.resourceNamespace_ListResourceAction", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.resourceNamespace_CreateResourceAction", - "Method": "Post", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.resourceNamespace_GetResourceAction", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.resourceNamespace_UpdateResourceAction", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.resourceNamespace_DeleteResourceAction", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.resourceNamespace.resourceAction_GetAuthenticationContext", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.resourceNamespace.resourceAction_GetResourceScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.resourceNamespace.resourceAction_UpdateResourceScope", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.resourceNamespace.resourceAction_DeleteResourceScope", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.resourceNamespace.resourceAction_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.resourceNamespace_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement_ListRoleAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement_CreateRoleAssignment", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement_GetRoleAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement_UpdateRoleAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement_DeleteRoleAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleAssignment_ListAppScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleAssignment_CreateAppScope", - "Method": "Post", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleAssignment_GetAppScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "appScope-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleAssignment_UpdateAppScope", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "appScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleAssignment_DeleteAppScope", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "appScope-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleAssignment.appScope_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleAssignment_ListDirectoryScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleAssignment_GetDirectoryScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleAssignment.directoryScope_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleAssignment_ListPrincipal", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleAssignment_GetPrincipal", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleAssignment.principal_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleAssignment_GetRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentMultiple-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleAssignments/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleAssignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleDefinitions", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement_ListRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleDefinitions", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement_CreateRoleDefinition", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement_GetRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement_UpdateRoleDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement_DeleteRoleDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleDefinition_ListInheritsPermissionsFrom", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleDefinition_CreateInheritsPermissionsFrom", - "Method": "Post", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleDefinition_GetInheritsPermissionsFrom", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleDefinition-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleDefinition_UpdateInheritsPermissionsFrom", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleDefinition-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleDefinition_DeleteInheritsPermissionsFrom", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleDefinition-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleDefinition.inheritsPermissionsFrom_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleDefinitions/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement_GetExchange", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement_UpdateExchange", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement_DeleteExchange", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/customAppScopes", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_ListCustomAppScope", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/customAppScopes", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_CreateCustomAppScope", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_GetCustomAppScope", - "Method": "Get", - "Parameters": [ - { - "Name": "customAppScope-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_UpdateCustomAppScope", - "Method": "Patch", - "Parameters": [ - { - "Name": "customAppScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_DeleteCustomAppScope", - "Method": "Delete", - "Parameters": [ - { - "Name": "customAppScope-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/customAppScopes/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.customAppScope_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_ListResourceNamespace", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_CreateResourceNamespace", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_GetResourceNamespace", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_UpdateResourceNamespace", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_DeleteResourceNamespace", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.resourceNamespace_ListResourceAction", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.resourceNamespace_CreateResourceAction", - "Method": "Post", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.resourceNamespace_GetResourceAction", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.resourceNamespace_UpdateResourceAction", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.resourceNamespace_DeleteResourceAction", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.resourceNamespace.resourceAction_GetAuthenticationContext", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.resourceNamespace.resourceAction_GetResourceScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.resourceNamespace.resourceAction_UpdateResourceScope", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.resourceNamespace.resourceAction_DeleteResourceScope", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.resourceNamespace.resourceAction_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.resourceNamespace_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleAssignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_ListRoleAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleAssignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_CreateRoleAssignment", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_GetRoleAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_UpdateRoleAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_DeleteRoleAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.roleAssignment_GetAppScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.roleAssignment_UpdateAppScope", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.roleAssignment_DeleteAppScope", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.roleAssignment_GetDirectoryScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.roleAssignment_GetPrincipal", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.roleAssignment_GetRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleAssignments/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.roleAssignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleDefinitions", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_ListRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleDefinitions", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_CreateRoleDefinition", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_GetRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_UpdateRoleDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_DeleteRoleDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.roleDefinition_ListInheritsPermissionsFrom", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.roleDefinition_CreateInheritsPermissionsFrom", - "Method": "Post", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.roleDefinition_GetInheritsPermissionsFrom", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleDefinition-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.roleDefinition_UpdateInheritsPermissionsFrom", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleDefinition-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.roleDefinition_DeleteInheritsPermissionsFrom", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleDefinition-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.roleDefinition.inheritsPermissionsFrom_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleDefinitions/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.roleDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/transitiveRoleAssignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_ListTransitiveRoleAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/transitiveRoleAssignments", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_CreateTransitiveRoleAssignment", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_GetTransitiveRoleAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_UpdateTransitiveRoleAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange_DeleteTransitiveRoleAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.transitiveRoleAssignment_GetAppScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.transitiveRoleAssignment_UpdateAppScope", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.transitiveRoleAssignment_DeleteAppScope", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.transitiveRoleAssignment_GetDirectoryScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.transitiveRoleAssignment_GetPrincipal", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.transitiveRoleAssignment_GetRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/transitiveRoleAssignments/$count", - "Module": "DeviceManagement.Enrollment" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.transitiveRoleAssignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/applePushNotificationCertificate/microsoft.graph.downloadApplePushNotificationCertificateSigningRequest()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.applePushNotificationCertificate_downloadApplePushNotificationCertificateSigningRequest", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/microsoft.graph.getSupportedProperties()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.assignmentFilter_getSupportedProperty", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceAndAppManagementAssignmentFilter-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/assignmentFilters/microsoft.graph.getPlatformSupportedProperties(platform=\u0027{platform}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.assignmentFilter_getPlatformSupportedProperty", - "Method": "Get", - "Parameters": [ - { - "Name": "platform", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/assignmentFilters/microsoft.graph.getState()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.assignmentFilter_getState", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/auditEvents/microsoft.graph.getAuditActivityTypes(category=\u0027{category}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.auditEvent_getAuditActivityType", - "Method": "Get", - "Parameters": [ - { - "Name": "category", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/auditEvents/microsoft.graph.getAuditCategories()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.auditEvent_getAuditCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.getCloudPcRemoteActionResults()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_getCloudPcRemoteActionResult", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.getCloudPcReviewStatus()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_getCloudPcReviewStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.getFileVaultKey()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_getFileVaultKey", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.getNonCompliantSettings()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_getNonCompliantSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/microsoft.graph.appDiagnostics(upn=\u0027{upn}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_appDiagnostic", - "Method": "Get", - "Parameters": [ - { - "Name": "upn", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configManagerCollections/microsoft.graph.getPolicySummary(policyId=\u0027{policyId}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configManagerCollection_getPolicySummary", - "Method": "Get", - "Parameters": [ - { - "Name": "policyId", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/microsoft.graph.retrieveLatestUpgradeDefaultBaselinePolicy()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy_retrieveLatestUpgradeDefaultBaselinePolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/microsoft.graph.exportMobileConfig()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting.enrollmentProfile_exportMobileConfig", - "Method": "Get", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - }, - { - "Name": "enrollmentProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.getEncryptionPublicKey()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_getEncryptionPublicKey", - "Method": "Get", - "Parameters": [ - { - "Name": "depOnboardingSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/depOnboardingSettings/microsoft.graph.getExpiringVppTokenCount(expiringBeforeDateTime=\u0027{expiringBeforeDateTime}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.depOnboardingSetting_getExpiringVppTokenCount", - "Method": "Get", - "Parameters": [ - { - "Name": "expiringBeforeDateTime", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/microsoft.graph.getDevicesScheduledToRetire()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_getDevicesScheduledToRetire", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.getOmaSettingPlainTextValue(secretReferenceValueId=\u0027{secretReferenceValueId}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_getOmaSettingPlainTextValue", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "secretReferenceValueId", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/microsoft.graph.getIosAvailableUpdateVersions()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_getIosAvailableUpdateVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/microsoft.graph.getRemediationHistory()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_getRemediationHistory", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/microsoft.graph.areGlobalScriptsAvailable()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_areGlobalScriptsAvailable", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/microsoft.graph.getRemediationSummary()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_getRemediationSummary", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.compare(templateId=\u0027{templateId}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_compare", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "templateId", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.getCustomizedSettings()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_getCustomizedSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.getCloudPcRemoteActionResults()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_getCloudPcRemoteActionResult", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.getCloudPcReviewStatus()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_getCloudPcReviewStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.getFileVaultKey()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_getFileVaultKey", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.getNonCompliantSettings()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_getNonCompliantSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/microsoft.graph.appDiagnostics(upn=\u0027{upn}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_appDiagnostic", - "Method": "Get", - "Parameters": [ - { - "Name": "upn", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.getAssignedRoleDetails()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_getAssignedRoleDetail", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.getComanagedDevicesSummary()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_getComanagedDevicesSummary", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.getComanagementEligibleDevicesSummary()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_getComanagementEligibleDevicesSummary", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.getEffectivePermissions()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_getEffectivePermission", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.getEffectivePermissions(scope=\u0027{scope}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_getEffectivePermission", - "Method": "Get", - "Parameters": [ - { - "Name": "scope", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.getRoleScopeTagsByIds(ids={ids})", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_getRoleScopeTagsGraphBPreId", - "Method": "Get", - "Parameters": [ - { - "Name": "ids", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.getRoleScopeTagsByResource(resource=\u0027{resource}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_getRoleScopeTagsGraphBPreResource", - "Method": "Get", - "Parameters": [ - { - "Name": "resource", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.getSuggestedEnrollmentLimit(enrollmentType=\u0027{enrollmentType}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_getSuggestedEnrollmentLimit", - "Method": "Get", - "Parameters": [ - { - "Name": "enrollmentType", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.scopedForResource(resource=\u0027{resource}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_scopedGraphFPreResource", - "Method": "Get", - "Parameters": [ - { - "Name": "resource", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.userExperienceAnalyticsSummarizedDeviceScopes()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_userExperienceAnalyticsSummarizedDeviceScope", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.userExperienceAnalyticsSummarizeWorkFromAnywhereDevices()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_userExperienceAnalyticsSummarizeWorkFromAnywhereDevice", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoft.graph.verifyWindowsEnrollmentAutoDiscovery(domainName=\u0027{domainName}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement_verifyWindowsEnrollmentAutoDiscovery", - "Method": "Get", - "Parameters": [ - { - "Name": "domainName", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring/alertRecords/microsoft.graph.deviceManagement.getPortalNotifications()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.monitoring.alertRecord_getPortalNotification", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/operationApprovalPolicies/microsoft.graph.retrieveApprovableOperations()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.operationApprovalPolicy_retrieveApprovableOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/operationApprovalPolicies/microsoft.graph.retrieveOperationsRequiringApproval()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.operationApprovalPolicy_retrieveOperationsRequiringApproval", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/operationApprovalRequests/microsoft.graph.retrieveMyRequestById(id=\u0027{id}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.operationApprovalRequest_retrieveMyRequestGraphBPreId", - "Method": "Get", - "Parameters": [ - { - "Name": "id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/operationApprovalRequests/microsoft.graph.retrieveMyRequests()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.operationApprovalRequest_retrieveMyRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceOperations/{resourceOperation-id}/microsoft.graph.getScopesForUser(userid=\u0027{userid}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.resourceOperation_getScopesGraphFPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "resourceOperation-id", - "Location": "Path" - }, - { - "Name": "userid", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/microsoft.graph.retrieveLatestUpgradeDefaultBaselinePolicy()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.reusablePolicySetting.referencingConfigurationPolicy_retrieveLatestUpgradeDefaultBaselinePolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementReusablePolicySetting-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/roleScopeTags/microsoft.graph.hasCustomRoleScopeTag()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.roleScopeTag_hasCustomRoleScopeTag", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/microsoft.graph.compare(templateId=\u0027{templateId}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_compare", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "templateId", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/microsoft.graph.compare(templateId=\u0027{templateId}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo_compare", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "templateId", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/tenantAttachRBAC/microsoft.graph.getState()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.tenantAttachRBAC_getState", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDevicePerformance/microsoft.graph.summarizeDevicePerformanceDevices(summarizeBy=\u0027{summarizeBy}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsDevicePerformance_summarizeDevicePerformanceDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "summarizeBy", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsRemoteConnection/microsoft.graph.summarizeDeviceRemoteConnection(summarizeBy=\u0027{summarizeBy}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsRemoteConnection_summarizeDeviceRemoteConnection", - "Method": "Get", - "Parameters": [ - { - "Name": "summarizeBy", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsResourcePerformance/microsoft.graph.summarizeDeviceResourcePerformance(summarizeBy=\u0027{summarizeBy}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsResourcePerformance_summarizeDeviceResourcePerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "summarizeBy", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/auditEvents/microsoft.graph.getAuditActivityTypes()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.auditEvent_getAuditActivityType", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.getCloudPcConnectivityHistory()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_getCloudPcConnectivityHistory", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.getCloudPcLaunchInfo()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_getCloudPcLaunchInfo", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.getFrontlineCloudPcAccessState()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_getFrontlineCloudPcAccessState", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.getSupportedCloudPcRemoteActions()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_getSupportedCloudPcRemoteAction", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/microsoft.graph.getProvisionedCloudPCs(groupId=\u0027{groupId}\u0027,servicePlanId=\u0027{servicePlanId}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_getProvisionedCloudPC", - "Method": "Get", - "Parameters": [ - { - "Name": "groupId", - "Location": "Path" - }, - { - "Name": "servicePlanId", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/deviceImages/microsoft.graph.getSourceImages()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.deviceImage_getSourceImage", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/microsoft.graph.getEffectivePermissions()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_getEffectivePermission", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/microsoft.graph.retrieveScopedPermissions()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_retrieveScopedPermission", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/microsoft.graph.retrieveTenantEncryptionSetting()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_retrieveTenantEncryptionSetting", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getRealTimeRemoteConnectionLatency(cloudPcId=\u0027{cloudPcId}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_getRealTimeRemoteConnectionLatency", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcId", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getRealTimeRemoteConnectionStatus(cloudPcId=\u0027{cloudPcId}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.report_getRealTimeRemoteConnectionStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcId", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/snapshots/microsoft.graph.getStorageAccounts(subscriptionId=\u0027{subscriptionId}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.snapshot_getStorageAccount", - "Method": "Get", - "Parameters": [ - { - "Name": "subscriptionId", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/snapshots/microsoft.graph.getSubscriptions()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.snapshot_getSubscription", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin_GetEdge", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin_UpdateEdge", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/edge", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin_DeleteEdge", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge_GetInternetExplorerMode", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge_UpdateInternetExplorerMode", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge_DeleteInternetExplorerMode", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode_ListSiteList", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode_CreateSiteList", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode_GetSiteList", - "Method": "Get", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode_UpdateSiteList", - "Method": "Patch", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode_DeleteSiteList", - "Method": "Delete", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList_ListSharedCookie", - "Method": "Get", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList_CreateSharedCookie", - "Method": "Post", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList_GetSharedCookie", - "Method": "Get", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - }, - { - "Name": "browserSharedCookie-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList_UpdateSharedCookie", - "Method": "Patch", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - }, - { - "Name": "browserSharedCookie-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList_DeleteSharedCookie", - "Method": "Delete", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - }, - { - "Name": "browserSharedCookie-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList.sharedCookie_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList_ListSite", - "Method": "Get", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList_CreateSite", - "Method": "Post", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList_GetSite", - "Method": "Get", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - }, - { - "Name": "browserSite-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList_UpdateSite", - "Method": "Patch", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - }, - { - "Name": "browserSite-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList_DeleteSite", - "Method": "Delete", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - }, - { - "Name": "browserSite-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList.site_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceManagement", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceManagement", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetAdvancedThreatProtectionOnboardingStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateAdvancedThreatProtectionOnboardingStateSummary", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteAdvancedThreatProtectionOnboardingStateSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.advancedThreatProtectionOnboardingStateSummary_ListAdvancedThreatProtectionOnboardingDeviceSettingState", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.advancedThreatProtectionOnboardingStateSummary_CreateAdvancedThreatProtectionOnboardingDeviceSettingState", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.advancedThreatProtectionOnboardingStateSummary_GetAdvancedThreatProtectionOnboardingDeviceSettingState", - "Method": "Get", - "Parameters": [ - { - "Name": "advancedThreatProtectionOnboardingDeviceSettingState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.advancedThreatProtectionOnboardingStateSummary_UpdateAdvancedThreatProtectionOnboardingDeviceSettingState", - "Method": "Patch", - "Parameters": [ - { - "Name": "advancedThreatProtectionOnboardingDeviceSettingState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.advancedThreatProtectionOnboardingStateSummary_DeleteAdvancedThreatProtectionOnboardingDeviceSettingState", - "Method": "Delete", - "Parameters": [ - { - "Name": "advancedThreatProtectionOnboardingDeviceSettingState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.advancedThreatProtectionOnboardingStateSummary.advancedThreatProtectionOnboardingDeviceSettingState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkAppConfigurationSchemas", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListAndroidGraphFPreWorkAppConfigurationSchema", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkAppConfigurationSchemas", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateAndroidGraphFPreWorkAppConfigurationSchema", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetAndroidGraphFPreWorkAppConfigurationSchema", - "Method": "Get", - "Parameters": [ - { - "Name": "androidForWorkAppConfigurationSchema-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateAndroidGraphFPreWorkAppConfigurationSchema", - "Method": "Patch", - "Parameters": [ - { - "Name": "androidForWorkAppConfigurationSchema-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteAndroidGraphFPreWorkAppConfigurationSchema", - "Method": "Delete", - "Parameters": [ - { - "Name": "androidForWorkAppConfigurationSchema-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.androidGraphFPreWorkAppConfigurationSchema_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetAndroidGraphFPreWorkSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateAndroidGraphFPreWorkSetting", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidForWorkSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteAndroidGraphFPreWorkSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetAndroidManagedStoreAccountEnterpriseSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateAndroidManagedStoreAccountEnterpriseSetting", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteAndroidManagedStoreAccountEnterpriseSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListAndroidManagedStoreAppConfigurationSchema", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateAndroidManagedStoreAppConfigurationSchema", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetAndroidManagedStoreAppConfigurationSchema", - "Method": "Get", - "Parameters": [ - { - "Name": "androidManagedStoreAppConfigurationSchema-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateAndroidManagedStoreAppConfigurationSchema", - "Method": "Patch", - "Parameters": [ - { - "Name": "androidManagedStoreAppConfigurationSchema-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteAndroidManagedStoreAppConfigurationSchema", - "Method": "Delete", - "Parameters": [ - { - "Name": "androidManagedStoreAppConfigurationSchema-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.androidManagedStoreAppConfigurationSchema_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/assignmentFilters", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListAssignmentFilter", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/assignmentFilters", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateAssignmentFilter", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetAssignmentFilter", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceAndAppManagementAssignmentFilter-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateAssignmentFilter", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceAndAppManagementAssignmentFilter-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteAssignmentFilter", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceAndAppManagementAssignmentFilter-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/assignmentFilters/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.assignmentFilter_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/categories", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/categories", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateCategory", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementSettingCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteCategory", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementSettingCategory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.category_ListSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.category_CreateSettingDefinition", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementSettingCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.category_GetSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.category_UpdateSettingDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.category_DeleteSettingDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.category.settingDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/categories/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListComanagedDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateComanagedDevice", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetComanagedDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateComanagedDevice", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteComanagedDevice", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_ListAssignmentFilterEvaluationStatusDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_CreateAssignmentFilterEvaluationStatusDetail", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_GetAssignmentFilterEvaluationStatusDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "assignmentFilterEvaluationStatusDetails-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_UpdateAssignmentFilterEvaluationStatusDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "assignmentFilterEvaluationStatusDetails-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_DeleteAssignmentFilterEvaluationStatusDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "assignmentFilterEvaluationStatusDetails-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.assignmentFilterEvaluationStatusDetail_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_ListDetectedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_GetDetectedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "detectedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.detectedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_GetDeviceCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_UpdateDeviceCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_DeleteDeviceCategory", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_ListDeviceCompliancePolicyState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_CreateDeviceCompliancePolicyState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_GetDeviceCompliancePolicyState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceCompliancePolicyState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_UpdateDeviceCompliancePolicyState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceCompliancePolicyState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_DeleteDeviceCompliancePolicyState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceCompliancePolicyState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.deviceCompliancePolicyState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_ListDeviceConfigurationState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_CreateDeviceConfigurationState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_GetDeviceConfigurationState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_UpdateDeviceConfigurationState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_DeleteDeviceConfigurationState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.deviceConfigurationState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_ListDeviceHealthScriptState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_CreateDeviceHealthScriptState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id=\u0027{id}\u0027,policyId=\u0027{policyId}\u0027,deviceId=\u0027{deviceId}\u0027", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_GetDeviceHealthScriptState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "id", - "Location": "Path" - }, - { - "Name": "policyId", - "Location": "Path" - }, - { - "Name": "deviceId", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id=\u0027{id}\u0027,policyId=\u0027{policyId}\u0027,deviceId=\u0027{deviceId}\u0027", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_UpdateDeviceHealthScriptState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "id", - "Location": "Path" - }, - { - "Name": "policyId", - "Location": "Path" - }, - { - "Name": "deviceId", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id=\u0027{id}\u0027,policyId=\u0027{policyId}\u0027,deviceId=\u0027{deviceId}\u0027", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_DeleteDeviceHealthScriptState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "id", - "Location": "Path" - }, - { - "Name": "policyId", - "Location": "Path" - }, - { - "Name": "deviceId", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.deviceHealthScriptState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_ListLogCollectionRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_CreateLogCollectionRequest", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_GetLogCollectionRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceLogCollectionResponse-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_UpdateLogCollectionRequest", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceLogCollectionResponse-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_DeleteLogCollectionRequest", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceLogCollectionResponse-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.logCollectionRequest_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_ListManagedDeviceMobileAppConfigurationState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_CreateManagedDeviceMobileAppConfigurationState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_GetManagedDeviceMobileAppConfigurationState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_UpdateManagedDeviceMobileAppConfigurationState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_DeleteManagedDeviceMobileAppConfigurationState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.managedDeviceMobileAppConfigurationState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_ListSecurityBaselineState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_CreateSecurityBaselineState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_GetSecurityBaselineState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_UpdateSecurityBaselineState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_DeleteSecurityBaselineState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.securityBaselineState_ListSettingState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.securityBaselineState_CreateSettingState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.securityBaselineState_GetSettingState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "securityBaselineSettingState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.securityBaselineState_UpdateSettingState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "securityBaselineSettingState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.securityBaselineState_DeleteSettingState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "securityBaselineSettingState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.securityBaselineState.settingState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.securityBaselineState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_ListUser", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_GetWindowsProtectionState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_UpdateWindowsProtectionState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_DeleteWindowsProtectionState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.windowsProtectionState_ListDetectedMalwareState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.windowsProtectionState_CreateDetectedMalwareState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.windowsProtectionState_GetDetectedMalwareState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "windowsDeviceMalwareState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.windowsProtectionState_UpdateDetectedMalwareState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "windowsDeviceMalwareState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.windowsProtectionState_DeleteDetectedMalwareState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "windowsDeviceMalwareState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.windowsProtectionState.detectedMalwareState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListCompliancePolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateCompliancePolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetCompliancePolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateCompliancePolicy", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteCompliancePolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationPolicyAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_ListScheduledActionsGraphFPreRule", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_CreateScheduledActionsGraphFPreRule", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_GetScheduledActionsGraphFPreRule", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementComplianceScheduledActionForRule-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_UpdateScheduledActionsGraphFPreRule", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementComplianceScheduledActionForRule-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_DeleteScheduledActionsGraphFPreRule", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementComplianceScheduledActionForRule-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy.scheduledActionsGraphFPreRule_ListScheduledActionConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementComplianceScheduledActionForRule-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy.scheduledActionsGraphFPreRule_CreateScheduledActionConfiguration", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementComplianceScheduledActionForRule-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy.scheduledActionsGraphFPreRule_GetScheduledActionConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementComplianceScheduledActionForRule-id", - "Location": "Path" - }, - { - "Name": "deviceManagementComplianceActionItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy.scheduledActionsGraphFPreRule_UpdateScheduledActionConfiguration", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementComplianceScheduledActionForRule-id", - "Location": "Path" - }, - { - "Name": "deviceManagementComplianceActionItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy.scheduledActionsGraphFPreRule_DeleteScheduledActionConfiguration", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementComplianceScheduledActionForRule-id", - "Location": "Path" - }, - { - "Name": "deviceManagementComplianceActionItem-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy.scheduledActionsGraphFPreRule.scheduledActionConfiguration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementComplianceScheduledActionForRule-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy.scheduledActionsGraphFPreRule_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_ListSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_CreateSetting", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_GetSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_UpdateSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_DeleteSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy.setting_ListSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy.setting_GetSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy.setting.settingDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy.setting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/compliancePolicies/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.compliancePolicy_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/complianceSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListComplianceSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/complianceSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateComplianceSetting", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetComplianceSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateComplianceSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementConfigurationSettingDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteComplianceSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementConfigurationSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/complianceSettings/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.complianceSetting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListConfigurationPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateConfigurationPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetConfigurationPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateConfigurationPolicy", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteConfigurationPolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationPolicyAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy_ListSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy_CreateSetting", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy_GetSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy_UpdateSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy_DeleteSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy.setting_ListSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy.setting_GetSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy.setting.settingDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy.setting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicies/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicy_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListConfigurationPolicyTemplate", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateConfigurationPolicyTemplate", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetConfigurationPolicyTemplate", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicyTemplate-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateConfigurationPolicyTemplate", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicyTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteConfigurationPolicyTemplate", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicyTemplate-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicyTemplate_ListSettingTemplate", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicyTemplate-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicyTemplate_CreateSettingTemplate", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicyTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicyTemplate_GetSettingTemplate", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicyTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSettingTemplate-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicyTemplate_UpdateSettingTemplate", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicyTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSettingTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicyTemplate_DeleteSettingTemplate", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicyTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSettingTemplate-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicyTemplate.settingTemplate_ListSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicyTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSettingTemplate-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicyTemplate.settingTemplate_CreateSettingDefinition", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicyTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSettingTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicyTemplate.settingTemplate_GetSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicyTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSettingTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicyTemplate.settingTemplate_UpdateSettingDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicyTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSettingTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSettingDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicyTemplate.settingTemplate_DeleteSettingDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicyTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSettingTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicyTemplate.settingTemplate.settingDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicyTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSettingTemplate-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicyTemplate.settingTemplate_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationPolicyTemplate-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationPolicyTemplates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationPolicyTemplate_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListConfigurationSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateConfigurationSetting", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetConfigurationSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateConfigurationSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementConfigurationSettingDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteConfigurationSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementConfigurationSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/configurationSettings/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.configurationSetting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/dataSharingConsents", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDataSharingConsent", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/dataSharingConsents", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDataSharingConsent", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDataSharingConsent", - "Method": "Get", - "Parameters": [ - { - "Name": "dataSharingConsent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDataSharingConsent", - "Method": "Patch", - "Parameters": [ - { - "Name": "dataSharingConsent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDataSharingConsent", - "Method": "Delete", - "Parameters": [ - { - "Name": "dataSharingConsent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/dataSharingConsents/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.dataSharingConsent_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/derivedCredentials", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDerivedCredential", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/derivedCredentials", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDerivedCredential", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDerivedCredential", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementDerivedCredentialSettings-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDerivedCredential", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementDerivedCredentialSettings-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDerivedCredential", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementDerivedCredentialSettings-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/derivedCredentials/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.derivedCredential_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/detectedApps", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDetectedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/detectedApps", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDetectedApp", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/detectedApps/{detectedApp-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDetectedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "detectedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/detectedApps/{detectedApp-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDetectedApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "detectedApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/detectedApps/{detectedApp-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDetectedApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "detectedApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.detectedApp_ListManagedDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "detectedApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.detectedApp_GetManagedDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "detectedApp-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.detectedApp.managedDevice_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "detectedApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/detectedApps/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.detectedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCategories", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDeviceCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCategories", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDeviceCategory", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceCategory", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceCategory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCategories/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCategory_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDeviceCompliancePolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDeviceCompliancePolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceCompliancePolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceCompliancePolicy", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceCompliancePolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceCompliancePolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceCompliancePolicyAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceCompliancePolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_ListDeviceSettingStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_CreateDeviceSettingStateSummary", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_GetDeviceSettingStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "settingStateDeviceSummary-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_UpdateDeviceSettingStateSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "settingStateDeviceSummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_DeleteDeviceSettingStateSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "settingStateDeviceSummary-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy.deviceSettingStateSummary_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_ListDeviceStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_CreateDeviceStatus", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_GetDeviceStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceDeviceStatus-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_UpdateDeviceStatus", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceDeviceStatus-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_DeleteDeviceStatus", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceDeviceStatus-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy.deviceStatus_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_GetDeviceStatusOverview", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_UpdateDeviceStatusOverview", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_DeleteDeviceStatusOverview", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_ListScheduledActionsGraphFPreRule", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_CreateScheduledActionsGraphFPreRule", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_GetScheduledActionsGraphFPreRule", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceScheduledActionForRule-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_UpdateScheduledActionsGraphFPreRule", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceScheduledActionForRule-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_DeleteScheduledActionsGraphFPreRule", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceScheduledActionForRule-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy.scheduledActionsGraphFPreRule_ListScheduledActionConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceScheduledActionForRule-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy.scheduledActionsGraphFPreRule_CreateScheduledActionConfiguration", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceScheduledActionForRule-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy.scheduledActionsGraphFPreRule_GetScheduledActionConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceScheduledActionForRule-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceActionItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy.scheduledActionsGraphFPreRule_UpdateScheduledActionConfiguration", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceScheduledActionForRule-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceActionItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy.scheduledActionsGraphFPreRule_DeleteScheduledActionConfiguration", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceScheduledActionForRule-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceActionItem-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy.scheduledActionsGraphFPreRule.scheduledActionConfiguration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceScheduledActionForRule-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy.scheduledActionsGraphFPreRule_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_ListUserStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_CreateUserStatus", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_GetUserStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceUserStatus-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_UpdateUserStatus", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceUserStatus-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_DeleteUserStatus", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceUserStatus-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy.userStatus_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_GetUserStatusOverview", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_UpdateUserStatusOverview", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_DeleteUserStatusOverview", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceCompliancePolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicies/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicy_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceCompliancePolicyDeviceStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceCompliancePolicyDeviceStateSummary", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceCompliancePolicyDeviceStateSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDeviceCompliancePolicySettingStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDeviceCompliancePolicySettingStateSummary", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceCompliancePolicySettingStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicySettingStateSummary-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceCompliancePolicySettingStateSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceCompliancePolicySettingStateSummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceCompliancePolicySettingStateSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceCompliancePolicySettingStateSummary-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicySettingStateSummary_ListDeviceComplianceSettingState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicySettingStateSummary-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicySettingStateSummary_CreateDeviceComplianceSettingState", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceCompliancePolicySettingStateSummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicySettingStateSummary_GetDeviceComplianceSettingState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicySettingStateSummary-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceSettingState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicySettingStateSummary_UpdateDeviceComplianceSettingState", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceCompliancePolicySettingStateSummary-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceSettingState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicySettingStateSummary_DeleteDeviceComplianceSettingState", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceCompliancePolicySettingStateSummary-id", - "Location": "Path" - }, - { - "Name": "deviceComplianceSettingState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicySettingStateSummary.deviceComplianceSettingState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceCompliancePolicySettingStateSummary-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceCompliancePolicySettingStateSummary_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationConflictSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDeviceConfigurationConflictSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationConflictSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDeviceConfigurationConflictSummary", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceConfigurationConflictSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfigurationConflictSummary-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceConfigurationConflictSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceConfigurationConflictSummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceConfigurationConflictSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceConfigurationConflictSummary-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationConflictSummary/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfigurationConflictSummary_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceConfigurationDeviceStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceConfigurationDeviceStateSummary", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceConfigurationDeviceStateSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationProfiles", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDeviceConfigurationProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationProfiles", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDeviceConfigurationProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceConfigurationProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfigurationProfile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceConfigurationProfile", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceConfigurationProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceConfigurationProfile", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceConfigurationProfile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationProfiles/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfigurationProfile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDeviceConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDeviceConfiguration", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceConfiguration", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceConfiguration", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_ListDeviceSettingStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_CreateDeviceSettingStateSummary", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_GetDeviceSettingStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "settingStateDeviceSummary-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_UpdateDeviceSettingStateSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "settingStateDeviceSummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_DeleteDeviceSettingStateSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "settingStateDeviceSummary-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration.deviceSettingStateSummary_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_ListDeviceStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_CreateDeviceStatus", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_GetDeviceStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationDeviceStatus-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_UpdateDeviceStatus", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationDeviceStatus-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_DeleteDeviceStatus", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationDeviceStatus-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration.deviceStatus_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_GetDeviceStatusOverview", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_UpdateDeviceStatusOverview", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_DeleteDeviceStatusOverview", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_ListGroupAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_CreateGroupAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_GetGroupAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationGroupAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_UpdateGroupAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationGroupAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_DeleteGroupAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationGroupAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration.groupAssignment_GetDeviceConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationGroupAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration.groupAssignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_ListUserStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_CreateUserStatus", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_GetUserStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationUserStatus-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_UpdateUserStatus", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationUserStatus-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_DeleteUserStatus", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationUserStatus-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration.userStatus_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_GetUserStatusOverview", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_UpdateUserStatusOverview", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_DeleteUserStatusOverview", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationUserStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceConfigurationUserStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationUserStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceConfigurationUserStateSummary", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurationUserStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceConfigurationUserStateSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDeviceHealthScript", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDeviceHealthScript", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceHealthScript", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceHealthScript", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceHealthScript", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - }, - { - "Name": "deviceHealthScriptAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - }, - { - "Name": "deviceHealthScriptAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - }, - { - "Name": "deviceHealthScriptAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_ListDeviceRunState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_CreateDeviceRunState", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_GetDeviceRunState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - }, - { - "Name": "deviceHealthScriptDeviceState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_UpdateDeviceRunState", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - }, - { - "Name": "deviceHealthScriptDeviceState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_DeleteDeviceRunState", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - }, - { - "Name": "deviceHealthScriptDeviceState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript.deviceRunState_GetManagedDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - }, - { - "Name": "deviceHealthScriptDeviceState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript.deviceRunState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_GetRunSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_UpdateRunSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_DeleteRunSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceHealthScript-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceHealthScripts/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceHealthScript_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDeviceManagementScript", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDeviceManagementScript", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceManagementScript", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceManagementScript", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceManagementScript", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_ListDeviceRunState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_CreateDeviceRunState", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_GetDeviceRunState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_UpdateDeviceRunState", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_DeleteDeviceRunState", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript.deviceRunState_GetManagedDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript.deviceRunState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_ListGroupAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_CreateGroupAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_GetGroupAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptGroupAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_UpdateGroupAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptGroupAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_DeleteGroupAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptGroupAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript.groupAssignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_GetRunSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_ListUserRunState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_CreateUserRunState", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_GetUserRunState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_UpdateUserRunState", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_DeleteUserRunState", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript.userRunState_ListDeviceRunState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript.userRunState_CreateDeviceRunState", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript.userRunState_GetDeviceRunState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript.userRunState_UpdateDeviceRunState", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript.userRunState_DeleteDeviceRunState", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript.userRunState.deviceRunState_GetManagedDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript.userRunState.deviceRunState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript.userRunState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementScript-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceManagementScripts/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceManagementScript_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListDeviceShellScript", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateDeviceShellScript", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetDeviceShellScript", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateDeviceShellScript", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteDeviceShellScript", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_ListDeviceRunState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_CreateDeviceRunState", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_GetDeviceRunState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_UpdateDeviceRunState", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_DeleteDeviceRunState", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript.deviceRunState_GetManagedDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript.deviceRunState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_ListGroupAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_CreateGroupAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_GetGroupAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptGroupAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_UpdateGroupAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptGroupAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_DeleteGroupAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptGroupAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript.groupAssignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_GetRunSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_ListUserRunState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_CreateUserRunState", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_GetUserRunState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_UpdateUserRunState", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_DeleteUserRunState", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript.userRunState_ListDeviceRunState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript.userRunState_CreateDeviceRunState", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript.userRunState_GetDeviceRunState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript.userRunState_UpdateDeviceRunState", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript.userRunState_DeleteDeviceRunState", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript.userRunState.deviceRunState_GetManagedDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptDeviceState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript.userRunState.deviceRunState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "deviceManagementScriptUserState-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript.userRunState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceShellScript-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceShellScripts/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceShellScript_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListEmbeddedSIMActivationCodePool", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateEmbeddedSIMActivationCodePool", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetEmbeddedSIMActivationCodePool", - "Method": "Get", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateEmbeddedSIMActivationCodePool", - "Method": "Patch", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteEmbeddedSIMActivationCodePool", - "Method": "Delete", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.embeddedSIMActivationCodePool_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.embeddedSIMActivationCodePool_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.embeddedSIMActivationCodePool_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - }, - { - "Name": "embeddedSIMActivationCodePoolAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.embeddedSIMActivationCodePool_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - }, - { - "Name": "embeddedSIMActivationCodePoolAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.embeddedSIMActivationCodePool_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - }, - { - "Name": "embeddedSIMActivationCodePoolAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.embeddedSIMActivationCodePool.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.embeddedSIMActivationCodePool_ListDeviceState", - "Method": "Get", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.embeddedSIMActivationCodePool_CreateDeviceState", - "Method": "Post", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.embeddedSIMActivationCodePool_GetDeviceState", - "Method": "Get", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - }, - { - "Name": "embeddedSIMDeviceState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.embeddedSIMActivationCodePool_UpdateDeviceState", - "Method": "Patch", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - }, - { - "Name": "embeddedSIMDeviceState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.embeddedSIMActivationCodePool_DeleteDeviceState", - "Method": "Delete", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - }, - { - "Name": "embeddedSIMDeviceState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.embeddedSIMActivationCodePool.deviceState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "embeddedSIMActivationCodePool-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/embeddedSIMActivationCodePools/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.embeddedSIMActivationCodePool_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListGroupPolicyConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateGroupPolicyConfiguration", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetGroupPolicyConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateGroupPolicyConfiguration", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteGroupPolicyConfiguration", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "groupPolicyConfigurationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "groupPolicyConfigurationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "groupPolicyConfigurationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration_ListDefinitionValue", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration_CreateDefinitionValue", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration_GetDefinitionValue", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "groupPolicyDefinitionValue-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration_UpdateDefinitionValue", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "groupPolicyDefinitionValue-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration_DeleteDefinitionValue", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "groupPolicyDefinitionValue-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration.definitionValue_GetDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "groupPolicyDefinitionValue-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration.definitionValue_ListPresentationValue", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "groupPolicyDefinitionValue-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration.definitionValue_CreatePresentationValue", - "Method": "Post", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "groupPolicyDefinitionValue-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration.definitionValue_GetPresentationValue", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "groupPolicyDefinitionValue-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentationValue-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration.definitionValue_UpdatePresentationValue", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "groupPolicyDefinitionValue-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentationValue-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration.definitionValue_DeletePresentationValue", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "groupPolicyDefinitionValue-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentationValue-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}/definitionValue", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration.definitionValue.presentationValue_GetDefinitionValue", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "groupPolicyDefinitionValue-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentationValue-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}/presentation", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration.definitionValue.presentationValue_GetPresentation", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "groupPolicyDefinitionValue-id", - "Location": "Path" - }, - { - "Name": "groupPolicyPresentationValue-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration.definitionValue.presentationValue_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "groupPolicyDefinitionValue-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration.definitionValue_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "groupPolicyConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/groupPolicyConfigurations/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.groupPolicyConfiguration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListIntent", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateIntent", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetIntent", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateIntent", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteIntent", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_CreateCategory", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_UpdateCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentSettingCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_DeleteCategory", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentSettingCategory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.category_ListSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.category_CreateSettingDefinition", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentSettingCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.category_GetSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.category_UpdateSettingDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.category_DeleteSettingDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.category.settingDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.category_ListSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.category_CreateSetting", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentSettingCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.category_GetSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.category_UpdateSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.category_DeleteSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.category.setting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_ListDeviceSettingStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_CreateDeviceSettingStateSummary", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_GetDeviceSettingStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentDeviceSettingStateSummary-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_UpdateDeviceSettingStateSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentDeviceSettingStateSummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_DeleteDeviceSettingStateSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentDeviceSettingStateSummary-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.deviceSettingStateSummary_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_ListDeviceState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_CreateDeviceState", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_GetDeviceState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentDeviceState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_UpdateDeviceState", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentDeviceState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_DeleteDeviceState", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentDeviceState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.deviceState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_GetDeviceStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_UpdateDeviceStateSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_DeleteDeviceStateSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_ListSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_CreateSetting", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_GetSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_UpdateSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_DeleteSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.setting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_ListUserState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_CreateUserState", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_GetUserState", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentUserState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_UpdateUserState", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentUserState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_DeleteUserState", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "deviceManagementIntentUserState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent.userState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_GetUserStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_UpdateUserStateSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_DeleteUserStateSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementIntent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/intents/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.intent_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListMacOSSoftwareUpdateAccountSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateMacOSSoftwareUpdateAccountSummary", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetMacOSSoftwareUpdateAccountSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "macOSSoftwareUpdateAccountSummary-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateMacOSSoftwareUpdateAccountSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "macOSSoftwareUpdateAccountSummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteMacOSSoftwareUpdateAccountSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "macOSSoftwareUpdateAccountSummary-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.macOSSoftwareUpdateAccountSummary_ListCategorySummary", - "Method": "Get", - "Parameters": [ - { - "Name": "macOSSoftwareUpdateAccountSummary-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.macOSSoftwareUpdateAccountSummary_CreateCategorySummary", - "Method": "Post", - "Parameters": [ - { - "Name": "macOSSoftwareUpdateAccountSummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.macOSSoftwareUpdateAccountSummary_GetCategorySummary", - "Method": "Get", - "Parameters": [ - { - "Name": "macOSSoftwareUpdateAccountSummary-id", - "Location": "Path" - }, - { - "Name": "macOSSoftwareUpdateCategorySummary-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.macOSSoftwareUpdateAccountSummary_UpdateCategorySummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "macOSSoftwareUpdateAccountSummary-id", - "Location": "Path" - }, - { - "Name": "macOSSoftwareUpdateCategorySummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.macOSSoftwareUpdateAccountSummary_DeleteCategorySummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "macOSSoftwareUpdateAccountSummary-id", - "Location": "Path" - }, - { - "Name": "macOSSoftwareUpdateCategorySummary-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.macOSSoftwareUpdateAccountSummary.categorySummary_ListUpdateStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "macOSSoftwareUpdateAccountSummary-id", - "Location": "Path" - }, - { - "Name": "macOSSoftwareUpdateCategorySummary-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.macOSSoftwareUpdateAccountSummary.categorySummary_CreateUpdateStateSummary", - "Method": "Post", - "Parameters": [ - { - "Name": "macOSSoftwareUpdateAccountSummary-id", - "Location": "Path" - }, - { - "Name": "macOSSoftwareUpdateCategorySummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.macOSSoftwareUpdateAccountSummary.categorySummary_GetUpdateStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "macOSSoftwareUpdateAccountSummary-id", - "Location": "Path" - }, - { - "Name": "macOSSoftwareUpdateCategorySummary-id", - "Location": "Path" - }, - { - "Name": "macOSSoftwareUpdateStateSummary-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.macOSSoftwareUpdateAccountSummary.categorySummary_UpdateUpdateStateSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "macOSSoftwareUpdateAccountSummary-id", - "Location": "Path" - }, - { - "Name": "macOSSoftwareUpdateCategorySummary-id", - "Location": "Path" - }, - { - "Name": "macOSSoftwareUpdateStateSummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.macOSSoftwareUpdateAccountSummary.categorySummary_DeleteUpdateStateSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "macOSSoftwareUpdateAccountSummary-id", - "Location": "Path" - }, - { - "Name": "macOSSoftwareUpdateCategorySummary-id", - "Location": "Path" - }, - { - "Name": "macOSSoftwareUpdateStateSummary-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.macOSSoftwareUpdateAccountSummary.categorySummary.updateStateSummary_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "macOSSoftwareUpdateAccountSummary-id", - "Location": "Path" - }, - { - "Name": "macOSSoftwareUpdateCategorySummary-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.macOSSoftwareUpdateAccountSummary.categorySummary_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "macOSSoftwareUpdateAccountSummary-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.macOSSoftwareUpdateAccountSummary_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDeviceCleanupRules", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListManagedDeviceCleanupRule", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDeviceCleanupRules", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateManagedDeviceCleanupRule", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetManagedDeviceCleanupRule", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDeviceCleanupRule-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateManagedDeviceCleanupRule", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDeviceCleanupRule-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteManagedDeviceCleanupRule", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDeviceCleanupRule-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDeviceCleanupRules/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDeviceCleanupRule_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDeviceEncryptionStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListManagedDeviceEncryptionState", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDeviceEncryptionStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateManagedDeviceEncryptionState", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetManagedDeviceEncryptionState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDeviceEncryptionState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateManagedDeviceEncryptionState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDeviceEncryptionState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteManagedDeviceEncryptionState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDeviceEncryptionState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDeviceEncryptionStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDeviceEncryptionState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDeviceOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetManagedDeviceOverview", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListManagedDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateManagedDevice", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetManagedDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateManagedDevice", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteManagedDevice", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_ListAssignmentFilterEvaluationStatusDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_CreateAssignmentFilterEvaluationStatusDetail", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_GetAssignmentFilterEvaluationStatusDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "assignmentFilterEvaluationStatusDetails-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_UpdateAssignmentFilterEvaluationStatusDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "assignmentFilterEvaluationStatusDetails-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_DeleteAssignmentFilterEvaluationStatusDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "assignmentFilterEvaluationStatusDetails-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.assignmentFilterEvaluationStatusDetail_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_ListDetectedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_GetDetectedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "detectedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.detectedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_GetDeviceCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_UpdateDeviceCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_DeleteDeviceCategory", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_ListDeviceCompliancePolicyState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_CreateDeviceCompliancePolicyState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_GetDeviceCompliancePolicyState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceCompliancePolicyState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_UpdateDeviceCompliancePolicyState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceCompliancePolicyState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_DeleteDeviceCompliancePolicyState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceCompliancePolicyState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.deviceCompliancePolicyState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_ListDeviceConfigurationState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_CreateDeviceConfigurationState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_GetDeviceConfigurationState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_UpdateDeviceConfigurationState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_DeleteDeviceConfigurationState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.deviceConfigurationState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_ListDeviceHealthScriptState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_CreateDeviceHealthScriptState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id=\u0027{id}\u0027,policyId=\u0027{policyId}\u0027,deviceId=\u0027{deviceId}\u0027", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_GetDeviceHealthScriptState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "id", - "Location": "Path" - }, - { - "Name": "policyId", - "Location": "Path" - }, - { - "Name": "deviceId", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id=\u0027{id}\u0027,policyId=\u0027{policyId}\u0027,deviceId=\u0027{deviceId}\u0027", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_UpdateDeviceHealthScriptState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "id", - "Location": "Path" - }, - { - "Name": "policyId", - "Location": "Path" - }, - { - "Name": "deviceId", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id=\u0027{id}\u0027,policyId=\u0027{policyId}\u0027,deviceId=\u0027{deviceId}\u0027", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_DeleteDeviceHealthScriptState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "id", - "Location": "Path" - }, - { - "Name": "policyId", - "Location": "Path" - }, - { - "Name": "deviceId", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.deviceHealthScriptState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_ListLogCollectionRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_CreateLogCollectionRequest", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_GetLogCollectionRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceLogCollectionResponse-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_UpdateLogCollectionRequest", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceLogCollectionResponse-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_DeleteLogCollectionRequest", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceLogCollectionResponse-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.logCollectionRequest_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_ListManagedDeviceMobileAppConfigurationState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_CreateManagedDeviceMobileAppConfigurationState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_GetManagedDeviceMobileAppConfigurationState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_UpdateManagedDeviceMobileAppConfigurationState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_DeleteManagedDeviceMobileAppConfigurationState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.managedDeviceMobileAppConfigurationState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_ListSecurityBaselineState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_CreateSecurityBaselineState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_GetSecurityBaselineState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_UpdateSecurityBaselineState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_DeleteSecurityBaselineState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.securityBaselineState_ListSettingState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.securityBaselineState_CreateSettingState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.securityBaselineState_GetSettingState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "securityBaselineSettingState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.securityBaselineState_UpdateSettingState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "securityBaselineSettingState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.securityBaselineState_DeleteSettingState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "securityBaselineSettingState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.securityBaselineState.settingState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.securityBaselineState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/users", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_ListUser", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_GetWindowsProtectionState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_UpdateWindowsProtectionState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_DeleteWindowsProtectionState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.windowsProtectionState_ListDetectedMalwareState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.windowsProtectionState_CreateDetectedMalwareState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.windowsProtectionState_GetDetectedMalwareState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "windowsDeviceMalwareState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.windowsProtectionState_UpdateDetectedMalwareState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "windowsDeviceMalwareState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.windowsProtectionState_DeleteDetectedMalwareState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "windowsDeviceMalwareState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.windowsProtectionState.detectedMalwareState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelConfigurations", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListMicrosoftTunnelConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelConfigurations", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateMicrosoftTunnelConfiguration", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetMicrosoftTunnelConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "microsoftTunnelConfiguration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateMicrosoftTunnelConfiguration", - "Method": "Patch", - "Parameters": [ - { - "Name": "microsoftTunnelConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteMicrosoftTunnelConfiguration", - "Method": "Delete", - "Parameters": [ - { - "Name": "microsoftTunnelConfiguration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelConfigurations/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelConfiguration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelHealthThresholds", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListMicrosoftTunnelHealthThreshold", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelHealthThresholds", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateMicrosoftTunnelHealthThreshold", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetMicrosoftTunnelHealthThreshold", - "Method": "Get", - "Parameters": [ - { - "Name": "microsoftTunnelHealthThreshold-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateMicrosoftTunnelHealthThreshold", - "Method": "Patch", - "Parameters": [ - { - "Name": "microsoftTunnelHealthThreshold-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteMicrosoftTunnelHealthThreshold", - "Method": "Delete", - "Parameters": [ - { - "Name": "microsoftTunnelHealthThreshold-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelHealthThresholds/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelHealthThreshold_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListMicrosoftTunnelServerLogCollectionResponse", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateMicrosoftTunnelServerLogCollectionResponse", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetMicrosoftTunnelServerLogCollectionResponse", - "Method": "Get", - "Parameters": [ - { - "Name": "microsoftTunnelServerLogCollectionResponse-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateMicrosoftTunnelServerLogCollectionResponse", - "Method": "Patch", - "Parameters": [ - { - "Name": "microsoftTunnelServerLogCollectionResponse-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteMicrosoftTunnelServerLogCollectionResponse", - "Method": "Delete", - "Parameters": [ - { - "Name": "microsoftTunnelServerLogCollectionResponse-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelServerLogCollectionResponse_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListMicrosoftTunnelSite", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateMicrosoftTunnelSite", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetMicrosoftTunnelSite", - "Method": "Get", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateMicrosoftTunnelSite", - "Method": "Patch", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteMicrosoftTunnelSite", - "Method": "Delete", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelSite_GetMicrosoftTunnelConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelSite_UpdateMicrosoftTunnelConfiguration", - "Method": "Patch", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelSite_DeleteMicrosoftTunnelConfiguration", - "Method": "Delete", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelSite_ListMicrosoftTunnelServer", - "Method": "Get", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelSite_CreateMicrosoftTunnelServer", - "Method": "Post", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelSite_GetMicrosoftTunnelServer", - "Method": "Get", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - }, - { - "Name": "microsoftTunnelServer-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelSite_UpdateMicrosoftTunnelServer", - "Method": "Patch", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - }, - { - "Name": "microsoftTunnelServer-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelSite_DeleteMicrosoftTunnelServer", - "Method": "Delete", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - }, - { - "Name": "microsoftTunnelServer-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelSite.microsoftTunnelServer_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "microsoftTunnelSite-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/microsoftTunnelSites/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.microsoftTunnelSite_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileAppTroubleshootingEvents", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListMobileAppTroubleshootingEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileAppTroubleshootingEvents", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateMobileAppTroubleshootingEvent", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetMobileAppTroubleshootingEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateMobileAppTroubleshootingEvent", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteMobileAppTroubleshootingEvent", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.mobileAppTroubleshootingEvent_ListAppLogCollectionRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.mobileAppTroubleshootingEvent_CreateAppLogCollectionRequest", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.mobileAppTroubleshootingEvent_GetAppLogCollectionRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "appLogCollectionRequest-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.mobileAppTroubleshootingEvent_UpdateAppLogCollectionRequest", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "appLogCollectionRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.mobileAppTroubleshootingEvent_DeleteAppLogCollectionRequest", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "appLogCollectionRequest-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.mobileAppTroubleshootingEvent.appLogCollectionRequest_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/mobileAppTroubleshootingEvents/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.mobileAppTroubleshootingEvent_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetMonitoring", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateMonitoring", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteMonitoring", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring/alertRecords", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.monitoring_ListAlertRecord", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring/alertRecords", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.monitoring_CreateAlertRecord", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.monitoring_GetAlertRecord", - "Method": "Get", - "Parameters": [ - { - "Name": "alertRecord-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.monitoring_UpdateAlertRecord", - "Method": "Patch", - "Parameters": [ - { - "Name": "alertRecord-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.monitoring_DeleteAlertRecord", - "Method": "Delete", - "Parameters": [ - { - "Name": "alertRecord-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring/alertRecords/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.monitoring.alertRecord_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring/alertRules", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.monitoring_ListAlertRule", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring/alertRules", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.monitoring_CreateAlertRule", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.monitoring_GetAlertRule", - "Method": "Get", - "Parameters": [ - { - "Name": "alertRule-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.monitoring_UpdateAlertRule", - "Method": "Patch", - "Parameters": [ - { - "Name": "alertRule-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.monitoring_DeleteAlertRule", - "Method": "Delete", - "Parameters": [ - { - "Name": "alertRule-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/monitoring/alertRules/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.monitoring.alertRule_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/notificationMessageTemplates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListNotificationMessageTemplate", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/notificationMessageTemplates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateNotificationMessageTemplate", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetNotificationMessageTemplate", - "Method": "Get", - "Parameters": [ - { - "Name": "notificationMessageTemplate-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateNotificationMessageTemplate", - "Method": "Patch", - "Parameters": [ - { - "Name": "notificationMessageTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteNotificationMessageTemplate", - "Method": "Delete", - "Parameters": [ - { - "Name": "notificationMessageTemplate-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.notificationMessageTemplate_ListLocalizedNotificationMessage", - "Method": "Get", - "Parameters": [ - { - "Name": "notificationMessageTemplate-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.notificationMessageTemplate_CreateLocalizedNotificationMessage", - "Method": "Post", - "Parameters": [ - { - "Name": "notificationMessageTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.notificationMessageTemplate_GetLocalizedNotificationMessage", - "Method": "Get", - "Parameters": [ - { - "Name": "notificationMessageTemplate-id", - "Location": "Path" - }, - { - "Name": "localizedNotificationMessage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.notificationMessageTemplate_UpdateLocalizedNotificationMessage", - "Method": "Patch", - "Parameters": [ - { - "Name": "notificationMessageTemplate-id", - "Location": "Path" - }, - { - "Name": "localizedNotificationMessage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.notificationMessageTemplate_DeleteLocalizedNotificationMessage", - "Method": "Delete", - "Parameters": [ - { - "Name": "notificationMessageTemplate-id", - "Location": "Path" - }, - { - "Name": "localizedNotificationMessage-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.notificationMessageTemplate.localizedNotificationMessage_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "notificationMessageTemplate-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/notificationMessageTemplates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.notificationMessageTemplate_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/remoteActionAudits", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListRemoteActionAudit", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/remoteActionAudits", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateRemoteActionAudit", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetRemoteActionAudit", - "Method": "Get", - "Parameters": [ - { - "Name": "remoteActionAudit-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateRemoteActionAudit", - "Method": "Patch", - "Parameters": [ - { - "Name": "remoteActionAudit-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteRemoteActionAudit", - "Method": "Delete", - "Parameters": [ - { - "Name": "remoteActionAudit-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/remoteActionAudits/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.remoteActionAudit_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceAccessProfiles", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListResourceAccessProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceAccessProfiles", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateResourceAccessProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetResourceAccessProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementResourceAccessProfileBase-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateResourceAccessProfile", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementResourceAccessProfileBase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteResourceAccessProfile", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementResourceAccessProfileBase-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.resourceAccessProfile_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementResourceAccessProfileBase-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.resourceAccessProfile_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementResourceAccessProfileBase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.resourceAccessProfile_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementResourceAccessProfileBase-id", - "Location": "Path" - }, - { - "Name": "deviceManagementResourceAccessProfileAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.resourceAccessProfile_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementResourceAccessProfileBase-id", - "Location": "Path" - }, - { - "Name": "deviceManagementResourceAccessProfileAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.resourceAccessProfile_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementResourceAccessProfileBase-id", - "Location": "Path" - }, - { - "Name": "deviceManagementResourceAccessProfileAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.resourceAccessProfile.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementResourceAccessProfileBase-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/resourceAccessProfiles/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.resourceAccessProfile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reusableSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListReusableSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reusableSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateReusableSetting", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetReusableSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementConfigurationSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateReusableSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementConfigurationSettingDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteReusableSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementConfigurationSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reusableSettings/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.reusableSetting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/settingDefinitions", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/settingDefinitions", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateSettingDefinition", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateSettingDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementSettingDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteSettingDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/settingDefinitions/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.settingDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/softwareUpdateStatusSummary", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetSoftwareUpdateStatusSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListTemplate", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateTemplate", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetTemplate", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateTemplate", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteTemplate", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_CreateCategory", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_UpdateCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_DeleteCategory", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.category_ListRecommendedSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.category_CreateRecommendedSetting", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.category_GetRecommendedSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.category_UpdateRecommendedSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.category_DeleteRecommendedSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.category.recommendedSetting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.category_ListSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.category_CreateSettingDefinition", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.category_GetSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.category_UpdateSettingDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.category_DeleteSettingDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.category.settingDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_ListMigratableTo", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_CreateMigratableTo", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_GetMigratableTo", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_UpdateMigratableTo", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_DeleteMigratableTo", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo_CreateCategory", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo_UpdateCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo_DeleteCategory", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo.category_ListRecommendedSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo.category_CreateRecommendedSetting", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo.category_GetRecommendedSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo.category_UpdateRecommendedSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo.category_DeleteRecommendedSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo.category.recommendedSetting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo.category_ListSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo.category_CreateSettingDefinition", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo.category_GetSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo.category_UpdateSettingDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo.category_DeleteSettingDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo.category.settingDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplateSettingCategory-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo_ListSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo_CreateSetting", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo_GetSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo_UpdateSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo_DeleteSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo.setting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTemplate-id1", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.migratableTo_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_ListSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_CreateSetting", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_GetSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_UpdateSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_DeleteSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "deviceManagementSettingInstance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template.setting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTemplate-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/templates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.template_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/troubleshootingEvents", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListTroubleshootingEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/troubleshootingEvents", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateTroubleshootingEvent", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetTroubleshootingEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateTroubleshootingEvent", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementTroubleshootingEvent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteTroubleshootingEvent", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/troubleshootingEvents/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.troubleshootingEvent_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomaly", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsAnomaly", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomaly", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsAnomaly", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsAnomaly", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAnomaly-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsAnomaly", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAnomaly-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsAnomaly", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAnomaly-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomaly/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAnomaly_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsAnomalyCorrelationGroupOverview", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsAnomalyCorrelationGroupOverview", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsAnomalyCorrelationGroupOverview", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAnomalyCorrelationGroupOverview-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsAnomalyCorrelationGroupOverview", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAnomalyCorrelationGroupOverview-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsAnomalyCorrelationGroupOverview", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAnomalyCorrelationGroupOverview-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAnomalyCorrelationGroupOverview_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsAnomalyDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsAnomalyDevice", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsAnomalyDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAnomalyDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsAnomalyDevice", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAnomalyDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsAnomalyDevice", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAnomalyDevice-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAnomalyDevice_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsAppHealthApplicationPerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsAppHealthApplicationPerformance", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsAppHealthApplicationPerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthApplicationPerformance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsAppHealthApplicationPerformance", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthApplicationPerformance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsAppHealthApplicationPerformance", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthApplicationPerformance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAppHealthApplicationPerformance_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersion", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersion", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersion_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersionDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersionDetail", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersionDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersionDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersionDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersionDetail_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersionDeviceId", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersionDeviceId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersionDeviceId", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersionDeviceId", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersionDeviceId", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersionDeviceId_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreOSVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreOSVersion", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreOSVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreOSVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreOSVersion", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreOSVersion_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthDeviceModelPerformance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthDeviceModelPerformance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthDeviceModelPerformance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAppHealthDeviceModelPerformance_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsAppHealthDevicePerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsAppHealthDevicePerformance", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsAppHealthDevicePerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthDevicePerformance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsAppHealthDevicePerformance", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthDevicePerformance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsAppHealthDevicePerformance", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthDevicePerformance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAppHealthDevicePerformance_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsAppHealthDevicePerformanceDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsAppHealthDevicePerformanceDetail", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsAppHealthDevicePerformanceDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthDevicePerformanceDetails-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsAppHealthDevicePerformanceDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthDevicePerformanceDetails-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsAppHealthDevicePerformanceDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthDevicePerformanceDetails-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAppHealthDevicePerformanceDetail_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsAppHealthOSVersionPerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsAppHealthOSVersionPerformance", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsAppHealthOSVersionPerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthOSVersionPerformance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsAppHealthOSVersionPerformance", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthOSVersionPerformance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsAppHealthOSVersionPerformance", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsAppHealthOSVersionPerformance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAppHealthOSVersionPerformance_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsAppHealthOverview", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsAppHealthOverview", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsAppHealthOverview", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAppHealthOverview_ListMetricValue", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAppHealthOverview_CreateMetricValue", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAppHealthOverview_GetMetricValue", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsMetric-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAppHealthOverview_UpdateMetricValue", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsMetric-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAppHealthOverview_DeleteMetricValue", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsMetric-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsAppHealthOverview.metricValue_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBaselines", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsBaseline", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBaselines", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsBaseline", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsBaseline", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBaseline-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsBaseline", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBaseline-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsBaseline", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBaseline-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsBaseline_GetAppHealthMetric", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBaseline-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsBaseline_GetBatteryHealthMetric", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBaseline-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsBaseline_GetBestPracticesMetric", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBaseline-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsBaseline_GetDeviceBootPerformanceMetric", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBaseline-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsBaseline_GetRebootAnalyticsMetric", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBaseline-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsBaseline_GetResourcePerformanceMetric", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBaseline-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsBaseline_GetWorkFromAnywhereMetric", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBaseline-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBaselines/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsBaseline_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsBatteryHealthAppImpact", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsBatteryHealthAppImpact", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsBatteryHealthAppImpact", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthAppImpact-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsBatteryHealthAppImpact", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthAppImpact-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsBatteryHealthAppImpact", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthAppImpact-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsBatteryHealthAppImpact_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsBatteryHealthCapacityDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsBatteryHealthCapacityDetail", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsBatteryHealthCapacityDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthDeviceAppImpact-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthDeviceAppImpact-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthDeviceAppImpact-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsBatteryHealthDeviceAppImpact_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsBatteryHealthDevicePerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsBatteryHealthDevicePerformance", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsBatteryHealthDevicePerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthDevicePerformance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsBatteryHealthDevicePerformance", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthDevicePerformance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsBatteryHealthDevicePerformance", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthDevicePerformance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsBatteryHealthDevicePerformance_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsBatteryHealthModelPerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsBatteryHealthModelPerformance", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsBatteryHealthModelPerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthModelPerformance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsBatteryHealthModelPerformance", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthModelPerformance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsBatteryHealthModelPerformance", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthModelPerformance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsBatteryHealthModelPerformance_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsBatteryHealthOsPerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsBatteryHealthOsPerformance", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsBatteryHealthOsPerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthOsPerformance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsBatteryHealthOsPerformance", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthOsPerformance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsBatteryHealthOsPerformance", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsBatteryHealthOsPerformance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsBatteryHealthOsPerformance_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsBatteryHealthRuntimeDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsBatteryHealthRuntimeDetail", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsBatteryHealthRuntimeDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsCategories", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsCategories", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsCategory", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsCategory", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsCategory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsCategory_ListMetricValue", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsCategory-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsCategory_CreateMetricValue", - "Method": "Post", - "Parameters": [ - { - "Name": "userExperienceAnalyticsCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsCategory_GetMetricValue", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsCategory-id", - "Location": "Path" - }, - { - "Name": "userExperienceAnalyticsMetric-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsCategory_UpdateMetricValue", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsCategory-id", - "Location": "Path" - }, - { - "Name": "userExperienceAnalyticsMetric-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsCategory_DeleteMetricValue", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsCategory-id", - "Location": "Path" - }, - { - "Name": "userExperienceAnalyticsMetric-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsCategory.metricValue_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsCategory-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsCategories/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsCategory_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsDeviceMetricHistory", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsDeviceMetricHistory", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsDeviceMetricHistory", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsMetricHistory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsDeviceMetricHistory", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsMetricHistory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsDeviceMetricHistory", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsMetricHistory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsDeviceMetricHistory_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsDevicePerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsDevicePerformance", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsDevicePerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDevicePerformance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsDevicePerformance", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDevicePerformance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsDevicePerformance", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDevicePerformance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsDevicePerformance_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsDeviceScope", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsDeviceScope", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsDeviceScope", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScopes", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsDeviceScope", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScopes", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsDeviceScope", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScopes/{userExperienceAnalyticsDeviceScope-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsDeviceScope", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceScope-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScopes/{userExperienceAnalyticsDeviceScope-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsDeviceScope", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScopes/{userExperienceAnalyticsDeviceScope-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsDeviceScope", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceScope-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsDeviceScope_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsDeviceScore", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsDeviceScore", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsDeviceScore", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceScores-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsDeviceScore", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceScores-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsDeviceScore", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceScores-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsDeviceScore_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsDeviceStartupHistory", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsDeviceStartupHistory", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsDeviceStartupHistory", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceStartupHistory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsDeviceStartupHistory", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceStartupHistory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsDeviceStartupHistory", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceStartupHistory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsDeviceStartupHistory_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsDeviceStartupProcess", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsDeviceStartupProcess", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsDeviceStartupProcess", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceStartupProcess-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsDeviceStartupProcess", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceStartupProcess-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsDeviceStartupProcess", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceStartupProcess-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsDeviceStartupProcess_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsDeviceStartupProcessPerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsDeviceStartupProcessPerformance", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsDeviceStartupProcessPerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceStartupProcessPerformance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsDeviceStartupProcessPerformance", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceStartupProcessPerformance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsDeviceStartupProcessPerformance", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceStartupProcessPerformance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsDeviceStartupProcessPerformance_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsDevicesWithoutCloudIdentity", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsDevicesWithoutCloudIdentity", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsDevicesWithoutCloudIdentity", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceWithoutCloudIdentity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsDevicesWithoutCloudIdentity", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceWithoutCloudIdentity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsDevicesWithoutCloudIdentity", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceWithoutCloudIdentity-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsDevicesWithoutCloudIdentity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsDeviceTimelineEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsDeviceTimelineEvent", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsDeviceTimelineEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceTimelineEvent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsDeviceTimelineEvent", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceTimelineEvent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsDeviceTimelineEvent", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsDeviceTimelineEvent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsDeviceTimelineEvent_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsImpactingProcess", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsImpactingProcess", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsImpactingProcess", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsImpactingProcess", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsImpactingProcess", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsImpactingProcess-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsImpactingProcess", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsImpactingProcess-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsImpactingProcess", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsImpactingProcess-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsImpactingProcess/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsImpactingProcess_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsMetricHistory", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsMetricHistory", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsMetricHistory", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsMetricHistory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsMetricHistory", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsMetricHistory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsMetricHistory", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsMetricHistory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsMetricHistory_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsModelScores", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsModelScore", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsModelScores", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsModelScore", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsModelScore", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsModelScores-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsModelScore", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsModelScores-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsModelScore", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsModelScores-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsModelScores/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsModelScore_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsNotAutopilotReadyDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsNotAutopilotReadyDevice", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsNotAutopilotReadyDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsNotAutopilotReadyDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsNotAutopilotReadyDevice", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsNotAutopilotReadyDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsNotAutopilotReadyDevice", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsNotAutopilotReadyDevice-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsNotAutopilotReadyDevice_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsOverview", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsOverview", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsOverview", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsOverview", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsRemoteConnection", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsRemoteConnection", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsRemoteConnection", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsRemoteConnection", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsRemoteConnection", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsRemoteConnection-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsRemoteConnection", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsRemoteConnection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsRemoteConnection", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsRemoteConnection-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsRemoteConnection_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsResourcePerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsResourcePerformance", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsResourcePerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsResourcePerformance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsResourcePerformance", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsResourcePerformance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsResourcePerformance", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsResourcePerformance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsResourcePerformance_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsScoreHistory", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsScoreHistory", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsScoreHistory", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsScoreHistory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsScoreHistory", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsScoreHistory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsScoreHistory", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsScoreHistory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsScoreHistory_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsWorkFromAnywhereMetric", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsWorkFromAnywhereMetric", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsWorkFromAnywhereMetric", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsWorkFromAnywhereMetric-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsWorkFromAnywhereMetric", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsWorkFromAnywhereMetric-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsWorkFromAnywhereMetric", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsWorkFromAnywhereMetric-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric_ListMetricDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsWorkFromAnywhereMetric-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric_CreateMetricDevice", - "Method": "Post", - "Parameters": [ - { - "Name": "userExperienceAnalyticsWorkFromAnywhereMetric-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric_GetMetricDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsWorkFromAnywhereMetric-id", - "Location": "Path" - }, - { - "Name": "userExperienceAnalyticsWorkFromAnywhereDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric_UpdateMetricDevice", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsWorkFromAnywhereMetric-id", - "Location": "Path" - }, - { - "Name": "userExperienceAnalyticsWorkFromAnywhereDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric_DeleteMetricDevice", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsWorkFromAnywhereMetric-id", - "Location": "Path" - }, - { - "Name": "userExperienceAnalyticsWorkFromAnywhereDevice-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric.metricDevice_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsWorkFromAnywhereMetric-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Method": "Get", - "Parameters": [ - { - "Name": "userExperienceAnalyticsWorkFromAnywhereModelPerformance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Method": "Patch", - "Parameters": [ - { - "Name": "userExperienceAnalyticsWorkFromAnywhereModelPerformance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Method": "Delete", - "Parameters": [ - { - "Name": "userExperienceAnalyticsWorkFromAnywhereModelPerformance-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsWorkFromAnywhereModelPerformance_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListWindowsInformationProtectionAppLearningSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateWindowsInformationProtectionAppLearningSummary", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetWindowsInformationProtectionAppLearningSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsInformationProtectionAppLearningSummary-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateWindowsInformationProtectionAppLearningSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsInformationProtectionAppLearningSummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteWindowsInformationProtectionAppLearningSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsInformationProtectionAppLearningSummary-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsInformationProtectionAppLearningSummary_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListWindowsInformationProtectionNetworkLearningSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateWindowsInformationProtectionNetworkLearningSummary", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetWindowsInformationProtectionNetworkLearningSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsInformationProtectionNetworkLearningSummary-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateWindowsInformationProtectionNetworkLearningSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsInformationProtectionNetworkLearningSummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteWindowsInformationProtectionNetworkLearningSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsInformationProtectionNetworkLearningSummary-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsInformationProtectionNetworkLearningSummary_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsMalwareInformation", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListWindowsMalwareInformation", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsMalwareInformation", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateWindowsMalwareInformation", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetWindowsMalwareInformation", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsMalwareInformation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateWindowsMalwareInformation", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsMalwareInformation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteWindowsMalwareInformation", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsMalwareInformation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsMalwareInformation_ListDeviceMalwareState", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsMalwareInformation-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsMalwareInformation_CreateDeviceMalwareState", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsMalwareInformation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsMalwareInformation_GetDeviceMalwareState", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsMalwareInformation-id", - "Location": "Path" - }, - { - "Name": "malwareStateForWindowsDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsMalwareInformation_UpdateDeviceMalwareState", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsMalwareInformation-id", - "Location": "Path" - }, - { - "Name": "malwareStateForWindowsDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsMalwareInformation_DeleteDeviceMalwareState", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsMalwareInformation-id", - "Location": "Path" - }, - { - "Name": "malwareStateForWindowsDevice-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsMalwareInformation.deviceMalwareState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsMalwareInformation-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsMalwareInformation/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsMalwareInformation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsQualityUpdateProfiles", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_ListWindowsQualityUpdateProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsQualityUpdateProfiles", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_CreateWindowsQualityUpdateProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetWindowsQualityUpdateProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsQualityUpdateProfile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateWindowsQualityUpdateProfile", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsQualityUpdateProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteWindowsQualityUpdateProfile", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsQualityUpdateProfile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsQualityUpdateProfile_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsQualityUpdateProfile-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsQualityUpdateProfile_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsQualityUpdateProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsQualityUpdateProfile_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsQualityUpdateProfile-id", - "Location": "Path" - }, - { - "Name": "windowsQualityUpdateProfileAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsQualityUpdateProfile_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsQualityUpdateProfile-id", - "Location": "Path" - }, - { - "Name": "windowsQualityUpdateProfileAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsQualityUpdateProfile_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsQualityUpdateProfile-id", - "Location": "Path" - }, - { - "Name": "windowsQualityUpdateProfileAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsQualityUpdateProfile.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsQualityUpdateProfile-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/windowsQualityUpdateProfiles/$count", - "Module": "DeviceManagement" - }, - "MethodInfo": { - "OperationId": "deviceManagement.windowsQualityUpdateProfile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_GetPrint", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_UpdatePrint", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/print/connectors", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_ListConnector", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/connectors", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_CreateConnector", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/print/connectors/{printConnector-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_GetConnector", - "Method": "Get", - "Parameters": [ - { - "Name": "printConnector-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/connectors/{printConnector-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_UpdateConnector", - "Method": "Patch", - "Parameters": [ - { - "Name": "printConnector-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/connectors/{printConnector-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_DeleteConnector", - "Method": "Delete", - "Parameters": [ - { - "Name": "printConnector-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/connectors/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.connector_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/operations", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_ListOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/operations", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_CreateOperation", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/print/operations/{printOperation-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_GetOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "printOperation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/operations/{printOperation-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_UpdateOperation", - "Method": "Patch", - "Parameters": [ - { - "Name": "printOperation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/operations/{printOperation-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_DeleteOperation", - "Method": "Delete", - "Parameters": [ - { - "Name": "printOperation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/operations/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.operation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_ListPrinter", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_CreatePrinter", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_GetPrinter", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_UpdatePrinter", - "Method": "Patch", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_DeletePrinter", - "Method": "Delete", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/connectors", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_ListConnector", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/connectors/{printConnector-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_GetConnector", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printConnector-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/connectors/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.connector_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_ListJob", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_CreateJob", - "Method": "Post", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_GetJob", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_UpdateJob", - "Method": "Patch", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_DeleteJob", - "Method": "Delete", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_ListDocument", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_CreateDocument", - "Method": "Post", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_GetDocument", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_UpdateDocument", - "Method": "Patch", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_DeleteDocument", - "Method": "Delete", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_GetDocumentsContent", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_SetDocumentsContent", - "Method": "Put", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/microsoft.graph.createUploadSession", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job.document_createUploadSession", - "Method": "Post", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job.document_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/microsoft.graph.abort", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_abort", - "Method": "Post", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/microsoft.graph.cancel", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_cancel", - "Method": "Post", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/microsoft.graph.cancelPrintJob", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_cancelPrintJob", - "Method": "Post", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/microsoft.graph.redirect", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_redirect", - "Method": "Post", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/microsoft.graph.start", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_start", - "Method": "Post", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/microsoft.graph.startPrintJob", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_startPrintJob", - "Method": "Post", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_ListTask", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_CreateTask", - "Method": "Post", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_GetTask", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_UpdateTask", - "Method": "Patch", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job.task_GetDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job.task_GetTrigger", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job.task_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/jobs/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.job_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/microsoft.graph.getCapabilities()", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_getCapability", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/microsoft.graph.resetDefaults", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_resetDefault", - "Method": "Post", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/microsoft.graph.restoreFactoryDefaults", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_restoreFactoryDefault", - "Method": "Post", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/share", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_GetShare", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/shares", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_ListShare", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/shares/{printerShare-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_GetShare", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/shares/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.share_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/taskTriggers", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_ListTaskTrigger", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/taskTriggers", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_CreateTaskTrigger", - "Method": "Post", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_GetTaskTrigger", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printTaskTrigger-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_UpdateTaskTrigger", - "Method": "Patch", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printTaskTrigger-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_DeleteTaskTrigger", - "Method": "Delete", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printTaskTrigger-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.taskTrigger_GetDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "printTaskTrigger-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/{printer-id}/taskTriggers/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer.taskTrigger_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printer-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printers/microsoft.graph.create", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printer_create", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_ListPrinterShare", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_CreatePrinterShare", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_GetPrinterShare", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_UpdatePrinterShare", - "Method": "Patch", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_DeletePrinterShare", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedGroups", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare_ListAllowedGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.allowedGroup_DeleteGroupGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.allowedGroup_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.allowedGroup.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedGroups/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.allowedGroup_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare_ListAllowedGroupGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare_CreateAllowedGroupGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare_DeleteAllowedGroupGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - }, - { - "Name": "@id", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedUsers", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare_ListAllowedUser", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.allowedUser_DeleteUserGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.allowedUser_GetMailboxSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.allowedUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.allowedUser_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.allowedUser.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedUsers/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.allowedUser_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare_ListAllowedUserGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare_CreateAllowedUserGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare_DeleteAllowedUserGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - }, - { - "Name": "@id", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare_ListJob", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare_CreateJob", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare_GetJob", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare_UpdateJob", - "Method": "Patch", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare_DeleteJob", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_ListDocument", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_CreateDocument", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_GetDocument", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_UpdateDocument", - "Method": "Patch", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_DeleteDocument", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_GetDocumentsContent", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_SetDocumentsContent", - "Method": "Put", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/microsoft.graph.createUploadSession", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job.document_createUploadSession", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job.document_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.abort", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_abort", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.cancel", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_cancel", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.cancelPrintJob", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_cancelPrintJob", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.redirect", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_redirect", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.start", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_start", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.startPrintJob", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_startPrintJob", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_ListTask", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_CreateTask", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_GetTask", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_UpdateTask", - "Method": "Patch", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job.task_GetDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job.task_GetTrigger", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job.task_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/jobs/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare.job_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/{printerShare-id}/printer", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare_GetPrinter", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/printerShares/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.printerShare_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/services", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_ListService", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/services", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_CreateService", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/print/services/{printService-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_GetService", - "Method": "Get", - "Parameters": [ - { - "Name": "printService-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/services/{printService-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_UpdateService", - "Method": "Patch", - "Parameters": [ - { - "Name": "printService-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/services/{printService-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_DeleteService", - "Method": "Delete", - "Parameters": [ - { - "Name": "printService-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/services/{printService-id}/endpoints", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.service_ListEndpoint", - "Method": "Get", - "Parameters": [ - { - "Name": "printService-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/services/{printService-id}/endpoints", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.service_CreateEndpoint", - "Method": "Post", - "Parameters": [ - { - "Name": "printService-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.service_GetEndpoint", - "Method": "Get", - "Parameters": [ - { - "Name": "printService-id", - "Location": "Path" - }, - { - "Name": "printServiceEndpoint-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.service_UpdateEndpoint", - "Method": "Patch", - "Parameters": [ - { - "Name": "printService-id", - "Location": "Path" - }, - { - "Name": "printServiceEndpoint-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.service_DeleteEndpoint", - "Method": "Delete", - "Parameters": [ - { - "Name": "printService-id", - "Location": "Path" - }, - { - "Name": "printServiceEndpoint-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/services/{printService-id}/endpoints/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.service.endpoint_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printService-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/services/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.service_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_ListShare", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_CreateShare", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_GetShare", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_UpdateShare", - "Method": "Patch", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_DeleteShare", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedGroups", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share_ListAllowedGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.allowedGroup_DeleteGroupGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.allowedGroup_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.allowedGroup.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedGroups/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.allowedGroup_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share_ListAllowedGroupGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share_CreateAllowedGroupGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share_DeleteAllowedGroupGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - }, - { - "Name": "@id", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedUsers", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share_ListAllowedUser", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.allowedUser_DeleteUserGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.allowedUser_GetMailboxSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.allowedUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.allowedUser_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.allowedUser.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedUsers/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.allowedUser_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share_ListAllowedUserGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share_CreateAllowedUserGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share_DeleteAllowedUserGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - }, - { - "Name": "@id", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share_ListJob", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share_CreateJob", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share_GetJob", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share_UpdateJob", - "Method": "Patch", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share_DeleteJob", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_ListDocument", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_CreateDocument", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_GetDocument", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_UpdateDocument", - "Method": "Patch", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_DeleteDocument", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_GetDocumentsContent", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_SetDocumentsContent", - "Method": "Put", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/microsoft.graph.createUploadSession", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job.document_createUploadSession", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printDocument-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job.document_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.abort", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_abort", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.cancel", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_cancel", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.cancelPrintJob", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_cancelPrintJob", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.redirect", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_redirect", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.start", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_start", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.startPrintJob", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_startPrintJob", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_ListTask", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_CreateTask", - "Method": "Post", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_GetTask", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_UpdateTask", - "Method": "Patch", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job.task_GetDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job.task_GetTrigger", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job.task_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "printJob-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/jobs/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share.job_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/{printerShare-id}/printer", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share_GetPrinter", - "Method": "Get", - "Parameters": [ - { - "Name": "printerShare-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/shares/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.share_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/taskDefinitions", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_ListTaskDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/taskDefinitions", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_CreateTaskDefinition", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/print/taskDefinitions/{printTaskDefinition-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_GetTaskDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "printTaskDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/taskDefinitions/{printTaskDefinition-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_UpdateTaskDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "printTaskDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/taskDefinitions/{printTaskDefinition-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print_DeleteTaskDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "printTaskDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.taskDefinition_ListTask", - "Method": "Get", - "Parameters": [ - { - "Name": "printTaskDefinition-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.taskDefinition_CreateTask", - "Method": "Post", - "Parameters": [ - { - "Name": "printTaskDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.taskDefinition_GetTask", - "Method": "Get", - "Parameters": [ - { - "Name": "printTaskDefinition-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.taskDefinition_UpdateTask", - "Method": "Patch", - "Parameters": [ - { - "Name": "printTaskDefinition-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.taskDefinition_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "printTaskDefinition-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/definition", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.taskDefinition.task_GetDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "printTaskDefinition-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.taskDefinition.task_GetTrigger", - "Method": "Get", - "Parameters": [ - { - "Name": "printTaskDefinition-id", - "Location": "Path" - }, - { - "Name": "printTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.taskDefinition.task_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "printTaskDefinition-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/print/taskDefinitions/$count", - "Module": "Devices.CloudPrint" - }, - "MethodInfo": { - "OperationId": "print.taskDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetDeviceAppManagement", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateDeviceAppManagement", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListAndroidManagedAppProtection", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateAndroidManagedAppProtection", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetAndroidManagedAppProtection", - "Method": "Get", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateAndroidManagedAppProtection", - "Method": "Patch", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteAndroidManagedAppProtection", - "Method": "Delete", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection_ListApp", - "Method": "Get", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection_CreateApp", - "Method": "Post", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection_GetApp", - "Method": "Get", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "managedMobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection_UpdateApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "managedMobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection_DeleteApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "managedMobileApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection.app_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection_GetDeploymentSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection_UpdateDeploymentSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection_DeleteDeploymentSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "androidManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/androidManagedAppProtections/microsoft.graph.hasPayloadLinks", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.androidManagedAppProtection_hasPayloadLink", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/defaultManagedAppProtections", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListDefaultManagedAppProtection", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/defaultManagedAppProtections", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateDefaultManagedAppProtection", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetDefaultManagedAppProtection", - "Method": "Get", - "Parameters": [ - { - "Name": "defaultManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateDefaultManagedAppProtection", - "Method": "Patch", - "Parameters": [ - { - "Name": "defaultManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteDefaultManagedAppProtection", - "Method": "Delete", - "Parameters": [ - { - "Name": "defaultManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.defaultManagedAppProtection_ListApp", - "Method": "Get", - "Parameters": [ - { - "Name": "defaultManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.defaultManagedAppProtection_CreateApp", - "Method": "Post", - "Parameters": [ - { - "Name": "defaultManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.defaultManagedAppProtection_GetApp", - "Method": "Get", - "Parameters": [ - { - "Name": "defaultManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "managedMobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.defaultManagedAppProtection_UpdateApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "defaultManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "managedMobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.defaultManagedAppProtection_DeleteApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "defaultManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "managedMobileApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.defaultManagedAppProtection.app_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "defaultManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.defaultManagedAppProtection_GetDeploymentSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "defaultManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.defaultManagedAppProtection_UpdateDeploymentSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "defaultManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.defaultManagedAppProtection_DeleteDeploymentSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "defaultManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/defaultManagedAppProtections/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.defaultManagedAppProtection_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/deviceAppManagementTasks", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListDeviceAppManagementTask", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/deviceAppManagementTasks", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateDeviceAppManagementTask", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetDeviceAppManagementTask", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceAppManagementTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateDeviceAppManagementTask", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceAppManagementTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteDeviceAppManagementTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceAppManagementTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/microsoft.graph.updateStatus", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.deviceAppManagementTask_updateStatus", - "Method": "Post", - "Parameters": [ - { - "Name": "deviceAppManagementTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/deviceAppManagementTasks/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.deviceAppManagementTask_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/enterpriseCodeSigningCertificates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListEnterpriseCodeSigningCertificate", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/enterpriseCodeSigningCertificates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateEnterpriseCodeSigningCertificate", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetEnterpriseCodeSigningCertificate", - "Method": "Get", - "Parameters": [ - { - "Name": "enterpriseCodeSigningCertificate-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateEnterpriseCodeSigningCertificate", - "Method": "Patch", - "Parameters": [ - { - "Name": "enterpriseCodeSigningCertificate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteEnterpriseCodeSigningCertificate", - "Method": "Delete", - "Parameters": [ - { - "Name": "enterpriseCodeSigningCertificate-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.enterpriseCodeSigningCertificate_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListIosLobAppProvisioningConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateIosLobAppProvisioningConfiguration", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetIosLobAppProvisioningConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateIosLobAppProvisioningConfiguration", - "Method": "Patch", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteIosLobAppProvisioningConfiguration", - "Method": "Delete", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "iosLobAppProvisioningConfigurationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "iosLobAppProvisioningConfigurationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "iosLobAppProvisioningConfigurationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_ListDeviceStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_CreateDeviceStatus", - "Method": "Post", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_GetDeviceStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationDeviceStatus-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_UpdateDeviceStatus", - "Method": "Patch", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationDeviceStatus-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_DeleteDeviceStatus", - "Method": "Delete", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationDeviceStatus-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration.deviceStatus_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_ListGroupAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_CreateGroupAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_GetGroupAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "mobileAppProvisioningConfigGroupAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_UpdateGroupAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "mobileAppProvisioningConfigGroupAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_DeleteGroupAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "mobileAppProvisioningConfigGroupAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration.groupAssignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/microsoft.graph.assign", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_ListUserStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_CreateUserStatus", - "Method": "Post", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_GetUserStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationUserStatus-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_UpdateUserStatus", - "Method": "Patch", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationUserStatus-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_DeleteUserStatus", - "Method": "Delete", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationUserStatus-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration.userStatus_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "iosLobAppProvisioningConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosLobAppProvisioningConfigurations/microsoft.graph.hasPayloadLinks", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosLobAppProvisioningConfiguration_hasPayloadLink", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListIosManagedAppProtection", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateIosManagedAppProtection", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetIosManagedAppProtection", - "Method": "Get", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateIosManagedAppProtection", - "Method": "Patch", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteIosManagedAppProtection", - "Method": "Delete", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection_ListApp", - "Method": "Get", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection_CreateApp", - "Method": "Post", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection_GetApp", - "Method": "Get", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "managedMobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection_UpdateApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "managedMobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection_DeleteApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "managedMobileApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection.app_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection_GetDeploymentSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection_UpdateDeploymentSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection_DeleteDeploymentSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "iosManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/iosManagedAppProtections/microsoft.graph.hasPayloadLinks", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.iosManagedAppProtection_hasPayloadLink", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppPolicies", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListManagedAppPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppPolicies", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateManagedAppPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetManagedAppPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAppPolicy-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateManagedAppPolicy", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedAppPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteManagedAppPolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedAppPolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppPolicy_targetApp", - "Method": "Post", - "Parameters": [ - { - "Name": "managedAppPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppPolicies/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppPolicy_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListManagedAppRegistration", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateManagedAppRegistration", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetManagedAppRegistration", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateManagedAppRegistration", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteManagedAppRegistration", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_ListAppliedPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_CreateAppliedPolicy", - "Method": "Post", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_GetAppliedPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "managedAppPolicy-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_UpdateAppliedPolicy", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "managedAppPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_DeleteAppliedPolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "managedAppPolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration.appliedPolicy_targetApp", - "Method": "Post", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "managedAppPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration.appliedPolicy_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_ListIntendedPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_CreateIntendedPolicy", - "Method": "Post", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_GetIntendedPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "managedAppPolicy-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_UpdateIntendedPolicy", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "managedAppPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_DeleteIntendedPolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "managedAppPolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration.intendedPolicy_targetApp", - "Method": "Post", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "managedAppPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration.intendedPolicy_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_ListManagedAppLogCollectionRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_CreateManagedAppLogCollectionRequest", - "Method": "Post", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_GetManagedAppLogCollectionRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "managedAppLogCollectionRequest-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_UpdateManagedAppLogCollectionRequest", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "managedAppLogCollectionRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_DeleteManagedAppLogCollectionRequest", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "managedAppLogCollectionRequest-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration.managedAppLogCollectionRequest_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_ListOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_CreateOperation", - "Method": "Post", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_GetOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "managedAppOperation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_UpdateOperation", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "managedAppOperation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_DeleteOperation", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "managedAppOperation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration.operation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppRegistrations/microsoft.graph.getUserIdsWithFlaggedAppRegistration()", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppRegistration_getUserIdsGraphWPreFlaggedAppRegistration", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppStatuses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListManagedAppStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppStatuses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateManagedAppStatus", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetManagedAppStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "managedAppStatus-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateManagedAppStatus", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedAppStatus-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteManagedAppStatus", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedAppStatus-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedAppStatuses/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedAppStatus_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBookCategories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListManagedEBookCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBookCategories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateManagedEBookCategory", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetManagedEBookCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBookCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateManagedEBookCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedEBookCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteManagedEBookCategory", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedEBookCategory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBookCategories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBookCategory_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListManagedEBook", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateManagedEBook", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetManagedEBook", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateManagedEBook", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteManagedEBook", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "managedEBookAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "managedEBookAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "managedEBookAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/categories/{managedEBookCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "managedEBookCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_ListDeviceState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_CreateDeviceState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_GetDeviceState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "deviceInstallState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_UpdateDeviceState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "deviceInstallState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_DeleteDeviceState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "deviceInstallState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook.deviceState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_GetInstallSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_UpdateInstallSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_DeleteInstallSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/microsoft.graph.assign", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_ListUserStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_CreateUserStateSummary", - "Method": "Post", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_GetUserStateSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "userInstallStateSummary-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_UpdateUserStateSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "userInstallStateSummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_DeleteUserStateSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "userInstallStateSummary-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook.userStateSummary_ListDeviceState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "userInstallStateSummary-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook.userStateSummary_CreateDeviceState", - "Method": "Post", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "userInstallStateSummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook.userStateSummary_GetDeviceState", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "userInstallStateSummary-id", - "Location": "Path" - }, - { - "Name": "deviceInstallState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook.userStateSummary_UpdateDeviceState", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "userInstallStateSummary-id", - "Location": "Path" - }, - { - "Name": "deviceInstallState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook.userStateSummary_DeleteDeviceState", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "userInstallStateSummary-id", - "Location": "Path" - }, - { - "Name": "deviceInstallState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook.userStateSummary.deviceState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "userInstallStateSummary-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook.userStateSummary_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedEBook-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/managedEBooks/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.managedEBook_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMdmWindowsInformationProtectionPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateMdmWindowsInformationProtectionPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMdmWindowsInformationProtectionPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateMdmWindowsInformationProtectionPolicy", - "Method": "Patch", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteMdmWindowsInformationProtectionPolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_ListExemptAppLockerFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_CreateExemptAppLockerFile", - "Method": "Post", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_GetExemptAppLockerFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsInformationProtectionAppLockerFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_UpdateExemptAppLockerFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsInformationProtectionAppLockerFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_DeleteExemptAppLockerFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsInformationProtectionAppLockerFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy.exemptAppLockerFile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_ListProtectedAppLockerFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_CreateProtectedAppLockerFile", - "Method": "Post", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_GetProtectedAppLockerFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsInformationProtectionAppLockerFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_UpdateProtectedAppLockerFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsInformationProtectionAppLockerFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_DeleteProtectedAppLockerFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsInformationProtectionAppLockerFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy.protectedAppLockerFile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mdmWindowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/microsoft.graph.hasPayloadLinks", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mdmWindowsInformationProtectionPolicy_hasPayloadLink", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/microsoft.graph.syncMicrosoftStoreForBusinessApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_syncMicrosoftStoreGraphFPreBusinessApp", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppCatalogPackages", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppCatalogPackage", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppCatalogPackages", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateMobileAppCatalogPackage", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppCatalogPackage", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileAppCatalogPackage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateMobileAppCatalogPackage", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileAppCatalogPackage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteMobileAppCatalogPackage", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileAppCatalogPackage-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppCatalogPackages/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppCatalogPackage_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppCategories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppCategories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateMobileAppCategory", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateMobileAppCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileAppCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteMobileAppCategory", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppCategories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppCategory_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateMobileAppConfiguration", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateMobileAppConfiguration", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteMobileAppConfiguration", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_ListDeviceStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_CreateDeviceStatus", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_GetDeviceStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationDeviceStatus-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_UpdateDeviceStatus", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationDeviceStatus-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_DeleteDeviceStatus", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationDeviceStatus-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration.deviceStatus_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_GetDeviceStatusSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_UpdateDeviceStatusSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_DeleteDeviceStatusSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/microsoft.graph.assign", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_ListUserStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_CreateUserStatus", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_GetUserStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationUserStatus-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_UpdateUserStatus", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationUserStatus-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_DeleteUserStatus", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationUserStatus-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration.userStatus_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_GetUserStatusSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_UpdateUserStatusSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_DeleteUserStatusSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedDeviceMobileAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileAppConfigurations/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppConfiguration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateMobileApp", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateMobileApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteMobileApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsAndroidGraphFPreWorkApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsAndroidLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_ListContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_CreateContentVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_GetContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_UpdateContentVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_DeleteContentVersion", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_ListContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_CreateContainedApp", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_GetContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_UpdateContainedApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_DeleteContainedApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion.containedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_ListFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_CreateFile", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_GetFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_UpdateFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_DeleteFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.androidLobApp.contentVersion.file_commit", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.androidLobApp.contentVersion.file_renewUpload", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion.file_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidLobApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsAndroidManagedStoreApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidManagedStoreApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidManagedStoreApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidManagedStoreApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidManagedStoreApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidManagedStoreApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidManagedStoreApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidManagedStoreApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidManagedStoreApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidManagedStoreApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidManagedStoreApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidManagedStoreApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidManagedStoreApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidManagedStoreApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidManagedStoreApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidManagedStoreApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsAndroidStoreApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidStoreApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidStoreApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidStoreApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidStoreApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidStoreApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidStoreApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidStoreApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidStoreApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidStoreApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidStoreApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidStoreApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidStoreApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidStoreApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidStoreApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsAndroidStoreApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.assign", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsIosLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_ListContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_CreateContentVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_GetContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_UpdateContentVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_DeleteContentVersion", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.contentVersion_ListContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.contentVersion_CreateContainedApp", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.contentVersion_GetContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.contentVersion_UpdateContainedApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.contentVersion_DeleteContainedApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.contentVersion.containedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.contentVersion_ListFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.contentVersion_CreateFile", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.contentVersion_GetFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.contentVersion_UpdateFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.contentVersion_DeleteFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.iosLobApp.contentVersion.file_commit", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.iosLobApp.contentVersion.file_renewUpload", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.contentVersion.file_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.contentVersion_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosLobApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsIosStoreApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosStoreApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosStoreApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosStoreApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosStoreApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosStoreApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosStoreApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosStoreApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosStoreApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosStoreApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosStoreApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosStoreApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosStoreApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosStoreApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosStoreApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosStoreApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsIosVppApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignedLicenses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_ListAssignedLicense", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignedLicenses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_CreateAssignedLicense", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_GetAssignedLicense", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "iosVppAppAssignedLicense-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_UpdateAssignedLicense", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "iosVppAppAssignedLicense-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_DeleteAssignedLicense", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "iosVppAppAssignedLicense-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignedLicenses/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp.assignedLicense_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsIosVppApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsMacOSDmgApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_ListContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_CreateContentVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_GetContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_UpdateContentVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_DeleteContentVersion", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_ListContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_CreateContainedApp", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_GetContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_UpdateContainedApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_DeleteContainedApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion.containedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_ListFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_CreateFile", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_GetFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_UpdateFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_DeleteFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.macOSDmgApp.contentVersion.file_commit", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.macOSDmgApp.contentVersion.file_renewUpload", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion.file_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSDmgApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsMacOSLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_ListContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_CreateContentVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_GetContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_UpdateContentVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_DeleteContentVersion", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_ListContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_CreateContainedApp", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_GetContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_UpdateContainedApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_DeleteContainedApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion.containedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_ListFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_CreateFile", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_GetFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_UpdateFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_DeleteFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.macOSLobApp.contentVersion.file_commit", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.macOSLobApp.contentVersion.file_renewUpload", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion.file_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSLobApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsMacOSPkgApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_ListContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_CreateContentVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_GetContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_UpdateContentVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_DeleteContentVersion", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_ListContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_CreateContainedApp", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_GetContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_UpdateContainedApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_DeleteContainedApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion.containedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_ListFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_CreateFile", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_GetFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_UpdateFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_DeleteFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.macOSPkgApp.contentVersion.file_commit", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.macOSPkgApp.contentVersion.file_renewUpload", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion.file_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMacOSPkgApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsManagedAndroidLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_ListContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_CreateContentVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_GetContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_UpdateContentVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_DeleteContentVersion", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_ListContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_CreateContainedApp", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_GetContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_UpdateContainedApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_DeleteContainedApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion.containedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_ListFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_CreateFile", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_GetFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_UpdateFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_DeleteFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.managedAndroidLobApp.contentVersion.file_commit", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.managedAndroidLobApp.contentVersion.file_renewUpload", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion.file_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedAndroidLobApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsManagedIOSLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_ListContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_CreateContentVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_GetContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_UpdateContentVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_DeleteContentVersion", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_ListContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_CreateContainedApp", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_GetContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_UpdateContainedApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_DeleteContainedApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion.containedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_ListFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_CreateFile", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_GetFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_UpdateFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_DeleteFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.managedIOSLobApp.contentVersion.file_commit", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.managedIOSLobApp.contentVersion.file_renewUpload", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion.file_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedIOSLobApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsManagedMobileLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_ListContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_CreateContentVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_GetContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_UpdateContentVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_DeleteContentVersion", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_ListContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_CreateContainedApp", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_GetContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_UpdateContainedApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_DeleteContainedApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion.containedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_ListFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_CreateFile", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_GetFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_UpdateFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_DeleteFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.managedMobileLobApp.contentVersion.file_commit", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.managedMobileLobApp.contentVersion.file_renewUpload", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion.file_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsManagedMobileLobApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_ListContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_CreateContainedApp", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_GetContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_UpdateContainedApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_DeleteContainedApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp.containedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.updateRelationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_updateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsWin32LobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_ListContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_CreateContentVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_GetContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_UpdateContentVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_DeleteContentVersion", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_ListContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_CreateContainedApp", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_GetContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_UpdateContainedApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_DeleteContainedApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.contentVersion.containedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_ListFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_CreateFile", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_GetFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_UpdateFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_DeleteFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.win32LobApp.contentVersion.file_commit", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.win32LobApp.contentVersion.file_renewUpload", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.contentVersion.file_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWin32LobApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsWindowsAppX", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_ListContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_CreateContentVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_GetContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_UpdateContentVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_DeleteContentVersion", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_ListContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_CreateContainedApp", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_GetContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_UpdateContainedApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_DeleteContainedApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.contentVersion.containedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_ListFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_CreateFile", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_GetFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_UpdateFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_DeleteFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.windowsAppX.contentVersion.file_commit", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.windowsAppX.contentVersion.file_renewUpload", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.contentVersion.file_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsAppX.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsWindowsMobileMSI", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_ListContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_CreateContentVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_GetContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_UpdateContentVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_DeleteContentVersion", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_ListContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_CreateContainedApp", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_GetContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_UpdateContainedApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_DeleteContainedApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion.containedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_ListFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_CreateFile", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_GetFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_UpdateFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_DeleteFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.windowsMobileMSI.contentVersion.file_commit", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.windowsMobileMSI.contentVersion.file_renewUpload", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion.file_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsMobileMSI.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsWindowsStoreApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsStoreApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsStoreApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsStoreApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsStoreApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsStoreApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsStoreApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsStoreApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsStoreApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsStoreApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsStoreApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsStoreApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsStoreApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsStoreApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsStoreApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsStoreApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsWindowsUniversalAppX", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/committedContainedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_ListCommittedContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/committedContainedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_CreateCommittedContainedApp", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_GetCommittedContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_UpdateCommittedContainedApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_DeleteCommittedContainedApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/committedContainedApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.committedContainedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_ListContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_CreateContentVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_GetContentVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_UpdateContentVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_DeleteContentVersion", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_ListContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_CreateContainedApp", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_GetContainedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_UpdateContainedApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_DeleteContainedApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileContainedApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion.containedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_ListFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_CreateFile", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_GetFile", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_UpdateFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_DeleteFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.windowsUniversalAppX.contentVersion.file_commit", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.microsoft.graph.windowsUniversalAppX.contentVersion.file_renewUpload", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "mobileAppContentFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion.file_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppContent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsUniversalAppX.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsWindowsWebApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsWebApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsWebApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsWebApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsWebApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsWebApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsWebApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsWebApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsWebApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsWebApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsWebApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsWebApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsWebApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsWebApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsWebApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWindowsWebApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetMobileAppAsWinGetApp", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWinGetApp_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWinGetApp_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWinGetApp_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWinGetApp_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWinGetApp_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWinGetApp.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/categories", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWinGetApp_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWinGetApp_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWinGetApp.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWinGetApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWinGetApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWinGetApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWinGetApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWinGetApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileAppAsWinGetApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_ListRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_CreateRelationship", - "Method": "Post", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_GetRelationship", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_UpdateRelationship", - "Method": "Patch", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_DeleteRelationship", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "mobileAppRelationship-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp.relationship_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileApp-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.androidForWorkApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsAndroidGraphFPreWorkApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.androidForWorkApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsAndroidGraphFPreWorkApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.androidLobApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsAndroidLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.androidLobApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsAndroidLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.androidManagedStoreApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsAndroidManagedStoreApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.androidManagedStoreApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsAndroidManagedStoreApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.androidStoreApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsAndroidStoreApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.androidStoreApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsAndroidStoreApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId=\u0027{mobileAppCatalogPackageId}\u0027)", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_convertFromMobileAppCatalogPackage", - "Method": "Get", - "Parameters": [ - { - "Name": "mobileAppCatalogPackageId", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.hasPayloadLinks", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_hasPayloadLink", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.iosLobApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsIosLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.iosLobApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsIosLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.iosStoreApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsIosStoreApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.iosStoreApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsIosStoreApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.iosVppApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsIosVppApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.iosVppApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsIosVppApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.macOSDmgApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsMacOSDmgApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.macOSDmgApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsMacOSDmgApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.macOSLobApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsMacOSLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.macOSLobApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsMacOSLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.macOSPkgApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsMacOSPkgApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.macOSPkgApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsMacOSPkgApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.managedAndroidLobApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsManagedAndroidLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.managedAndroidLobApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsManagedAndroidLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.managedIOSLobApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsManagedIOSLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.managedIOSLobApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsManagedIOSLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.managedMobileLobApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsManagedMobileLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.managedMobileLobApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsManagedMobileLobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.microsoftStoreForBusinessApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.microsoftStoreForBusinessApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsMicrosoftStoreGraphFPreBusinessApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.validateXml", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.mobileApp_validateXml", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.win32LobApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsWin32LobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.win32LobApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsWin32LobApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.windowsAppX", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsWindowsAppX", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.windowsAppX/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsWindowsAppX", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.windowsMobileMSI", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsWindowsMobileMSI", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.windowsMobileMSI/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsWindowsMobileMSI", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.windowsStoreApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsWindowsStoreApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.windowsStoreApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsWindowsStoreApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.windowsUniversalAppX", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsWindowsUniversalAppX", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.windowsUniversalAppX/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsWindowsUniversalAppX", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.windowsWebApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsWindowsWebApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.windowsWebApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsWindowsWebApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.winGetApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListMobileAppAsWinGetApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/mobileApps/microsoft.graph.winGetApp/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.MobileApp_GetCountAsWinGetApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListPolicySet", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreatePolicySet", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetPolicySet", - "Method": "Get", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdatePolicySet", - "Method": "Patch", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeletePolicySet", - "Method": "Delete", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.policySet_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.policySet_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.policySet_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - }, - { - "Name": "policySetAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.policySet_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - }, - { - "Name": "policySetAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.policySet_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - }, - { - "Name": "policySetAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.policySet.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}/items", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.policySet_ListItem", - "Method": "Get", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}/items", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.policySet_CreateItem", - "Method": "Post", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.policySet_GetItem", - "Method": "Get", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - }, - { - "Name": "policySetItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.policySet_UpdateItem", - "Method": "Patch", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - }, - { - "Name": "policySetItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.policySet_DeleteItem", - "Method": "Delete", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - }, - { - "Name": "policySetItem-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}/items/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.policySet.item_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/{policySet-id}/microsoft.graph.update", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.policySet_update", - "Method": "Post", - "Parameters": [ - { - "Name": "policySet-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.policySet_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/policySets/microsoft.graph.getPolicySets", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.policySet_getPolicySet", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/symantecCodeSigningCertificate", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetSymantecCodeSigningCertificate", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/symantecCodeSigningCertificate", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateSymantecCodeSigningCertificate", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/symantecCodeSigningCertificate", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteSymantecCodeSigningCertificate", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListTargetedManagedAppConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateTargetedManagedAppConfiguration", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetTargetedManagedAppConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateTargetedManagedAppConfiguration", - "Method": "Patch", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteTargetedManagedAppConfiguration", - "Method": "Delete", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_ListApp", - "Method": "Get", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_CreateApp", - "Method": "Post", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_GetApp", - "Method": "Get", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedMobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_UpdateApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedMobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_DeleteApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "managedMobileApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration.app_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_GetDeploymentSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_UpdateDeploymentSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_DeleteDeploymentSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/microsoft.graph.assign", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/microsoft.graph.changeSettings", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_changeSetting", - "Method": "Post", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/microsoft.graph.targetApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_targetApp", - "Method": "Post", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_ListSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_CreateSetting", - "Method": "Post", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_GetSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_UpdateSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_DeleteSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration.setting_ListSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration.setting_GetSettingDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSettingDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration.setting.settingDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "deviceManagementConfigurationSetting-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration.setting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "targetedManagedAppConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/targetedManagedAppConfigurations/microsoft.graph.hasPayloadLinks", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.targetedManagedAppConfiguration_hasPayloadLink", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/vppTokens", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListVppToken", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/vppTokens", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateVppToken", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetVppToken", - "Method": "Get", - "Parameters": [ - { - "Name": "vppToken-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateVppToken", - "Method": "Patch", - "Parameters": [ - { - "Name": "vppToken-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteVppToken", - "Method": "Delete", - "Parameters": [ - { - "Name": "vppToken-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/vppTokens/{vppToken-id}/microsoft.graph.revokeLicenses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.vppToken_revokeLicense", - "Method": "Post", - "Parameters": [ - { - "Name": "vppToken-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/vppTokens/{vppToken-id}/microsoft.graph.syncLicenses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.vppToken_syncLicense", - "Method": "Post", - "Parameters": [ - { - "Name": "vppToken-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/vppTokens/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.vppToken_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/vppTokens/microsoft.graph.getLicensesForApp(bundleId=\u0027{bundleId}\u0027)", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.vppToken_getLicensesGraphFPreApp", - "Method": "Get", - "Parameters": [ - { - "Name": "bundleId", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/vppTokens/microsoft.graph.syncLicenseCounts", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.vppToken_syncLicenseCount", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListWdacSupplementalPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateWdacSupplementalPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetWdacSupplementalPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateWdacSupplementalPolicy", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteWdacSupplementalPolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsDefenderApplicationControlSupplementalPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsDefenderApplicationControlSupplementalPolicyAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsDefenderApplicationControlSupplementalPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy_GetDeploySummary", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy_UpdateDeploySummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy_DeleteDeploySummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy_ListDeviceStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy_CreateDeviceStatus", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy_GetDeviceStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy_UpdateDeviceStatus", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy_DeleteDeviceStatus", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}/policy", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy.deviceStatus_GetPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy.deviceStatus_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/microsoft.graph.assign", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsDefenderApplicationControlSupplementalPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/wdacSupplementalPolicies/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.wdacSupplementalPolicy_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListWindowsInformationProtectionDeviceRegistration", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateWindowsInformationProtectionDeviceRegistration", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetWindowsInformationProtectionDeviceRegistration", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsInformationProtectionDeviceRegistration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateWindowsInformationProtectionDeviceRegistration", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsInformationProtectionDeviceRegistration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteWindowsInformationProtectionDeviceRegistration", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsInformationProtectionDeviceRegistration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/microsoft.graph.wipe", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionDeviceRegistration_wipe", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsInformationProtectionDeviceRegistration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionDeviceRegistration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListWindowsInformationProtectionPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateWindowsInformationProtectionPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetWindowsInformationProtectionPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateWindowsInformationProtectionPolicy", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteWindowsInformationProtectionPolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_ListExemptAppLockerFile", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_CreateExemptAppLockerFile", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_GetExemptAppLockerFile", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsInformationProtectionAppLockerFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_UpdateExemptAppLockerFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsInformationProtectionAppLockerFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_DeleteExemptAppLockerFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsInformationProtectionAppLockerFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy.exemptAppLockerFile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_ListProtectedAppLockerFile", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_CreateProtectedAppLockerFile", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_GetProtectedAppLockerFile", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsInformationProtectionAppLockerFile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_UpdateProtectedAppLockerFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsInformationProtectionAppLockerFile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_DeleteProtectedAppLockerFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "windowsInformationProtectionAppLockerFile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy.protectedAppLockerFile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsInformationProtectionPolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionPolicy_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionWipeActions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListWindowsInformationProtectionWipeAction", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionWipeActions", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateWindowsInformationProtectionWipeAction", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetWindowsInformationProtectionWipeAction", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsInformationProtectionWipeAction-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateWindowsInformationProtectionWipeAction", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsInformationProtectionWipeAction-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteWindowsInformationProtectionWipeAction", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsInformationProtectionWipeAction-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsInformationProtectionWipeAction_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_ListWindowsManagedAppProtection", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_CreateWindowsManagedAppProtection", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetWindowsManagedAppProtection", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_UpdateWindowsManagedAppProtection", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_DeleteWindowsManagedAppProtection", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_ListApp", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_CreateApp", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_GetApp", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "managedMobileApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_UpdateApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "managedMobileApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_DeleteApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "managedMobileApp-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection.app_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "targetedManagedAppPolicyAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_GetDeploymentSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_UpdateDeploymentSummary", - "Method": "Patch", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_DeleteDeploymentSummary", - "Method": "Delete", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/microsoft.graph.assign", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_assign", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/microsoft.graph.targetApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_targetApp", - "Method": "Post", - "Parameters": [ - { - "Name": "windowsManagedAppProtection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagedAppProtections/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement.windowsManagedAppProtection_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceAppManagement/windowsManagementApp", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "deviceAppManagement_GetWindowsManagementApp", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_ListDeviceEnrollmentConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_CreateDeviceEnrollmentConfiguration", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_GetDeviceEnrollmentConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_UpdateDeviceEnrollmentConfiguration", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_DeleteDeviceEnrollmentConfiguration", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.deviceEnrollmentConfiguration_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.deviceEnrollmentConfiguration_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.deviceEnrollmentConfiguration_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - }, - { - "Name": "enrollmentConfigurationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.deviceEnrollmentConfiguration_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - }, - { - "Name": "enrollmentConfigurationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.deviceEnrollmentConfiguration_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - }, - { - "Name": "enrollmentConfigurationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.deviceEnrollmentConfiguration.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "deviceEnrollmentConfiguration-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.deviceEnrollmentConfiguration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_ListDeviceManagementTroubleshootingEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_CreateDeviceManagementTroubleshootingEvent", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_GetDeviceManagementTroubleshootingEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_UpdateDeviceManagementTroubleshootingEvent", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTroubleshootingEvent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_DeleteDeviceManagementTroubleshootingEvent", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "deviceManagementTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.deviceManagementTroubleshootingEvent_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedAppRegistrations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_ListManagedAppRegistration", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_GetManagedAppRegistration", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedAppRegistration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedAppRegistrations/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedAppRegistration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_ListManagedDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_CreateManagedDevice", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_GetManagedDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_UpdateManagedDevice", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_DeleteManagedDevice", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_ListAssignmentFilterEvaluationStatusDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_CreateAssignmentFilterEvaluationStatusDetail", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_GetAssignmentFilterEvaluationStatusDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "assignmentFilterEvaluationStatusDetails-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_UpdateAssignmentFilterEvaluationStatusDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "assignmentFilterEvaluationStatusDetails-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_DeleteAssignmentFilterEvaluationStatusDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "assignmentFilterEvaluationStatusDetails-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.assignmentFilterEvaluationStatusDetail_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_ListDetectedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_GetDetectedApp", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "detectedApp-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.detectedApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_GetDeviceCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_UpdateDeviceCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_DeleteDeviceCategory", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_ListDeviceCompliancePolicyState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_CreateDeviceCompliancePolicyState", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_GetDeviceCompliancePolicyState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceCompliancePolicyState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_UpdateDeviceCompliancePolicyState", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceCompliancePolicyState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_DeleteDeviceCompliancePolicyState", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceCompliancePolicyState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.deviceCompliancePolicyState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_ListDeviceConfigurationState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_CreateDeviceConfigurationState", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_GetDeviceConfigurationState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_UpdateDeviceConfigurationState", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_DeleteDeviceConfigurationState", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceConfigurationState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.deviceConfigurationState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_ListDeviceHealthScriptState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_CreateDeviceHealthScriptState", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id=\u0027{id}\u0027,policyId=\u0027{policyId}\u0027,deviceId=\u0027{deviceId}\u0027", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_GetDeviceHealthScriptState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "id", - "Location": "Path" - }, - { - "Name": "policyId", - "Location": "Path" - }, - { - "Name": "deviceId", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id=\u0027{id}\u0027,policyId=\u0027{policyId}\u0027,deviceId=\u0027{deviceId}\u0027", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_UpdateDeviceHealthScriptState", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "id", - "Location": "Path" - }, - { - "Name": "policyId", - "Location": "Path" - }, - { - "Name": "deviceId", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id=\u0027{id}\u0027,policyId=\u0027{policyId}\u0027,deviceId=\u0027{deviceId}\u0027", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_DeleteDeviceHealthScriptState", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "id", - "Location": "Path" - }, - { - "Name": "policyId", - "Location": "Path" - }, - { - "Name": "deviceId", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.deviceHealthScriptState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_ListLogCollectionRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_CreateLogCollectionRequest", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_GetLogCollectionRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceLogCollectionResponse-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_UpdateLogCollectionRequest", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceLogCollectionResponse-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_DeleteLogCollectionRequest", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceLogCollectionResponse-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.logCollectionRequest_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_ListManagedDeviceMobileAppConfigurationState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_CreateManagedDeviceMobileAppConfigurationState", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_GetManagedDeviceMobileAppConfigurationState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_UpdateManagedDeviceMobileAppConfigurationState", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_DeleteManagedDeviceMobileAppConfigurationState", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "managedDeviceMobileAppConfigurationState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.managedDeviceMobileAppConfigurationState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_ListSecurityBaselineState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_CreateSecurityBaselineState", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_GetSecurityBaselineState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_UpdateSecurityBaselineState", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_DeleteSecurityBaselineState", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.securityBaselineState_ListSettingState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.securityBaselineState_CreateSettingState", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.securityBaselineState_GetSettingState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "securityBaselineSettingState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.securityBaselineState_UpdateSettingState", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "securityBaselineSettingState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.securityBaselineState_DeleteSettingState", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "securityBaselineSettingState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.securityBaselineState.settingState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "securityBaselineState-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.securityBaselineState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/users", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_ListUser", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_GetWindowsProtectionState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_UpdateWindowsProtectionState", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_DeleteWindowsProtectionState", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.windowsProtectionState_ListDetectedMalwareState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.windowsProtectionState_CreateDetectedMalwareState", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.windowsProtectionState_GetDetectedMalwareState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "windowsDeviceMalwareState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.windowsProtectionState_UpdateDetectedMalwareState", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "windowsDeviceMalwareState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.windowsProtectionState_DeleteDetectedMalwareState", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "windowsDeviceMalwareState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.windowsProtectionState.detectedMalwareState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppIntentAndStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_ListMobileAppIntentAndState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppIntentAndStates", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_CreateMobileAppIntentAndState", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_GetMobileAppIntentAndState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mobileAppIntentAndState-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_UpdateMobileAppIntentAndState", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mobileAppIntentAndState-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_DeleteMobileAppIntentAndState", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mobileAppIntentAndState-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppIntentAndStates/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.mobileAppIntentAndState_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppTroubleshootingEvents", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_ListMobileAppTroubleshootingEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppTroubleshootingEvents", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_CreateMobileAppTroubleshootingEvent", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_GetMobileAppTroubleshootingEvent", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_UpdateMobileAppTroubleshootingEvent", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_DeleteMobileAppTroubleshootingEvent", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.mobileAppTroubleshootingEvent_ListAppLogCollectionRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.mobileAppTroubleshootingEvent_CreateAppLogCollectionRequest", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.mobileAppTroubleshootingEvent_GetAppLogCollectionRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "appLogCollectionRequest-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.mobileAppTroubleshootingEvent_UpdateAppLogCollectionRequest", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "appLogCollectionRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.mobileAppTroubleshootingEvent_DeleteAppLogCollectionRequest", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "appLogCollectionRequest-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.mobileAppTroubleshootingEvent.appLogCollectionRequest_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mobileAppTroubleshootingEvent-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.mobileAppTroubleshootingEvent_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_ListWindowsInformationProtectionDeviceRegistration", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user_GetWindowsInformationProtectionDeviceRegistration", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "windowsInformationProtectionDeviceRegistration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count", - "Module": "Devices.CorporateManagement" - }, - "MethodInfo": { - "OperationId": "user.windowsInformationProtectionDeviceRegistration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/microsoft.graph.publish", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList_publish", - "Method": "Post", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin_GetServiceAnnouncement", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin_UpdateServiceAnnouncement", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin_DeleteServiceAnnouncement", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_ListHealthOverview", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_CreateHealthOverview", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_GetHealthOverview", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceHealth-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_UpdateHealthOverview", - "Method": "Patch", - "Parameters": [ - { - "Name": "serviceHealth-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_DeleteHealthOverview", - "Method": "Delete", - "Parameters": [ - { - "Name": "serviceHealth-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.healthOverview_ListIssue", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceHealth-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.healthOverview_CreateIssue", - "Method": "Post", - "Parameters": [ - { - "Name": "serviceHealth-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.healthOverview_GetIssue", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceHealth-id", - "Location": "Path" - }, - { - "Name": "serviceHealthIssue-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.healthOverview_UpdateIssue", - "Method": "Patch", - "Parameters": [ - { - "Name": "serviceHealth-id", - "Location": "Path" - }, - { - "Name": "serviceHealthIssue-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.healthOverview_DeleteIssue", - "Method": "Delete", - "Parameters": [ - { - "Name": "serviceHealth-id", - "Location": "Path" - }, - { - "Name": "serviceHealthIssue-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/microsoft.graph.incidentReport()", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.healthOverview.issue_incidentReport", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceHealth-id", - "Location": "Path" - }, - { - "Name": "serviceHealthIssue-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.healthOverview.issue_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceHealth-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/$count", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.healthOverview_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/issues", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_ListIssue", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/issues", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_CreateIssue", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_GetIssue", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceHealthIssue-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_UpdateIssue", - "Method": "Patch", - "Parameters": [ - { - "Name": "serviceHealthIssue-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_DeleteIssue", - "Method": "Delete", - "Parameters": [ - { - "Name": "serviceHealthIssue-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/microsoft.graph.incidentReport()", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.issue_incidentReport", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceHealthIssue-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/issues/$count", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.issue_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_ListMessage", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_CreateMessage", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_GetMessage", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceUpdateMessage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_UpdateMessage", - "Method": "Patch", - "Parameters": [ - { - "Name": "serviceUpdateMessage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_DeleteMessage", - "Method": "Delete", - "Parameters": [ - { - "Name": "serviceUpdateMessage-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_ListAttachment", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceUpdateMessage-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_CreateAttachment", - "Method": "Post", - "Parameters": [ - { - "Name": "serviceUpdateMessage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_GetAttachment", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceUpdateMessage-id", - "Location": "Path" - }, - { - "Name": "serviceAnnouncementAttachment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_UpdateAttachment", - "Method": "Patch", - "Parameters": [ - { - "Name": "serviceUpdateMessage-id", - "Location": "Path" - }, - { - "Name": "serviceAnnouncementAttachment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_DeleteAttachment", - "Method": "Delete", - "Parameters": [ - { - "Name": "serviceUpdateMessage-id", - "Location": "Path" - }, - { - "Name": "serviceAnnouncementAttachment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_GetAttachmentsContent", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceUpdateMessage-id", - "Location": "Path" - }, - { - "Name": "serviceAnnouncementAttachment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_SetAttachmentsContent", - "Method": "Put", - "Parameters": [ - { - "Name": "serviceUpdateMessage-id", - "Location": "Path" - }, - { - "Name": "serviceAnnouncementAttachment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message.attachment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceUpdateMessage-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_GetMessagesAttachmentsArchive", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceUpdateMessage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_SetMessagesAttachmentsArchive", - "Method": "Put", - "Parameters": [ - { - "Name": "serviceUpdateMessage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/$count", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.archive", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_archive", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.favorite", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_favorite", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.markRead", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_markRead", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.markUnread", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_markUnread", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.unarchive", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_unarchive", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.unfavorite", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_unfavorite", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.exclusion_addMember", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.exclusion_addMembersGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.exclusion_removeMember", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.exclusion_removeMembersGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/exclusions/microsoft.graph.windowsUpdates.enrollAssets", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.exclusion_enrollAsset", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/exclusions/microsoft.graph.windowsUpdates.enrollAssetsById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.exclusion_enrollAssetsGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/exclusions/microsoft.graph.windowsUpdates.unenrollAssets", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.exclusion_unenrollAsset", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/exclusions/microsoft.graph.windowsUpdates.unenrollAssetsById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.exclusion_unenrollAssetsGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.member_addMember", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.member_addMembersGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.member_removeMember", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.member_removeMembersGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/members/microsoft.graph.windowsUpdates.enrollAssets", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.member_enrollAsset", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/members/microsoft.graph.windowsUpdates.enrollAssetsById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.member_enrollAssetsGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/members/microsoft.graph.windowsUpdates.unenrollAssets", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.member_unenrollAsset", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/members/microsoft.graph.windowsUpdates.unenrollAssetsById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience.member_unenrollAssetsGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/microsoft.graph.windowsUpdates.updateAudience", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience_updateAudience", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deploymentAudiences/{deploymentAudience-id}/microsoft.graph.windowsUpdates.updateAudienceById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deploymentAudience_updateAudienceGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deploymentAudience-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.exclusion_addMember", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.exclusion_addMembersGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.exclusion_removeMember", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.exclusion_removeMembersGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.enrollAssets", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.exclusion_enrollAsset", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.enrollAssetsById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.exclusion_enrollAssetsGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.unenrollAssets", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.exclusion_unenrollAsset", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.unenrollAssetsById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.exclusion_unenrollAssetsGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.member_addMember", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.member_addMembersGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.member_removeMember", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.member_removeMembersGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.enrollAssets", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.member_enrollAsset", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.enrollAssetsById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.member_enrollAssetsGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.unenrollAssets", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.member_unenrollAsset", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.unenrollAssetsById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience.member_unenrollAssetsGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/microsoft.graph.windowsUpdates.updateAudience", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience_updateAudience", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/deployments/{deployment-id}/audience/microsoft.graph.windowsUpdates.updateAudienceById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.deployment.audience_updateAudienceGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "deployment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/products/{product-id}/microsoft.graph.windowsUpdates.getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.product_getKnownIssuesGraphBPreTimeRange", - "Method": "Get", - "Parameters": [ - { - "Name": "product-id", - "Location": "Path" - }, - { - "Name": "daysInPast", - "Location": "Path" - }, - { - "Name": "includeAllActive", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/products/microsoft.graph.windowsUpdates.findByCatalogId(catalogID=\u0027{catalogID}\u0027)", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.product_findGraphBPreCatalogId", - "Method": "Get", - "Parameters": [ - { - "Name": "catalogID", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/products/microsoft.graph.windowsUpdates.findByKbNumber(kbNumber={kbNumber})", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.product_findGraphBPreKbNumber", - "Method": "Get", - "Parameters": [ - { - "Name": "kbNumber", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatableAsset_addMember", - "Method": "Post", - "Parameters": [ - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatableAsset_addMembersGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatableAsset_removeMember", - "Method": "Post", - "Parameters": [ - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatableAsset_removeMembersGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.enrollAssets", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatableAsset_enrollAsset", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.enrollAssetsById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatableAsset_enrollAssetsGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.unenrollAssets", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatableAsset_unenrollAsset", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.unenrollAssetsById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatableAsset_unenrollAssetsGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.exclusion_addMember", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.exclusion_addMembersGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.exclusion_removeMember", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.exclusion_removeMembersGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/microsoft.graph.windowsUpdates.enrollAssets", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.exclusion_enrollAsset", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/microsoft.graph.windowsUpdates.enrollAssetsById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.exclusion_enrollAssetsGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/microsoft.graph.windowsUpdates.unenrollAssets", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.exclusion_unenrollAsset", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/microsoft.graph.windowsUpdates.unenrollAssetsById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.exclusion_unenrollAssetsGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.member_addMember", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.member_addMembersGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.member_removeMember", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.member_removeMembersGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - }, - { - "Name": "updatableAsset-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/microsoft.graph.windowsUpdates.enrollAssets", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.member_enrollAsset", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/microsoft.graph.windowsUpdates.enrollAssetsById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.member_enrollAssetsGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/microsoft.graph.windowsUpdates.unenrollAssets", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.member_unenrollAsset", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/microsoft.graph.windowsUpdates.unenrollAssetsById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience.member_unenrollAssetsGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/microsoft.graph.windowsUpdates.updateAudience", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience_updateAudience", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/microsoft.graph.windowsUpdates.updateAudienceById", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.window.update.updatePolicy.audience_updateAudienceGraphBPreId", - "Method": "Post", - "Parameters": [ - { - "Name": "updatePolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryObjects", - "Module": "DirectoryObjects" - }, - "MethodInfo": { - "OperationId": "directoryObject_ListDirectoryObject", - "Method": "Get", - "Parameters": [ - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryObjects", - "Module": "DirectoryObjects" - }, - "MethodInfo": { - "OperationId": "directoryObject_CreateDirectoryObject", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directoryObjects/{directoryObject-id}", - "Module": "DirectoryObjects" - }, - "MethodInfo": { - "OperationId": "directoryObject_GetDirectoryObject", - "Method": "Get", - "Parameters": [ - { - "Name": "directoryObject-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryObjects/{directoryObject-id}", - "Module": "DirectoryObjects" - }, - "MethodInfo": { - "OperationId": "directoryObject_UpdateDirectoryObject", - "Method": "Patch", - "Parameters": [ - { - "Name": "directoryObject-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryObjects/{directoryObject-id}", - "Module": "DirectoryObjects" - }, - "MethodInfo": { - "OperationId": "directoryObject_DeleteDirectoryObject", - "Method": "Delete", - "Parameters": [ - { - "Name": "directoryObject-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberGroups", - "Module": "DirectoryObjects" - }, - "MethodInfo": { - "OperationId": "directoryObject_checkMemberGroup", - "Method": "Post", - "Parameters": [ - { - "Name": "directoryObject-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberObjects", - "Module": "DirectoryObjects" - }, - "MethodInfo": { - "OperationId": "directoryObject_checkMemberObject", - "Method": "Post", - "Parameters": [ - { - "Name": "directoryObject-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberGroups", - "Module": "DirectoryObjects" - }, - "MethodInfo": { - "OperationId": "directoryObject_getMemberGroup", - "Method": "Post", - "Parameters": [ - { - "Name": "directoryObject-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberObjects", - "Module": "DirectoryObjects" - }, - "MethodInfo": { - "OperationId": "directoryObject_getMemberObject", - "Method": "Post", - "Parameters": [ - { - "Name": "directoryObject-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryObjects/{directoryObject-id}/microsoft.graph.restore", - "Module": "DirectoryObjects" - }, - "MethodInfo": { - "OperationId": "directoryObject_restore", - "Method": "Post", - "Parameters": [ - { - "Name": "directoryObject-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryObjects/$count", - "Module": "DirectoryObjects" - }, - "MethodInfo": { - "OperationId": "directoryObject_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryObjects/microsoft.graph.delta()", - "Module": "DirectoryObjects" - }, - "MethodInfo": { - "OperationId": "directoryObject_delta", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryObjects/microsoft.graph.getByIds", - "Module": "DirectoryObjects" - }, - "MethodInfo": { - "OperationId": "directoryObject_getGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directoryObjects/microsoft.graph.getUserOwnedObjects", - "Module": "DirectoryObjects" - }, - "MethodInfo": { - "OperationId": "directoryObject_getUserOwnedObject", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directoryObjects/microsoft.graph.validateProperties", - "Module": "DirectoryObjects" - }, - "MethodInfo": { - "OperationId": "directoryObject_validateProperty", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/education", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.educationRoot_GetEducationRoot", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.educationRoot_UpdateEducationRoot", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/education/classes", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_ListClass", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_CreateClass", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_GetClass", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_UpdateClass", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_DeleteClass", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentCategories", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_ListAssignmentCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentCategories", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_CreateAssignmentCategory", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_GetAssignmentCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_UpdateAssignmentCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_DeleteAssignmentCategory", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationCategory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentCategories/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignmentCategory_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentCategories/microsoft.graph.delta()", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignmentCategory_delta", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentDefaults", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_GetAssignmentDefault", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentDefaults", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_UpdateAssignmentDefault", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentDefaults", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_DeleteAssignmentDefault", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_CreateCategory", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.category_DeleteEducationCategoryGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationCategory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_ListCategoryGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_CreateCategoryGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_DeleteCategoryGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - }, - { - "Name": "@id", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/microsoft.graph.delta()", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.category_delta", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_GetGradingCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_GetGradingScheme", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/microsoft.graph.activate", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_activate", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/microsoft.graph.deactivate", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_deactivate", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/microsoft.graph.publish", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_publish", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/microsoft.graph.setUpFeedbackResourcesFolder", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_setUpFeedbackResourcesFolder", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/microsoft.graph.setUpResourcesFolder", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_setUpResourcesFolder", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_ListResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_CreateResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_GetResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_UpdateResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_DeleteResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.resource_ListDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.resource_CreateDependentResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.resource_GetDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.resource_UpdateDependentResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.resource_DeleteDependentResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.resource.dependentResource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.resource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_GetRubric", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_UpdateRubric", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_DeleteRubric", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_GetRubricGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_SetRubricGraphBPreRef", - "Method": "Put", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_DeleteRubricGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_ListSubmission", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_CreateSubmission", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_GetSubmission", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_UpdateSubmission", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_DeleteSubmission", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.excuse", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_excuse", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.reassign", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_reassign", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.return", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_return", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.setUpResourcesFolder", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_setUpResourcesFolder", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.submit", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_submit", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.unsubmit", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_unsubmit", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_ListOutcome", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_CreateOutcome", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_GetOutcome", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationOutcome-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_UpdateOutcome", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationOutcome-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_DeleteOutcome", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationOutcome-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission.outcome_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_ListResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_CreateResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_GetResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_UpdateResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_DeleteResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission.resource_ListDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission.resource_CreateDependentResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission.resource_GetDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission.resource_UpdateDependentResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission.resource_DeleteDependentResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission.resource.dependentResource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission.resource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_ListSubmittedResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_CreateSubmittedResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_GetSubmittedResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_UpdateSubmittedResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_DeleteSubmittedResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission.submittedResource_ListDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission.submittedResource_CreateDependentResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission.submittedResource_GetDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission.submittedResource_UpdateDependentResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission.submittedResource_DeleteDependentResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission.submittedResource.dependentResource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission.submittedResource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment.submission_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignments/microsoft.graph.delta()", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignment_delta", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_GetAssignmentSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_UpdateAssignmentSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_DeleteAssignmentSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignmentSetting_GetDefaultGradingScheme", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignmentSetting_ListGradingCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignmentSetting_CreateGradingCategory", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignmentSetting_GetGradingCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationGradingCategory-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignmentSetting_UpdateGradingCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationGradingCategory-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignmentSetting_DeleteGradingCategory", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationGradingCategory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignmentSetting.gradingCategory_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignmentSetting_ListGradingScheme", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignmentSetting_CreateGradingScheme", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignmentSetting_GetGradingScheme", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationGradingScheme-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignmentSetting_UpdateGradingScheme", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationGradingScheme-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignmentSetting_DeleteGradingScheme", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationGradingScheme-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.assignmentSetting.gradingScheme_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/group", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_GetGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.group_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.group.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/members", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_ListMember", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.member_DeleteEducationUserGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/members/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.member_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/members/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_ListMemberGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/members/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_CreateMemberGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/members/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_DeleteMemberGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - }, - { - "Name": "@id", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_ListModule", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_CreateModule", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_GetModule", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationModule-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_UpdateModule", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationModule-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_DeleteModule", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationModule-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/microsoft.graph.pin", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.module_pin", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationModule-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/microsoft.graph.publish", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.module_publish", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationModule-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/microsoft.graph.setUpResourcesFolder", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.module_setUpResourcesFolder", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationModule-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/microsoft.graph.unpin", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.module_unpin", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationModule-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.module_ListResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationModule-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.module_CreateResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationModule-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.module_GetResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationModule-id", - "Location": "Path" - }, - { - "Name": "educationModuleResource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.module_UpdateResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationModule-id", - "Location": "Path" - }, - { - "Name": "educationModuleResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.module_DeleteResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationModule-id", - "Location": "Path" - }, - { - "Name": "educationModuleResource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.module.resource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationModule-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/modules/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.module_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/schools", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_ListSchool", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_GetSchool", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/schools/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.school_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/teachers", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_ListTeacher", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.teacher_DeleteEducationUserGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/teachers/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class.teacher_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/teachers/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_ListTeacherGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/teachers/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_CreateTeacherGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/{educationClass-id}/teachers/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_DeleteTeacherGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - }, - { - "Name": "@id", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/classes/microsoft.graph.delta()", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.class_delta", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_GetMe", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_UpdateMe", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/education/me", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_DeleteMe", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_CreateAssignment", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/categories", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/categories", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_CreateCategory", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.category_DeleteEducationCategoryGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationCategory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/categories/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_ListCategoryGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_CreateCategoryGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_DeleteCategoryGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - }, - { - "Name": "@id", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/categories/microsoft.graph.delta()", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.category_delta", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/gradingCategory", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_GetGradingCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/gradingScheme", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_GetGradingScheme", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/microsoft.graph.activate", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_activate", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/microsoft.graph.deactivate", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_deactivate", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/microsoft.graph.publish", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_publish", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/microsoft.graph.setUpFeedbackResourcesFolder", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_setUpFeedbackResourcesFolder", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/microsoft.graph.setUpResourcesFolder", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_setUpResourcesFolder", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/resources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_ListResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/resources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_CreateResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_GetResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_UpdateResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_DeleteResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.resource_ListDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.resource_CreateDependentResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.resource_GetDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.resource_UpdateDependentResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.resource_DeleteDependentResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.resource.dependentResource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/resources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.resource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_GetRubric", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_UpdateRubric", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_DeleteRubric", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_GetRubricGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_SetRubricGraphBPreRef", - "Method": "Put", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_DeleteRubricGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_ListSubmission", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_CreateSubmission", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_GetSubmission", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_UpdateSubmission", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_DeleteSubmission", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.excuse", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_excuse", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.reassign", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_reassign", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.return", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_return", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.setUpResourcesFolder", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_setUpResourcesFolder", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.submit", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_submit", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.unsubmit", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_unsubmit", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_ListOutcome", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_CreateOutcome", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_GetOutcome", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationOutcome-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_UpdateOutcome", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationOutcome-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_DeleteOutcome", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationOutcome-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission.outcome_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_ListResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_CreateResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_GetResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_UpdateResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_DeleteResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission.resource_ListDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission.resource_CreateDependentResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission.resource_GetDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission.resource_UpdateDependentResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission.resource_DeleteDependentResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission.resource.dependentResource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission.resource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_ListSubmittedResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_CreateSubmittedResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_GetSubmittedResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_UpdateSubmittedResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_DeleteSubmittedResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission.submittedResource_ListDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission.submittedResource_CreateDependentResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission.submittedResource_GetDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission.submittedResource_UpdateDependentResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission.submittedResource_DeleteDependentResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission.submittedResource.dependentResource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission.submittedResource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/{educationAssignment-id}/submissions/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment.submission_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/assignments/microsoft.graph.delta()", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.assignment_delta", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/classes", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_ListClass", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/classes/{educationClass-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_GetClass", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/classes/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.class_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/rubrics", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_ListRubric", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/rubrics", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_CreateRubric", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/education/me/rubrics/{educationRubric-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_GetRubric", - "Method": "Get", - "Parameters": [ - { - "Name": "educationRubric-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/rubrics/{educationRubric-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_UpdateRubric", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationRubric-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/rubrics/{educationRubric-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_DeleteRubric", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationRubric-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/rubrics/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.rubric_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/schools", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_ListSchool", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/schools/{educationSchool-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_GetSchool", - "Method": "Get", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/schools/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.school_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/taughtClasses", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_ListTaughtClass", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/taughtClasses/{educationClass-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_GetTaughtClass", - "Method": "Get", - "Parameters": [ - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/taughtClasses/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.taughtClass_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/user", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me_GetUser", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/user/mailboxSettings", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.user_GetMailboxSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/user/mailboxSettings", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.user_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/education/me/user/serviceProvisioningErrors", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.user_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/me/user/serviceProvisioningErrors/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.me.user.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_ListSchool", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_CreateSchool", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_GetSchool", - "Method": "Get", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_UpdateSchool", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_DeleteSchool", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}/administrativeUnit", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school_GetAdministrativeUnit", - "Method": "Get", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}/administrativeUnit", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school_UpdateAdministrativeUnit", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}/classes", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school_ListClass", - "Method": "Get", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school.class_DeleteEducationClassGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}/classes/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school.class_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}/classes/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school_ListClassGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}/classes/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school_CreateClassGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}/classes/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school_DeleteClassGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - }, - { - "Name": "@id", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}/users", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school_ListUser", - "Method": "Get", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school.user_DeleteEducationUserGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}/users/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school.user_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}/users/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school_ListUserGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}/users/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school_CreateUserGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/{educationSchool-id}/users/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school_DeleteUserGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - }, - { - "Name": "@id", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/schools/microsoft.graph.delta()", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.school_delta", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_ListSynchronizationProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_CreateSynchronizationProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_GetSynchronizationProfile", - "Method": "Get", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_UpdateSynchronizationProfile", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_DeleteSynchronizationProfile", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.synchronizationProfile_ListError", - "Method": "Get", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.synchronizationProfile_CreateError", - "Method": "Post", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.synchronizationProfile_GetError", - "Method": "Get", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - }, - { - "Name": "educationSynchronizationError-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.synchronizationProfile_UpdateError", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - }, - { - "Name": "educationSynchronizationError-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.synchronizationProfile_DeleteError", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - }, - { - "Name": "educationSynchronizationError-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.synchronizationProfile.error_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.pause", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.synchronizationProfile_pause", - "Method": "Post", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.reset", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.synchronizationProfile_reset", - "Method": "Post", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.resume", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.synchronizationProfile_resume", - "Method": "Post", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.start", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.synchronizationProfile_start", - "Method": "Post", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.uploadUrl()", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.synchronizationProfile_uploadUrl", - "Method": "Get", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.synchronizationProfile_GetProfileStatus", - "Method": "Get", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.synchronizationProfile_UpdateProfileStatus", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.synchronizationProfile_DeleteProfileStatus", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationSynchronizationProfile-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/synchronizationProfiles/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.synchronizationProfile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_ListUser", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_CreateUser", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_GetUser", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_UpdateUser", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education_DeleteUser", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_ListAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_CreateAssignment", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_UpdateAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_DeleteAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_ListCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_CreateCategory", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.category_DeleteEducationCategoryGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationCategory-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_ListCategoryGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_CreateCategoryGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_DeleteCategoryGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - }, - { - "Name": "@id", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/microsoft.graph.delta()", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.category_delta", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_GetGradingCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_GetGradingScheme", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/microsoft.graph.activate", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_activate", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/microsoft.graph.deactivate", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_deactivate", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/microsoft.graph.publish", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_publish", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/microsoft.graph.setUpFeedbackResourcesFolder", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_setUpFeedbackResourcesFolder", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/microsoft.graph.setUpResourcesFolder", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_setUpResourcesFolder", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_ListResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_CreateResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_GetResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_UpdateResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_DeleteResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.resource_ListDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.resource_CreateDependentResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.resource_GetDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.resource_UpdateDependentResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.resource_DeleteDependentResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.resource.dependentResource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationAssignmentResource-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.resource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_GetRubric", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_UpdateRubric", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_DeleteRubric", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_GetRubricGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_SetRubricGraphBPreRef", - "Method": "Put", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_DeleteRubricGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_ListSubmission", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_CreateSubmission", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_GetSubmission", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_UpdateSubmission", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_DeleteSubmission", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.excuse", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_excuse", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.reassign", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_reassign", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.return", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_return", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.setUpResourcesFolder", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_setUpResourcesFolder", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.submit", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_submit", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.unsubmit", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_unsubmit", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_ListOutcome", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_CreateOutcome", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_GetOutcome", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationOutcome-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_UpdateOutcome", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationOutcome-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_DeleteOutcome", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationOutcome-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission.outcome_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_ListResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_CreateResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_GetResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_UpdateResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_DeleteResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission.resource_ListDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission.resource_CreateDependentResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission.resource_GetDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission.resource_UpdateDependentResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission.resource_DeleteDependentResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission.resource.dependentResource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission.resource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_ListSubmittedResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_CreateSubmittedResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_GetSubmittedResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_UpdateSubmittedResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_DeleteSubmittedResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission.submittedResource_ListDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission.submittedResource_CreateDependentResource", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission.submittedResource_GetDependentResource", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission.submittedResource_UpdateDependentResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission.submittedResource_DeleteDependentResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission.submittedResource.dependentResource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "educationSubmissionResource-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission.submittedResource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "educationSubmission-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment.submission_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationAssignment-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/assignments/microsoft.graph.delta()", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.assignment_delta", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/classes", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_ListClass", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/classes/{educationClass-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_GetClass", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/classes/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.class_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/rubrics", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_ListRubric", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/rubrics", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_CreateRubric", - "Method": "Post", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_GetRubric", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationRubric-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_UpdateRubric", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationRubric-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_DeleteRubric", - "Method": "Delete", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationRubric-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/rubrics/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.rubric_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/schools", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_ListSchool", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/schools/{educationSchool-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_GetSchool", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationSchool-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/schools/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.school_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/taughtClasses", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_ListTaughtClass", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_GetTaughtClass", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "educationClass-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/taughtClasses/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.taughtClass_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/user", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_GetUser", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/user/mailboxSettings", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_GetMailboxSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/user/mailboxSettings", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "educationUser-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/$count", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/education/users/microsoft.graph.delta()", - "Module": "Education" - }, - "MethodInfo": { - "OperationId": "education.user_delta", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_ListDrive", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_CreateDrive", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_GetDrive", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_UpdateDrive", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_DeleteDrive", - "Method": "Delete", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/activities", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_ListActivity", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/activities", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_CreateActivity", - "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_GetActivity", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_UpdateActivity", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_DeleteActivity", - "Method": "Delete", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.activity_GetDriveItem", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.activity_GetDriveItemContent", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.activity_SetDriveItemContent", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.activity_GetDriveItemContentStream", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.activity_SetDriveItemContentStream", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.activity_GetListItem", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/activities/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.activity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/bundles", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_ListBundle", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/bundles", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_CreateBundle", - "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/bundles/{driveItem-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_GetBundle", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_GetBundlesContent", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_SetBundlesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_GetBundlesContentStream", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_SetBundlesContentStream", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/bundles/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.bundle_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/createdByUser", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_GetCreatedGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.createdGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/following", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_ListFollowing", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/following/{driveItem-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_GetFollowing", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_GetFollowingContent", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_SetFollowingContent", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_GetFollowingContentStream", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_SetFollowingContentStream", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/following/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.following_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_ListItem", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_CreateItem", - "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_GetItem", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_UpdateItem", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_DeleteItem", - "Method": "Delete", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/activities", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_ListActivity", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/activities/{itemActivityOLD-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_GetActivity", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/activities/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.activity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_GetAnalytic", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_UpdateAnalytic", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_DeleteAnalytic", - "Method": "Delete", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic_GetAllTime", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic_ListItemActivityStat", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic_CreateItemActivityStat", - "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic_GetItemActivityStat", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic_UpdateItemActivityStat", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic_DeleteItemActivityStat", - "Method": "Delete", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic.itemActivityStat_ListActivity", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic.itemActivityStat_CreateActivity", - "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic.itemActivityStat_GetActivity", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic.itemActivityStat_UpdateActivity", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic.itemActivityStat_DeleteActivity", - "Method": "Delete", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic.itemActivityStat.activity_GetDriveItem", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic.itemActivityStat.activity_GetDriveItemContent", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic.itemActivityStat.activity_SetDriveItemContent", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic.itemActivityStat.activity_GetDriveItemContentStream", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic.itemActivityStat.activity_SetDriveItemContentStream", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic.itemActivityStat.activity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic.itemActivityStat_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.analytic_GetLastSevenDay", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_ListChild", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_CreateChild", - "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_GetChild", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "driveItem-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_GetChildrenContent", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "driveItem-id1", - "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_SetChildrenContent", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "driveItem-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_GetChildrenContentStream", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "driveItem-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_SetChildrenContentStream", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "driveItem-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/children/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.child_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_GetItemsContent", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_SetItemsContent", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_GetItemsContentStream", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_SetItemsContentStream", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_GetCreatedGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_GetLastModifiedGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_GetListItem", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_UpdateListItem", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_DeleteListItem", - "Method": "Delete", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "Module": "Files" + "Path": "/deviceManagement/exchangeOnPremisesPolicies", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_ListActivity", + "OperationId": "deviceManagement_ListExchangeOnPremisesPolicy", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -179214,43 +73702,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "Module": "Files" + "Path": "/deviceManagement/exchangeOnPremisesPolicies", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_CreateActivity", + "OperationId": "deviceManagement_CreateExchangeOnPremisesPolicy", "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_GetActivity", + "OperationId": "deviceManagement_GetExchangeOnPremisesPolicy", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "deviceManagementExchangeOnPremisesPolicy-id", "Location": "Path" }, { @@ -179266,23 +73737,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_UpdateActivity", + "OperationId": "deviceManagement_UpdateExchangeOnPremisesPolicy", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "deviceManagementExchangeOnPremisesPolicy-id", "Location": "Path" } ] @@ -179290,23 +73753,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_DeleteActivity", + "OperationId": "deviceManagement_DeleteExchangeOnPremisesPolicy", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "deviceManagementExchangeOnPremisesPolicy-id", "Location": "Path" }, { @@ -179318,23 +73773,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem", - "Module": "Files" + "Path": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.activity_GetDriveItem", + "OperationId": "deviceManagement.exchangeOnPremisesPolicy_GetConditionalAccessSetting", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "deviceManagementExchangeOnPremisesPolicy-id", "Location": "Path" }, { @@ -179350,125 +73797,69 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.activity_GetDriveItemContent", - "Method": "Get", + "OperationId": "deviceManagement.exchangeOnPremisesPolicy_UpdateConditionalAccessSetting", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "deviceManagementExchangeOnPremisesPolicy-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "deviceManagement.exchangeOnPremisesPolicy_DeleteConditionalAccessSetting", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "deviceManagementExchangeOnPremisesPolicy-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/deviceManagement/exchangeOnPremisesPolicies/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.activity_GetDriveItemContentStream", + "OperationId": "deviceManagement.exchangeOnPremisesPolicy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.listItem.activity_SetDriveItemContentStream", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem", - "Module": "Files" + "Path": "/deviceManagement/exchangeOnPremisesPolicy", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.activity_GetListItem", + "OperationId": "deviceManagement_GetExchangeOnPremisesPolicy", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -179482,77 +73873,40 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/$count", - "Module": "Files" + "Path": "/deviceManagement/exchangeOnPremisesPolicy", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.activity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "deviceManagement_UpdateExchangeOnPremisesPolicy", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Module": "Files" + "Path": "/deviceManagement/exchangeOnPremisesPolicy", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_GetAnalytic", - "Method": "Get", + "OperationId": "deviceManagement_DeleteExchangeOnPremisesPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "Module": "Files" + "Path": "/deviceManagement/exchangeOnPremisesPolicy/conditionalAccessSettings", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_GetCreatedGraphBPreUser", + "OperationId": "deviceManagement.exchangeOnPremisesPolicy_GetConditionalAccessSetting", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -179566,69 +73920,40 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/exchangeOnPremisesPolicy/conditionalAccessSettings", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "deviceManagement.exchangeOnPremisesPolicy_UpdateConditionalAccessSetting", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/exchangeOnPremisesPolicy/conditionalAccessSettings", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "deviceManagement.exchangeOnPremisesPolicy_DeleteConditionalAccessSetting", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyCategories", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "deviceManagement_ListGroupPolicyCategory", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -179666,27 +73991,34 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyCategories", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "deviceManagement_CreateGroupPolicyCategory", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetGroupPolicyCategory", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyCategory-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -179694,19 +74026,51 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_ListDocumentSetVersion", - "Method": "Get", + "OperationId": "deviceManagement_UpdateGroupPolicyCategory", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyCategory-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_DeleteGroupPolicyCategory", + "Method": "Delete", + "Parameters": [ + { + "Name": "groupPolicyCategory-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.groupPolicyCategory_ListChild", + "Method": "Get", + "Parameters": [ + { + "Name": "groupPolicyCategory-id", "Location": "Path" }, { @@ -179746,43 +74110,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.listItem_CreateDocumentSetVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_GetDocumentSetVersion", + "OperationId": "deviceManagement.groupPolicyCategory_GetChild", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyCategory-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "groupPolicyCategory-id1", "Location": "Path" }, { @@ -179798,179 +74138,139 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_UpdateDocumentSetVersion", - "Method": "Patch", + "OperationId": "deviceManagement.groupPolicyCategory.child_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyCategory-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_DeleteDocumentSetVersion", - "Method": "Delete", + "OperationId": "deviceManagement.groupPolicyCategory_GetDefinitionFile", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyCategory-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.documentSetVersion_GetField", + "OperationId": "deviceManagement.groupPolicyCategory_ListDefinition", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyCategory-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.listItem.documentSetVersion_UpdateField", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.listItem.documentSetVersion_DeleteField", - "Method": "Delete", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.documentSetVersion_restore", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyCategory_GetDefinition", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyCategory-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.documentSetVersion_GetCount", + "OperationId": "deviceManagement.groupPolicyCategory.definition_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyCategory-id", "Location": "Path" }, { @@ -179986,19 +74286,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_GetDriveItem", + "OperationId": "deviceManagement.groupPolicyCategory_GetParent", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyCategory-id", "Location": "Path" }, { @@ -180014,104 +74310,56 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyCategories/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_GetDriveItemContent", + "OperationId": "deviceManagement.groupPolicyCategory_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$format", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.listItem_SetDriveItemContent", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitionFiles", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_GetDriveItemContentStream", + "OperationId": "deviceManagement_ListGroupPolicyDefinitionFile", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.listItem_SetDriveItemContentStream", - "Method": "Put", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.listItem_GetField", - "Method": "Get", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -180126,63 +74374,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.listItem_UpdateField", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitionFiles", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_DeleteField", - "Method": "Delete", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "deviceManagement_CreateGroupPolicyDefinitionFile", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_GetLastModifiedGraphBPreUser", + "OperationId": "deviceManagement_GetGroupPolicyDefinitionFile", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinitionFile-id", "Location": "Path" }, { @@ -180198,67 +74409,51 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "deviceManagement_UpdateGroupPolicyDefinitionFile", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinitionFile-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "deviceManagement_DeleteGroupPolicyDefinitionFile", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinitionFile-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "deviceManagement.groupPolicyDefinitionFile_ListDefinition", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinitionFile-id", "Location": "Path" }, { @@ -180298,27 +74493,27 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "deviceManagement.groupPolicyDefinitionFile_GetDefinition", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinitionFile-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -180326,61 +74521,37 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.createLink", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_createLink", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinitionFile.definition_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinitionFile-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitionFiles/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_getActivitiesGraphBPreInterval", + "OperationId": "deviceManagement.groupPolicyDefinitionFile_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", - "Location": "Path" - }, - { - "Name": "interval", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -180388,43 +74559,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_ListVersion", + "OperationId": "deviceManagement_ListGroupPolicyDefinition", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -180462,43 +74609,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_CreateVersion", + "OperationId": "deviceManagement_CreateGroupPolicyDefinition", "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_GetVersion", + "OperationId": "deviceManagement_GetGroupPolicyDefinition", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { @@ -180514,23 +74644,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_UpdateVersion", + "OperationId": "deviceManagement_UpdateGroupPolicyDefinition", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" } ] @@ -180538,23 +74660,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem_DeleteVersion", + "OperationId": "deviceManagement_DeleteGroupPolicyDefinition", "Method": "Delete", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, + "Parameters": [ { - "Name": "listItemVersion-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { @@ -180566,23 +74680,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.version_GetField", + "OperationId": "deviceManagement.groupPolicyDefinition_GetCategory", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { @@ -180598,103 +74704,107 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/definitionFile", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.version_UpdateField", - "Method": "Patch", + "OperationId": "deviceManagement.groupPolicyDefinition_GetDefinitionFile", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.version_DeleteField", - "Method": "Delete", + "OperationId": "deviceManagement.groupPolicyDefinition_GetNextVersionDefinition", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.version_restoreVersion", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition_UpdateNextVersionDefinition", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.groupPolicyDefinition_DeleteNextVersionDefinition", + "Method": "Delete", + "Parameters": [ { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.listItem.version_GetCount", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_GetCategory", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -180702,59 +74812,87 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.assignSensitivityLabel", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_assignSensitivityLabel", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_GetDefinitionFile", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.checkin", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_checkin", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_ListPresentation", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.checkout", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_checkout", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_CreatePresentation", "Method": "Post", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" } ] @@ -180762,39 +74900,47 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.copy", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_copy", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_GetPresentation", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createLink", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_createLink", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_UpdatePresentation", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" } ] @@ -180802,69 +74948,49 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createUploadSession", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_createUploadSession", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_DeletePresentation", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_delta", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.presentation_GetDefinition", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -180874,33 +75000,17 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=\u0027{token}\u0027)", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_delta", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.presentation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "token", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -180908,19 +75018,27 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_GetPreviousVersionDefinition", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "groupPolicyDefinition-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -180930,19 +75048,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.extractSensitivityLabels", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_extractSensitivityLabel", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_UpdatePreviousVersionDefinition", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" } ] @@ -180950,51 +75064,83 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.follow", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_follow", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition_DeletePreviousVersionDefinition", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_getActivitiesGraphBPreInterval", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition_GetCategory", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "startDateTime", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition_GetDefinitionFile", + "Method": "Get", + "Parameters": [ + { + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "interval", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition_ListPresentation", + "Method": "Get", + "Parameters": [ + { + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { @@ -181018,11 +75164,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -181034,19 +75180,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.invite", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_invite", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition_CreatePresentation", "Method": "Post", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" } ] @@ -181054,39 +75196,47 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.permanentDelete", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_permanentDelete", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition_GetPresentation", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.preview", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_preview", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition_UpdatePresentation", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" } ] @@ -181094,73 +75244,49 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.restore", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_restore", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition_DeletePresentation", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.search(q=\u0027{q}\u0027)", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_search", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition.presentation_GetDefinition", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "q", + "Name": "groupPolicyPresentation-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -181170,59 +75296,39 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.unfollow", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_unfollow", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition.nextVersionDefinition.previousVersionDefinition.presentation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.validatePermission", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_validatePermission", - "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_ListPermission", + "OperationId": "deviceManagement.groupPolicyDefinition_ListPresentation", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { @@ -181262,19 +75368,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_CreatePermission", + "OperationId": "deviceManagement.groupPolicyDefinition_CreatePresentation", "Method": "Post", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" } ] @@ -181282,23 +75384,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_GetPermission", + "OperationId": "deviceManagement.groupPolicyDefinition_GetPresentation", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" }, { @@ -181314,23 +75412,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_UpdatePermission", + "OperationId": "deviceManagement.groupPolicyDefinition_UpdatePresentation", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" } ] @@ -181338,23 +75432,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_DeletePermission", + "OperationId": "deviceManagement.groupPolicyDefinition_DeletePresentation", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" }, { @@ -181366,67 +75456,43 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/microsoft.graph.grant", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.permission_grant", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition.presentation_GetDefinition", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "permission-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/microsoft.graph.revokeGrants", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item.permission_revokeGrant", - "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "permission-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.permission_GetCount", + "OperationId": "deviceManagement.groupPolicyDefinition.presentation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { @@ -181442,19 +75508,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_GetRetentionLabel", + "OperationId": "deviceManagement.groupPolicyDefinition_GetPreviousVersionDefinition", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { @@ -181470,19 +75532,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_UpdateRetentionLabel", + "OperationId": "deviceManagement.groupPolicyDefinition_UpdatePreviousVersionDefinition", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" } ] @@ -181490,19 +75548,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_DeleteRetentionLabel", + "OperationId": "deviceManagement.groupPolicyDefinition_DeletePreviousVersionDefinition", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { @@ -181514,45 +75568,17 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_ListSubscription", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_GetCategory", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -181566,43 +75592,39 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_CreateSubscription", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_GetDefinitionFile", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_GetSubscription", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_GetNextVersionDefinition", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "subscription-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { @@ -181618,23 +75640,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_UpdateSubscription", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_UpdateNextVersionDefinition", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "subscription-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" } ] @@ -181642,23 +75656,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_DeleteSubscription", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_DeleteNextVersionDefinition", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "subscription-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { @@ -181670,51 +75676,47 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.subscription_reauthorize", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition_GetCategory", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "subscription-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.subscription_GetCount", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition_GetDefinitionFile", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -181722,19 +75724,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_ListThumbnail", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition_ListPresentation", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { @@ -181774,19 +75772,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_CreateThumbnail", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition_CreatePresentation", "Method": "Post", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" } ] @@ -181794,23 +75788,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_GetThumbnail", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition_GetPresentation", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "thumbnailSet-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" }, { @@ -181826,23 +75816,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_UpdateThumbnail", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition_UpdatePresentation", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "thumbnailSet-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" } ] @@ -181850,23 +75836,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_DeleteThumbnail", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition_DeletePresentation", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "thumbnailSet-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" }, { @@ -181878,27 +75860,27 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.thumbnail_GetCount", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition.presentation_GetDefinition", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -181906,19 +75888,39 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_ListVersion", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.nextVersionDefinition.presentation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_ListPresentation", + "Method": "Get", + "Parameters": [ + { + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { @@ -181958,19 +75960,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_CreateVersion", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_CreatePresentation", "Method": "Post", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" } ] @@ -181978,23 +75976,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_GetVersion", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_GetPresentation", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" }, { @@ -182010,23 +76004,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_UpdateVersion", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_UpdatePresentation", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" } ] @@ -182034,119 +76024,67 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_DeleteVersion", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition_DeletePresentation", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" }, { "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_GetVersionsContent", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "driveItemVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.item_SetVersionsContent", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "driveItemVersion-id", - "Location": "Path" + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.version_restoreVersion", - "Method": "Post", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.presentation_GetDefinition", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "groupPolicyPresentation-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item.version_GetCount", + "OperationId": "deviceManagement.groupPolicyDefinition.previousVersionDefinition.presentation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { @@ -182162,17 +76100,13 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/items/$count", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyDefinitions/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.item_GetCount", + "OperationId": "deviceManagement.groupPolicyDefinition_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -182186,16 +76120,36 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/lastModifiedByUser", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive_GetLastModifiedGraphBPreUser", + "OperationId": "deviceManagement_ListGroupPolicyMigrationReport", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -182210,15 +76164,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "deviceManagement_CreateGroupPolicyMigrationReport", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetGroupPolicyMigrationReport", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyMigrationReport-id", "Location": "Path" }, { @@ -182234,15 +76199,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "OperationId": "deviceManagement_UpdateGroupPolicyMigrationReport", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyMigrationReport-id", "Location": "Path" } ] @@ -182250,15 +76215,35 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "deviceManagement_DeleteGroupPolicyMigrationReport", + "Method": "Delete", + "Parameters": [ + { + "Name": "groupPolicyMigrationReport-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.groupPolicyMigrationReport_ListGroupPolicySettingMapping", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyMigrationReport-id", "Location": "Path" }, { @@ -182298,39 +76283,35 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "deviceManagement.groupPolicyMigrationReport_CreateGroupPolicySettingMapping", + "Method": "Post", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyMigrationReport-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive_GetList", + "OperationId": "deviceManagement.groupPolicyMigrationReport_GetGroupPolicySettingMapping", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyMigrationReport-id", + "Location": "Path" + }, + { + "Name": "groupPolicySettingMapping-id", "Location": "Path" }, { @@ -182346,15 +76327,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive_UpdateList", + "OperationId": "deviceManagement.groupPolicyMigrationReport_UpdateGroupPolicySettingMapping", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyMigrationReport-id", + "Location": "Path" + }, + { + "Name": "groupPolicySettingMapping-id", "Location": "Path" } ] @@ -182362,15 +76347,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive_DeleteList", + "OperationId": "deviceManagement.groupPolicyMigrationReport_DeleteGroupPolicySettingMapping", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyMigrationReport-id", + "Location": "Path" + }, + { + "Name": "groupPolicySettingMapping-id", "Location": "Path" }, { @@ -182382,25 +76371,17 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/activities", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_ListActivity", + "OperationId": "deviceManagement.groupPolicyMigrationReport.groupPolicySettingMapping_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyMigrationReport-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -182408,53 +76389,21 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/list/activities", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.list_CreateActivity", - "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/columns", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_ListColumn", + "OperationId": "deviceManagement.groupPolicyMigrationReport_ListUnsupportedGroupPolicyExtension", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyMigrationReport-id", "Location": "Path" }, { @@ -182494,15 +76443,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/columns", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_CreateColumn", + "OperationId": "deviceManagement.groupPolicyMigrationReport_CreateUnsupportedGroupPolicyExtension", "Method": "Post", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyMigrationReport-id", "Location": "Path" } ] @@ -182510,19 +76459,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_GetColumn", + "OperationId": "deviceManagement.groupPolicyMigrationReport_GetUnsupportedGroupPolicyExtension", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyMigrationReport-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "unsupportedGroupPolicyExtension-id", "Location": "Path" }, { @@ -182538,19 +76487,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_UpdateColumn", + "OperationId": "deviceManagement.groupPolicyMigrationReport_UpdateUnsupportedGroupPolicyExtension", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyMigrationReport-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "unsupportedGroupPolicyExtension-id", "Location": "Path" } ] @@ -182558,19 +76507,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_DeleteColumn", + "OperationId": "deviceManagement.groupPolicyMigrationReport_DeleteUnsupportedGroupPolicyExtension", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyMigrationReport-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "unsupportedGroupPolicyExtension-id", "Location": "Path" }, { @@ -182582,27 +76531,23 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.column_GetSourceColumn", + "OperationId": "deviceManagement.groupPolicyMigrationReport.unsupportedGroupPolicyExtension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "groupPolicyMigrationReport-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -182610,17 +76555,13 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/columns/$count", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyMigrationReports/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.column_GetCount", + "OperationId": "deviceManagement.groupPolicyMigrationReport_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -182634,17 +76575,13 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyObjectFiles", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_ListContentType", + "OperationId": "deviceManagement_ListGroupPolicyObjectFile", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -182682,35 +76619,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyObjectFiles", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_CreateContentType", + "OperationId": "deviceManagement_CreateGroupPolicyObjectFile", "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_GetContentType", + "OperationId": "deviceManagement_GetGroupPolicyObjectFile", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "groupPolicyObjectFile-id", "Location": "Path" }, { @@ -182726,19 +76654,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_UpdateContentType", + "OperationId": "deviceManagement_UpdateGroupPolicyObjectFile", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "groupPolicyObjectFile-id", "Location": "Path" } ] @@ -182746,19 +76670,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_DeleteContentType", + "OperationId": "deviceManagement_DeleteGroupPolicyObjectFile", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "groupPolicyObjectFile-id", "Location": "Path" }, { @@ -182770,20 +76690,56 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyObjectFiles/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_GetBase", + "OperationId": "deviceManagement.groupPolicyObjectFile_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_ListGroupPolicyUploadedDefinitionFile", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -182798,19 +76754,86 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_ListBaseType", + "OperationId": "deviceManagement_CreateGroupPolicyUploadedDefinitionFile", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetGroupPolicyUploadedDefinitionFile", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "groupPolicyUploadedDefinitionFile-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_UpdateGroupPolicyUploadedDefinitionFile", + "Method": "Patch", + "Parameters": [ + { + "Name": "groupPolicyUploadedDefinitionFile-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_DeleteGroupPolicyUploadedDefinitionFile", + "Method": "Delete", + "Parameters": [ + { + "Name": "groupPolicyUploadedDefinitionFile-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_ListDefinition", + "Method": "Get", + "Parameters": [ + { + "Name": "groupPolicyUploadedDefinitionFile-id", "Location": "Path" }, { @@ -182850,23 +76873,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_GetBaseType", + "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_GetDefinition", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "groupPolicyUploadedDefinitionFile-id", "Location": "Path" }, { - "Name": "contentType-id1", + "Name": "groupPolicyDefinition-id", "Location": "Path" }, { @@ -182882,19 +76901,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType.baseType_GetCount", + "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile.definition_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "groupPolicyUploadedDefinitionFile-id", "Location": "Path" }, { @@ -182910,19 +76925,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_ListColumnLink", + "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_ListGroupPolicyOperation", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "groupPolicyUploadedDefinitionFile-id", "Location": "Path" }, { @@ -182962,19 +76973,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_CreateColumnLink", + "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_CreateGroupPolicyOperation", "Method": "Post", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "groupPolicyUploadedDefinitionFile-id", "Location": "Path" } ] @@ -182982,23 +76989,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_GetColumnLink", + "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_GetGroupPolicyOperation", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "groupPolicyUploadedDefinitionFile-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "groupPolicyOperation-id", "Location": "Path" }, { @@ -183014,23 +77017,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_UpdateColumnLink", + "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_UpdateGroupPolicyOperation", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "groupPolicyUploadedDefinitionFile-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "groupPolicyOperation-id", "Location": "Path" } ] @@ -183038,23 +77037,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_DeleteColumnLink", + "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_DeleteGroupPolicyOperation", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "groupPolicyUploadedDefinitionFile-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "groupPolicyOperation-id", "Location": "Path" }, { @@ -183066,19 +77061,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType.columnLink_GetCount", + "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile.groupPolicyOperation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "groupPolicyUploadedDefinitionFile-id", "Location": "Path" }, { @@ -183094,21 +77085,33 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Files" + "Path": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_ListColumnPosition", + "OperationId": "deviceManagement.groupPolicyUploadedDefinitionFile_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/intuneBrandingProfiles", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_ListIntuneBrandingProfile", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -183146,23 +77149,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Files" + "Path": "/deviceManagement/intuneBrandingProfiles", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_GetColumnPosition", + "OperationId": "deviceManagement_CreateIntuneBrandingProfile", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetIntuneBrandingProfile", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "intuneBrandingProfile-id", "Location": "Path" }, { @@ -183178,47 +77184,51 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Files" + "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType.columnPosition_GetCount", - "Method": "Get", + "OperationId": "deviceManagement_UpdateIntuneBrandingProfile", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "intuneBrandingProfile-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_DeleteIntuneBrandingProfile", + "Method": "Delete", + "Parameters": [ { - "Name": "contentType-id", + "Name": "intuneBrandingProfile-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files" + "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_ListColumn", + "OperationId": "deviceManagement.intuneBrandingProfile_ListAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "intuneBrandingProfile-id", "Location": "Path" }, { @@ -183258,19 +77268,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files" + "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_CreateColumn", + "OperationId": "deviceManagement.intuneBrandingProfile_CreateAssignment", "Method": "Post", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "intuneBrandingProfile-id", "Location": "Path" } ] @@ -183278,23 +77284,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_GetColumn", + "OperationId": "deviceManagement.intuneBrandingProfile_GetAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "intuneBrandingProfile-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "intuneBrandingProfileAssignment-id", "Location": "Path" }, { @@ -183310,23 +77312,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_UpdateColumn", + "OperationId": "deviceManagement.intuneBrandingProfile_UpdateAssignment", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "intuneBrandingProfile-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "intuneBrandingProfileAssignment-id", "Location": "Path" } ] @@ -183334,23 +77332,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_DeleteColumn", + "OperationId": "deviceManagement.intuneBrandingProfile_DeleteAssignment", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "intuneBrandingProfile-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "intuneBrandingProfileAssignment-id", "Location": "Path" }, { @@ -183362,31 +77356,23 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files" + "Path": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType.column_GetSourceColumn", + "OperationId": "deviceManagement.intuneBrandingProfile.assignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "intuneBrandingProfile-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -183394,21 +77380,13 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Files" + "Path": "/deviceManagement/intuneBrandingProfiles/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType.column_GetCount", + "OperationId": "deviceManagement.intuneBrandingProfile_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -183422,79 +77400,94 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", - "Module": "Files" + "Path": "/deviceManagement/iosUpdateStatuses", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_associateGraphWPreHubSite", - "Method": "Post", + "OperationId": "deviceManagement_ListIosUpdateStatus", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", - "Module": "Files" + "Path": "/deviceManagement/iosUpdateStatuses", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_copyToDefaultContentLocation", + "OperationId": "deviceManagement_CreateIosUpdateStatus", "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.isPublished()", - "Module": "Files" + "Path": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_isPublished", + "OperationId": "deviceManagement_GetIosUpdateStatus", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "iosUpdateDeviceStatus-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.publish", - "Module": "Files" + "Path": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_publish", - "Method": "Post", + "OperationId": "deviceManagement_UpdateIosUpdateStatus", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "iosUpdateDeviceStatus-id", "Location": "Path" } ] @@ -183502,37 +77495,33 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.unpublish", - "Module": "Files" + "Path": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_unpublish", - "Method": "Post", + "OperationId": "deviceManagement_DeleteIosUpdateStatus", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "iosUpdateDeviceStatus-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/$count", - "Module": "Files" + "Path": "/deviceManagement/iosUpdateStatuses/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_GetCount", + "OperationId": "deviceManagement.iosUpdateStatus_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -183546,49 +77535,13 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopy", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.list.contentType_addCopy", - "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopyFromContentTypeHub", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.list.contentType_addCopyFromContentTypeHub", - "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/list/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", - "Module": "Files" + "Path": "/deviceManagement/mobileThreatDefenseConnectors", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.contentType_getCompatibleHubContentType", + "OperationId": "deviceManagement_ListMobileThreatDefenseConnector", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -183610,11 +77563,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -183626,39 +77579,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/createdByUser", - "Module": "Files" + "Path": "/deviceManagement/mobileThreatDefenseConnectors", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_GetCreatedGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "deviceManagement_CreateMobileThreatDefenseConnector", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "deviceManagement_GetMobileThreatDefenseConnector", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "mobileThreatDefenseConnector-id", "Location": "Path" }, { @@ -183674,111 +77614,55 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.list.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.list.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, + "Path": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_UpdateMobileThreatDefenseConnector", + "Method": "Patch", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "mobileThreatDefenseConnector-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "deviceManagement_DeleteMobileThreatDefenseConnector", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "mobileThreatDefenseConnector-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/drive", - "Module": "Files" + "Path": "/deviceManagement/mobileThreatDefenseConnectors/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_GetDrive", + "OperationId": "deviceManagement.mobileThreatDefenseConnector_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -183786,17 +77670,13 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items", - "Module": "Files" + "Path": "/deviceManagement/ndesConnectors", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_ListItem", + "OperationId": "deviceManagement_ListNdesConnector", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -183834,35 +77714,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items", - "Module": "Files" + "Path": "/deviceManagement/ndesConnectors", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_CreateItem", + "OperationId": "deviceManagement_CreateNdesConnector", "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files" + "Path": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_GetItem", + "OperationId": "deviceManagement_GetNdesConnector", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "ndesConnector-id", "Location": "Path" }, { @@ -183878,19 +77749,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files" + "Path": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_UpdateItem", + "OperationId": "deviceManagement_UpdateNdesConnector", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "ndesConnector-id", "Location": "Path" } ] @@ -183898,19 +77765,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files" + "Path": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_DeleteItem", + "OperationId": "deviceManagement_DeleteNdesConnector", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "ndesConnector-id", "Location": "Path" }, { @@ -183922,21 +77785,33 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities", - "Module": "Files" + "Path": "/deviceManagement/ndesConnectors/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_ListActivity", + "OperationId": "deviceManagement.ndesConnector_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/remoteAssistancePartners", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_ListRemoteAssistancePartner", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -183974,43 +77849,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities", - "Module": "Files" + "Path": "/deviceManagement/remoteAssistancePartners", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_CreateActivity", + "OperationId": "deviceManagement_CreateRemoteAssistancePartner", "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_GetActivity", + "OperationId": "deviceManagement_GetRemoteAssistancePartner", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "remoteAssistancePartner-id", "Location": "Path" }, { @@ -184026,23 +77884,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_UpdateActivity", + "OperationId": "deviceManagement_UpdateRemoteAssistancePartner", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "remoteAssistancePartner-id", "Location": "Path" } ] @@ -184050,23 +77900,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_DeleteActivity", + "OperationId": "deviceManagement_DeleteRemoteAssistancePartner", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "remoteAssistancePartner-id", "Location": "Path" }, { @@ -184078,31 +77920,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", - "Module": "Files" + "Path": "/deviceManagement/remoteAssistancePartners/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.activity_GetDriveItem", + "OperationId": "deviceManagement.remoteAssistancePartner_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -184110,27 +77940,43 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/deviceManagement/resourceOperations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.activity_GetDriveItemContent", + "OperationId": "deviceManagement_ListResourceOperation", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$format", + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -184138,47 +77984,50 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/deviceManagement/resourceOperations", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "deviceManagement_CreateResourceOperation", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetResourceOperation", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "resourceOperation-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.activity_GetDriveItemContentStream", - "Method": "Get", + "OperationId": "deviceManagement_UpdateResourceOperation", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "resourceOperation-id", "Location": "Path" } ] @@ -184186,55 +78035,39 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "deviceManagement_DeleteResourceOperation", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "resourceOperation-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", - "Module": "Files" + "Path": "/deviceManagement/resourceOperations/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.activity_GetListItem", + "OperationId": "deviceManagement.resourceOperation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -184242,20 +78075,20 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/$count", - "Module": "Files" + "Path": "/deviceManagement/roleAssignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.activity_GetCount", + "OperationId": "deviceManagement_ListRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -184264,26 +78097,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.list.item_GetAnalytic", - "Method": "Get", - "Parameters": [ + }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -184298,19 +78119,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "Module": "Files" + "Path": "/deviceManagement/roleAssignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_GetCreatedGraphBPreUser", + "OperationId": "deviceManagement_CreateRoleAssignment", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "deviceAndAppManagementRoleAssignment-id", "Location": "Path" }, { @@ -184326,67 +78154,75 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "deviceManagement_UpdateRoleAssignment", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "deviceAndAppManagementRoleAssignment-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_DeleteRoleAssignment", + "Method": "Delete", + "Parameters": [ { - "Name": "listItem-id", + "Name": "deviceAndAppManagementRoleAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "deviceManagement.roleAssignment_GetRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "deviceAndAppManagementRoleAssignment-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "deviceManagement.roleAssignment_ListRoleScopeTag", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "deviceAndAppManagementRoleAssignment-id", "Location": "Path" }, { @@ -184426,27 +78262,27 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "deviceManagement.roleAssignment_GetRoleScopeTag", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "deviceAndAppManagementRoleAssignment-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "roleScopeTag-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -184454,21 +78290,57 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files" + "Path": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_ListDocumentSetVersion", + "OperationId": "deviceManagement.roleAssignment.roleScopeTag_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "deviceAndAppManagementRoleAssignment-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/roleAssignments/$count", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.roleAssignment_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/roleDefinitions", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_ListRoleDefinition", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -184506,43 +78378,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files" + "Path": "/deviceManagement/roleDefinitions", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_CreateDocumentSetVersion", + "OperationId": "deviceManagement_CreateRoleDefinition", "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_GetDocumentSetVersion", + "OperationId": "deviceManagement_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "roleDefinition-id", "Location": "Path" }, { @@ -184558,23 +78413,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_UpdateDocumentSetVersion", + "OperationId": "deviceManagement_UpdateRoleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "roleDefinition-id", "Location": "Path" } ] @@ -184582,23 +78429,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_DeleteDocumentSetVersion", + "OperationId": "deviceManagement_DeleteRoleDefinition", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "roleDefinition-id", "Location": "Path" }, { @@ -184610,24 +78449,40 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.documentSetVersion_GetField", + "OperationId": "deviceManagement.roleDefinition_ListRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "roleDefinition-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -184642,23 +78497,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.documentSetVersion_UpdateField", - "Method": "Patch", + "OperationId": "deviceManagement.roleDefinition_CreateRoleAssignment", + "Method": "Post", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "roleDefinition-id", "Location": "Path" } ] @@ -184666,51 +78513,47 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.documentSetVersion_DeleteField", - "Method": "Delete", + "OperationId": "deviceManagement.roleDefinition_GetRoleAssignment", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "roleDefinition-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "roleAssignment-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Files" + "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.documentSetVersion_restore", - "Method": "Post", + "OperationId": "deviceManagement.roleDefinition_UpdateRoleAssignment", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "roleDefinition-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "roleAssignment-id", "Location": "Path" } ] @@ -184718,47 +78561,43 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Files" + "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.documentSetVersion_GetCount", - "Method": "Get", + "OperationId": "deviceManagement.roleDefinition_DeleteRoleAssignment", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "roleDefinition-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "roleAssignment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Module": "Files" + "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_GetDriveItem", + "OperationId": "deviceManagement.roleDefinition.roleAssignment_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "roleDefinition-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "roleAssignment-id", "Location": "Path" }, { @@ -184774,23 +78613,23 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" + "Path": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_GetDriveItemContent", + "OperationId": "deviceManagement.roleDefinition.roleAssignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "roleDefinition-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$format", + "Name": "$filter", "Location": "Query" } ] @@ -184798,80 +78637,56 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" + "Path": "/deviceManagement/roleDefinitions/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_SetDriveItemContent", - "Method": "Put", + "OperationId": "deviceManagement.roleDefinition_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/deviceManagement/roleScopeTags", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_GetDriveItemContentStream", + "OperationId": "deviceManagement_ListRoleScopeTag", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.list.item_SetDriveItemContentStream", - "Method": "Put", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.list.item_GetField", - "Method": "Get", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -184886,63 +78701,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.list.item_UpdateField", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files" + "Path": "/deviceManagement/roleScopeTags", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_DeleteField", - "Method": "Delete", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "deviceManagement_CreateRoleScopeTag", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser", - "Module": "Files" + "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_GetLastModifiedGraphBPreUser", + "OperationId": "deviceManagement_GetRoleScopeTag", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "roleScopeTag-id", "Location": "Path" }, { @@ -184958,67 +78736,51 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "deviceManagement_UpdateRoleScopeTag", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "roleScopeTag-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "deviceManagement_DeleteRoleScopeTag", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "roleScopeTag-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "deviceManagement.roleScopeTag_ListAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "roleScopeTag-id", "Location": "Path" }, { @@ -185058,27 +78820,43 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "deviceManagement.roleScopeTag_CreateAssignment", + "Method": "Post", + "Parameters": [ + { + "Name": "roleScopeTag-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.roleScopeTag_GetAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "roleScopeTag-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "roleScopeTagAutoAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -185086,19 +78864,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.createLink", - "Module": "Files" + "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_createLink", - "Method": "Post", + "OperationId": "deviceManagement.roleScopeTag_UpdateAssignment", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "roleScopeTag-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "roleScopeTagAutoAssignment-id", "Location": "Path" } ] @@ -185106,41 +78884,41 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Files" + "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "deviceManagement.roleScopeTag_DeleteAssignment", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "roleScopeTag-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "roleScopeTagAutoAssignment-id", "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.roleScopeTag.assignment_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "interval", + "Name": "roleScopeTag-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -185148,21 +78926,25 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/roleScopeTags/$count", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.roleScopeTag_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -185170,21 +78952,13 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files" + "Path": "/deviceManagement/telecomExpenseManagementPartners", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_ListVersion", + "OperationId": "deviceManagement_ListTelecomExpenseManagementPartner", "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -185222,43 +78996,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files" + "Path": "/deviceManagement/telecomExpenseManagementPartners", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_CreateVersion", + "OperationId": "deviceManagement_CreateTelecomExpenseManagementPartner", "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_GetVersion", + "OperationId": "deviceManagement_GetTelecomExpenseManagementPartner", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "telecomExpenseManagementPartner-id", "Location": "Path" }, { @@ -185274,23 +79031,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_UpdateVersion", + "OperationId": "deviceManagement_UpdateTelecomExpenseManagementPartner", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "telecomExpenseManagementPartner-id", "Location": "Path" } ] @@ -185298,23 +79047,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_DeleteVersion", + "OperationId": "deviceManagement_DeleteTelecomExpenseManagementPartner", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "telecomExpenseManagementPartner-id", "Location": "Path" }, { @@ -185326,31 +79067,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/deviceManagement/telecomExpenseManagementPartners/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.version_GetField", + "OperationId": "deviceManagement.telecomExpenseManagementPartner_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -185358,103 +79087,78 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.version_UpdateField", - "Method": "Patch", + "OperationId": "deviceManagement_ListTermsAndCondition", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "listItemVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.list.item.version_DeleteField", - "Method": "Delete", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.version_restoreVersion", + "OperationId": "deviceManagement_CreateTermsAndCondition", "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item.version_GetCount", + "OperationId": "deviceManagement_GetTermsAndCondition", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "termsAndConditions-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -185462,91 +79166,51 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/$count", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_GetCount", - "Method": "Get", + "OperationId": "deviceManagement_UpdateTermsAndCondition", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/microsoft.graph.delta()", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_delta", - "Method": "Get", + "OperationId": "deviceManagement_DeleteTermsAndCondition", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/items/microsoft.graph.delta(token=\u0027{token}\u0027)", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.item_delta", + "OperationId": "deviceManagement.termsAndCondition_ListAcceptanceStatus", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "token", + "Name": "termsAndConditions-id", "Location": "Path" }, { @@ -185570,11 +79234,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -185586,39 +79250,35 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/lastModifiedByUser", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_GetLastModifiedGraphBPreUser", - "Method": "Get", + "OperationId": "deviceManagement.termsAndCondition_CreateAcceptanceStatus", + "Method": "Post", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "deviceManagement.termsAndCondition_GetAcceptanceStatus", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", + "Location": "Path" + }, + { + "Name": "termsAndConditionsAcceptanceStatus-id", "Location": "Path" }, { @@ -185634,15 +79294,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "OperationId": "deviceManagement.termsAndCondition_UpdateAcceptanceStatus", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", + "Location": "Path" + }, + { + "Name": "termsAndConditionsAcceptanceStatus-id", "Location": "Path" } ] @@ -185650,40 +79314,44 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "deviceManagement.termsAndCondition_DeleteAcceptanceStatus", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "termsAndConditionsAcceptanceStatus-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.termsAndCondition.acceptanceStatus_GetTermsAndCondition", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "termsAndConditions-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "termsAndConditionsAcceptanceStatus-id", + "Location": "Path" }, { "Name": "$select", @@ -185698,15 +79366,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "deviceManagement.termsAndCondition.acceptanceStatus_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" }, { @@ -185722,15 +79390,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/operations", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_ListOperation", + "OperationId": "deviceManagement.termsAndCondition_ListAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" }, { @@ -185770,15 +79438,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/operations", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_CreateOperation", + "OperationId": "deviceManagement.termsAndCondition_CreateAssignment", "Method": "Post", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" } ] @@ -185786,19 +79454,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_GetOperation", + "OperationId": "deviceManagement.termsAndCondition_GetAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "termsAndConditionsAssignment-id", "Location": "Path" }, { @@ -185814,19 +79482,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_UpdateOperation", + "OperationId": "deviceManagement.termsAndCondition_UpdateAssignment", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "termsAndConditionsAssignment-id", "Location": "Path" } ] @@ -185834,19 +79502,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_DeleteOperation", + "OperationId": "deviceManagement.termsAndCondition_DeleteAssignment", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "termsAndConditionsAssignment-id", "Location": "Path" }, { @@ -185858,15 +79526,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/operations/$count", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.operation_GetCount", + "OperationId": "deviceManagement.termsAndCondition.assignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" }, { @@ -185882,15 +79550,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/subscriptions", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_ListSubscription", + "OperationId": "deviceManagement.termsAndCondition_ListGroupAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" }, { @@ -185930,15 +79598,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/subscriptions", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_CreateSubscription", + "OperationId": "deviceManagement.termsAndCondition_CreateGroupAssignment", "Method": "Post", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" } ] @@ -185946,19 +79614,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_GetSubscription", + "OperationId": "deviceManagement.termsAndCondition_GetGroupAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "termsAndConditionsGroupAssignment-id", "Location": "Path" }, { @@ -185974,19 +79642,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_UpdateSubscription", + "OperationId": "deviceManagement.termsAndCondition_UpdateGroupAssignment", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "termsAndConditionsGroupAssignment-id", "Location": "Path" } ] @@ -185994,19 +79662,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list_DeleteSubscription", + "OperationId": "deviceManagement.termsAndCondition_DeleteGroupAssignment", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "termsAndConditionsGroupAssignment-id", "Location": "Path" }, { @@ -186018,35 +79686,43 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.subscription_reauthorize", - "Method": "Post", + "OperationId": "deviceManagement.termsAndCondition.groupAssignment_GetTermsAndCondition", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "termsAndConditionsGroupAssignment-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/list/subscriptions/$count", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.list.subscription_GetCount", + "OperationId": "deviceManagement.termsAndCondition.groupAssignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "termsAndConditions-id", "Location": "Path" }, { @@ -186062,25 +79738,13 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/microsoft.graph.recent()", - "Module": "Files" + "Path": "/deviceManagement/termsAndConditions/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive_recent", + "OperationId": "deviceManagement.termsAndCondition_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -186088,43 +79752,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/microsoft.graph.search(q=\u0027{q}\u0027)", - "Module": "Files" + "Path": "/deviceManagement/userPfxCertificates", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive_search", + "OperationId": "deviceManagement_ListUserPfxCertificate", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "q", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -186146,11 +79786,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -186162,47 +79802,90 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/microsoft.graph.sharedWithMe()", - "Module": "Files" + "Path": "/deviceManagement/userPfxCertificates", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive_sharedGraphWPreMe", + "OperationId": "deviceManagement_CreateUserPfxCertificate", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetUserPfxCertificate", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "userPFXCertificate-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_UpdateUserPfxCertificate", + "Method": "Patch", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" - }, + "Name": "userPFXCertificate-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement_DeleteUserPfxCertificate", + "Method": "Delete", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "userPFXCertificate-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/userPfxCertificates/$count", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.userPfxCertificate_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -186210,17 +79893,13 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive_GetRoot", + "OperationId": "deviceManagement_GetVirtualEndpoint", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -186234,33 +79913,24 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive_UpdateRoot", + "OperationId": "deviceManagement_UpdateVirtualEndpoint", "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive_DeleteRoot", + "OperationId": "deviceManagement_DeleteVirtualEndpoint", "Method": "Delete", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -186270,17 +79940,13 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/activities", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/auditEvents", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_ListActivity", + "OperationId": "deviceManagement.virtualEndpoint_ListAuditEvent", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -186318,67 +79984,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/activities/{itemActivityOLD-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.root_GetActivity", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/root/activities/$count", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/auditEvents", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.activity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "deviceManagement.virtualEndpoint_CreateAuditEvent", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_GetAnalytic", + "OperationId": "deviceManagement.virtualEndpoint_GetAuditEvent", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcAuditEvent-id", "Location": "Path" }, { @@ -186394,15 +80019,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_UpdateAnalytic", + "OperationId": "deviceManagement.virtualEndpoint_UpdateAuditEvent", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcAuditEvent-id", "Location": "Path" } ] @@ -186410,15 +80035,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_DeleteAnalytic", + "OperationId": "deviceManagement.virtualEndpoint_DeleteAuditEvent", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcAuditEvent-id", "Location": "Path" }, { @@ -186430,23 +80055,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/allTime", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/auditEvents/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic_GetAllTime", + "OperationId": "deviceManagement.virtualEndpoint.auditEvent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -186454,17 +80075,13 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/bulkActions", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic_ListItemActivityStat", + "OperationId": "deviceManagement.virtualEndpoint_ListBulkAction", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -186502,35 +80119,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/bulkActions", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic_CreateItemActivityStat", + "OperationId": "deviceManagement.virtualEndpoint_CreateBulkAction", "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic_GetItemActivityStat", + "OperationId": "deviceManagement.virtualEndpoint_GetBulkAction", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "cloudPcBulkAction-id", "Location": "Path" }, { @@ -186546,19 +80154,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic_UpdateItemActivityStat", + "OperationId": "deviceManagement.virtualEndpoint_UpdateBulkAction", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "cloudPcBulkAction-id", "Location": "Path" } ] @@ -186566,19 +80170,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic_DeleteItemActivityStat", + "OperationId": "deviceManagement.virtualEndpoint_DeleteBulkAction", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "cloudPcBulkAction-id", "Location": "Path" }, { @@ -186590,21 +80190,33 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/bulkActions/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic.itemActivityStat_ListActivity", + "OperationId": "deviceManagement.virtualEndpoint.bulkAction_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivityStat-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/virtualEndpoint/cloudPCs", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.virtualEndpoint_ListCloudPC", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -186642,43 +80254,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/cloudPCs", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic.itemActivityStat_CreateActivity", + "OperationId": "deviceManagement.virtualEndpoint_CreateCloudPC", "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic.itemActivityStat_GetActivity", + "OperationId": "deviceManagement.virtualEndpoint_GetCloudPC", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", + "Name": "cloudPC-id", "Location": "Path" }, { @@ -186694,23 +80289,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic.itemActivityStat_UpdateActivity", + "OperationId": "deviceManagement.virtualEndpoint_UpdateCloudPC", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", + "Name": "cloudPC-id", "Location": "Path" } ] @@ -186718,23 +80305,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic.itemActivityStat_DeleteActivity", + "OperationId": "deviceManagement.virtualEndpoint_DeleteCloudPC", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", + "Name": "cloudPC-id", "Location": "Path" }, { @@ -186746,31 +80325,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/cloudPCs/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic.itemActivityStat.activity_GetDriveItem", + "OperationId": "deviceManagement.virtualEndpoint.cloudPC_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -186778,27 +80345,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic.itemActivityStat.activity_GetDriveItemContent", + "OperationId": "deviceManagement.virtualEndpoint_GetCrossCloudGovernmentOrganizationMapping", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$format", + "Name": "$expand", "Location": "Query" } ] @@ -186806,147 +80365,161 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic.itemActivityStat.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "deviceManagement.virtualEndpoint_UpdateCrossCloudGovernmentOrganizationMapping", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.virtualEndpoint_DeleteCrossCloudGovernmentOrganizationMapping", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/deviceImages", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic.itemActivityStat.activity_GetDriveItemContentStream", + "OperationId": "deviceManagement.virtualEndpoint_ListDeviceImage", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/deviceImages", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.virtualEndpoint_CreateDeviceImage", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic.itemActivityStat.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "deviceManagement.virtualEndpoint_GetDeviceImage", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcDeviceImage-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic.itemActivityStat.activity_GetCount", - "Method": "Get", + "OperationId": "deviceManagement.virtualEndpoint_UpdateDeviceImage", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "cloudPcDeviceImage-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic.itemActivityStat_GetCount", - "Method": "Get", + "OperationId": "deviceManagement.virtualEndpoint_DeleteDeviceImage", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcDeviceImage-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/analytics/lastSevenDays", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/deviceImages/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.analytic_GetLastSevenDay", + "OperationId": "deviceManagement.virtualEndpoint.deviceImage_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -186954,17 +80527,13 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/children", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_ListChild", + "OperationId": "deviceManagement.virtualEndpoint_ListExternalPartnerSetting", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -187002,35 +80571,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/children", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_CreateChild", + "OperationId": "deviceManagement.virtualEndpoint_CreateExternalPartnerSetting", "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/children/{driveItem-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_GetChild", + "OperationId": "deviceManagement.virtualEndpoint_GetExternalPartnerSetting", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "cloudPcExternalPartnerSetting-id", "Location": "Path" }, { @@ -187046,100 +80606,76 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_GetChildrenContent", - "Method": "Get", + "OperationId": "deviceManagement.virtualEndpoint_UpdateExternalPartnerSetting", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "cloudPcExternalPartnerSetting-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_SetChildrenContent", - "Method": "Put", + "OperationId": "deviceManagement.virtualEndpoint_DeleteExternalPartnerSetting", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcExternalPartnerSetting-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_GetChildrenContentStream", + "OperationId": "deviceManagement.virtualEndpoint.externalPartnerSetting_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/frontLineServicePlans", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_SetChildrenContentStream", - "Method": "Put", + "OperationId": "deviceManagement.virtualEndpoint_ListFrontLineServicePlan", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/root/children/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.root.child_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -187148,25 +80684,21 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/root/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_GetRootContent", - "Method": "Get", - "Parameters": [ + }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "$format", + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -187174,47 +80706,50 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/content", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/frontLineServicePlans", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive_SetRootContent", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] + "OperationId": "deviceManagement.virtualEndpoint_CreateFrontLineServicePlan", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/contentStream", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive_GetRootContentStream", + "OperationId": "deviceManagement.virtualEndpoint_GetFrontLineServicePlan", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcFrontLineServicePlan-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/contentStream", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive_SetRootContentStream", - "Method": "Put", + "OperationId": "deviceManagement.virtualEndpoint_UpdateFrontLineServicePlan", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcFrontLineServicePlan-id", "Location": "Path" } ] @@ -187222,47 +80757,39 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/createdByUser", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_GetCreatedGraphBPreUser", - "Method": "Get", + "OperationId": "deviceManagement.virtualEndpoint_DeleteFrontLineServicePlan", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcFrontLineServicePlan-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "deviceManagement.virtualEndpoint.frontLineServicePlan_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -187270,33 +80797,13 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.root.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/galleryImages", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "deviceManagement.virtualEndpoint_ListGalleryImage", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -187334,23 +80841,34 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/galleryImages", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "deviceManagement.virtualEndpoint_CreateGalleryImage", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.virtualEndpoint_GetGalleryImage", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcGalleryImage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -187358,81 +80876,69 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/lastModifiedByUser", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_GetLastModifiedGraphBPreUser", - "Method": "Get", + "OperationId": "deviceManagement.virtualEndpoint_UpdateGalleryImage", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcGalleryImage-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "deviceManagement.virtualEndpoint_DeleteGalleryImage", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcGalleryImage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/galleryImages/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "deviceManagement.virtualEndpoint.galleryImage_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "deviceManagement.virtualEndpoint_ListOnPremisesConnection", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -187470,23 +80976,34 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "deviceManagement.virtualEndpoint_CreateOnPremisesConnection", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.virtualEndpoint_GetOnPremisesConnection", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcOnPremisesConnection-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -187494,23 +81011,55 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_GetListItem", - "Method": "Get", + "OperationId": "deviceManagement.virtualEndpoint_UpdateOnPremisesConnection", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcOnPremisesConnection-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.virtualEndpoint_DeleteOnPremisesConnection", + "Method": "Delete", + "Parameters": [ + { + "Name": "cloudPcOnPremisesConnection-id", "Location": "Path" }, { - "Name": "$select", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.virtualEndpoint.onPremisesConnection_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -187518,33 +81067,44 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/organizationSettings", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_UpdateListItem", - "Method": "Patch", + "OperationId": "deviceManagement.virtualEndpoint_GetOrganizationSetting", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/organizationSettings", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_DeleteListItem", + "OperationId": "deviceManagement.virtualEndpoint_UpdateOrganizationSetting", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/virtualEndpoint/organizationSettings", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.virtualEndpoint_DeleteOrganizationSetting", "Method": "Delete", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -187554,17 +81114,13 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/activities", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_ListActivity", + "OperationId": "deviceManagement.virtualEndpoint_ListProvisioningPolicy", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -187602,35 +81158,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/activities", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_CreateActivity", + "OperationId": "deviceManagement.virtualEndpoint_CreateProvisioningPolicy", "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_GetActivity", + "OperationId": "deviceManagement.virtualEndpoint_GetProvisioningPolicy", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "cloudPcProvisioningPolicy-id", "Location": "Path" }, { @@ -187646,19 +81193,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_UpdateActivity", + "OperationId": "deviceManagement.virtualEndpoint_UpdateProvisioningPolicy", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "cloudPcProvisioningPolicy-id", "Location": "Path" } ] @@ -187666,19 +81209,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_DeleteActivity", + "OperationId": "deviceManagement.virtualEndpoint_DeleteProvisioningPolicy", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "cloudPcProvisioningPolicy-id", "Location": "Path" }, { @@ -187690,20 +81229,40 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.activity_GetDriveItem", + "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy_ListAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcProvisioningPolicy-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -187718,63 +81277,63 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.activity_GetDriveItemContent", - "Method": "Get", + "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy_CreateAssignment", + "Method": "Post", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "cloudPcProvisioningPolicy-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy_GetAssignment", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcProvisioningPolicy-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "cloudPcProvisioningPolicyAssignment-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.activity_GetDriveItemContentStream", - "Method": "Get", + "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy_UpdateAssignment", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcProvisioningPolicy-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "cloudPcProvisioningPolicyAssignment-id", "Location": "Path" } ] @@ -187782,64 +81341,52 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy_DeleteAssignment", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcProvisioningPolicy-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "cloudPcProvisioningPolicyAssignment-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/listItem", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.activity_GetListItem", + "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment_ListAssignedUser", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcProvisioningPolicy-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "cloudPcProvisioningPolicyAssignment-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/activities/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.root.listItem.activity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" }, { "Name": "$search", @@ -187848,22 +81395,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/analytics", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.root.listItem_GetAnalytic", - "Method": "Get", - "Parameters": [ + }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -187878,15 +81417,23 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/createdByUser", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_GetCreatedGraphBPreUser", + "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment_GetAssignedUser", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcProvisioningPolicy-id", + "Location": "Path" + }, + { + "Name": "cloudPcProvisioningPolicyAssignment-id", + "Location": "Path" + }, + { + "Name": "user-id", "Location": "Path" }, { @@ -187902,15 +81449,23 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment.assignedUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcProvisioningPolicy-id", + "Location": "Path" + }, + { + "Name": "cloudPcProvisioningPolicyAssignment-id", + "Location": "Path" + }, + { + "Name": "user-id", "Location": "Path" }, { @@ -187926,15 +81481,23 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment.assignedUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcProvisioningPolicy-id", + "Location": "Path" + }, + { + "Name": "cloudPcProvisioningPolicyAssignment-id", + "Location": "Path" + }, + { + "Name": "user-id", "Location": "Path" } ] @@ -187942,15 +81505,23 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment.assignedUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcProvisioningPolicy-id", + "Location": "Path" + }, + { + "Name": "cloudPcProvisioningPolicyAssignment-id", + "Location": "Path" + }, + { + "Name": "user-id", "Location": "Path" }, { @@ -187990,15 +81561,23 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment.assignedUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcProvisioningPolicy-id", + "Location": "Path" + }, + { + "Name": "cloudPcProvisioningPolicyAssignment-id", + "Location": "Path" + }, + { + "Name": "user-id", "Location": "Path" }, { @@ -188014,24 +81593,20 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_ListDocumentSetVersion", + "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment.assignedUser_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcProvisioningPolicy-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "cloudPcProvisioningPolicyAssignment-id", + "Location": "Path" }, { "Name": "$search", @@ -188040,21 +81615,29 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy.assignment_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "cloudPcProvisioningPolicy-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -188062,37 +81645,33 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_CreateDocumentSetVersion", - "Method": "Post", + "OperationId": "deviceManagement.virtualEndpoint.provisioningPolicy_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/reports", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_GetDocumentSetVersion", + "OperationId": "deviceManagement.virtualEndpoint_GetReport", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -188106,41 +81685,24 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/reports", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_UpdateDocumentSetVersion", + "OperationId": "deviceManagement.virtualEndpoint_UpdateReport", "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/reports", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_DeleteDocumentSetVersion", + "OperationId": "deviceManagement.virtualEndpoint_DeleteReport", "Method": "Delete", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -188150,20 +81712,36 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/reports/exportJobs", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.documentSetVersion_GetField", + "OperationId": "deviceManagement.virtualEndpoint.report_ListExportJob", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -188178,81 +81756,84 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/reports/exportJobs", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.documentSetVersion_UpdateField", - "Method": "Patch", + "OperationId": "deviceManagement.virtualEndpoint.report_CreateExportJob", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.virtualEndpoint.report_GetExportJob", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcExportJob-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.documentSetVersion_DeleteField", - "Method": "Delete", + "OperationId": "deviceManagement.virtualEndpoint.report_UpdateExportJob", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "cloudPcExportJob-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.documentSetVersion_restore", - "Method": "Post", + "OperationId": "deviceManagement.virtualEndpoint.report_DeleteExportJob", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcExportJob-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.documentSetVersion_GetCount", + "OperationId": "deviceManagement.virtualEndpoint.report.exportJob_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -188266,16 +81847,36 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/driveItem", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/servicePlans", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_GetDriveItem", + "OperationId": "deviceManagement.virtualEndpoint_ListServicePlan", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -188290,19 +81891,34 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/servicePlans", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_GetDriveItemContent", + "OperationId": "deviceManagement.virtualEndpoint_CreateServicePlan", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.virtualEndpoint_GetServicePlan", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcServicePlan-id", "Location": "Path" }, { - "Name": "$format", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -188310,15 +81926,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_SetDriveItemContent", - "Method": "Put", + "OperationId": "deviceManagement.virtualEndpoint_UpdateServicePlan", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcServicePlan-id", "Location": "Path" } ] @@ -188326,48 +81942,76 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_GetDriveItemContentStream", - "Method": "Get", + "OperationId": "deviceManagement.virtualEndpoint_DeleteServicePlan", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcServicePlan-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/servicePlans/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "deviceManagement.virtualEndpoint.servicePlan_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/fields", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/snapshots", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_GetField", + "OperationId": "deviceManagement.virtualEndpoint_ListSnapshot", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -188382,117 +82026,104 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/fields", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/snapshots", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_UpdateField", - "Method": "Patch", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] + "OperationId": "deviceManagement.virtualEndpoint_CreateSnapshot", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/fields", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_DeleteField", - "Method": "Delete", + "OperationId": "deviceManagement.virtualEndpoint_GetSnapshot", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcSnapshot-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/lastModifiedByUser", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_GetLastModifiedGraphBPreUser", - "Method": "Get", + "OperationId": "deviceManagement.virtualEndpoint_UpdateSnapshot", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcSnapshot-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "deviceManagement.virtualEndpoint_DeleteSnapshot", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcSnapshot-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/snapshots/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "deviceManagement.virtualEndpoint.snapshot_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/supportedRegions", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "deviceManagement.virtualEndpoint_ListSupportedRegion", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -188530,23 +82161,34 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/supportedRegions", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "deviceManagement.virtualEndpoint_CreateSupportedRegion", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.virtualEndpoint_GetSupportedRegion", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcSupportedRegion-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -188554,15 +82196,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/microsoft.graph.createLink", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_createLink", - "Method": "Post", + "OperationId": "deviceManagement.virtualEndpoint_UpdateSupportedRegion", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcSupportedRegion-id", "Location": "Path" } ] @@ -188570,37 +82212,33 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "deviceManagement.virtualEndpoint_DeleteSupportedRegion", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", - "Location": "Path" - }, - { - "Name": "interval", + "Name": "cloudPcSupportedRegion-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/virtualEndpoint/supportedRegions/$count", + "Module": "DeviceManagement.Administration" + }, + "MethodInfo": { + "OperationId": "deviceManagement.virtualEndpoint.supportedRegion_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -188608,39 +82246,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/versions", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/userSettings", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_ListVersion", + "OperationId": "deviceManagement.virtualEndpoint_ListUserSetting", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -188678,35 +82296,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/versions", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/userSettings", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_CreateVersion", + "OperationId": "deviceManagement.virtualEndpoint_CreateUserSetting", "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_GetVersion", + "OperationId": "deviceManagement.virtualEndpoint_GetUserSetting", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "cloudPcUserSetting-id", "Location": "Path" }, { @@ -188722,19 +82331,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_UpdateVersion", + "OperationId": "deviceManagement.virtualEndpoint_UpdateUserSetting", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "cloudPcUserSetting-id", "Location": "Path" } ] @@ -188742,19 +82347,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem_DeleteVersion", + "OperationId": "deviceManagement.virtualEndpoint_DeleteUserSetting", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "cloudPcUserSetting-id", "Location": "Path" }, { @@ -188766,91 +82367,63 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.version_GetField", + "OperationId": "deviceManagement.virtualEndpoint.userSetting_ListAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcUserSetting-id", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.root.listItem.version_UpdateField", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "listItemVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.root.listItem.version_DeleteField", - "Method": "Delete", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.version_restoreVersion", + "OperationId": "deviceManagement.virtualEndpoint.userSetting_CreateAssignment", "Method": "Post", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "cloudPcUserSetting-id", "Location": "Path" } ] @@ -188858,23 +82431,27 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/listItem/versions/$count", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root.listItem.version_GetCount", + "OperationId": "deviceManagement.virtualEndpoint.userSetting_GetAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcUserSetting-id", "Location": "Path" }, { - "Name": "$search", + "Name": "cloudPcUserSettingAssignment-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -188882,31 +82459,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.assignSensitivityLabel", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_assignSensitivityLabel", - "Method": "Post", + "OperationId": "deviceManagement.virtualEndpoint.userSetting_UpdateAssignment", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcUserSetting-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.checkin", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.root_checkin", - "Method": "Post", - "Parameters": [ + }, { - "Name": "drive-id", + "Name": "cloudPcUserSettingAssignment-id", "Location": "Path" } ] @@ -188914,81 +82479,81 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.checkout", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_checkout", - "Method": "Post", + "OperationId": "deviceManagement.virtualEndpoint.userSetting_DeleteAssignment", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcUserSetting-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.copy", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive.root_copy", - "Method": "Post", - "Parameters": [ + }, { - "Name": "drive-id", + "Name": "cloudPcUserSettingAssignment-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.createLink", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_createLink", - "Method": "Post", + "OperationId": "deviceManagement.virtualEndpoint.userSetting.assignment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "cloudPcUserSetting-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.createUploadSession", - "Module": "Files" + "Path": "/deviceManagement/virtualEndpoint/userSettings/$count", + "Module": "DeviceManagement.Administration" }, "MethodInfo": { - "OperationId": "drive.root_createUploadSession", - "Method": "Post", + "OperationId": "deviceManagement.virtualEndpoint.userSetting_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.delta()", - "Module": "Files" + "Path": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_delta", + "OperationId": "deviceManagement_ListAndroidDeviceOwnerEnrollmentProfile", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -189010,11 +82575,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -189026,49 +82591,32 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.delta(token=\u0027{token}\u0027)", - "Module": "Files" + "Path": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_delta", + "OperationId": "deviceManagement_CreateAndroidDeviceOwnerEnrollmentProfile", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetAndroidDeviceOwnerEnrollmentProfile", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "token", + "Name": "androidDeviceOwnerEnrollmentProfile-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -189078,15 +82626,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.extractSensitivityLabels", - "Module": "Files" + "Path": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_extractSensitivityLabel", - "Method": "Post", + "OperationId": "deviceManagement_UpdateAndroidDeviceOwnerEnrollmentProfile", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "androidDeviceOwnerEnrollmentProfile-id", "Location": "Path" } ] @@ -189094,45 +82642,53 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.follow", - "Module": "Files" + "Path": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_follow", - "Method": "Post", + "OperationId": "deviceManagement_DeleteAndroidDeviceOwnerEnrollmentProfile", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "androidDeviceOwnerEnrollmentProfile-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Files" + "Path": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_getActivitiesGraphBPreInterval", + "OperationId": "deviceManagement.androidDeviceOwnerEnrollmentProfile_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "interval", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/androidForWorkEnrollmentProfiles", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_ListAndroidGraphFPreWorkEnrollmentProfile", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -189154,11 +82710,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -189170,31 +82726,50 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.invite", - "Module": "Files" + "Path": "/deviceManagement/androidForWorkEnrollmentProfiles", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_invite", + "OperationId": "deviceManagement_CreateAndroidGraphFPreWorkEnrollmentProfile", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetAndroidGraphFPreWorkEnrollmentProfile", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "androidForWorkEnrollmentProfile-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.permanentDelete", - "Module": "Files" + "Path": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_permanentDelete", - "Method": "Post", + "OperationId": "deviceManagement_UpdateAndroidGraphFPreWorkEnrollmentProfile", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "androidForWorkEnrollmentProfile-id", "Location": "Path" } ] @@ -189202,53 +82777,53 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.preview", - "Module": "Files" + "Path": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_preview", - "Method": "Post", + "OperationId": "deviceManagement_DeleteAndroidGraphFPreWorkEnrollmentProfile", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "androidForWorkEnrollmentProfile-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.restore", - "Module": "Files" + "Path": "/deviceManagement/androidForWorkEnrollmentProfiles/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_restore", - "Method": "Post", + "OperationId": "deviceManagement.androidGraphFPreWorkEnrollmentProfile_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.search(q=\u0027{q}\u0027)", - "Module": "Files" + "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_search", + "OperationId": "deviceManagement_ListAppleUserInitiatedEnrollmentProfile", "Method": "Get", "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "q", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -189270,11 +82845,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -189286,31 +82861,50 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.unfollow", - "Module": "Files" + "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_unfollow", + "OperationId": "deviceManagement_CreateAppleUserInitiatedEnrollmentProfile", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetAppleUserInitiatedEnrollmentProfile", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "appleUserInitiatedEnrollmentProfile-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/microsoft.graph.validatePermission", - "Module": "Files" + "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_validatePermission", - "Method": "Post", + "OperationId": "deviceManagement_UpdateAppleUserInitiatedEnrollmentProfile", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "appleUserInitiatedEnrollmentProfile-id", "Location": "Path" } ] @@ -189318,15 +82912,35 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/permissions", - "Module": "Files" + "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_ListPermission", + "OperationId": "deviceManagement_DeleteAppleUserInitiatedEnrollmentProfile", + "Method": "Delete", + "Parameters": [ + { + "Name": "appleUserInitiatedEnrollmentProfile-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement.appleUserInitiatedEnrollmentProfile_ListAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "appleUserInitiatedEnrollmentProfile-id", "Location": "Path" }, { @@ -189366,15 +82980,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/permissions", - "Module": "Files" + "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_CreatePermission", + "OperationId": "deviceManagement.appleUserInitiatedEnrollmentProfile_CreateAssignment", "Method": "Post", "Parameters": [ { - "Name": "drive-id", + "Name": "appleUserInitiatedEnrollmentProfile-id", "Location": "Path" } ] @@ -189382,19 +82996,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files" + "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_GetPermission", + "OperationId": "deviceManagement.appleUserInitiatedEnrollmentProfile_GetAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "appleUserInitiatedEnrollmentProfile-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "appleEnrollmentProfileAssignment-id", "Location": "Path" }, { @@ -189410,19 +83024,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files" + "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_UpdatePermission", + "OperationId": "deviceManagement.appleUserInitiatedEnrollmentProfile_UpdateAssignment", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "appleUserInitiatedEnrollmentProfile-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "appleEnrollmentProfileAssignment-id", "Location": "Path" } ] @@ -189430,19 +83044,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files" + "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_DeletePermission", + "OperationId": "deviceManagement.appleUserInitiatedEnrollmentProfile_DeleteAssignment", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "appleUserInitiatedEnrollmentProfile-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "appleEnrollmentProfileAssignment-id", "Location": "Path" }, { @@ -189454,56 +83068,64 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/permissions/{permission-id}/microsoft.graph.grant", - "Module": "Files" + "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root.permission_grant", - "Method": "Post", + "OperationId": "deviceManagement.appleUserInitiatedEnrollmentProfile.assignment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "appleUserInitiatedEnrollmentProfile-id", "Location": "Path" }, { - "Name": "permission-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/permissions/{permission-id}/microsoft.graph.revokeGrants", - "Module": "Files" + "Path": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root.permission_revokeGrant", - "Method": "Post", + "OperationId": "deviceManagement.appleUserInitiatedEnrollmentProfile_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "permission-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/permissions/$count", - "Module": "Files" + "Path": "/deviceManagement/autopilotEvents", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root.permission_GetCount", + "OperationId": "deviceManagement_ListAutopilotEvent", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -189512,21 +83134,48 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/retentionLabel", - "Module": "Files" + "Path": "/deviceManagement/autopilotEvents", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_GetRetentionLabel", + "OperationId": "deviceManagement_CreateAutopilotEvent", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetAutopilotEvent", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "deviceManagementAutopilotEvent-id", "Location": "Path" }, { @@ -189542,15 +83191,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/retentionLabel", - "Module": "Files" + "Path": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_UpdateRetentionLabel", + "OperationId": "deviceManagement_UpdateAutopilotEvent", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "deviceManagementAutopilotEvent-id", "Location": "Path" } ] @@ -189558,15 +83207,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/retentionLabel", - "Module": "Files" + "Path": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_DeleteRetentionLabel", + "OperationId": "deviceManagement_DeleteAutopilotEvent", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "deviceManagementAutopilotEvent-id", "Location": "Path" }, { @@ -189578,17 +83227,80 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/subscriptions", - "Module": "Files" + "Path": "/deviceManagement/autopilotEvents/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_ListSubscription", + "OperationId": "deviceManagement.autopilotEvent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/conditionalAccessSettings", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetConditionalAccessSetting", + "Method": "Get", + "Parameters": [ + { + "Name": "$select", + "Location": "Query" }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/conditionalAccessSettings", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_UpdateConditionalAccessSetting", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/conditionalAccessSettings", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_DeleteConditionalAccessSetting", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/depOnboardingSettings", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_ListDepOnboardingSetting", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -189626,35 +83338,26 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/subscriptions", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_CreateSubscription", + "OperationId": "deviceManagement_CreateDepOnboardingSetting", "Method": "Post", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_GetSubscription", + "OperationId": "deviceManagement_GetDepOnboardingSetting", "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "subscription-id", + "Name": "depOnboardingSetting-id", "Location": "Path" }, { @@ -189670,19 +83373,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_UpdateSubscription", + "OperationId": "deviceManagement_UpdateDepOnboardingSetting", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "subscription-id", + "Name": "depOnboardingSetting-id", "Location": "Path" } ] @@ -189690,19 +83389,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_DeleteSubscription", + "OperationId": "deviceManagement_DeleteDepOnboardingSetting", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "subscription-id", + "Name": "depOnboardingSetting-id", "Location": "Path" }, { @@ -189714,43 +83409,47 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root.subscription_reauthorize", - "Method": "Post", + "OperationId": "deviceManagement.depOnboardingSetting_GetDefaultIosEnrollmentProfile", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "depOnboardingSetting-id", "Location": "Path" }, { - "Name": "subscription-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/subscriptions/$count", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root.subscription_GetCount", + "OperationId": "deviceManagement.depOnboardingSetting_GetDefaultMacOsEnrollmentProfile", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "depOnboardingSetting-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -189758,15 +83457,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/thumbnails", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_ListThumbnail", + "OperationId": "deviceManagement.depOnboardingSetting_ListEnrollmentProfile", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "depOnboardingSetting-id", "Location": "Path" }, { @@ -189806,15 +83505,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/thumbnails", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_CreateThumbnail", + "OperationId": "deviceManagement.depOnboardingSetting_CreateEnrollmentProfile", "Method": "Post", "Parameters": [ { - "Name": "drive-id", + "Name": "depOnboardingSetting-id", "Location": "Path" } ] @@ -189822,19 +83521,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_GetThumbnail", + "OperationId": "deviceManagement.depOnboardingSetting_GetEnrollmentProfile", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "depOnboardingSetting-id", "Location": "Path" }, { - "Name": "thumbnailSet-id", + "Name": "enrollmentProfile-id", "Location": "Path" }, { @@ -189850,19 +83549,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_UpdateThumbnail", + "OperationId": "deviceManagement.depOnboardingSetting_UpdateEnrollmentProfile", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "depOnboardingSetting-id", "Location": "Path" }, { - "Name": "thumbnailSet-id", + "Name": "enrollmentProfile-id", "Location": "Path" } ] @@ -189870,19 +83569,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_DeleteThumbnail", + "OperationId": "deviceManagement.depOnboardingSetting_DeleteEnrollmentProfile", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "depOnboardingSetting-id", "Location": "Path" }, { - "Name": "thumbnailSet-id", + "Name": "enrollmentProfile-id", "Location": "Path" }, { @@ -189894,15 +83593,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/thumbnails/$count", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root.thumbnail_GetCount", + "OperationId": "deviceManagement.depOnboardingSetting.enrollmentProfile_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "depOnboardingSetting-id", "Location": "Path" }, { @@ -189918,15 +83617,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/versions", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_ListVersion", + "OperationId": "deviceManagement.depOnboardingSetting_ListImportedAppleDeviceIdentity", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "depOnboardingSetting-id", "Location": "Path" }, { @@ -189966,15 +83665,15 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/versions", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_CreateVersion", + "OperationId": "deviceManagement.depOnboardingSetting_CreateImportedAppleDeviceIdentity", "Method": "Post", "Parameters": [ { - "Name": "drive-id", + "Name": "depOnboardingSetting-id", "Location": "Path" } ] @@ -189982,19 +83681,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_GetVersion", + "OperationId": "deviceManagement.depOnboardingSetting_GetImportedAppleDeviceIdentity", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "depOnboardingSetting-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "importedAppleDeviceIdentity-id", "Location": "Path" }, { @@ -190010,19 +83709,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_UpdateVersion", + "OperationId": "deviceManagement.depOnboardingSetting_UpdateImportedAppleDeviceIdentity", "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "depOnboardingSetting-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "importedAppleDeviceIdentity-id", "Location": "Path" } ] @@ -190030,19 +83729,19 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_DeleteVersion", + "OperationId": "deviceManagement.depOnboardingSetting_DeleteImportedAppleDeviceIdentity", "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "depOnboardingSetting-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "importedAppleDeviceIdentity-id", "Location": "Path" }, { @@ -190054,83 +83753,122 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_GetVersionsContent", + "OperationId": "deviceManagement.depOnboardingSetting.importedAppleDeviceIdentity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "depOnboardingSetting-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files" + "Path": "/deviceManagement/depOnboardingSettings/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root_SetVersionsContent", - "Method": "Put", + "OperationId": "deviceManagement.depOnboardingSetting_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Files" + "Path": "/deviceManagement/deviceEnrollmentConfigurations", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root.version_restoreVersion", - "Method": "Post", + "OperationId": "deviceManagement_ListDeviceEnrollmentConfiguration", + "Method": "Get", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/root/versions/$count", - "Module": "Files" + "Path": "/deviceManagement/deviceEnrollmentConfigurations", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.root.version_GetCount", + "OperationId": "deviceManagement_CreateDeviceEnrollmentConfiguration", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetDeviceEnrollmentConfiguration", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "deviceEnrollmentConfiguration-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -190138,15 +83876,51 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/special", - "Module": "Files" + "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive_ListSpecial", + "OperationId": "deviceManagement_UpdateDeviceEnrollmentConfiguration", + "Method": "Patch", + "Parameters": [ + { + "Name": "deviceEnrollmentConfiguration-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_DeleteDeviceEnrollmentConfiguration", + "Method": "Delete", + "Parameters": [ + { + "Name": "deviceEnrollmentConfiguration-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement.deviceEnrollmentConfiguration_ListAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "deviceEnrollmentConfiguration-id", "Location": "Path" }, { @@ -190186,91 +83960,63 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/special/{driveItem-id}", - "Module": "Files" + "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive_GetSpecial", - "Method": "Get", + "OperationId": "deviceManagement.deviceEnrollmentConfiguration_CreateAssignment", + "Method": "Post", "Parameters": [ { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "deviceEnrollmentConfiguration-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files" + "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive_GetSpecialContent", + "OperationId": "deviceManagement.deviceEnrollmentConfiguration_GetAssignment", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "deviceEnrollmentConfiguration-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "enrollmentConfigurationAssignment-id", "Location": "Path" }, { - "Name": "$format", + "Name": "$select", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "drive_SetSpecialContent", - "Method": "Put", - "Parameters": [ - { - "Name": "drive-id", - "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive_GetSpecialContentStream", - "Method": "Get", + "OperationId": "deviceManagement.deviceEnrollmentConfiguration_UpdateAssignment", + "Method": "Patch", "Parameters": [ { - "Name": "drive-id", + "Name": "deviceEnrollmentConfiguration-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "enrollmentConfigurationAssignment-id", "Location": "Path" } ] @@ -190278,35 +84024,39 @@ }, { "PathInfo": { - "Path": "/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive_SetSpecialContentStream", - "Method": "Put", + "OperationId": "deviceManagement.deviceEnrollmentConfiguration_DeleteAssignment", + "Method": "Delete", "Parameters": [ { - "Name": "drive-id", + "Name": "deviceEnrollmentConfiguration-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "enrollmentConfigurationAssignment-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/drives/{drive-id}/special/$count", - "Module": "Files" + "Path": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "drive.special_GetCount", + "OperationId": "deviceManagement.deviceEnrollmentConfiguration.assignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "drive-id", + "Name": "deviceEnrollmentConfiguration-id", "Location": "Path" }, { @@ -190322,23 +84072,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drive", - "Module": "Files" + "Path": "/deviceManagement/deviceEnrollmentConfigurations/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group_GetDrive", + "OperationId": "deviceManagement.deviceEnrollmentConfiguration_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -190346,17 +84092,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives", - "Module": "Files" + "Path": "/deviceManagement/importedDeviceIdentities", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group_ListDrive", + "OperationId": "deviceManagement_ListImportedDeviceIdentity", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -190394,35 +84136,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives", - "Module": "Files" + "Path": "/deviceManagement/importedDeviceIdentities", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group_CreateDrive", + "OperationId": "deviceManagement_CreateImportedDeviceIdentity", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}", - "Module": "Files" + "Path": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group_GetDrive", + "OperationId": "deviceManagement_GetImportedDeviceIdentity", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "importedDeviceIdentity-id", "Location": "Path" }, { @@ -190438,19 +84171,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}", - "Module": "Files" + "Path": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group_UpdateDrive", + "OperationId": "deviceManagement_UpdateImportedDeviceIdentity", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "importedDeviceIdentity-id", "Location": "Path" } ] @@ -190458,19 +84187,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}", - "Module": "Files" + "Path": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group_DeleteDrive", + "OperationId": "deviceManagement_DeleteImportedDeviceIdentity", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "importedDeviceIdentity-id", "Location": "Path" }, { @@ -190482,21 +84207,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/activities", - "Module": "Files" + "Path": "/deviceManagement/importedDeviceIdentities/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_ListActivity", + "OperationId": "deviceManagement.importedDeviceIdentity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_ListImportedWindowsAutopilotDeviceIdentity", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -190534,43 +84271,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/activities", - "Module": "Files" + "Path": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_CreateActivity", + "OperationId": "deviceManagement_CreateImportedWindowsAutopilotDeviceIdentity", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_GetActivity", + "OperationId": "deviceManagement_GetImportedWindowsAutopilotDeviceIdentity", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "importedWindowsAutopilotDeviceIdentity-id", "Location": "Path" }, { @@ -190586,23 +84306,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_UpdateActivity", + "OperationId": "deviceManagement_UpdateImportedWindowsAutopilotDeviceIdentity", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "importedWindowsAutopilotDeviceIdentity-id", "Location": "Path" } ] @@ -190610,52 +84322,76 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_DeleteActivity", + "OperationId": "deviceManagement_DeleteImportedWindowsAutopilotDeviceIdentity", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "importedWindowsAutopilotDeviceIdentity-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement.importedWindowsAutopilotDeviceIdentity_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem", - "Module": "Files" + "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.activity_GetDriveItem", + "OperationId": "deviceManagement_ListUserExperienceAnalyticsNotAutopilotReadyDevice", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -190670,27 +84406,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.activity_GetDriveItemContent", + "OperationId": "deviceManagement_CreateUserExperienceAnalyticsNotAutopilotReadyDevice", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetUserExperienceAnalyticsNotAutopilotReadyDevice", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "userExperienceAnalyticsNotAutopilotReadyDevice-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$format", + "Name": "$expand", "Location": "Query" } ] @@ -190698,23 +84441,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "deviceManagement_UpdateUserExperienceAnalyticsNotAutopilotReadyDevice", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "userExperienceAnalyticsNotAutopilotReadyDevice-id", "Location": "Path" } ] @@ -190722,72 +84457,76 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.activity_GetDriveItemContentStream", - "Method": "Get", + "OperationId": "deviceManagement_DeleteUserExperienceAnalyticsNotAutopilotReadyDevice", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "userExperienceAnalyticsNotAutopilotReadyDevice-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "deviceManagement.userExperienceAnalyticsNotAutopilotReadyDevice_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.activity_GetListItem", + "OperationId": "deviceManagement_ListWindowsAutopilotDeploymentProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -190802,27 +84541,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/activities/$count", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.activity_GetCount", + "OperationId": "deviceManagement_CreateWindowsAutopilotDeploymentProfile", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetWindowsAutopilotDeploymentProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "windowsAutopilotDeploymentProfile-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -190830,19 +84576,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/bundles", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_ListBundle", - "Method": "Get", + "OperationId": "deviceManagement_UpdateWindowsAutopilotDeploymentProfile", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "windowsAutopilotDeploymentProfile-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_DeleteWindowsAutopilotDeploymentProfile", + "Method": "Delete", + "Parameters": [ + { + "Name": "windowsAutopilotDeploymentProfile-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_ListAssignedDevice", + "Method": "Get", + "Parameters": [ + { + "Name": "windowsAutopilotDeploymentProfile-id", "Location": "Path" }, { @@ -190882,19 +84660,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/bundles", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_CreateBundle", + "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_CreateAssignedDevice", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "windowsAutopilotDeploymentProfile-id", "Location": "Path" } ] @@ -190902,23 +84676,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_GetBundle", + "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_GetAssignedDevice", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "windowsAutopilotDeploymentProfile-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "windowsAutopilotDeviceIdentity-id", "Location": "Path" }, { @@ -190934,119 +84704,115 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_GetBundlesContent", - "Method": "Get", + "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_UpdateAssignedDevice", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "windowsAutopilotDeploymentProfile-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "windowsAutopilotDeviceIdentity-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_SetBundlesContent", - "Method": "Put", + "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_DeleteAssignedDevice", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "windowsAutopilotDeploymentProfile-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "windowsAutopilotDeviceIdentity-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_GetBundlesContentStream", + "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile.assignedDevice_GetDeploymentProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "windowsAutopilotDeploymentProfile-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "windowsAutopilotDeviceIdentity-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_SetBundlesContentStream", - "Method": "Put", + "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile.assignedDevice_GetIntendedDeploymentProfile", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "windowsAutopilotDeploymentProfile-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "windowsAutopilotDeviceIdentity-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/bundles/$count", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.bundle_GetCount", + "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile.assignedDevice_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "windowsAutopilotDeploymentProfile-id", "Location": "Path" }, { @@ -191062,20 +84828,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/createdByUser", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_GetCreatedGraphBPreUser", + "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_ListAssignment", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "windowsAutopilotDeploymentProfile-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -191090,19 +84876,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_CreateAssignment", + "Method": "Post", + "Parameters": [ + { + "Name": "windowsAutopilotDeploymentProfile-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_GetAssignment", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "windowsAutopilotDeploymentProfile-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "windowsAutopilotDeploymentProfileAssignment-id", "Location": "Path" }, { @@ -191118,19 +84920,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_UpdateAssignment", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "windowsAutopilotDeploymentProfile-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "windowsAutopilotDeploymentProfileAssignment-id", "Location": "Path" } ] @@ -191138,51 +84940,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_DeleteAssignment", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "windowsAutopilotDeploymentProfile-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "windowsAutopilotDeploymentProfileAssignment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile.assignment_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "windowsAutopilotDeploymentProfile-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -191190,21 +84988,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "deviceManagement.windowsAutopilotDeploymentProfile_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -191218,21 +85008,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/following", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeviceIdentities", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_ListFollowing", + "OperationId": "deviceManagement_ListWindowsAutopilotDeviceIdentity", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -191270,23 +85052,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeviceIdentities", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_GetFollowing", + "OperationId": "deviceManagement_CreateWindowsAutopilotDeviceIdentity", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetWindowsAutopilotDeviceIdentity", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "windowsAutopilotDeviceIdentity-id", "Location": "Path" }, { @@ -191302,121 +85087,97 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_GetFollowingContent", - "Method": "Get", + "OperationId": "deviceManagement_UpdateWindowsAutopilotDeviceIdentity", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "windowsAutopilotDeviceIdentity-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_SetFollowingContent", - "Method": "Put", + "OperationId": "deviceManagement_DeleteWindowsAutopilotDeviceIdentity", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "windowsAutopilotDeviceIdentity-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_GetFollowingContentStream", + "OperationId": "deviceManagement.windowsAutopilotDeviceIdentity_GetDeploymentProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "windowsAutopilotDeviceIdentity-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_SetFollowingContentStream", - "Method": "Put", + "OperationId": "deviceManagement.windowsAutopilotDeviceIdentity_GetIntendedDeploymentProfile", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "windowsAutopilotDeviceIdentity-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/following/$count", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.following_GetCount", + "OperationId": "deviceManagement.windowsAutopilotDeviceIdentity_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -191430,21 +85191,60 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items", - "Module": "Files" + "Path": "/deviceManagement/windowsAutopilotSettings", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_ListItem", + "OperationId": "deviceManagement_GetWindowsAutopilotSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/windowsAutopilotSettings", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_UpdateWindowsAutopilotSetting", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/windowsAutopilotSettings", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_DeleteWindowsAutopilotSetting", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/windowsFeatureUpdateProfiles", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement_ListWindowsFeatureUpdateProfile", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -191482,43 +85282,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items", - "Module": "Files" + "Path": "/deviceManagement/windowsFeatureUpdateProfiles", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_CreateItem", + "OperationId": "deviceManagement_CreateWindowsFeatureUpdateProfile", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" + "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_GetItem", + "OperationId": "deviceManagement_GetWindowsFeatureUpdateProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "windowsFeatureUpdateProfile-id", "Location": "Path" }, { @@ -191534,23 +85317,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" + "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_UpdateItem", + "OperationId": "deviceManagement_UpdateWindowsFeatureUpdateProfile", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "windowsFeatureUpdateProfile-id", "Location": "Path" } ] @@ -191558,23 +85333,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" + "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_DeleteItem", + "OperationId": "deviceManagement_DeleteWindowsFeatureUpdateProfile", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "windowsFeatureUpdateProfile-id", "Location": "Path" }, { @@ -191586,23 +85353,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", - "Module": "Files" + "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_ListActivity", + "OperationId": "deviceManagement.windowsFeatureUpdateProfile_ListAssignment", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "windowsFeatureUpdateProfile-id", "Location": "Path" }, { @@ -191642,27 +85401,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_GetActivity", - "Method": "Get", + "OperationId": "deviceManagement.windowsFeatureUpdateProfile_CreateAssignment", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "windowsFeatureUpdateProfile-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement.windowsFeatureUpdateProfile_GetAssignment", + "Method": "Get", + "Parameters": [ { - "Name": "driveItem-id", + "Name": "windowsFeatureUpdateProfile-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "windowsFeatureUpdateProfileAssignment-id", "Location": "Path" }, { @@ -191678,63 +85445,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities/$count", - "Module": "Files" + "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.activity_GetCount", - "Method": "Get", + "OperationId": "deviceManagement.windowsFeatureUpdateProfile_UpdateAssignment", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "windowsFeatureUpdateProfile-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "windowsFeatureUpdateProfileAssignment-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "deviceManagement.windowsFeatureUpdateProfile_DeleteAssignment", + "Method": "Delete", + "Parameters": [ { - "Name": "driveItem-id", + "Name": "windowsFeatureUpdateProfile-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "windowsFeatureUpdateProfileAssignment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" + "Path": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_GetAnalytic", + "OperationId": "deviceManagement.windowsFeatureUpdateProfile.assignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "windowsFeatureUpdateProfile-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -191742,77 +85513,64 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" + "Path": "/deviceManagement/windowsFeatureUpdateProfiles/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_UpdateAnalytic", - "Method": "Patch", + "OperationId": "deviceManagement.windowsFeatureUpdateProfile_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" + "Path": "/roleManagement", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_DeleteAnalytic", - "Method": "Delete", + "OperationId": "roleManagement_GetRoleManagement", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Module": "Files" + "Path": "/roleManagement", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic_GetAllTime", + "OperationId": "roleManagement_UpdateRoleManagement", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/cloudPC", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement_GetCloudPC", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -191826,25 +85584,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files" + "Path": "/roleManagement/cloudPC", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic_ListItemActivityStat", - "Method": "Get", + "OperationId": "roleManagement_UpdateCloudPC", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/cloudPC", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement_DeleteCloudPC", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/cloudPC/resourceNamespaces", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.cloudPC_ListResourceNamespace", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -191882,51 +85655,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files" + "Path": "/roleManagement/cloudPC/resourceNamespaces", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic_CreateItemActivityStat", + "OperationId": "roleManagement.cloudPC_CreateResourceNamespace", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" + "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic_GetItemActivityStat", + "OperationId": "roleManagement.cloudPC_GetResourceNamespace", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -191942,27 +85690,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" + "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic_UpdateItemActivityStat", + "OperationId": "roleManagement.cloudPC_UpdateResourceNamespace", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" } ] @@ -191970,27 +85706,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" + "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic_DeleteItemActivityStat", + "OperationId": "roleManagement.cloudPC_DeleteResourceNamespace", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -192002,27 +85726,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" + "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic.itemActivityStat_ListActivity", + "OperationId": "roleManagement.cloudPC.resourceNamespace_ListResourceAction", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -192062,27 +85774,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" + "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic.itemActivityStat_CreateActivity", + "OperationId": "roleManagement.cloudPC.resourceNamespace_CreateResourceAction", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" } ] @@ -192090,31 +85790,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" + "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic.itemActivityStat_GetActivity", + "OperationId": "roleManagement.cloudPC.resourceNamespace_GetResourceAction", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -192130,31 +85818,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" + "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic.itemActivityStat_UpdateActivity", + "OperationId": "roleManagement.cloudPC.resourceNamespace_UpdateResourceAction", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" } ] @@ -192162,31 +85838,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" + "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic.itemActivityStat_DeleteActivity", + "OperationId": "roleManagement.cloudPC.resourceNamespace_DeleteResourceAction", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -192198,31 +85862,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Files" + "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic.itemActivityStat.activity_GetDriveItem", + "OperationId": "roleManagement.cloudPC.resourceNamespace.resourceAction_GetAuthenticationContext", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -192238,35 +85890,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Files" + "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic.itemActivityStat.activity_GetDriveItemContent", + "OperationId": "roleManagement.cloudPC.resourceNamespace.resourceAction_GetResourceScope", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$format", + "Name": "$expand", "Location": "Query" } ] @@ -192274,31 +85918,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Files" + "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic.itemActivityStat.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "roleManagement.cloudPC.resourceNamespace.resourceAction_UpdateResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" } ] @@ -192306,93 +85938,61 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic.itemActivityStat.activity_GetDriveItemContentStream", - "Method": "Get", + "OperationId": "roleManagement.cloudPC.resourceNamespace.resourceAction_DeleteResourceScope", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic.itemActivityStat.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "roleManagement.cloudPC.resourceNamespace.resourceAction_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Files" + "Path": "/roleManagement/cloudPC/resourceNamespaces/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic.itemActivityStat.activity_GetCount", + "OperationId": "roleManagement.cloudPC.resourceNamespace_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -192406,24 +86006,20 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleAssignments", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic.itemActivityStat_GetCount", + "OperationId": "roleManagement.cloudPC_ListRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -192432,29 +86028,48 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleAssignments", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.analytic_GetLastSevenDay", + "OperationId": "roleManagement.cloudPC_CreateRoleAssignment", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.cloudPC_GetRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { @@ -192470,23 +86085,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_ListChild", - "Method": "Get", + "OperationId": "roleManagement.cloudPC_UpdateRoleAssignment", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.cloudPC_DeleteRoleAssignment", + "Method": "Delete", + "Parameters": [ { - "Name": "drive-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.cloudPC.roleAssignment_ListAppScope", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { @@ -192526,59 +86169,111 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_CreateChild", + "OperationId": "roleManagement.cloudPC.roleAssignment_CreateAppScope", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.cloudPC.roleAssignment_GetAppScope", + "Method": "Get", + "Parameters": [ { - "Name": "drive-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "appScope-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_GetChild", - "Method": "Get", + "OperationId": "roleManagement.cloudPC.roleAssignment_UpdateAppScope", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "appScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.cloudPC.roleAssignment_DeleteAppScope", + "Method": "Delete", + "Parameters": [ + { + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "appScope-id", "Location": "Path" }, { - "Name": "driveItem-id1", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.cloudPC.roleAssignment.appScope_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -192586,140 +86281,124 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_GetChildrenContent", + "OperationId": "roleManagement.cloudPC.roleAssignment_ListDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "driveItem-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$format", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.item_SetChildrenContent", - "Method": "Put", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "driveItem-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_GetChildrenContentStream", + "OperationId": "roleManagement.cloudPC.roleAssignment_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "driveItem-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_SetChildrenContentStream", - "Method": "Put", + "OperationId": "roleManagement.cloudPC.roleAssignment.directoryScope_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.child_GetCount", + "OperationId": "roleManagement.cloudPC.roleAssignment_ListPrincipal", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -192728,33 +86407,49 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_GetItemsContent", + "OperationId": "roleManagement.cloudPC.roleAssignment_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$format", + "Name": "$expand", "Location": "Query" } ] @@ -192762,96 +86457,104 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_SetItemsContent", - "Method": "Put", + "OperationId": "roleManagement.cloudPC.roleAssignment.principal_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_GetItemsContentStream", + "OperationId": "roleManagement.cloudPC.roleAssignment_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleAssignments/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive_SetItemsContentStream", - "Method": "Put", + "OperationId": "roleManagement.cloudPC.roleAssignment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleDefinitions", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_GetCreatedGraphBPreUser", + "OperationId": "roleManagement.cloudPC_ListRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -192866,23 +86569,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleDefinitions", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "roleManagement.cloudPC_CreateRoleDefinition", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.cloudPC_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -192898,47 +86604,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "roleManagement.cloudPC_UpdateRoleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.cloudPC_DeleteRoleDefinition", + "Method": "Delete", + "Parameters": [ { - "Name": "drive-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "roleManagement.cloudPC.roleDefinition_ListInheritsPermissionsFrom", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -192978,31 +86688,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "roleManagement.cloudPC.roleDefinition_CreateInheritsPermissionsFrom", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.cloudPC.roleDefinition_GetInheritsPermissionsFrom", + "Method": "Get", + "Parameters": [ { - "Name": "drive-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -193010,57 +86732,101 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_GetLastModifiedGraphBPreUser", - "Method": "Get", + "OperationId": "roleManagement.cloudPC.roleDefinition_UpdateInheritsPermissionsFrom", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.cloudPC.roleDefinition_DeleteInheritsPermissionsFrom", + "Method": "Delete", + "Parameters": [ { - "Name": "driveItem-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "unifiedRoleDefinition-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "roleManagement.cloudPC.roleDefinition.inheritsPermissionsFrom_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/cloudPC/roleDefinitions/$count", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.cloudPC.roleDefinition_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/deviceManagement", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement_GetDeviceManagement", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -193074,49 +86840,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/roleManagement/deviceManagement", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "OperationId": "roleManagement_UpdateDeviceManagement", "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/deviceManagement", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement_DeleteDeviceManagement", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/resourceNamespaces", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "roleManagement.deviceManagement_ListResourceNamespace", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -193154,55 +86911,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/resourceNamespaces", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "roleManagement.deviceManagement_CreateResourceNamespace", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_GetListItem", + "OperationId": "roleManagement.deviceManagement_GetResourceNamespace", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -193218,23 +86946,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_UpdateListItem", + "OperationId": "roleManagement.deviceManagement_UpdateResourceNamespace", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" } ] @@ -193242,23 +86962,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_DeleteListItem", + "OperationId": "roleManagement.deviceManagement_DeleteResourceNamespace", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -193270,23 +86982,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_ListActivity", + "OperationId": "roleManagement.deviceManagement.resourceNamespace_ListResourceAction", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -193326,23 +87030,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_CreateActivity", + "OperationId": "roleManagement.deviceManagement.resourceNamespace_CreateResourceAction", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" } ] @@ -193350,27 +87046,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_GetActivity", + "OperationId": "roleManagement.deviceManagement.resourceNamespace_GetResourceAction", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -193386,27 +87074,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_UpdateActivity", + "OperationId": "roleManagement.deviceManagement.resourceNamespace_UpdateResourceAction", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" } ] @@ -193414,27 +87094,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_DeleteActivity", + "OperationId": "roleManagement.deviceManagement.resourceNamespace_DeleteResourceAction", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -193446,27 +87118,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.activity_GetDriveItem", + "OperationId": "roleManagement.deviceManagement.resourceNamespace.resourceAction_GetAuthenticationContext", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -193482,31 +87146,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.activity_GetDriveItemContent", + "OperationId": "roleManagement.deviceManagement.resourceNamespace.resourceAction_GetResourceScope", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$format", + "Name": "$expand", "Location": "Query" } ] @@ -193514,27 +87174,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "roleManagement.deviceManagement.resourceNamespace.resourceAction_UpdateResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" } ] @@ -193542,84 +87194,104 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.activity_GetDriveItemContentStream", - "Method": "Get", + "OperationId": "roleManagement.deviceManagement.resourceNamespace.resourceAction_DeleteResourceScope", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "roleManagement.deviceManagement.resourceNamespace.resourceAction_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/deviceManagement/resourceNamespaces/$count", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.deviceManagement.resourceNamespace_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleAssignments", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.activity_GetListItem", + "OperationId": "roleManagement.deviceManagement_ListRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -193634,31 +87306,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/$count", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleAssignments", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.activity_GetCount", + "OperationId": "roleManagement.deviceManagement_CreateRoleAssignment", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.deviceManagement_GetRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -193666,56 +87341,76 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_GetAnalytic", - "Method": "Get", + "OperationId": "roleManagement.deviceManagement_UpdateRoleAssignment", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.deviceManagement_DeleteRoleAssignment", + "Method": "Delete", + "Parameters": [ { - "Name": "driveItem-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_GetCreatedGraphBPreUser", + "OperationId": "roleManagement.deviceManagement.roleAssignment_ListAppScope", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -193730,23 +87425,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "roleManagement.deviceManagement.roleAssignment_CreateAppScope", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.deviceManagement.roleAssignment_GetAppScope", + "Method": "Get", + "Parameters": [ { - "Name": "drive-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "appScope-id", "Location": "Path" }, { @@ -193762,47 +87469,83 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "roleManagement.deviceManagement.roleAssignment_UpdateAppScope", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "appScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.deviceManagement.roleAssignment_DeleteAppScope", + "Method": "Delete", + "Parameters": [ + { + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "appScope-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "roleManagement.deviceManagement.roleAssignment.appScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.deviceManagement.roleAssignment_ListDirectoryScope", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { @@ -193842,31 +87585,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement.deviceManagement.roleAssignment_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -193874,23 +87613,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_ListDocumentSetVersion", + "OperationId": "roleManagement.deviceManagement.roleAssignment.directoryScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.deviceManagement.roleAssignment_ListPrincipal", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { @@ -193914,8 +87669,36 @@ "Location": "Query" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.deviceManagement.roleAssignment_GetPrincipal", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRoleAssignmentMultiple-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", + "Location": "Path" }, { "Name": "$select", @@ -193930,51 +87713,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_CreateDocumentSetVersion", - "Method": "Post", + "OperationId": "roleManagement.deviceManagement.roleAssignment.principal_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_GetDocumentSetVersion", + "OperationId": "roleManagement.deviceManagement.roleAssignment_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "unifiedRoleAssignmentMultiple-id", "Location": "Path" }, { @@ -193990,87 +87761,90 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleAssignments/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_UpdateDocumentSetVersion", - "Method": "Patch", + "OperationId": "roleManagement.deviceManagement.roleAssignment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleDefinitions", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_DeleteDocumentSetVersion", - "Method": "Delete", + "OperationId": "roleManagement.deviceManagement_ListRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleDefinitions", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.documentSetVersion_GetField", + "OperationId": "roleManagement.deviceManagement_CreateRoleDefinition", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.deviceManagement_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -194086,27 +87860,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.documentSetVersion_UpdateField", + "OperationId": "roleManagement.deviceManagement_UpdateRoleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" } ] @@ -194114,27 +87876,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.documentSetVersion_DeleteField", + "OperationId": "roleManagement.deviceManagement_DeleteRoleDefinition", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -194146,24 +87896,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.documentSetVersion_GetCount", + "OperationId": "roleManagement.deviceManagement.roleDefinition_ListInheritsPermissionsFrom", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -194172,29 +87922,57 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_GetDriveItem", - "Method": "Get", + "OperationId": "roleManagement.deviceManagement.roleDefinition_CreateInheritsPermissionsFrom", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.deviceManagement.roleDefinition_GetInheritsPermissionsFrom", + "Method": "Get", + "Parameters": [ { - "Name": "drive-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" }, { @@ -194210,125 +87988,101 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_GetDriveItemContent", - "Method": "Get", + "OperationId": "roleManagement.deviceManagement.roleDefinition_UpdateInheritsPermissionsFrom", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_SetDriveItemContent", - "Method": "Put", + "OperationId": "roleManagement.deviceManagement.roleDefinition_DeleteInheritsPermissionsFrom", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_GetDriveItemContentStream", + "OperationId": "roleManagement.deviceManagement.roleDefinition.inheritsPermissionsFrom_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Files" + "Path": "/roleManagement/deviceManagement/roleDefinitions/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "roleManagement.deviceManagement.roleDefinition_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" + "Path": "/roleManagement/exchange", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_GetField", + "OperationId": "roleManagement_GetExchange", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -194342,49 +88096,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" + "Path": "/roleManagement/exchange", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_UpdateField", + "OperationId": "roleManagement_UpdateExchange", "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" + "Path": "/roleManagement/exchange", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_DeleteField", + "OperationId": "roleManagement_DeleteExchange", "Method": "Delete", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -194394,24 +88123,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "Module": "Files" + "Path": "/roleManagement/exchange/customAppScopes", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_GetLastModifiedGraphBPreUser", + "OperationId": "roleManagement.exchange_ListCustomAppScope", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -194426,23 +88167,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/roleManagement/exchange/customAppScopes", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "roleManagement.exchange_CreateCustomAppScope", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange_GetCustomAppScope", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "customAppScope-id", "Location": "Path" }, { @@ -194458,49 +88202,69 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "OperationId": "roleManagement.exchange_UpdateCustomAppScope", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "customAppScope-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange_DeleteCustomAppScope", + "Method": "Delete", + "Parameters": [ { - "Name": "drive-id", + "Name": "customAppScope-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/roleManagement/exchange/customAppScopes/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "roleManagement.exchange.customAppScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/resourceNamespaces", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange_ListResourceNamespace", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -194538,31 +88302,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/roleManagement/exchange/resourceNamespaces", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement.exchange_CreateResourceNamespace", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange_GetResourceNamespace", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -194570,23 +88337,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files" + "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_ListVersion", - "Method": "Get", + "OperationId": "roleManagement.exchange_UpdateResourceNamespace", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange_DeleteResourceNamespace", + "Method": "Delete", + "Parameters": [ { - "Name": "drive-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange.resourceNamespace_ListResourceAction", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -194626,23 +88421,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files" + "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_CreateVersion", + "OperationId": "roleManagement.exchange.resourceNamespace_CreateResourceAction", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" } ] @@ -194650,27 +88437,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_GetVersion", + "OperationId": "roleManagement.exchange.resourceNamespace_GetResourceAction", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -194686,27 +88465,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_UpdateVersion", + "OperationId": "roleManagement.exchange.resourceNamespace_UpdateResourceAction", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" } ] @@ -194714,27 +88485,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_DeleteVersion", + "OperationId": "roleManagement.exchange.resourceNamespace_DeleteResourceAction", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -194746,27 +88509,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.version_GetField", + "OperationId": "roleManagement.exchange.resourceNamespace.resourceAction_GetAuthenticationContext", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -194782,55 +88537,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.version_UpdateField", - "Method": "Patch", + "OperationId": "roleManagement.exchange.resourceNamespace.resourceAction_GetResourceScope", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.version_DeleteField", - "Method": "Delete", + "OperationId": "roleManagement.exchange.resourceNamespace.resourceAction_UpdateResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange.resourceNamespace.resourceAction_DeleteResourceScope", + "Method": "Delete", + "Parameters": [ { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -194842,23 +88609,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "Module": "Files" + "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.version_GetCount", + "OperationId": "roleManagement.exchange.resourceNamespace.resourceAction_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -194874,25 +88633,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files" + "Path": "/roleManagement/exchange/resourceNamespaces/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_ListPermission", + "OperationId": "roleManagement.exchange.resourceNamespace_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/roleAssignments", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange_ListRoleAssignment", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -194930,51 +88697,86 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files" + "Path": "/roleManagement/exchange/roleAssignments", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_CreatePermission", + "OperationId": "roleManagement.exchange_CreateRoleAssignment", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange_GetRoleAssignment", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" + "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_GetPermission", - "Method": "Get", + "OperationId": "roleManagement.exchange_UpdateRoleAssignment", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange_DeleteRoleAssignment", + "Method": "Delete", + "Parameters": [ { - "Name": "drive-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange.roleAssignment_GetAppScope", + "Method": "Get", + "Parameters": [ { - "Name": "permission-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -194990,85 +88792,121 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" + "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_UpdatePermission", + "OperationId": "roleManagement.exchange.roleAssignment_UpdateAppScope", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange.roleAssignment_DeleteAppScope", + "Method": "Delete", + "Parameters": [ { - "Name": "driveItem-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "permission-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" + "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_DeletePermission", - "Method": "Delete", + "OperationId": "roleManagement.exchange.roleAssignment_GetDirectoryScope", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "driveItem-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange.roleAssignment_GetPrincipal", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "permission-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "Module": "Files" + "Path": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.permission_GetCount", + "OperationId": "roleManagement.exchange.roleAssignment_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/roleAssignments/$count", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange.roleAssignment_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -195082,24 +88920,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" + "Path": "/roleManagement/exchange/roleDefinitions", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_GetRetentionLabel", + "OperationId": "roleManagement.exchange_ListRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -195114,47 +88964,66 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" + "Path": "/roleManagement/exchange/roleDefinitions", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_UpdateRetentionLabel", - "Method": "Patch", + "OperationId": "roleManagement.exchange_CreateRoleDefinition", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange_GetRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" + "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_DeleteRetentionLabel", - "Method": "Delete", + "OperationId": "roleManagement.exchange_UpdateRoleDefinition", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange_DeleteRoleDefinition", + "Method": "Delete", + "Parameters": [ { - "Name": "driveItem-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -195166,23 +89035,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files" + "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_ListSubscription", + "OperationId": "roleManagement.exchange.roleDefinition_ListInheritsPermissionsFrom", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -195222,23 +89083,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files" + "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_CreateSubscription", + "OperationId": "roleManagement.exchange.roleDefinition_CreateInheritsPermissionsFrom", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" } ] @@ -195246,27 +89099,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_GetSubscription", + "OperationId": "roleManagement.exchange.roleDefinition_GetInheritsPermissionsFrom", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" }, { @@ -195282,27 +89127,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_UpdateSubscription", + "OperationId": "roleManagement.exchange.roleDefinition_UpdateInheritsPermissionsFrom", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" } ] @@ -195310,27 +89147,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_DeleteSubscription", + "OperationId": "roleManagement.exchange.roleDefinition_DeleteInheritsPermissionsFrom", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" }, { @@ -195342,23 +89171,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "Module": "Files" + "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.subscription_GetCount", + "OperationId": "roleManagement.exchange.roleDefinition.inheritsPermissionsFrom_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -195374,25 +89195,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files" + "Path": "/roleManagement/exchange/roleDefinitions/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_ListThumbnail", + "OperationId": "roleManagement.exchange.roleDefinition_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/exchange/transitiveRoleAssignments", + "Module": "DeviceManagement.Enrollment" + }, + "MethodInfo": { + "OperationId": "roleManagement.exchange_ListTransitiveRoleAssignment", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -195430,51 +89259,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files" + "Path": "/roleManagement/exchange/transitiveRoleAssignments", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_CreateThumbnail", + "OperationId": "roleManagement.exchange_CreateTransitiveRoleAssignment", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_GetThumbnail", + "OperationId": "roleManagement.exchange_GetTransitiveRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "thumbnailSet-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -195490,27 +89294,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_UpdateThumbnail", + "OperationId": "roleManagement.exchange_UpdateTransitiveRoleAssignment", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "thumbnailSet-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" } ] @@ -195518,27 +89310,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_DeleteThumbnail", + "OperationId": "roleManagement.exchange_DeleteTransitiveRoleAssignment", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "thumbnailSet-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -195550,31 +89330,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "Module": "Files" + "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item.thumbnail_GetCount", + "OperationId": "roleManagement.exchange.transitiveRoleAssignment_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -195582,107 +89354,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files" + "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_ListVersion", - "Method": "Get", + "OperationId": "roleManagement.exchange.transitiveRoleAssignment_UpdateAppScope", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files" + "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_CreateVersion", - "Method": "Post", + "OperationId": "roleManagement.exchange.transitiveRoleAssignment_DeleteAppScope", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" + "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_GetVersion", + "OperationId": "roleManagement.exchange.transitiveRoleAssignment_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "driveItemVersion-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -195698,140 +89414,157 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" + "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_UpdateVersion", - "Method": "Patch", + "OperationId": "roleManagement.exchange.transitiveRoleAssignment_GetPrincipal", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" + "Path": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_DeleteVersion", - "Method": "Delete", + "OperationId": "roleManagement.exchange.transitiveRoleAssignment_GetRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files" + "Path": "/roleManagement/exchange/transitiveRoleAssignments/$count", + "Module": "DeviceManagement.Enrollment" }, "MethodInfo": { - "OperationId": "group.drive.item_GetVersionsContent", + "OperationId": "roleManagement.exchange.transitiveRoleAssignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files" + "Path": "/deviceManagement/microsoft.graph.getAssignedRoleDetails()", + "Module": "DeviceManagement.Functions" }, "MethodInfo": { - "OperationId": "group.drive.item_SetVersionsContent", - "Method": "Put", + "OperationId": "deviceManagement_getAssignedRoleDetail", + "Method": "Get", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/microsoft.graph.getComanagedDevicesSummary()", + "Module": "DeviceManagement.Functions" + }, + "MethodInfo": { + "OperationId": "deviceManagement_getComanagedDevicesSummary", + "Method": "Get", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/microsoft.graph.getComanagementEligibleDevicesSummary()", + "Module": "DeviceManagement.Functions" + }, + "MethodInfo": { + "OperationId": "deviceManagement_getComanagementEligibleDevicesSummary", + "Method": "Get", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/microsoft.graph.getEffectivePermissions()", + "Module": "DeviceManagement.Functions" + }, + "MethodInfo": { + "OperationId": "deviceManagement_getEffectivePermission", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "Module": "Files" + "Path": "/deviceManagement/microsoft.graph.getEffectivePermissions(scope=\u0027{scope}\u0027)", + "Module": "DeviceManagement.Functions" }, "MethodInfo": { - "OperationId": "group.drive.item.version_GetCount", + "OperationId": "deviceManagement_getEffectivePermission", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "scope", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -195840,26 +89573,34 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/$count", - "Module": "Files" + "Path": "/deviceManagement/microsoft.graph.getRoleScopeTagsByIds(ids={ids})", + "Module": "DeviceManagement.Functions" }, "MethodInfo": { - "OperationId": "group.drive.item_GetCount", + "OperationId": "deviceManagement_getRoleScopeTagsGraphBPreId", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ids", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -195868,31 +89609,19 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive_GetLastModifiedGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -195902,25 +89631,45 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/microsoft.graph.getRoleScopeTagsByResource(resource=\u0027{resource}\u0027)", + "Module": "DeviceManagement.Functions" }, "MethodInfo": { - "OperationId": "group.drive.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "deviceManagement_getRoleScopeTagsGraphBPreResource", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "resource", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -195930,19 +89679,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/deviceManagement/microsoft.graph.getSuggestedEnrollmentLimit(enrollmentType=\u0027{enrollmentType}\u0027)", + "Module": "DeviceManagement.Functions" }, "MethodInfo": { - "OperationId": "group.drive.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "deviceManagement_getSuggestedEnrollmentLimit", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "enrollmentType", "Location": "Path" } ] @@ -195950,21 +89695,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/deviceManagement/microsoft.graph.scopedForResource(resource=\u0027{resource}\u0027)", + "Module": "DeviceManagement.Functions" }, "MethodInfo": { - "OperationId": "group.drive.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "deviceManagement_scopedGraphFPreResource", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "resource", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/microsoft.graph.userExperienceAnalyticsSummarizedDeviceScopes()", + "Module": "DeviceManagement.Functions" + }, + "MethodInfo": { + "OperationId": "deviceManagement_userExperienceAnalyticsSummarizedDeviceScope", + "Method": "Get", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/microsoft.graph.userExperienceAnalyticsSummarizeWorkFromAnywhereDevices()", + "Module": "DeviceManagement.Functions" + }, + "MethodInfo": { + "OperationId": "deviceManagement_userExperienceAnalyticsSummarizeWorkFromAnywhereDevice", + "Method": "Get", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/microsoft.graph.verifyWindowsEnrollmentAutoDiscovery(domainName=\u0027{domainName}\u0027)", + "Module": "DeviceManagement.Functions" + }, + "MethodInfo": { + "OperationId": "deviceManagement_verifyWindowsEnrollmentAutoDiscovery", + "Method": "Get", + "Parameters": [ { - "Name": "drive-id", + "Name": "domainName", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/deviceConfigurations", + "Module": "DeviceManagement" + }, + "MethodInfo": { + "OperationId": "deviceManagement_ListDeviceConfiguration", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -196002,47 +89793,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/deviceManagement/deviceConfigurations", + "Module": "DeviceManagement" }, "MethodInfo": { - "OperationId": "group.drive.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "deviceManagement_CreateDeviceConfiguration", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list", - "Module": "Files" + "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Module": "DeviceManagement" }, "MethodInfo": { - "OperationId": "group.drive_GetList", + "OperationId": "deviceManagement_GetDeviceConfiguration", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "deviceConfiguration-id", "Location": "Path" }, { @@ -196058,19 +89828,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list", - "Module": "Files" + "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Module": "DeviceManagement" }, "MethodInfo": { - "OperationId": "group.drive_UpdateList", + "OperationId": "deviceManagement_UpdateDeviceConfiguration", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "deviceConfiguration-id", "Location": "Path" } ] @@ -196078,19 +89844,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list", - "Module": "Files" + "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Module": "DeviceManagement" }, "MethodInfo": { - "OperationId": "group.drive_DeleteList", + "OperationId": "deviceManagement_DeleteDeviceConfiguration", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "deviceConfiguration-id", "Location": "Path" }, { @@ -196102,21 +89864,44 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/activities", - "Module": "Files" + "Path": "/print", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_ListActivity", + "OperationId": "print_GetPrint", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print_UpdatePrint", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/print/connectors", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print_ListConnector", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -196154,19 +89939,50 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/activities", - "Module": "Files" + "Path": "/print/connectors", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_CreateActivity", + "OperationId": "print_CreateConnector", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/print/connectors/{printConnector-id}", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print_GetConnector", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printConnector-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/connectors/{printConnector-id}", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print_UpdateConnector", + "Method": "Patch", + "Parameters": [ + { + "Name": "printConnector-id", "Location": "Path" } ] @@ -196174,21 +89990,53 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/columns", - "Module": "Files" + "Path": "/print/connectors/{printConnector-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_ListColumn", - "Method": "Get", + "OperationId": "print_DeleteConnector", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "printConnector-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/connectors/$count", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.connector_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/operations", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print_ListOperation", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -196226,43 +90074,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/columns", - "Module": "Files" + "Path": "/print/operations", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_CreateColumn", + "OperationId": "print_CreateOperation", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/print/operations/{printOperation-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_GetColumn", + "OperationId": "print_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "printOperation-id", "Location": "Path" }, { @@ -196278,23 +90109,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/print/operations/{printOperation-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_UpdateColumn", + "OperationId": "print_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "printOperation-id", "Location": "Path" } ] @@ -196302,23 +90125,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/print/operations/{printOperation-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_DeleteColumn", + "OperationId": "print_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "printOperation-id", "Location": "Path" }, { @@ -196330,53 +90145,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.list.column_GetSourceColumn", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", - "Module": "Files" + "Path": "/print/operations/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.column_GetCount", + "OperationId": "print.operation_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -196390,21 +90165,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "Module": "Files" + "Path": "/print/printers", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_ListContentType", + "OperationId": "print_ListPrinter", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -196442,43 +90209,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "Module": "Files" + "Path": "/print/printers", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_CreateContentType", + "OperationId": "print_CreatePrinter", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" + "Path": "/print/printers/{printer-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_GetContentType", + "OperationId": "print_GetPrinter", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "printer-id", "Location": "Path" }, { @@ -196494,83 +90244,135 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" + "Path": "/print/printers/{printer-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_UpdateContentType", + "OperationId": "print_UpdatePrinter", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "printer-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printers/{printer-id}", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print_DeletePrinter", + "Method": "Delete", + "Parameters": [ { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printers/{printer-id}/connectors", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printer_ListConnector", + "Method": "Get", + "Parameters": [ + { + "Name": "printer-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" + "Path": "/print/printers/{printer-id}/connectors/{printConnector-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_DeleteContentType", - "Method": "Delete", + "OperationId": "print.printer_GetConnector", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printConnector-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Module": "Files" + "Path": "/print/printers/{printer-id}/connectors/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_GetBase", + "OperationId": "print.printer.connector_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -196578,23 +90380,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_ListBaseType", + "OperationId": "print.printer_ListJob", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "printer-id", "Location": "Path" }, { @@ -196634,27 +90428,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_GetBaseType", - "Method": "Get", + "OperationId": "print.printer_CreateJob", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printer_GetJob", + "Method": "Get", + "Parameters": [ { - "Name": "contentType-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "contentType-id1", + "Name": "printJob-id", "Location": "Path" }, { @@ -196670,55 +90472,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType.baseType_GetCount", - "Method": "Get", + "OperationId": "print.printer_UpdateJob", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printer_DeleteJob", + "Method": "Delete", + "Parameters": [ { - "Name": "contentType-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "printJob-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_ListColumnLink", + "OperationId": "print.printer.job_ListDocument", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "printJob-id", "Location": "Path" }, { @@ -196758,23 +90568,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_CreateColumnLink", + "OperationId": "print.printer.job_CreateDocument", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "printJob-id", "Location": "Path" } ] @@ -196782,27 +90588,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_GetColumnLink", + "OperationId": "print.printer.job_GetDocument", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "printDocument-id", "Location": "Path" }, { @@ -196818,27 +90620,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_UpdateColumnLink", + "OperationId": "print.printer.job_UpdateDocument", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "printDocument-id", "Location": "Path" } ] @@ -196846,27 +90644,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_DeleteColumnLink", + "OperationId": "print.printer.job_DeleteDocument", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "printDocument-id", "Location": "Path" }, { @@ -196878,64 +90672,92 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType.columnLink_GetCount", + "OperationId": "print.printer.job_GetDocumentsContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "printDocument-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printer.job_SetDocumentsContent", + "Method": "Put", + "Parameters": [ + { + "Name": "printer-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "printJob-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "printDocument-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/microsoft.graph.createUploadSession", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_ListColumnPosition", - "Method": "Get", + "OperationId": "print.printer.job.document_createUploadSession", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "printDocument-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printer.job.document_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "printer-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "printJob-id", + "Location": "Path" }, { "Name": "$search", @@ -196944,113 +90766,145 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/microsoft.graph.abort", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printer.job_abort", + "Method": "Post", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "printer-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "printJob-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/microsoft.graph.cancel", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_GetColumnPosition", - "Method": "Get", + "OperationId": "print.printer.job_cancel", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/microsoft.graph.cancelPrintJob", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printer.job_cancelPrintJob", + "Method": "Post", + "Parameters": [ { - "Name": "contentType-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "printJob-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/microsoft.graph.redirect", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printer.job_redirect", + "Method": "Post", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "printer-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "printJob-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/microsoft.graph.start", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType.columnPosition_GetCount", - "Method": "Get", + "OperationId": "print.printer.job_start", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/microsoft.graph.startPrintJob", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printer.job_startPrintJob", + "Method": "Post", + "Parameters": [ { - "Name": "contentType-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "printJob-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_ListColumn", + "OperationId": "print.printer.job_ListTask", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "printJob-id", "Location": "Path" }, { @@ -197090,23 +90944,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_CreateColumn", + "OperationId": "print.printer.job_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "printJob-id", "Location": "Path" } ] @@ -197114,27 +90964,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_GetColumn", + "OperationId": "print.printer.job_GetTask", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "printTask-id", "Location": "Path" }, { @@ -197150,27 +90996,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_UpdateColumn", + "OperationId": "print.printer.job_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "printTask-id", "Location": "Path" } ] @@ -197178,27 +91020,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_DeleteColumn", + "OperationId": "print.printer.job_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "printTask-id", "Location": "Path" }, { @@ -197210,27 +91048,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType.column_GetSourceColumn", + "OperationId": "print.printer.job.task_GetDefinition", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "printTask-id", "Location": "Path" }, { @@ -197246,31 +91080,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType.column_GetCount", + "OperationId": "print.printer.job.task_GetTrigger", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "printTask-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -197278,19 +91112,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_GetCount", + "OperationId": "print.printer.job.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { @@ -197306,27 +91140,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", - "Module": "Files" + "Path": "/print/printers/{printer-id}/jobs/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_GetCreatedGraphBPreUser", + "OperationId": "print.printer.job_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -197334,47 +91164,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/print/printers/{printer-id}/microsoft.graph.getCapabilities()", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "print.printer_getCapability", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/print/printers/{printer-id}/microsoft.graph.resetDefaults", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "print.printer_resetDefault", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "printer-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printers/{printer-id}/microsoft.graph.restoreFactoryDefaults", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printer_restoreFactoryDefault", + "Method": "Post", + "Parameters": [ { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" } ] @@ -197382,19 +91212,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/print/printers/{printer-id}/share", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "print.printer_GetShare", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printers/{printer-id}/shares", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printer_ListShare", + "Method": "Get", + "Parameters": [ + { + "Name": "printer-id", "Location": "Path" }, { @@ -197434,27 +91284,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/print/printers/{printer-id}/shares/{printerShare-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "print.printer_GetShare", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -197462,27 +91312,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/drive", - "Module": "Files" + "Path": "/print/printers/{printer-id}/shares/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_GetDrive", + "OperationId": "print.printer.share_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -197490,19 +91336,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items", - "Module": "Files" + "Path": "/print/printers/{printer-id}/taskTriggers", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_ListItem", + "OperationId": "print.printer_ListTaskTrigger", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { @@ -197542,19 +91384,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items", - "Module": "Files" + "Path": "/print/printers/{printer-id}/taskTriggers", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_CreateItem", + "OperationId": "print.printer_CreateTaskTrigger", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" } ] @@ -197562,23 +91400,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files" + "Path": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_GetItem", + "OperationId": "print.printer_GetTaskTrigger", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printTaskTrigger-id", "Location": "Path" }, { @@ -197594,23 +91428,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files" + "Path": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_UpdateItem", + "OperationId": "print.printer_UpdateTaskTrigger", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printTaskTrigger-id", "Location": "Path" } ] @@ -197618,23 +91448,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files" + "Path": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_DeleteItem", + "OperationId": "print.printer_DeleteTaskTrigger", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printTaskTrigger-id", "Location": "Path" }, { @@ -197646,25 +91472,96 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", - "Module": "Files" + "Path": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_ListActivity", + "OperationId": "print.printer.taskTrigger_GetDefinition", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printer-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printTaskTrigger-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printers/{printer-id}/taskTriggers/$count", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printer.taskTrigger_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "printer-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printers/$count", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printer_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printers/microsoft.graph.create", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printer_create", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/print/printerShares", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print_ListPrinterShare", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -197702,115 +91599,138 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", - "Module": "Files" + "Path": "/print/printerShares", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_CreateActivity", + "OperationId": "print_CreatePrinterShare", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/print/printerShares/{printerShare-id}", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print_GetPrinterShare", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_GetActivity", - "Method": "Get", + "OperationId": "print_UpdatePrinterShare", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "printerShare-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printerShares/{printerShare-id}", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print_DeletePrinterShare", + "Method": "Delete", + "Parameters": [ { - "Name": "itemActivityOLD-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedGroups", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_UpdateActivity", - "Method": "Patch", + "OperationId": "print.printerShare_ListAllowedGroup", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/$ref", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_DeleteActivity", + "OperationId": "print.printerShare.allowedGroup_DeleteGroupGraphBPreRef", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "group-id", "Location": "Path" }, { @@ -197822,28 +91742,44 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.activity_GetDriveItem", + "OperationId": "print.printerShare.allowedGroup_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -197858,31 +91794,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.activity_GetDriveItemContent", + "OperationId": "print.printerShare.allowedGroup.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$format", + "Name": "$filter", "Location": "Query" } ] @@ -197890,83 +91822,79 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedGroups/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "print.printerShare.allowedGroup_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.activity_GetDriveItemContentStream", + "OperationId": "print.printerShare_ListAllowedGroupGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "print.printerShare_CreateAllowedGroupGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "printerShare-id", "Location": "Path" } ] @@ -197974,35 +91902,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.activity_GetListItem", - "Method": "Get", + "OperationId": "print.printerShare_DeleteAllowedGroupGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$expand", + "Name": "@id", "Location": "Query" } ] @@ -198010,24 +91926,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/$count", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedUsers", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.activity_GetCount", + "OperationId": "print.printerShare_ListAllowedUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -198036,30 +91952,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.list.item_GetAnalytic", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -198074,55 +91974,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/$ref", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_GetCreatedGraphBPreUser", - "Method": "Get", + "OperationId": "print.printerShare.allowedUser_DeleteUserGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "print.printerShare.allowedUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "user-id", "Location": "Path" }, { @@ -198138,23 +92026,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "print.printerShare.allowedUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "user-id", "Location": "Path" } ] @@ -198162,23 +92046,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "print.printerShare.allowedUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "user-id", "Location": "Path" }, { @@ -198218,23 +92098,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "print.printerShare.allowedUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "user-id", "Location": "Path" }, { @@ -198250,23 +92126,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedUsers/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_ListDocumentSetVersion", + "OperationId": "print.printerShare.allowedUser_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printerShare_ListAllowedUserGraphBPreRef", + "Method": "Get", + "Parameters": [ + { + "Name": "printerShare-id", "Location": "Path" }, { @@ -198292,161 +92184,129 @@ { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_CreateDocumentSetVersion", + "OperationId": "print.printerShare_CreateAllowedUserGraphBPreRef", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printerShare_DeleteAllowedUserGraphBPreRef", + "Method": "Delete", + "Parameters": [ { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_GetDocumentSetVersion", + "OperationId": "print.printerShare_ListJob", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$select", + "Name": "$filter", "Location": "Query" }, { - "Name": "$expand", + "Name": "$count", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.list.item_UpdateDocumentSetVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_DeleteDocumentSetVersion", - "Method": "Delete", + "OperationId": "print.printerShare_CreateJob", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "printerShare-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.documentSetVersion_GetField", + "OperationId": "print.printerShare_GetJob", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "printJob-id", "Location": "Path" }, { @@ -198462,27 +92322,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.documentSetVersion_UpdateField", + "OperationId": "print.printerShare_UpdateJob", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "printJob-id", "Location": "Path" } ] @@ -198490,27 +92342,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.documentSetVersion_DeleteField", + "OperationId": "print.printerShare_DeleteJob", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "printJob-id", "Location": "Path" }, { @@ -198522,24 +92366,28 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.documentSetVersion_GetCount", + "OperationId": "print.printerShare.job_ListDocument", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -198548,30 +92396,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.list.item_GetDriveItem", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -198586,75 +92418,75 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_GetDriveItemContent", - "Method": "Get", + "OperationId": "print.printerShare.job_CreateDocument", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printJob-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_SetDriveItemContent", - "Method": "Put", + "OperationId": "print.printerShare.job_GetDocument", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printDocument-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_GetDriveItemContentStream", - "Method": "Get", + "OperationId": "print.printerShare.job_UpdateDocument", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printDocument-id", "Location": "Path" } ] @@ -198662,79 +92494,75 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "print.printerShare.job_DeleteDocument", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printDocument-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_GetField", + "OperationId": "print.printerShare.job_GetDocumentsContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printDocument-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_UpdateField", - "Method": "Patch", + "OperationId": "print.printerShare.job_SetDocumentsContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printDocument-id", "Location": "Path" } ] @@ -198742,59 +92570,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/microsoft.graph.createUploadSession", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_DeleteField", - "Method": "Delete", + "OperationId": "print.printerShare.job.document_createUploadSession", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printDocument-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_GetLastModifiedGraphBPreUser", + "OperationId": "print.printerShare.job.document_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -198802,55 +92622,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.abort", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "print.printerShare.job_abort", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printJob-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.cancel", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "print.printerShare.job_cancel", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printJob-id", "Location": "Path" } ] @@ -198858,111 +92662,99 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.cancelPrintJob", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "print.printerShare.job_cancelPrintJob", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.redirect", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printerShare.job_redirect", + "Method": "Post", + "Parameters": [ { - "Name": "listItem-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "printJob-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.start", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "print.printerShare.job_start", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.startPrintJob", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.printerShare.job_startPrintJob", + "Method": "Post", + "Parameters": [ { - "Name": "listItem-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "printJob-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_ListVersion", + "OperationId": "print.printerShare.job_ListTask", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printJob-id", "Location": "Path" }, { @@ -199002,23 +92794,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_CreateVersion", + "OperationId": "print.printerShare.job_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printJob-id", "Location": "Path" } ] @@ -199026,27 +92814,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_GetVersion", + "OperationId": "print.printerShare.job_GetTask", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "printTask-id", "Location": "Path" }, { @@ -199062,27 +92846,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_UpdateVersion", + "OperationId": "print.printerShare.job_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "printTask-id", "Location": "Path" } ] @@ -199090,27 +92870,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item_DeleteVersion", + "OperationId": "print.printerShare.job_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "printTask-id", "Location": "Path" }, { @@ -199122,27 +92898,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.version_GetField", + "OperationId": "print.printerShare.job.task_GetDefinition", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "printTask-id", "Location": "Path" }, { @@ -199158,83 +92930,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.list.item.version_UpdateField", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.version_DeleteField", - "Method": "Delete", + "OperationId": "print.printerShare.job.task_GetTrigger", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printTask-id", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.item.version_GetCount", + "OperationId": "print.printerShare.job.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "printJob-id", "Location": "Path" }, { @@ -199250,27 +92990,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/jobs/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_GetLastModifiedGraphBPreUser", + "OperationId": "print.printerShare.job_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -199278,19 +93014,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/print/printerShares/{printerShare-id}/printer", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "print.printerShare_GetPrinter", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { @@ -199306,41 +93038,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/print/printerShares/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "print.printerShare_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/print/services", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "print_ListService", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -199378,27 +93102,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/print/services", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "print_CreateService", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/print/services/{printService-id}", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print_GetService", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printService-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -199406,19 +93137,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/operations", - "Module": "Files" + "Path": "/print/services/{printService-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_ListOperation", - "Method": "Get", + "OperationId": "print_UpdateService", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "printService-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/services/{printService-id}", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print_DeleteService", + "Method": "Delete", + "Parameters": [ + { + "Name": "printService-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/services/{printService-id}/endpoints", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.service_ListEndpoint", + "Method": "Get", + "Parameters": [ + { + "Name": "printService-id", "Location": "Path" }, { @@ -199458,19 +93221,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/operations", - "Module": "Files" + "Path": "/print/services/{printService-id}/endpoints", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_CreateOperation", + "OperationId": "print.service_CreateEndpoint", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printService-id", "Location": "Path" } ] @@ -199478,23 +93237,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" + "Path": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_GetOperation", + "OperationId": "print.service_GetEndpoint", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printService-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "printServiceEndpoint-id", "Location": "Path" }, { @@ -199510,23 +93265,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" + "Path": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_UpdateOperation", + "OperationId": "print.service_UpdateEndpoint", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printService-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "printServiceEndpoint-id", "Location": "Path" } ] @@ -199534,23 +93285,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" + "Path": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_DeleteOperation", + "OperationId": "print.service_DeleteEndpoint", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printService-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "printServiceEndpoint-id", "Location": "Path" }, { @@ -199562,19 +93309,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", - "Module": "Files" + "Path": "/print/services/{printService-id}/endpoints/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.operation_GetCount", + "OperationId": "print.service.endpoint_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printService-id", "Location": "Path" }, { @@ -199590,21 +93333,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "Module": "Files" + "Path": "/print/services/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_ListSubscription", + "OperationId": "print.service_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/shares", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print_ListShare", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -199642,43 +93397,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "Module": "Files" + "Path": "/print/shares", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_CreateSubscription", + "OperationId": "print_CreateShare", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_GetSubscription", + "OperationId": "print_GetShare", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "subscription-id", + "Name": "printerShare-id", "Location": "Path" }, { @@ -199694,23 +93432,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_UpdateSubscription", + "OperationId": "print_UpdateShare", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "subscription-id", + "Name": "printerShare-id", "Location": "Path" } ] @@ -199718,23 +93448,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list_DeleteSubscription", + "OperationId": "print_DeleteShare", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "subscription-id", + "Name": "printerShare-id", "Location": "Path" }, { @@ -199746,20 +93468,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedGroups", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.list.subscription_GetCount", + "OperationId": "print.share_ListAllowedGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -199768,26 +93494,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive_GetRoot", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -199802,39 +93516,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive_UpdateRoot", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive_DeleteRoot", + "OperationId": "print.share.allowedGroup_DeleteGroupGraphBPreRef", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "group-id", "Location": "Path" }, { @@ -199846,19 +93540,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/activities", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_ListActivity", + "OperationId": "print.share.allowedGroup_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "group-id", "Location": "Path" }, { @@ -199898,31 +93592,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_GetActivity", + "OperationId": "print.share.allowedGroup.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -199930,19 +93620,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/activities/$count", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedGroups/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.activity_GetCount", + "OperationId": "print.share.allowedGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { @@ -199958,99 +93644,79 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_GetAnalytic", + "OperationId": "print.share_ListAllowedGroupGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.root_UpdateAnalytic", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_DeleteAnalytic", - "Method": "Delete", + "OperationId": "print.share_CreateAllowedGroupGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic_GetAllTime", - "Method": "Get", + "OperationId": "print.share_DeleteAllowedGroupGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$expand", + "Name": "@id", "Location": "Query" } ] @@ -200058,19 +93724,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedUsers", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic_ListItemActivityStat", + "OperationId": "print.share_ListAllowedUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { @@ -200110,43 +93772,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic_CreateItemActivityStat", - "Method": "Post", + "OperationId": "print.share.allowedUser_DeleteUserGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "user-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic_GetItemActivityStat", + "OperationId": "print.share.allowedUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "user-id", "Location": "Path" }, { @@ -200162,75 +93824,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic_UpdateItemActivityStat", + "OperationId": "print.share.allowedUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.root.analytic_DeleteItemActivityStat", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "user-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic.itemActivityStat_ListActivity", + "OperationId": "print.share.allowedUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "user-id", "Location": "Path" }, { @@ -200270,59 +93896,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic.itemActivityStat_CreateActivity", - "Method": "Post", + "OperationId": "print.share.allowedUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedUsers/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic.itemActivityStat_GetActivity", + "OperationId": "print.share.allowedUser_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -200330,127 +93948,79 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic.itemActivityStat_UpdateActivity", - "Method": "Patch", + "OperationId": "print.share_ListAllowedUserGraphBPreRef", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.root.analytic.itemActivityStat_DeleteActivity", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic.itemActivityStat.activity_GetDriveItem", - "Method": "Get", + "OperationId": "print.share_CreateAllowedUserGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", + "Name": "printerShare-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic.itemActivityStat.activity_GetDriveItemContent", - "Method": "Get", + "OperationId": "print.share_DeleteAllowedUserGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$format", + "Name": "@id", "Location": "Query" } ] @@ -200458,83 +94028,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic.itemActivityStat.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "print.share_ListJob", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.root.analytic.itemActivityStat.activity_GetDriveItemContentStream", - "Method": "Get", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic.itemActivityStat.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "print.share_CreateJob", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", + "Name": "printerShare-id", "Location": "Path" } ] @@ -200542,31 +94092,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic.itemActivityStat.activity_GetCount", + "OperationId": "print.share_GetJob", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -200574,75 +94120,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic.itemActivityStat_GetCount", - "Method": "Get", + "OperationId": "print.share_UpdateJob", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.analytic_GetLastSevenDay", - "Method": "Get", + "OperationId": "print.share_DeleteJob", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/children", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_ListChild", + "OperationId": "print.share.job_ListDocument", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { @@ -200682,19 +94216,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/children", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_CreateChild", + "OperationId": "print.share.job_CreateDocument", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" } ] @@ -200702,23 +94236,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_GetChild", + "OperationId": "print.share.job_GetDocument", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "printDocument-id", "Location": "Path" }, { @@ -200734,75 +94268,75 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_GetChildrenContent", - "Method": "Get", + "OperationId": "print.share.job_UpdateDocument", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "printDocument-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_SetChildrenContent", - "Method": "Put", + "OperationId": "print.share.job_DeleteDocument", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "printDocument-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_GetChildrenContentStream", + "OperationId": "print.share.job_GetDocumentsContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "printDocument-id", "Location": "Path" } ] @@ -200810,23 +94344,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_SetChildrenContentStream", + "OperationId": "print.share.job_SetDocumentsContent", "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "printDocument-id", "Location": "Path" } ] @@ -200834,19 +94368,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/children/$count", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/microsoft.graph.createUploadSession", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.child_GetCount", + "OperationId": "print.share.job.document_createUploadSession", + "Method": "Post", + "Parameters": [ + { + "Name": "printerShare-id", + "Location": "Path" + }, + { + "Name": "printJob-id", + "Location": "Path" + }, + { + "Name": "printDocument-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.share.job.document_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { @@ -200862,43 +94420,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/content", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.abort", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive_GetRootContent", - "Method": "Get", + "OperationId": "print.share.job_abort", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.cancel", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.share.job_cancel", + "Method": "Post", + "Parameters": [ + { + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "$format", - "Location": "Query" + "Name": "printJob-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/content", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.cancelPrintJob", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive_SetRootContent", - "Method": "Put", + "OperationId": "print.share.job_cancelPrintJob", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" } ] @@ -200906,19 +94480,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/contentStream", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.redirect", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive_GetRootContentStream", - "Method": "Get", + "OperationId": "print.share.job_redirect", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" } ] @@ -200926,19 +94500,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/contentStream", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.start", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive_SetRootContentStream", - "Method": "Put", + "OperationId": "print.share.job_start", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" } ] @@ -200946,21 +94520,65 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/microsoft.graph.startPrintJob", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_GetCreatedGraphBPreUser", + "OperationId": "print.share.job_startPrintJob", + "Method": "Post", + "Parameters": [ + { + "Name": "printerShare-id", + "Location": "Path" + }, + { + "Name": "printJob-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.share.job_ListTask", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -200974,19 +94592,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "print.share.job_CreateTask", + "Method": "Post", + "Parameters": [ + { + "Name": "printerShare-id", + "Location": "Path" + }, + { + "Name": "printJob-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.share.job_GetTask", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", + "Location": "Path" + }, + { + "Name": "printTask-id", "Location": "Path" }, { @@ -201002,19 +94644,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "print.share.job_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", + "Location": "Path" + }, + { + "Name": "printTask-id", "Location": "Path" } ] @@ -201022,44 +94668,84 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "print.share.job_DeleteTask", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "printTask-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.share.job.task_GetDefinition", + "Method": "Get", + "Parameters": [ + { + "Name": "printerShare-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "printJob-id", + "Location": "Path" + }, + { + "Name": "printTask-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "Module": "Devices.CloudPrint" + }, + "MethodInfo": { + "OperationId": "print.share.job.task_GetTrigger", + "Method": "Get", + "Parameters": [ + { + "Name": "printerShare-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "printJob-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "printTask-id", + "Location": "Path" }, { "Name": "$select", @@ -201074,19 +94760,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "print.share.job.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "printJob-id", "Location": "Path" }, { @@ -201102,27 +94788,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/jobs/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_GetLastModifiedGraphBPreUser", + "OperationId": "print.share.job_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -201130,19 +94812,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/print/shares/{printerShare-id}/printer", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "print.share_GetPrinter", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printerShare-id", "Location": "Path" }, { @@ -201158,41 +94836,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/print/shares/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "print.share_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/print/taskDefinitions", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "print_ListTaskDefinition", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -201230,47 +94900,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/print/taskDefinitions", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "print_CreateTaskDefinition", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Module": "Files" + "Path": "/print/taskDefinitions/{printTaskDefinition-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_GetListItem", + "OperationId": "print_GetTaskDefinition", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printTaskDefinition-id", "Location": "Path" }, { @@ -201286,19 +94935,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Module": "Files" + "Path": "/print/taskDefinitions/{printTaskDefinition-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_UpdateListItem", + "OperationId": "print_UpdateTaskDefinition", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printTaskDefinition-id", "Location": "Path" } ] @@ -201306,19 +94951,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Module": "Files" + "Path": "/print/taskDefinitions/{printTaskDefinition-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root_DeleteListItem", + "OperationId": "print_DeleteTaskDefinition", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printTaskDefinition-id", "Location": "Path" }, { @@ -201330,19 +94971,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", - "Module": "Files" + "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_ListActivity", + "OperationId": "print.taskDefinition_ListTask", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printTaskDefinition-id", "Location": "Path" }, { @@ -201382,19 +95019,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", - "Module": "Files" + "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_CreateActivity", + "OperationId": "print.taskDefinition_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printTaskDefinition-id", "Location": "Path" } ] @@ -201402,23 +95035,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_GetActivity", + "OperationId": "print.taskDefinition_GetTask", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printTaskDefinition-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "printTask-id", "Location": "Path" }, { @@ -201434,23 +95063,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_UpdateActivity", + "OperationId": "print.taskDefinition_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printTaskDefinition-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "printTask-id", "Location": "Path" } ] @@ -201458,23 +95083,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_DeleteActivity", + "OperationId": "print.taskDefinition_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printTaskDefinition-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "printTask-id", "Location": "Path" }, { @@ -201486,23 +95107,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem", - "Module": "Files" + "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/definition", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.activity_GetDriveItem", + "OperationId": "print.taskDefinition.task_GetDefinition", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printTaskDefinition-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "printTask-id", "Location": "Path" }, { @@ -201518,152 +95135,100 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.activity_GetDriveItemContent", + "OperationId": "print.taskDefinition.task_GetTrigger", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "printTaskDefinition-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "printTask-id", "Location": "Path" }, { - "Name": "$format", + "Name": "$select", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.root.listItem.activity_SetDriveItemContent", - "Method": "Put", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.activity_GetDriveItemContentStream", + "OperationId": "print.taskDefinition.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "printTaskDefinition-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/print/taskDefinitions/$count", + "Module": "Devices.CloudPrint" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "print.taskDefinition_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/listItem", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.activity_GetListItem", + "OperationId": "user.managedDevice_ListLogCollectionRequest", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "managedDevice-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.root.listItem.activity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" }, { "Name": "$search", @@ -201672,26 +95237,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.root.listItem_GetAnalytic", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -201706,47 +95259,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_GetCreatedGraphBPreUser", - "Method": "Get", + "OperationId": "user.managedDevice_CreateLogCollectionRequest", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "user.managedDevice_GetLogCollectionRequest", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", + "Location": "Path" + }, + { + "Name": "deviceLogCollectionResponse-id", "Location": "Path" }, { @@ -201762,19 +95311,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "user.managedDevice_UpdateLogCollectionRequest", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", + "Location": "Path" + }, + { + "Name": "deviceLogCollectionResponse-id", "Location": "Path" } ] @@ -201782,71 +95335,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "user.managedDevice_DeleteLogCollectionRequest", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "deviceLogCollectionResponse-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "user.managedDevice.logCollectionRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { @@ -201862,19 +95391,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_ListDocumentSetVersion", + "OperationId": "user.managedDevice_ListManagedDeviceMobileAppConfigurationState", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { @@ -201914,19 +95443,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_CreateDocumentSetVersion", + "OperationId": "user.managedDevice_CreateManagedDeviceMobileAppConfigurationState", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" } ] @@ -201934,23 +95463,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_GetDocumentSetVersion", + "OperationId": "user.managedDevice_GetManagedDeviceMobileAppConfigurationState", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "managedDeviceMobileAppConfigurationState-id", "Location": "Path" }, { @@ -201966,23 +95495,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_UpdateDocumentSetVersion", + "OperationId": "user.managedDevice_UpdateManagedDeviceMobileAppConfigurationState", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "managedDeviceMobileAppConfigurationState-id", "Location": "Path" } ] @@ -201990,23 +95519,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_DeleteDocumentSetVersion", + "OperationId": "user.managedDevice_DeleteManagedDeviceMobileAppConfigurationState", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "managedDeviceMobileAppConfigurationState-id", "Location": "Path" }, { @@ -202018,31 +95547,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.documentSetVersion_GetField", + "OperationId": "user.managedDevice.managedDeviceMobileAppConfigurationState_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "managedDevice-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -202050,99 +95575,95 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.documentSetVersion_UpdateField", - "Method": "Patch", + "OperationId": "user.managedDevice_ListSecurityBaselineState", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.root.listItem.documentSetVersion_DeleteField", - "Method": "Delete", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.documentSetVersion_GetCount", - "Method": "Get", + "OperationId": "user.managedDevice_CreateSecurityBaselineState", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_GetDriveItem", + "OperationId": "user.managedDevice_GetSecurityBaselineState", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", + "Location": "Path" + }, + { + "Name": "securityBaselineState-id", "Location": "Path" }, { @@ -202158,83 +95679,131 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_GetDriveItemContent", - "Method": "Get", + "OperationId": "user.managedDevice_UpdateSecurityBaselineState", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { - "Name": "$format", - "Location": "Query" + "Name": "securityBaselineState-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_SetDriveItemContent", - "Method": "Put", + "OperationId": "user.managedDevice_DeleteSecurityBaselineState", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", + "Location": "Path" + }, + { + "Name": "securityBaselineState-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_GetDriveItemContentStream", + "OperationId": "user.managedDevice.securityBaselineState_ListSettingState", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", + "Location": "Path" + }, + { + "Name": "securityBaselineState-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "user.managedDevice.securityBaselineState_CreateSettingState", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", + "Location": "Path" + }, + { + "Name": "securityBaselineState-id", "Location": "Path" } ] @@ -202242,19 +95811,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_GetField", + "OperationId": "user.managedDevice.securityBaselineState_GetSettingState", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", + "Location": "Path" + }, + { + "Name": "securityBaselineState-id", + "Location": "Path" + }, + { + "Name": "securityBaselineSettingState-id", "Location": "Path" }, { @@ -202270,19 +95847,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_UpdateField", + "OperationId": "user.managedDevice.securityBaselineState_UpdateSettingState", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", + "Location": "Path" + }, + { + "Name": "securityBaselineState-id", + "Location": "Path" + }, + { + "Name": "securityBaselineSettingState-id", "Location": "Path" } ] @@ -202290,19 +95875,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_DeleteField", + "OperationId": "user.managedDevice.securityBaselineState_DeleteSettingState", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", + "Location": "Path" + }, + { + "Name": "securityBaselineState-id", + "Location": "Path" + }, + { + "Name": "securityBaselineSettingState-id", "Location": "Path" }, { @@ -202314,27 +95907,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_GetLastModifiedGraphBPreUser", + "OperationId": "user.managedDevice.securityBaselineState.settingState_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { - "Name": "$select", + "Name": "securityBaselineState-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -202342,27 +95939,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "user.managedDevice.securityBaselineState_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -202370,39 +95967,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.root.listItem.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/users", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "user.managedDevice_ListUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { @@ -202442,27 +96019,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "user.managedDevice_GetWindowsProtectionState", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -202470,179 +96047,139 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_ListVersion", - "Method": "Get", + "OperationId": "user.managedDevice_UpdateWindowsProtectionState", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_CreateVersion", - "Method": "Post", + "OperationId": "user.managedDevice_DeleteWindowsProtectionState", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_GetVersion", + "OperationId": "user.managedDevice.windowsProtectionState_ListDetectedMalwareState", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive.root.listItem_UpdateVersion", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_DeleteVersion", - "Method": "Delete", + "OperationId": "user.managedDevice.windowsProtectionState_CreateDetectedMalwareState", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "managedDevice-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.version_GetField", + "OperationId": "user.managedDevice.windowsProtectionState_GetDetectedMalwareState", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "windowsDeviceMalwareState-id", "Location": "Path" }, { @@ -202658,23 +96195,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.version_UpdateField", + "OperationId": "user.managedDevice.windowsProtectionState_UpdateDetectedMalwareState", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "windowsDeviceMalwareState-id", "Location": "Path" } ] @@ -202682,23 +96219,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.version_DeleteField", + "OperationId": "user.managedDevice.windowsProtectionState_DeleteDetectedMalwareState", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "windowsDeviceMalwareState-id", "Location": "Path" }, { @@ -202710,19 +96247,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.version_GetCount", + "OperationId": "user.managedDevice.windowsProtectionState.detectedMalwareState_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "managedDevice-id", "Location": "Path" }, { @@ -202738,19 +96275,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "Module": "Files" + "Path": "/users/{user-id}/managedDevices/$count", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_ListPermission", + "OperationId": "user.managedDevice_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/mobileAppIntentAndStates", + "Module": "Devices.CorporateManagement" + }, + "MethodInfo": { + "OperationId": "user_ListMobileAppIntentAndState", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { @@ -202790,19 +96347,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "Module": "Files" + "Path": "/users/{user-id}/mobileAppIntentAndStates", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_CreatePermission", + "OperationId": "user_CreateMobileAppIntentAndState", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "user-id", "Location": "Path" } ] @@ -202810,23 +96363,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files" + "Path": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_GetPermission", + "OperationId": "user_GetMobileAppIntentAndState", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "mobileAppIntentAndState-id", "Location": "Path" }, { @@ -202842,23 +96391,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files" + "Path": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_UpdatePermission", + "OperationId": "user_UpdateMobileAppIntentAndState", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "mobileAppIntentAndState-id", "Location": "Path" } ] @@ -202866,23 +96411,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files" + "Path": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_DeletePermission", + "OperationId": "user_DeleteMobileAppIntentAndState", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "mobileAppIntentAndState-id", "Location": "Path" }, { @@ -202894,21 +96435,49 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", - "Module": "Files" + "Path": "/users/{user-id}/mobileAppIntentAndStates/$count", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.permission_GetCount", + "OperationId": "user.mobileAppIntentAndState_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/mobileAppTroubleshootingEvents", + "Module": "Devices.CorporateManagement" + }, + "MethodInfo": { + "OperationId": "user_ListMobileAppTroubleshootingEvent", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -202916,25 +96485,57 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Files" + "Path": "/users/{user-id}/mobileAppTroubleshootingEvents", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_GetRetentionLabel", + "OperationId": "user_CreateMobileAppTroubleshootingEvent", + "Method": "Post", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Module": "Devices.CorporateManagement" + }, + "MethodInfo": { + "OperationId": "user_GetMobileAppTroubleshootingEvent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "mobileAppTroubleshootingEvent-id", "Location": "Path" }, { @@ -202950,19 +96551,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Files" + "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_UpdateRetentionLabel", + "OperationId": "user_UpdateMobileAppTroubleshootingEvent", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "mobileAppTroubleshootingEvent-id", "Location": "Path" } ] @@ -202970,19 +96571,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Files" + "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_DeleteRetentionLabel", + "OperationId": "user_DeleteMobileAppTroubleshootingEvent", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "mobileAppTroubleshootingEvent-id", "Location": "Path" }, { @@ -202994,19 +96595,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "Module": "Files" + "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_ListSubscription", + "OperationId": "user.mobileAppTroubleshootingEvent_ListAppLogCollectionRequest", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "mobileAppTroubleshootingEvent-id", "Location": "Path" }, { @@ -203046,19 +96647,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "Module": "Files" + "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_CreateSubscription", + "OperationId": "user.mobileAppTroubleshootingEvent_CreateAppLogCollectionRequest", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "mobileAppTroubleshootingEvent-id", "Location": "Path" } ] @@ -203066,23 +96667,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_GetSubscription", + "OperationId": "user.mobileAppTroubleshootingEvent_GetAppLogCollectionRequest", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "mobileAppTroubleshootingEvent-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "appLogCollectionRequest-id", "Location": "Path" }, { @@ -203098,23 +96699,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_UpdateSubscription", + "OperationId": "user.mobileAppTroubleshootingEvent_UpdateAppLogCollectionRequest", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "mobileAppTroubleshootingEvent-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "appLogCollectionRequest-id", "Location": "Path" } ] @@ -203122,23 +96723,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_DeleteSubscription", + "OperationId": "user.mobileAppTroubleshootingEvent_DeleteAppLogCollectionRequest", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "mobileAppTroubleshootingEvent-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "appLogCollectionRequest-id", "Location": "Path" }, { @@ -203150,19 +96751,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", - "Module": "Files" + "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root.subscription_GetCount", + "OperationId": "user.mobileAppTroubleshootingEvent.appLogCollectionRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "mobileAppTroubleshootingEvent-id", "Location": "Path" }, { @@ -203178,19 +96779,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "Module": "Files" + "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/$count", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_ListThumbnail", + "OperationId": "user.mobileAppTroubleshootingEvent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", + "Module": "Devices.CorporateManagement" + }, + "MethodInfo": { + "OperationId": "user_ListWindowsInformationProtectionDeviceRegistration", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { @@ -203230,45 +96851,65 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "Module": "Files" + "Path": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_CreateThumbnail", - "Method": "Post", + "OperationId": "user_GetWindowsInformationProtectionDeviceRegistration", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "windowsInformationProtectionDeviceRegistration-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "Path": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count", + "Module": "Devices.CorporateManagement" }, "MethodInfo": { - "OperationId": "group.drive.root_GetThumbnail", + "OperationId": "user.windowsInformationProtectionDeviceRegistration_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "thumbnailSet-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin_GetServiceAnnouncement", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -203282,79 +96923,105 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "Path": "/admin/serviceAnnouncement", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive.root_UpdateThumbnail", + "OperationId": "admin_UpdateServiceAnnouncement", "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin_DeleteServiceAnnouncement", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "thumbnailSet-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/healthOverviews", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive.root_DeleteThumbnail", - "Method": "Delete", + "OperationId": "admin.serviceAnnouncement_ListHealthOverview", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "thumbnailSet-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/healthOverviews", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive.root.thumbnail_GetCount", + "OperationId": "admin.serviceAnnouncement_CreateHealthOverview", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin.serviceAnnouncement_GetHealthOverview", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "serviceHealth-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -203362,19 +97029,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/versions", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive.root_ListVersion", - "Method": "Get", + "OperationId": "admin.serviceAnnouncement_UpdateHealthOverview", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "serviceHealth-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin.serviceAnnouncement_DeleteHealthOverview", + "Method": "Delete", + "Parameters": [ + { + "Name": "serviceHealth-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin.serviceAnnouncement.healthOverview_ListIssue", + "Method": "Get", + "Parameters": [ + { + "Name": "serviceHealth-id", "Location": "Path" }, { @@ -203414,19 +97113,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/versions", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive.root_CreateVersion", + "OperationId": "admin.serviceAnnouncement.healthOverview_CreateIssue", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "serviceHealth-id", "Location": "Path" } ] @@ -203434,23 +97129,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive.root_GetVersion", + "OperationId": "admin.serviceAnnouncement.healthOverview_GetIssue", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "serviceHealth-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "serviceHealthIssue-id", "Location": "Path" }, { @@ -203466,23 +97157,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive.root_UpdateVersion", + "OperationId": "admin.serviceAnnouncement.healthOverview_UpdateIssue", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "serviceHealth-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "serviceHealthIssue-id", "Location": "Path" } ] @@ -203490,23 +97177,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive.root_DeleteVersion", + "OperationId": "admin.serviceAnnouncement.healthOverview_DeleteIssue", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "serviceHealth-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "serviceHealthIssue-id", "Location": "Path" }, { @@ -203518,23 +97201,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/microsoft.graph.incidentReport()", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive.root_GetVersionsContent", + "OperationId": "admin.serviceAnnouncement.healthOverview.issue_incidentReport", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "serviceHealth-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "serviceHealthIssue-id", "Location": "Path" } ] @@ -203542,45 +97221,37 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive.root_SetVersionsContent", - "Method": "Put", + "OperationId": "admin.serviceAnnouncement.healthOverview.issue_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "serviceHealth-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/healthOverviews/$count", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive.root.version_GetCount", + "OperationId": "admin.serviceAnnouncement.healthOverview_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -203594,21 +97265,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/special", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/issues", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive_ListSpecial", + "OperationId": "admin.serviceAnnouncement_ListIssue", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -203646,107 +97309,50 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/issues", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive_GetSpecial", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "admin.serviceAnnouncement_CreateIssue", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive_GetSpecialContent", + "OperationId": "admin.serviceAnnouncement_GetIssue", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "serviceHealthIssue-id", "Location": "Path" }, { - "Name": "$format", + "Name": "$select", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "group.drive_SetSpecialContent", - "Method": "Put", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive_GetSpecialContentStream", - "Method": "Get", + "OperationId": "admin.serviceAnnouncement_UpdateIssue", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "serviceHealthIssue-id", "Location": "Path" } ] @@ -203754,69 +97360,49 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive_SetSpecialContentStream", - "Method": "Put", + "OperationId": "admin.serviceAnnouncement_DeleteIssue", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "serviceHealthIssue-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/special/$count", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/microsoft.graph.incidentReport()", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive.special_GetCount", + "OperationId": "admin.serviceAnnouncement.issue_incidentReport", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "serviceHealthIssue-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/$count", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/issues/$count", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "group.drive_GetCount", + "OperationId": "admin.serviceAnnouncement.issue_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -203830,11 +97416,11 @@ }, { "PathInfo": { - "Path": "/shares", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/messages", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "share.sharedDriveItem_ListSharedDriveItem", + "OperationId": "admin.serviceAnnouncement_ListMessage", "Method": "Get", "Parameters": [ { @@ -203874,26 +97460,26 @@ }, { "PathInfo": { - "Path": "/shares", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/messages", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "share.sharedDriveItem_CreateSharedDriveItem", + "OperationId": "admin.serviceAnnouncement_CreateMessage", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "share.sharedDriveItem_GetSharedDriveItem", + "OperationId": "admin.serviceAnnouncement_GetMessage", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "serviceUpdateMessage-id", "Location": "Path" }, { @@ -203909,15 +97495,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "share.sharedDriveItem_UpdateSharedDriveItem", + "OperationId": "admin.serviceAnnouncement_UpdateMessage", "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "serviceUpdateMessage-id", "Location": "Path" } ] @@ -203925,15 +97511,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "share.sharedDriveItem_DeleteSharedDriveItem", + "OperationId": "admin.serviceAnnouncement_DeleteMessage", "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "serviceUpdateMessage-id", "Location": "Path" }, { @@ -203945,17 +97531,41 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/createdByUser", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "share_GetCreatedGraphBPreUser", + "OperationId": "admin.serviceAnnouncement.message_ListAttachment", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "serviceUpdateMessage-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -203969,15 +97579,35 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "share.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "admin.serviceAnnouncement.message_CreateAttachment", + "Method": "Post", + "Parameters": [ + { + "Name": "serviceUpdateMessage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin.serviceAnnouncement.message_GetAttachment", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "serviceUpdateMessage-id", + "Location": "Path" + }, + { + "Name": "serviceAnnouncementAttachment-id", "Location": "Path" }, { @@ -203993,15 +97623,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "share.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "admin.serviceAnnouncement.message_UpdateAttachment", "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "serviceUpdateMessage-id", + "Location": "Path" + }, + { + "Name": "serviceAnnouncementAttachment-id", "Location": "Path" } ] @@ -204009,63 +97643,79 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "share.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "admin.serviceAnnouncement.message_DeleteAttachment", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "serviceUpdateMessage-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "serviceAnnouncementAttachment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin.serviceAnnouncement.message_GetAttachmentsContent", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "serviceUpdateMessage-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" - }, + "Name": "serviceAnnouncementAttachment-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin.serviceAnnouncement.message_SetAttachmentsContent", + "Method": "Put", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "serviceUpdateMessage-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "serviceAnnouncementAttachment-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "share.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "admin.serviceAnnouncement.message.attachment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "serviceUpdateMessage-id", "Location": "Path" }, { @@ -204081,108 +97731,134 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/driveItem", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "share_GetDriveItem", + "OperationId": "admin.serviceAnnouncement_GetMessagesAttachmentsArchive", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "serviceUpdateMessage-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/driveItem/content", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "share_GetDriveItemContent", - "Method": "Get", + "OperationId": "admin.serviceAnnouncement_SetMessagesAttachmentsArchive", + "Method": "Put", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "serviceUpdateMessage-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/driveItem/content", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/messages/$count", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "share_SetDriveItemContent", - "Method": "Put", + "OperationId": "admin.serviceAnnouncement.message_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.archive", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin.serviceAnnouncement.message_archive", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.favorite", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin.serviceAnnouncement.message_favorite", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.markRead", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin.serviceAnnouncement.message_markRead", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.markUnread", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin.serviceAnnouncement.message_markUnread", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.unarchive", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "share_GetDriveItemContentStream", - "Method": "Get", - "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - } - ] + "OperationId": "admin.serviceAnnouncement.message_unarchive", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.unfavorite", + "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "share_SetDriveItemContentStream", - "Method": "Put", - "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - } - ] + "OperationId": "admin.serviceAnnouncement.message_unfavorite", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/items", - "Module": "Files" + "Path": "/directoryObjects", + "Module": "DirectoryObjects" }, "MethodInfo": { - "OperationId": "share_ListItem", + "OperationId": "directoryObject_ListDirectoryObject", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -204221,19 +97897,26 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", - "Module": "Files" + "Path": "/directoryObjects", + "Module": "DirectoryObjects" }, "MethodInfo": { - "OperationId": "share_GetItem", + "OperationId": "directoryObject_CreateDirectoryObject", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directoryObjects/{directoryObject-id}", + "Module": "DirectoryObjects" + }, + "MethodInfo": { + "OperationId": "directoryObject_GetDirectoryObject", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "directoryObject-id", "Location": "Path" }, { @@ -204249,63 +97932,51 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Module": "Files" + "Path": "/directoryObjects/{directoryObject-id}", + "Module": "DirectoryObjects" }, "MethodInfo": { - "OperationId": "share_GetItemsContent", - "Method": "Get", + "OperationId": "directoryObject_UpdateDirectoryObject", + "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "directoryObject-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Module": "Files" + "Path": "/directoryObjects/{directoryObject-id}", + "Module": "DirectoryObjects" }, "MethodInfo": { - "OperationId": "share_SetItemsContent", - "Method": "Put", + "OperationId": "directoryObject_DeleteDirectoryObject", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberGroups", + "Module": "DirectoryObjects" }, "MethodInfo": { - "OperationId": "share_GetItemsContentStream", - "Method": "Get", + "OperationId": "directoryObject_checkMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "directoryObject-id", "Location": "Path" } ] @@ -204313,19 +97984,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberObjects", + "Module": "DirectoryObjects" }, "MethodInfo": { - "OperationId": "share_SetItemsContentStream", - "Method": "Put", + "OperationId": "directoryObject_checkMemberObject", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "directoryObject-id", "Location": "Path" } ] @@ -204333,105 +98000,85 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/items/$count", - "Module": "Files" + "Path": "/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberGroups", + "Module": "DirectoryObjects" }, "MethodInfo": { - "OperationId": "share.item_GetCount", - "Method": "Get", + "OperationId": "directoryObject_getMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "directoryObject-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/lastModifiedByUser", - "Module": "Files" + "Path": "/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberObjects", + "Module": "DirectoryObjects" }, "MethodInfo": { - "OperationId": "share_GetLastModifiedGraphBPreUser", - "Method": "Get", + "OperationId": "directoryObject_getMemberObject", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "directoryObject-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/directoryObjects/{directoryObject-id}/microsoft.graph.restore", + "Module": "DirectoryObjects" }, "MethodInfo": { - "OperationId": "share.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "directoryObject_restore", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "directoryObject-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/directoryObjects/$count", + "Module": "DirectoryObjects" }, "MethodInfo": { - "OperationId": "share.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "directoryObject_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/directoryObjects/microsoft.graph.delta()", + "Module": "DirectoryObjects" }, "MethodInfo": { - "OperationId": "share.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "directoryObject_delta", "Method": "Get", "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -204452,40 +98099,16 @@ "Name": "$count", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "share.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -204493,101 +98116,46 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list", - "Module": "Files" + "Path": "/directoryObjects/microsoft.graph.getByIds", + "Module": "DirectoryObjects" }, "MethodInfo": { - "OperationId": "share_GetList", - "Method": "Get", - "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "directoryObject_getGraphBPreId", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list", - "Module": "Files" + "Path": "/directoryObjects/microsoft.graph.getUserOwnedObjects", + "Module": "DirectoryObjects" }, "MethodInfo": { - "OperationId": "share_UpdateList", - "Method": "Patch", - "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - } - ] + "OperationId": "directoryObject_getUserOwnedObject", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list", - "Module": "Files" + "Path": "/directoryObjects/microsoft.graph.validateProperties", + "Module": "DirectoryObjects" }, "MethodInfo": { - "OperationId": "share_DeleteList", - "Method": "Delete", - "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "directoryObject_validateProperty", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/activities", - "Module": "Files" + "Path": "/education", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_ListActivity", + "OperationId": "education.educationRoot_GetEducationRoot", "Method": "Get", "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -204601,33 +98169,24 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/activities", - "Module": "Files" + "Path": "/education", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_CreateActivity", - "Method": "Post", - "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - } - ] + "OperationId": "education.educationRoot_UpdateEducationRoot", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/columns", - "Module": "Files" + "Path": "/education/classes", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_ListColumn", + "OperationId": "education_ListClass", "Method": "Get", "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -204665,35 +98224,26 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/columns", - "Module": "Files" + "Path": "/education/classes", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_CreateColumn", + "OperationId": "education_CreateClass", "Method": "Post", - "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_GetColumn", + "OperationId": "education_GetClass", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "educationClass-id", "Location": "Path" }, { @@ -204709,19 +98259,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_UpdateColumn", + "OperationId": "education_UpdateClass", "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "educationClass-id", "Location": "Path" } ] @@ -204729,19 +98275,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_DeleteColumn", + "OperationId": "education_DeleteClass", "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "educationClass-id", "Location": "Path" }, { @@ -204753,67 +98295,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "share.list.column_GetSourceColumn", - "Method": "Get", - "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/columns/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "share.list.column_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentCategories", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_ListContentType", + "OperationId": "education.class_ListAssignmentCategory", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { @@ -204853,15 +98343,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentCategories", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_CreateContentType", + "OperationId": "education.class_CreateAssignmentCategory", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" } ] @@ -204869,19 +98359,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_GetContentType", + "OperationId": "education.class_GetAssignmentCategory", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationCategory-id", "Location": "Path" }, { @@ -204897,19 +98387,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_UpdateContentType", + "OperationId": "education.class_UpdateAssignmentCategory", "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationCategory-id", "Location": "Path" } ] @@ -204917,19 +98407,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_DeleteContentType", + "OperationId": "education.class_DeleteAssignmentCategory", "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationCategory-id", "Location": "Path" }, { @@ -204941,27 +98431,23 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentCategories/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_GetBase", + "OperationId": "education.class.assignmentCategory_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -204969,19 +98455,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentCategories/microsoft.graph.delta()", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_ListBaseType", + "OperationId": "education.class.assignmentCategory_delta", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "educationClass-id", "Location": "Path" }, { @@ -205005,11 +98487,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -205021,23 +98503,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentDefaults", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_GetBaseType", + "OperationId": "education.class_GetAssignmentDefault", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "contentType-id1", + "Name": "educationClass-id", "Location": "Path" }, { @@ -205053,47 +98527,51 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentDefaults", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType.baseType_GetCount", - "Method": "Get", + "OperationId": "education.class_UpdateAssignmentDefault", + "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/classes/{educationClass-id}/assignmentDefaults", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.class_DeleteAssignmentDefault", + "Method": "Delete", + "Parameters": [ { - "Name": "contentType-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_ListColumnLink", + "OperationId": "education.class_ListAssignment", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "educationClass-id", "Location": "Path" }, { @@ -205133,19 +98611,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_CreateColumnLink", + "OperationId": "education.class_CreateAssignment", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "educationClass-id", "Location": "Path" } ] @@ -205153,23 +98627,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_GetColumnLink", + "OperationId": "education.class_GetAssignment", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -205185,23 +98655,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_UpdateColumnLink", + "OperationId": "education.class_UpdateAssignment", "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -205209,23 +98675,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_DeleteColumnLink", + "OperationId": "education.class_DeleteAssignment", "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -205237,47 +98699,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "share.list.contentType.columnLink_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_ListColumnPosition", + "OperationId": "education.class.assignment_ListCategory", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -205317,51 +98751,67 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_GetColumnPosition", - "Method": "Get", + "OperationId": "education.class.assignment_CreateCategory", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationAssignment-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.class.assignment.category_DeleteEducationCategoryGraphBPreRef", + "Method": "Delete", + "Parameters": [ + { + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "educationCategory-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType.columnPosition_GetCount", + "OperationId": "education.class.assignment.category_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -205377,19 +98827,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_ListColumn", + "OperationId": "education.class.assignment_ListCategoryGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -205415,33 +98865,25 @@ { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_CreateColumn", + "OperationId": "education.class.assignment_CreateCategoryGraphBPreRef", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -205449,31 +98891,27 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_GetColumn", - "Method": "Get", + "OperationId": "education.class.assignment_DeleteCategoryGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$expand", + "Name": "@id", "Location": "Query" } ] @@ -205481,75 +98919,99 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/microsoft.graph.delta()", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_UpdateColumn", - "Method": "Patch", + "OperationId": "education.class.assignment.category_delta", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_DeleteColumn", - "Method": "Delete", + "OperationId": "education.class.assignment_GetGradingCategory", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType.column_GetSourceColumn", + "OperationId": "education.class.assignment_GetGradingScheme", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -205565,47 +99027,59 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/microsoft.graph.activate", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType.column_GetCount", - "Method": "Get", + "OperationId": "education.class.assignment_activate", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationAssignment-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/microsoft.graph.deactivate", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.class.assignment_deactivate", + "Method": "Post", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "educationClass-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "educationAssignment-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/microsoft.graph.publish", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_associateGraphWPreHubSite", + "OperationId": "education.class.assignment_publish", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -205613,19 +99087,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/microsoft.graph.setUpFeedbackResourcesFolder", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_copyToDefaultContentLocation", + "OperationId": "education.class.assignment_setUpFeedbackResourcesFolder", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -205633,19 +99107,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.isPublished()", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/microsoft.graph.setUpResourcesFolder", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_isPublished", - "Method": "Get", + "OperationId": "education.class.assignment_setUpResourcesFolder", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -205653,39 +99127,71 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.publish", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_publish", - "Method": "Post", + "OperationId": "education.class.assignment_ListResource", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationAssignment-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.unpublish", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_unpublish", + "OperationId": "education.class.assignment_CreateResource", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -205693,23 +99199,31 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_GetCount", + "OperationId": "education.class.assignment_GetResource", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$search", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationAssignmentResource-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -205717,15 +99231,23 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/microsoft.graph.addCopy", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_addCopy", - "Method": "Post", + "OperationId": "education.class.assignment_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", + "Location": "Path" + }, + { + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationAssignmentResource-id", "Location": "Path" } ] @@ -205733,31 +99255,51 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/microsoft.graph.addCopyFromContentTypeHub", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_addCopyFromContentTypeHub", - "Method": "Post", + "OperationId": "education.class.assignment_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", + "Location": "Path" + }, + { + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationAssignmentResource-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.contentType_getCompatibleHubContentType", + "OperationId": "education.class.assignment.resource_ListDependentResource", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", + "Location": "Path" + }, + { + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationAssignmentResource-id", "Location": "Path" }, { @@ -205781,11 +99323,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -205797,39 +99339,51 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/createdByUser", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_GetCreatedGraphBPreUser", - "Method": "Get", + "OperationId": "education.class.assignment.resource_CreateDependentResource", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "educationAssignment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "educationAssignmentResource-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "education.class.assignment.resource_GetDependentResource", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", + "Location": "Path" + }, + { + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationAssignmentResource-id", + "Location": "Path" + }, + { + "Name": "educationAssignmentResource-id1", "Location": "Path" }, { @@ -205845,15 +99399,27 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "education.class.assignment.resource_UpdateDependentResource", "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", + "Location": "Path" + }, + { + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationAssignmentResource-id", + "Location": "Path" + }, + { + "Name": "educationAssignmentResource-id1", "Location": "Path" } ] @@ -205861,63 +99427,55 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "education.class.assignment.resource_DeleteDependentResource", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "educationAssignment-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "educationAssignmentResource-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "educationAssignmentResource-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "education.class.assignment.resource.dependentResource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", + "Location": "Path" + }, + { + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationAssignmentResource-id", "Location": "Path" }, { @@ -205933,23 +99491,27 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/drive", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_GetDrive", + "OperationId": "education.class.assignment.resource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$select", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -205957,40 +99519,20 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_ListItem", + "OperationId": "education.class.assignment_GetRubric", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "educationAssignment-id", + "Location": "Path" }, { "Name": "$select", @@ -206005,15 +99547,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_CreateItem", - "Method": "Post", + "OperationId": "education.class.assignment_UpdateRubric", + "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", + "Location": "Path" + }, + { + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -206021,47 +99567,63 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_GetItem", - "Method": "Get", + "OperationId": "education.class.assignment_DeleteRubric", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.class.assignment_GetRubricGraphBPreRef", + "Method": "Get", + "Parameters": [ + { + "Name": "educationClass-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "educationAssignment-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_UpdateItem", - "Method": "Patch", + "OperationId": "education.class.assignment_SetRubricGraphBPreRef", + "Method": "Put", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -206069,19 +99631,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_DeleteItem", + "OperationId": "education.class.assignment_DeleteRubricGraphBPreRef", "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -206093,19 +99655,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_ListActivity", + "OperationId": "education.class.assignment_ListSubmission", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -206145,19 +99707,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_CreateActivity", + "OperationId": "education.class.assignment_CreateSubmission", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -206165,23 +99727,23 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_GetActivity", + "OperationId": "education.class.assignment_GetSubmission", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmission-id", "Location": "Path" }, { @@ -206197,23 +99759,23 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_UpdateActivity", + "OperationId": "education.class.assignment_UpdateSubmission", "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -206221,23 +99783,23 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_DeleteActivity", + "OperationId": "education.class.assignment_DeleteSubmission", "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmission-id", "Location": "Path" }, { @@ -206249,83 +99811,95 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.excuse", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.activity_GetDriveItem", - "Method": "Get", + "OperationId": "education.class.assignment.submission_excuse", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmission-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.reassign", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.class.assignment.submission_reassign", + "Method": "Post", + "Parameters": [ + { + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "educationAssignment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "educationSubmission-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.return", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.activity_GetDriveItemContent", - "Method": "Get", + "OperationId": "education.class.assignment.submission_return", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmission-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.setUpResourcesFolder", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "education.class.assignment.submission_setUpResourcesFolder", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -206333,23 +99907,23 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.submit", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.activity_GetDriveItemContentStream", - "Method": "Get", + "OperationId": "education.class.assignment.submission_submit", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -206357,23 +99931,23 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.unsubmit", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "education.class.assignment.submission_unsubmit", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -206381,25 +99955,49 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.activity_GetListItem", + "OperationId": "education.class.assignment.submission_ListOutcome", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmission-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -206413,47 +100011,51 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/$count", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.activity_GetCount", - "Method": "Get", + "OperationId": "education.class.assignment.submission_CreateOutcome", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "educationSubmission-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_GetAnalytic", + "OperationId": "education.class.assignment.submission_GetOutcome", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationOutcome-id", "Location": "Path" }, { @@ -206469,95 +100071,115 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_GetCreatedGraphBPreUser", - "Method": "Get", + "OperationId": "education.class.assignment.submission_UpdateOutcome", + "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "educationSubmission-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "educationOutcome-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "education.class.assignment.submission_DeleteOutcome", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "educationSubmission-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "educationOutcome-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "education.class.assignment.submission.outcome_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "education.class.assignment.submission_ListResource", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", "Location": "Path" }, { @@ -206597,27 +100219,59 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "education.class.assignment.submission_CreateResource", + "Method": "Post", + "Parameters": [ + { + "Name": "educationClass-id", + "Location": "Path" + }, + { + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.class.assignment.submission_GetResource", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -206625,19 +100279,87 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_ListDocumentSetVersion", + "OperationId": "education.class.assignment.submission_UpdateResource", + "Method": "Patch", + "Parameters": [ + { + "Name": "educationClass-id", + "Location": "Path" + }, + { + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.class.assignment.submission_DeleteResource", + "Method": "Delete", + "Parameters": [ + { + "Name": "educationClass-id", + "Location": "Path" + }, + { + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.class.assignment.submission.resource_ListDependentResource", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", "Location": "Path" }, { @@ -206677,19 +100399,27 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_CreateDocumentSetVersion", + "OperationId": "education.class.assignment.submission.resource_CreateDependentResource", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", "Location": "Path" } ] @@ -206697,23 +100427,31 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_GetDocumentSetVersion", + "OperationId": "education.class.assignment.submission.resource_GetDependentResource", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id1", "Location": "Path" }, { @@ -206729,23 +100467,31 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_UpdateDocumentSetVersion", + "OperationId": "education.class.assignment.submission.resource_UpdateDependentResource", "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id1", "Location": "Path" } ] @@ -206753,23 +100499,31 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_DeleteDocumentSetVersion", + "OperationId": "education.class.assignment.submission.resource_DeleteDependentResource", "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id1", "Location": "Path" }, { @@ -206781,31 +100535,35 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.documentSetVersion_GetField", + "OperationId": "education.class.assignment.submission.resource.dependentResource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "$select", + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -206813,75 +100571,111 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.documentSetVersion_UpdateField", - "Method": "Patch", + "OperationId": "education.class.assignment.submission.resource_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "educationSubmission-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.documentSetVersion_DeleteField", - "Method": "Delete", + "OperationId": "education.class.assignment.submission_ListSubmittedResource", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.documentSetVersion_restore", + "OperationId": "education.class.assignment.submission_CreateSubmittedResource", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -206889,47 +100683,27 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.documentSetVersion_GetCount", + "OperationId": "education.class.assignment.submission_GetSubmittedResource", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "share.list.item_GetDriveItem", - "Method": "Get", - "Parameters": [ - { - "Name": "sharedDriveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationSubmissionResource-id", "Location": "Path" }, { @@ -206945,83 +100719,147 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_GetDriveItemContent", - "Method": "Get", + "OperationId": "education.class.assignment.submission_UpdateSubmittedResource", + "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$format", - "Location": "Query" + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_SetDriveItemContent", - "Method": "Put", + "OperationId": "education.class.assignment.submission_DeleteSubmittedResource", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_GetDriveItemContentStream", + "OperationId": "education.class.assignment.submission.submittedResource_ListDependentResource", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "education.class.assignment.submission.submittedResource_CreateDependentResource", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", + "Location": "Path" + }, + { + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationSubmissionResource-id", "Location": "Path" } ] @@ -207029,19 +100867,31 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_GetField", + "OperationId": "education.class.assignment.submission.submittedResource_GetDependentResource", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id1", "Location": "Path" }, { @@ -207057,19 +100907,31 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_UpdateField", + "OperationId": "education.class.assignment.submission.submittedResource_UpdateDependentResource", "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id1", "Location": "Path" } ] @@ -207077,19 +100939,31 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_DeleteField", + "OperationId": "education.class.assignment.submission.submittedResource_DeleteDependentResource", "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id1", "Location": "Path" }, { @@ -207101,27 +100975,35 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_GetLastModifiedGraphBPreUser", + "OperationId": "education.class.assignment.submission.submittedResource.dependentResource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$select", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -207129,27 +101011,31 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "education.class.assignment.submission.submittedResource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$select", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -207157,39 +101043,67 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "education.class.assignment.submission_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationAssignment-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignments/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "education.class.assignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/classes/{educationClass-id}/assignments/microsoft.graph.delta()", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.class.assignment_delta", + "Method": "Get", + "Parameters": [ + { + "Name": "educationClass-id", "Location": "Path" }, { @@ -207213,11 +101127,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -207229,27 +101143,23 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentSettings", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "education.class_GetAssignmentSetting", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -207257,19 +101167,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/microsoft.graph.createLink", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentSettings", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_createLink", - "Method": "Post", + "OperationId": "education.class_UpdateAssignmentSetting", + "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "educationClass-id", "Location": "Path" } ] @@ -207277,61 +101183,41 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentSettings", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "education.class_DeleteAssignmentSetting", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "startDateTime", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.class.assignmentSetting_GetDefaultGradingScheme", + "Method": "Get", + "Parameters": [ { - "Name": "interval", + "Name": "educationClass-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -207341,19 +101227,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_ListVersion", + "OperationId": "education.class.assignmentSetting_ListGradingCategory", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "educationClass-id", "Location": "Path" }, { @@ -207393,19 +101275,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_CreateVersion", + "OperationId": "education.class.assignmentSetting_CreateGradingCategory", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "educationClass-id", "Location": "Path" } ] @@ -207413,23 +101291,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_GetVersion", + "OperationId": "education.class.assignmentSetting_GetGradingCategory", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "educationGradingCategory-id", "Location": "Path" }, { @@ -207445,23 +101319,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_UpdateVersion", + "OperationId": "education.class.assignmentSetting_UpdateGradingCategory", "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "educationGradingCategory-id", "Location": "Path" } ] @@ -207469,23 +101339,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_DeleteVersion", + "OperationId": "education.class.assignmentSetting_DeleteGradingCategory", "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "educationGradingCategory-id", "Location": "Path" }, { @@ -207497,31 +101363,23 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.version_GetField", + "OperationId": "education.class.assignmentSetting.gradingCategory_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -207529,75 +101387,63 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.version_UpdateField", - "Method": "Patch", + "OperationId": "education.class.assignmentSetting_ListGradingScheme", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "listItemVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "share.list.item.version_DeleteField", - "Method": "Delete", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "sharedDriveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.version_restoreVersion", + "OperationId": "education.class.assignmentSetting_CreateGradingScheme", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "educationClass-id", "Location": "Path" } ] @@ -207605,27 +101451,27 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item.version_GetCount", + "OperationId": "education.class.assignmentSetting_GetGradingScheme", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "educationGradingScheme-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -207633,123 +101479,67 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/microsoft.graph.delta()", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_delta", - "Method": "Get", + "OperationId": "education.class.assignmentSetting_UpdateGradingScheme", + "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "educationGradingScheme-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/items/microsoft.graph.delta(token=\u0027{token}\u0027)", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.item_delta", - "Method": "Get", + "OperationId": "education.class.assignmentSetting_DeleteGradingScheme", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "token", + "Name": "educationGradingScheme-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_GetLastModifiedGraphBPreUser", + "OperationId": "education.class.assignmentSetting.gradingScheme_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -207757,15 +101547,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/group", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "education.class_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { @@ -207781,31 +101571,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "share.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "education.class.group_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { @@ -207845,15 +101619,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "education.class.group.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { @@ -207869,15 +101643,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/operations", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/members", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_ListOperation", + "OperationId": "education.class_ListMember", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { @@ -207917,43 +101691,47 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/operations", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_CreateOperation", - "Method": "Post", + "OperationId": "education.class.member_DeleteEducationUserGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", + "Location": "Path" + }, + { + "Name": "educationUser-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/members/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_GetOperation", + "OperationId": "education.class.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "richLongRunningOperation-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -207961,67 +101739,79 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/members/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_UpdateOperation", - "Method": "Patch", + "OperationId": "education.class_ListMemberGraphBPreRef", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/members/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_DeleteOperation", - "Method": "Delete", + "OperationId": "education.class_CreateMemberGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "richLongRunningOperation-id", + "Name": "educationClass-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/operations/$count", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/members/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.operation_GetCount", - "Method": "Get", + "OperationId": "education.class_DeleteMemberGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$filter", + "Name": "@id", "Location": "Query" } ] @@ -208029,15 +101819,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/subscriptions", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_ListSubscription", + "OperationId": "education.class_ListModule", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { @@ -208077,15 +101867,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/subscriptions", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_CreateSubscription", + "OperationId": "education.class_CreateModule", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" } ] @@ -208093,19 +101883,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_GetSubscription", + "OperationId": "education.class_GetModule", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "educationModule-id", "Location": "Path" }, { @@ -208121,19 +101911,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_UpdateSubscription", + "OperationId": "education.class_UpdateModule", "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "educationModule-id", "Location": "Path" } ] @@ -208141,19 +101931,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list_DeleteSubscription", + "OperationId": "education.class_DeleteModule", "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "educationModule-id", "Location": "Path" }, { @@ -208165,19 +101955,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/microsoft.graph.pin", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.subscription_reauthorize", + "OperationId": "education.class.module_pin", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "educationModule-id", "Location": "Path" } ] @@ -208185,63 +101975,39 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/microsoft.graph.publish", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.list.subscription_GetCount", - "Method": "Get", + "OperationId": "education.class.module_publish", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "educationModule-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/microsoft.graph.setUpResourcesFolder", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share_GetListItem", - "Method": "Get", + "OperationId": "education.class.module_setUpResourcesFolder", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "share_UpdateListItem", - "Method": "Patch", - "Parameters": [ - { - "Name": "sharedDriveItem-id", + "Name": "educationModule-id", "Location": "Path" } ] @@ -208249,35 +102015,39 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/microsoft.graph.unpin", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share_DeleteListItem", - "Method": "Delete", + "OperationId": "education.class.module_unpin", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "educationModule-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/activities", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_ListActivity", + "OperationId": "education.class.module_ListResource", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", + "Location": "Path" + }, + { + "Name": "educationModule-id", "Location": "Path" }, { @@ -208317,15 +102087,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/activities", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_CreateActivity", + "OperationId": "education.class.module_CreateResource", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", + "Location": "Path" + }, + { + "Name": "educationModule-id", "Location": "Path" } ] @@ -208333,19 +102107,23 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_GetActivity", + "OperationId": "education.class.module_GetResource", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationModule-id", + "Location": "Path" + }, + { + "Name": "educationModuleResource-id", "Location": "Path" }, { @@ -208361,19 +102139,23 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_UpdateActivity", + "OperationId": "education.class.module_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationModule-id", + "Location": "Path" + }, + { + "Name": "educationModuleResource-id", "Location": "Path" } ] @@ -208381,19 +102163,23 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_DeleteActivity", + "OperationId": "education.class.module_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationModule-id", + "Location": "Path" + }, + { + "Name": "educationModuleResource-id", "Location": "Path" }, { @@ -208405,27 +102191,27 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.activity_GetDriveItem", + "OperationId": "education.class.module.resource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationModule-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -208433,23 +102219,23 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/modules/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.activity_GetDriveItemContent", + "OperationId": "education.class.module_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$format", + "Name": "$filter", "Location": "Query" } ] @@ -208457,103 +102243,187 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/schools", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "education.class_ListSchool", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.activity_GetDriveItemContentStream", + "OperationId": "education.class_GetSchool", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSchool-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/schools/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "education.class.school_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/teachers", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.activity_GetListItem", + "OperationId": "education.class_ListTeacher", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, { - "Name": "$expand", - "Location": "Query" + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.class.teacher_DeleteEducationUserGraphBPreRef", + "Method": "Delete", + "Parameters": [ + { + "Name": "educationClass-id", + "Location": "Path" + }, + { + "Name": "educationUser-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/activities/$count", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/teachers/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.activity_GetCount", + "OperationId": "education.class.teacher_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { @@ -208569,23 +102439,39 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/analytics", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/teachers/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_GetAnalytic", + "OperationId": "education.class_ListTeacherGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", "Location": "Query" } ] @@ -208593,47 +102479,39 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/createdByUser", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/teachers/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_GetCreatedGraphBPreUser", - "Method": "Get", + "OperationId": "education.class_CreateTeacherGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/classes/{educationClass-id}/teachers/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "education.class_DeleteTeacherGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$expand", + "Name": "@id", "Location": "Query" } ] @@ -208641,33 +102519,33 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/classes/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "education.class_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/education/classes/microsoft.graph.delta()", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "education.class_delta", "Method": "Get", "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -208689,11 +102567,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -208705,23 +102583,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/education/me", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "education_GetMe", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -208729,17 +102603,40 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions", - "Module": "Files" + "Path": "/education/me", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_ListDocumentSetVersion", - "Method": "Get", + "OperationId": "education_UpdateMe", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/education/me", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education_DeleteMe", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/me/assignments", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.me_ListAssignment", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -208777,35 +102674,26 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions", - "Module": "Files" + "Path": "/education/me/assignments", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_CreateDocumentSetVersion", + "OperationId": "education.me_CreateAssignment", "Method": "Post", - "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_GetDocumentSetVersion", + "OperationId": "education.me_GetAssignment", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -208821,19 +102709,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_UpdateDocumentSetVersion", + "OperationId": "education.me_UpdateAssignment", "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -208841,19 +102725,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_DeleteDocumentSetVersion", + "OperationId": "education.me_DeleteAssignment", "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -208865,20 +102745,40 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/categories", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.documentSetVersion_GetField", + "OperationId": "education.me.assignment_ListCategory", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -208893,19 +102793,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/categories", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.documentSetVersion_UpdateField", - "Method": "Patch", + "OperationId": "education.me.assignment_CreateCategory", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -208913,19 +102809,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.documentSetVersion_DeleteField", + "OperationId": "education.me.assignment.category_DeleteEducationCategoryGraphBPreRef", "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "educationCategory-id", "Location": "Path" }, { @@ -208937,37 +102833,49 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/categories/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.documentSetVersion_restore", - "Method": "Post", + "OperationId": "education.me.assignment.category_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/$count", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.documentSetVersion_GetCount", + "OperationId": "education.me.assignment_ListCategoryGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -208975,29 +102883,13 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/driveItem", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "share.listItem_GetDriveItem", - "Method": "Get", - "Parameters": [ - { - "Name": "sharedDriveItem-id", - "Location": "Path" }, { - "Name": "$select", + "Name": "$count", "Location": "Query" }, { - "Name": "$expand", + "Name": "$orderby", "Location": "Query" } ] @@ -209005,83 +102897,127 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/driveItem/content", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_GetDriveItemContent", - "Method": "Get", + "OperationId": "education.me.assignment_CreateCategoryGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/driveItem/content", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_SetDriveItemContent", - "Method": "Put", + "OperationId": "education.me.assignment_DeleteCategoryGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/driveItem/contentStream", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/categories/microsoft.graph.delta()", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_GetDriveItemContentStream", + "OperationId": "education.me.assignment.category_delta", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/driveItem/contentStream", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/gradingCategory", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "education.me.assignment_GetGradingCategory", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/fields", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/gradingScheme", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_GetField", + "OperationId": "education.me.assignment_GetGradingScheme", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -209097,15 +103033,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/fields", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/microsoft.graph.activate", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_UpdateField", - "Method": "Patch", + "OperationId": "education.me.assignment_activate", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -209113,83 +103049,63 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/fields", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/microsoft.graph.deactivate", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_DeleteField", - "Method": "Delete", + "OperationId": "education.me.assignment_deactivate", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/lastModifiedByUser", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/microsoft.graph.publish", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_GetLastModifiedGraphBPreUser", - "Method": "Get", + "OperationId": "education.me.assignment_publish", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/microsoft.graph.setUpFeedbackResourcesFolder", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "education.me.assignment_setUpFeedbackResourcesFolder", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/microsoft.graph.setUpResourcesFolder", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "education.me.assignment_setUpResourcesFolder", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -209197,15 +103113,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/resources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "education.me.assignment_ListResource", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -209245,23 +103161,43 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/resources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "education.me.assignment_CreateResource", + "Method": "Post", + "Parameters": [ + { + "Name": "educationAssignment-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.me.assignment_GetResource", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "educationAssignmentResource-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -209269,15 +103205,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/microsoft.graph.createLink", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_createLink", - "Method": "Post", + "OperationId": "education.me.assignment_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationAssignmentResource-id", "Location": "Path" } ] @@ -209285,27 +103225,43 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "education.me.assignment_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "educationAssignmentResource-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.me.assignment.resource_ListDependentResource", + "Method": "Get", + "Parameters": [ + { + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "interval", + "Name": "educationAssignmentResource-id", "Location": "Path" }, { @@ -209329,11 +103285,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -209345,40 +103301,44 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/versions", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_ListVersion", - "Method": "Get", + "OperationId": "education.me.assignment.resource_CreateDependentResource", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, + "Name": "educationAssignmentResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.me.assignment.resource_GetDependentResource", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "educationAssignment-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "educationAssignmentResource-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "educationAssignmentResource-id1", + "Location": "Path" }, { "Name": "$select", @@ -209393,15 +103353,23 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/versions", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_CreateVersion", - "Method": "Post", + "OperationId": "education.me.assignment.resource_UpdateDependentResource", + "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationAssignmentResource-id", + "Location": "Path" + }, + { + "Name": "educationAssignmentResource-id1", "Location": "Path" } ] @@ -209409,91 +103377,95 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_GetVersion", - "Method": "Get", + "OperationId": "education.me.assignment.resource_DeleteDependentResource", + "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "educationAssignmentResource-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "educationAssignmentResource-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_UpdateVersion", - "Method": "Patch", + "OperationId": "education.me.assignment.resource.dependentResource_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "educationAssignmentResource-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/resources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem_DeleteVersion", - "Method": "Delete", + "OperationId": "education.me.assignment.resource_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/rubric", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.version_GetField", + "OperationId": "education.me.assignment_GetRubric", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -209509,19 +103481,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/rubric", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.version_UpdateField", + "OperationId": "education.me.assignment_UpdateRubric", "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -209529,19 +103497,15 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/rubric", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.version_DeleteField", + "OperationId": "education.me.assignment_DeleteRubric", "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -209553,19 +103517,31 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.version_restoreVersion", - "Method": "Post", + "OperationId": "education.me.assignment_GetRubricGraphBPreRef", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.me.assignment_SetRubricGraphBPreRef", + "Method": "Put", + "Parameters": [ { - "Name": "listItemVersion-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -209573,17 +103549,45 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/listItem/versions/$count", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.listItem.version_GetCount", + "OperationId": "education.me.assignment_DeleteRubricGraphBPreRef", + "Method": "Delete", + "Parameters": [ + { + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/me/assignments/{educationAssignment-id}/submissions", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.me.assignment_ListSubmission", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -209591,21 +103595,57 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/permission", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share_GetPermission", + "OperationId": "education.me.assignment_CreateSubmission", + "Method": "Post", + "Parameters": [ + { + "Name": "educationAssignment-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.me.assignment_GetSubmission", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", "Location": "Path" }, { @@ -209621,15 +103661,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/permission", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share_UpdatePermission", + "OperationId": "education.me.assignment_UpdateSubmission", "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -209637,15 +103681,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/permission", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share_DeletePermission", + "OperationId": "education.me.assignment_DeleteSubmission", "Method": "Delete", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", "Location": "Path" }, { @@ -209657,15 +103705,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/permission/microsoft.graph.grant", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.excuse", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.permission_grant", + "OperationId": "education.me.assignment.submission_excuse", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -209673,15 +103725,19 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/permission/microsoft.graph.revokeGrants", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.reassign", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share.permission_revokeGrant", + "OperationId": "education.me.assignment.submission_reassign", "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -209689,59 +103745,79 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/root", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.return", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share_GetRoot", - "Method": "Get", + "OperationId": "education.me.assignment.submission_return", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "educationSubmission-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.setUpResourcesFolder", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.me.assignment.submission_setUpResourcesFolder", + "Method": "Post", + "Parameters": [ + { + "Name": "educationAssignment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "educationSubmission-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/root/content", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.submit", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share_GetRootContent", - "Method": "Get", + "OperationId": "education.me.assignment.submission_submit", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$format", - "Location": "Query" + "Name": "educationSubmission-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/root/content", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.unsubmit", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share_SetRootContent", - "Method": "Put", + "OperationId": "education.me.assignment.submission_unsubmit", + "Method": "Post", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -209749,15 +103825,71 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/root/contentStream", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share_GetRootContentStream", + "OperationId": "education.me.assignment.submission_ListOutcome", "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.me.assignment.submission_CreateOutcome", + "Method": "Post", + "Parameters": [ + { + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -209765,83 +103897,111 @@ }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/root/contentStream", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share_SetRootContentStream", - "Method": "Put", + "OperationId": "education.me.assignment.submission_GetOutcome", + "Method": "Get", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationOutcome-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/shares/{sharedDriveItem-id}/site", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share_GetSite", - "Method": "Get", + "OperationId": "education.me.assignment.submission_UpdateOutcome", + "Method": "Patch", "Parameters": [ { - "Name": "sharedDriveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "educationSubmission-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "educationOutcome-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/shares/$count", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "share_GetCount", - "Method": "Get", + "OperationId": "education.me.assignment.submission_DeleteOutcome", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "educationAssignment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationOutcome-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drive", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user_GetDrive", + "OperationId": "education.me.assignment.submission.outcome_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$select", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -209849,15 +104009,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user_ListDrive", + "OperationId": "education.me.assignment.submission_ListResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", "Location": "Path" }, { @@ -209897,15 +104061,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user_CreateDrive", + "OperationId": "education.me.assignment.submission_CreateResource", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -209913,19 +104081,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user_GetDrive", + "OperationId": "education.me.assignment.submission_GetResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", "Location": "Path" }, { @@ -209941,19 +104113,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user_UpdateDrive", + "OperationId": "education.me.assignment.submission_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", "Location": "Path" } ] @@ -209961,19 +104137,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user_DeleteDrive", + "OperationId": "education.me.assignment.submission_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", "Location": "Path" }, { @@ -209985,19 +104165,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/activities", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_ListActivity", + "OperationId": "education.me.assignment.submission.resource_ListDependentResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", "Location": "Path" }, { @@ -210037,19 +104221,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/activities", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_CreateActivity", + "OperationId": "education.me.assignment.submission.resource_CreateDependentResource", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", "Location": "Path" } ] @@ -210057,23 +104245,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_GetActivity", + "OperationId": "education.me.assignment.submission.resource_GetDependentResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id1", "Location": "Path" }, { @@ -210089,23 +104281,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_UpdateActivity", + "OperationId": "education.me.assignment.submission.resource_UpdateDependentResource", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id1", "Location": "Path" } ] @@ -210113,23 +104309,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_DeleteActivity", + "OperationId": "education.me.assignment.submission.resource_DeleteDependentResource", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id1", "Location": "Path" }, { @@ -210141,31 +104341,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.activity_GetDriveItem", + "OperationId": "education.me.assignment.submission.resource.dependentResource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmissionResource-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -210173,27 +104373,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.activity_GetDriveItemContent", + "OperationId": "education.me.assignment.submission.resource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$format", + "Name": "$filter", "Location": "Query" } ] @@ -210201,47 +104401,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "education.me.assignment.submission_ListSubmittedResource", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.activity_GetDriveItemContentStream", - "Method": "Get", + "OperationId": "education.me.assignment.submission_CreateSubmittedResource", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -210249,103 +104473,107 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "education.me.assignment.submission_GetSubmittedResource", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmissionResource-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.activity_GetListItem", - "Method": "Get", + "OperationId": "education.me.assignment.submission_UpdateSubmittedResource", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationSubmissionResource-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/activities/$count", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.activity_GetCount", - "Method": "Get", + "OperationId": "education.me.assignment.submission_DeleteSubmittedResource", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "educationSubmissionResource-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/bundles", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_ListBundle", + "OperationId": "education.me.assignment.submission.submittedResource_ListDependentResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", "Location": "Path" }, { @@ -210385,19 +104613,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/bundles", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_CreateBundle", + "OperationId": "education.me.assignment.submission.submittedResource_CreateDependentResource", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", "Location": "Path" } ] @@ -210405,23 +104637,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_GetBundle", + "OperationId": "education.me.assignment.submission.submittedResource_GetDependentResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id1", "Location": "Path" }, { @@ -210437,119 +104673,135 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_GetBundlesContent", - "Method": "Get", + "OperationId": "education.me.assignment.submission.submittedResource_UpdateDependentResource", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmissionResource-id", "Location": "Path" }, { - "Name": "$format", - "Location": "Query" + "Name": "educationSubmissionResource-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_SetBundlesContent", - "Method": "Put", + "OperationId": "education.me.assignment.submission.submittedResource_DeleteDependentResource", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id1", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_GetBundlesContentStream", + "OperationId": "education.me.assignment.submission.submittedResource.dependentResource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmissionResource-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_SetBundlesContentStream", - "Method": "Put", + "OperationId": "education.me.assignment.submission.submittedResource_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/bundles/$count", - "Module": "Files" + "Path": "/education/me/assignments/{educationAssignment-id}/submissions/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.bundle_GetCount", + "OperationId": "education.me.assignment.submission_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -210565,27 +104817,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/createdByUser", - "Module": "Files" + "Path": "/education/me/assignments/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_GetCreatedGraphBPreUser", + "OperationId": "education.me.assignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -210593,69 +104837,57 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/me/assignments/microsoft.graph.delta()", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "education.me.assignment_delta", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/education/me/classes", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "education.me_ListClass", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -210693,21 +104925,37 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/education/me/classes/{educationClass-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "education.me_GetClass", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/me/classes/$count", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.me.class_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -210721,21 +104969,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/following", - "Module": "Files" + "Path": "/education/me/rubrics", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_ListFollowing", + "OperationId": "education.me_ListRubric", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -210773,107 +105013,50 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", - "Module": "Files" + "Path": "/education/me/rubrics", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_GetFollowing", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "education.me_CreateRubric", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files" + "Path": "/education/me/rubrics/{educationRubric-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_GetFollowingContent", + "OperationId": "education.me_GetRubric", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationRubric-id", "Location": "Path" }, { - "Name": "$format", + "Name": "$select", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive_SetFollowingContent", - "Method": "Put", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/education/me/rubrics/{educationRubric-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_GetFollowingContentStream", - "Method": "Get", + "OperationId": "education.me_UpdateRubric", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationRubric-id", "Location": "Path" } ] @@ -210881,45 +105064,33 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/education/me/rubrics/{educationRubric-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_SetFollowingContentStream", - "Method": "Put", + "OperationId": "education.me_DeleteRubric", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationRubric-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/following/$count", - "Module": "Files" + "Path": "/education/me/rubrics/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.following_GetCount", + "OperationId": "education.me.rubric_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -210933,21 +105104,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items", - "Module": "Files" + "Path": "/education/me/schools", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_ListItem", + "OperationId": "education.me_ListSchool", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -210985,43 +105148,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive_CreateItem", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" + "Path": "/education/me/schools/{educationSchool-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_GetItem", + "OperationId": "education.me_GetSchool", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationSchool-id", "Location": "Path" }, { @@ -211037,77 +105172,33 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive_UpdateItem", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" + "Path": "/education/me/schools/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_DeleteItem", - "Method": "Delete", + "OperationId": "education.me.school_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", - "Module": "Files" + "Path": "/education/me/taughtClasses", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_ListActivity", + "OperationId": "education.me_ListTaughtClass", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -211145,27 +105236,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/education/me/taughtClasses/{educationClass-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_GetActivity", + "OperationId": "education.me_GetTaughtClass", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "educationClass-id", "Location": "Path" }, { @@ -211181,25 +105260,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities/$count", - "Module": "Files" + "Path": "/education/me/taughtClasses/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.activity_GetCount", + "OperationId": "education.me.taughtClass_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -211213,25 +105280,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" + "Path": "/education/me/user", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_GetAnalytic", + "OperationId": "education.me_GetUser", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -211245,76 +105300,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" + "Path": "/education/me/user/mailboxSettings", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_UpdateAnalytic", - "Method": "Patch", + "OperationId": "education.me.user_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" + "Path": "/education/me/user/mailboxSettings", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_DeleteAnalytic", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "education.me.user_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Module": "Files" + "Path": "/education/me/user/serviceProvisioningErrors", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic_GetAllTime", + "OperationId": "education.me.user_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -211329,25 +105375,33 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files" + "Path": "/education/me/user/serviceProvisioningErrors/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic_ListItemActivityStat", + "OperationId": "education.me.user.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/schools", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education_ListSchool", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -211385,51 +105439,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files" + "Path": "/education/schools", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic_CreateItemActivityStat", + "OperationId": "education_CreateSchool", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" + "Path": "/education/schools/{educationSchool-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic_GetItemActivityStat", + "OperationId": "education_GetSchool", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "educationSchool-id", "Location": "Path" }, { @@ -211445,27 +105474,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" + "Path": "/education/schools/{educationSchool-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic_UpdateItemActivityStat", + "OperationId": "education_UpdateSchool", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "educationSchool-id", "Location": "Path" } ] @@ -211473,27 +105490,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" + "Path": "/education/schools/{educationSchool-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic_DeleteItemActivityStat", + "OperationId": "education_DeleteSchool", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "educationSchool-id", "Location": "Path" }, { @@ -211505,27 +105510,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" + "Path": "/education/schools/{educationSchool-id}/administrativeUnit", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic.itemActivityStat_ListActivity", + "OperationId": "education.school_GetAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationSchool-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "driveItem-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/schools/{educationSchool-id}/administrativeUnit", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.school_UpdateAdministrativeUnit", + "Method": "Patch", + "Parameters": [ + { + "Name": "educationSchool-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/schools/{educationSchool-id}/classes", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.school_ListClass", + "Method": "Get", + "Parameters": [ { - "Name": "itemActivityStat-id", + "Name": "educationSchool-id", "Location": "Path" }, { @@ -211565,67 +105598,87 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" + "Path": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic.itemActivityStat_CreateActivity", - "Method": "Post", + "OperationId": "education.school.class_DeleteEducationClassGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationSchool-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationClass-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/schools/{educationSchool-id}/classes/$count", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.school.class_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "educationSchool-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" + "Path": "/education/schools/{educationSchool-id}/classes/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic.itemActivityStat_GetActivity", + "OperationId": "education.school_ListClassGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationSchool-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "$select", + "Name": "$count", "Location": "Query" }, { - "Name": "$expand", + "Name": "$orderby", "Location": "Query" } ] @@ -211633,31 +105686,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" + "Path": "/education/schools/{educationSchool-id}/classes/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic.itemActivityStat_UpdateActivity", - "Method": "Patch", + "OperationId": "education.school_CreateClassGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", + "Name": "educationSchool-id", "Location": "Path" } ] @@ -211665,68 +105702,64 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" + "Path": "/education/schools/{educationSchool-id}/classes/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic.itemActivityStat_DeleteActivity", + "OperationId": "education.school_DeleteClassGraphBPreRef", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", + "Name": "educationSchool-id", "Location": "Path" }, { "Name": "If-Match", "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Files" + "Path": "/education/schools/{educationSchool-id}/users", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic.itemActivityStat.activity_GetDriveItem", + "OperationId": "education.school_ListUser", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationSchool-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -211741,131 +105774,103 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Files" + "Path": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic.itemActivityStat.activity_GetDriveItemContent", - "Method": "Get", + "OperationId": "education.school.user_DeleteEducationUserGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "educationSchool-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "$format", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Files" + "Path": "/education/schools/{educationSchool-id}/users/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic.itemActivityStat.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "education.school.user_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationSchool-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/education/schools/{educationSchool-id}/users/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic.itemActivityStat.activity_GetDriveItemContentStream", + "OperationId": "education.school_ListUserGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationSchool-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/education/schools/{educationSchool-id}/users/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic.itemActivityStat.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "education.school_CreateUserGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", + "Name": "educationSchool-id", "Location": "Path" } ] @@ -211873,35 +105878,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Files" + "Path": "/education/schools/{educationSchool-id}/users/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic.itemActivityStat.activity_GetCount", - "Method": "Get", + "OperationId": "education.school_DeleteUserGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "educationSchool-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$filter", + "Name": "@id", "Location": "Query" } ] @@ -211909,25 +105902,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "Module": "Files" + "Path": "/education/schools/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic.itemActivityStat_GetCount", + "OperationId": "education.school_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -211941,29 +105922,41 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Module": "Files" + "Path": "/education/schools/microsoft.graph.delta()", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.analytic_GetLastSevenDay", + "OperationId": "education.school_delta", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -211973,25 +105966,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files" + "Path": "/education/synchronizationProfiles", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_ListChild", + "OperationId": "education_ListSynchronizationProfile", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -212029,51 +106010,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files" + "Path": "/education/synchronizationProfiles", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_CreateChild", + "OperationId": "education_CreateSynchronizationProfile", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_GetChild", + "OperationId": "education_GetSynchronizationProfile", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "driveItem-id1", + "Name": "educationSynchronizationProfile-id", "Location": "Path" }, { @@ -212089,115 +106045,99 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_GetChildrenContent", - "Method": "Get", + "OperationId": "education_UpdateSynchronizationProfile", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "driveItem-id1", + "Name": "educationSynchronizationProfile-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_SetChildrenContent", - "Method": "Put", + "OperationId": "education_DeleteSynchronizationProfile", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationSynchronizationProfile-id", "Location": "Path" }, { - "Name": "driveItem-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_GetChildrenContentStream", + "OperationId": "education.synchronizationProfile_ListError", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationSynchronizationProfile-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "driveItem-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_SetChildrenContentStream", - "Method": "Put", + "OperationId": "education.synchronizationProfile_CreateError", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "driveItem-id1", + "Name": "educationSynchronizationProfile-id", "Location": "Path" } ] @@ -212205,31 +106145,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.child_GetCount", + "OperationId": "education.synchronizationProfile_GetError", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationSynchronizationProfile-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSynchronizationError-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -212237,99 +106173,83 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_GetItemsContent", - "Method": "Get", + "OperationId": "education.synchronizationProfile_UpdateError", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationSynchronizationProfile-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSynchronizationError-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_SetItemsContent", - "Method": "Put", + "OperationId": "education.synchronizationProfile_DeleteError", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationSynchronizationProfile-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSynchronizationError-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_GetItemsContentStream", + "OperationId": "education.synchronizationProfile.error_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationSynchronizationProfile-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.pause", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_SetItemsContentStream", - "Method": "Put", + "OperationId": "education.synchronizationProfile_pause", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationSynchronizationProfile-id", "Location": "Path" } ] @@ -212337,87 +106257,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.reset", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_GetCreatedGraphBPreUser", - "Method": "Get", + "OperationId": "education.synchronizationProfile_reset", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationSynchronizationProfile-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.resume", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "education.synchronizationProfile_resume", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationSynchronizationProfile-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.start", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "education.synchronizationProfile_start", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationSynchronizationProfile-id", "Location": "Path" } ] @@ -212425,87 +106305,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.uploadUrl()", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "education.synchronizationProfile_uploadUrl", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationSynchronizationProfile-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "education.synchronizationProfile_GetProfileStatus", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationSynchronizationProfile-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -212513,113 +106345,69 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_GetLastModifiedGraphBPreUser", - "Method": "Get", + "OperationId": "education.synchronizationProfile_UpdateProfileStatus", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationSynchronizationProfile-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "education.synchronizationProfile_DeleteProfileStatus", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationSynchronizationProfile-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/synchronizationProfiles/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "education.synchronizationProfile_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/education/users", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "education_ListUser", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -212657,55 +106445,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/education/users", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "education_CreateUser", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" + "Path": "/education/users/{educationUser-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_GetListItem", + "OperationId": "education_GetUser", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationUser-id", "Location": "Path" }, { @@ -212721,23 +106480,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.item_UpdateListItem", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, + "Path": "/education/users/{educationUser-id}", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education_UpdateUser", + "Method": "Patch", + "Parameters": [ { - "Name": "driveItem-id", + "Name": "educationUser-id", "Location": "Path" } ] @@ -212745,23 +106496,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" + "Path": "/education/users/{educationUser-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_DeleteListItem", + "OperationId": "education_DeleteUser", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationUser-id", "Location": "Path" }, { @@ -212773,23 +106516,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_ListActivity", + "OperationId": "education.user_ListAssignment", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationUser-id", "Location": "Path" }, { @@ -212829,23 +106564,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_CreateActivity", + "OperationId": "education.user_CreateAssignment", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationUser-id", "Location": "Path" } ] @@ -212853,27 +106580,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_GetActivity", + "OperationId": "education.user_GetAssignment", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -212889,27 +106608,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_UpdateActivity", + "OperationId": "education.user_UpdateAssignment", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -212917,27 +106628,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_DeleteActivity", + "OperationId": "education.user_DeleteAssignment", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -212949,28 +106652,44 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.activity_GetDriveItem", + "OperationId": "education.user.assignment_ListCategory", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -212985,151 +106704,167 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.activity_GetDriveItemContent", - "Method": "Get", + "OperationId": "education.user.assignment_CreateCategory", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationAssignment-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "education.user.assignment.category_DeleteEducationCategoryGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationCategory-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.activity_GetDriveItemContentStream", + "OperationId": "education.user.assignment.category_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "education.user.assignment_ListCategoryGraphBPreRef", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.activity_GetListItem", - "Method": "Get", + "OperationId": "education.user.assignment_CreateCategoryGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.user.assignment_DeleteCategoryGraphBPreRef", + "Method": "Delete", + "Parameters": [ { - "Name": "driveItem-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$expand", + "Name": "@id", "Location": "Query" } ] @@ -213137,24 +106872,28 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/$count", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/microsoft.graph.delta()", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.activity_GetCount", + "OperationId": "education.user.assignment.category_delta", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -213163,29 +106902,41 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_GetAnalytic", + "OperationId": "education.user.assignment_GetGradingCategory", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -213201,23 +106952,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_GetCreatedGraphBPreUser", + "OperationId": "education.user.assignment_GetGradingScheme", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -213233,55 +106980,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/microsoft.graph.activate", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "education.user.assignment_activate", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/microsoft.graph.deactivate", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.user.assignment_deactivate", + "Method": "Post", + "Parameters": [ { - "Name": "driveItem-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "educationAssignment-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/microsoft.graph.publish", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "education.user.assignment_publish", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/microsoft.graph.setUpFeedbackResourcesFolder", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.user.assignment_setUpFeedbackResourcesFolder", + "Method": "Post", + "Parameters": [ + { + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -213289,23 +107060,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/microsoft.graph.setUpResourcesFolder", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "education.user.assignment_setUpResourcesFolder", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.user.assignment_ListResource", + "Method": "Get", + "Parameters": [ + { + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { @@ -213345,31 +107132,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "education.user.assignment_CreateResource", + "Method": "Post", + "Parameters": [ + { + "Name": "educationUser-id", + "Location": "Path" + }, + { + "Name": "educationAssignment-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.user.assignment_GetResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignmentResource-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -213377,23 +107184,75 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_ListDocumentSetVersion", + "OperationId": "education.user.assignment_UpdateResource", + "Method": "Patch", + "Parameters": [ + { + "Name": "educationUser-id", + "Location": "Path" + }, + { + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationAssignmentResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.user.assignment_DeleteResource", + "Method": "Delete", + "Parameters": [ + { + "Name": "educationUser-id", + "Location": "Path" + }, + { + "Name": "educationAssignment-id", + "Location": "Path" + }, + { + "Name": "educationAssignmentResource-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.user.assignment.resource_ListDependentResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignmentResource-id", "Location": "Path" }, { @@ -213433,23 +107292,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_CreateDocumentSetVersion", + "OperationId": "education.user.assignment.resource_CreateDependentResource", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignmentResource-id", "Location": "Path" } ] @@ -213457,27 +107316,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_GetDocumentSetVersion", + "OperationId": "education.user.assignment.resource_GetDependentResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignmentResource-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "educationAssignmentResource-id1", "Location": "Path" }, { @@ -213493,27 +107352,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_UpdateDocumentSetVersion", + "OperationId": "education.user.assignment.resource_UpdateDependentResource", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignmentResource-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "educationAssignmentResource-id1", "Location": "Path" } ] @@ -213521,27 +107380,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_DeleteDocumentSetVersion", + "OperationId": "education.user.assignment.resource_DeleteDependentResource", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignmentResource-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "educationAssignmentResource-id1", "Location": "Path" }, { @@ -213553,35 +107412,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.documentSetVersion_GetField", + "OperationId": "education.user.assignment.resource.dependentResource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "educationAssignmentResource-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -213589,175 +107444,139 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.documentSetVersion_UpdateField", - "Method": "Patch", + "OperationId": "education.user.assignment.resource_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.documentSetVersion_DeleteField", - "Method": "Delete", + "OperationId": "education.user.assignment_GetRubric", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.documentSetVersion_GetCount", - "Method": "Get", + "OperationId": "education.user.assignment_UpdateRubric", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignment-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_GetDriveItem", - "Method": "Get", + "OperationId": "education.user.assignment_DeleteRubric", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_GetDriveItemContent", + "OperationId": "education.user.assignment_GetRubricGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignment-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_SetDriveItemContent", + "OperationId": "education.user.assignment_SetRubricGraphBPreRef", "Method": "Put", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -213765,72 +107584,68 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_GetDriveItemContentStream", - "Method": "Get", + "OperationId": "education.user.assignment_DeleteRubricGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "education.user.assignment_ListSubmission", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.item.listItem_GetField", - "Method": "Get", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -213845,23 +107660,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_UpdateField", - "Method": "Patch", + "OperationId": "education.user.assignment_CreateSubmission", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignment-id", "Location": "Path" } ] @@ -213869,115 +107680,107 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_DeleteField", - "Method": "Delete", + "OperationId": "education.user.assignment_GetSubmission", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_GetLastModifiedGraphBPreUser", - "Method": "Get", + "OperationId": "education.user.assignment_UpdateSubmission", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "education.user.assignment_DeleteSubmission", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.excuse", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "education.user.assignment.submission_excuse", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -213985,167 +107788,119 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.reassign", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.lastModifiedGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "education.user.assignment.submission_reassign", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.return", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "education.user.assignment.submission_return", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.setUpResourcesFolder", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_ListVersion", - "Method": "Get", + "OperationId": "education.user.assignment.submission_setUpResourcesFolder", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.submit", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.user.assignment.submission_submit", + "Method": "Post", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "educationUser-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "educationAssignment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "educationSubmission-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.unsubmit", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_CreateVersion", + "OperationId": "education.user.assignment.submission_unsubmit", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -214153,123 +107908,107 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_GetVersion", + "OperationId": "education.user.assignment.submission_ListOutcome", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.item.listItem_UpdateVersion", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_DeleteVersion", - "Method": "Delete", + "OperationId": "education.user.assignment.submission_CreateOutcome", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "educationSubmission-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.version_GetField", + "OperationId": "education.user.assignment.submission_GetOutcome", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "educationOutcome-id", "Location": "Path" }, { @@ -214285,27 +108024,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.version_UpdateField", + "OperationId": "education.user.assignment.submission_UpdateOutcome", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "educationOutcome-id", "Location": "Path" } ] @@ -214313,27 +108052,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.version_DeleteField", + "OperationId": "education.user.assignment.submission_DeleteOutcome", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "educationOutcome-id", "Location": "Path" }, { @@ -214345,23 +108084,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.version_GetCount", + "OperationId": "education.user.assignment.submission.outcome_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { @@ -214377,23 +108116,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_ListPermission", + "OperationId": "education.user.assignment.submission_ListResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { @@ -214433,23 +108172,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_CreatePermission", + "OperationId": "education.user.assignment.submission_CreateResource", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -214457,27 +108196,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_GetPermission", + "OperationId": "education.user.assignment.submission_GetResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "educationSubmissionResource-id", "Location": "Path" }, { @@ -214493,27 +108232,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_UpdatePermission", + "OperationId": "education.user.assignment.submission_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "educationSubmissionResource-id", "Location": "Path" } ] @@ -214521,27 +108260,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_DeletePermission", + "OperationId": "education.user.assignment.submission_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "educationSubmissionResource-id", "Location": "Path" }, { @@ -214553,25 +108292,37 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.permission_GetCount", + "OperationId": "education.user.assignment.submission.resource_ListDependentResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -214579,30 +108330,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.item_GetRetentionLabel", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -214617,100 +108352,60 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_UpdateRetentionLabel", - "Method": "Patch", + "OperationId": "education.user.assignment.submission.resource_CreateDependentResource", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.item_DeleteRetentionLabel", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmissionResource-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_ListSubscription", + "OperationId": "education.user.assignment.submission.resource_GetDependentResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "educationSubmissionResource-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "educationSubmissionResource-id1", + "Location": "Path" }, { "Name": "$select", @@ -214725,143 +108420,127 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_CreateSubscription", - "Method": "Post", + "OperationId": "education.user.assignment.submission.resource_UpdateDependentResource", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.item_GetSubscription", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmissionResource-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "educationSubmissionResource-id1", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_UpdateSubscription", - "Method": "Patch", + "OperationId": "education.user.assignment.submission.resource_DeleteDependentResource", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "educationSubmissionResource-id", "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id1", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_DeleteSubscription", - "Method": "Delete", + "OperationId": "education.user.assignment.submission.resource.dependentResource_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "educationSubmissionResource-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.subscription_GetCount", + "OperationId": "education.user.assignment.submission.resource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { @@ -214877,23 +108556,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_ListThumbnail", + "OperationId": "education.user.assignment.submission_ListSubmittedResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { @@ -214933,23 +108612,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_CreateThumbnail", + "OperationId": "education.user.assignment.submission_CreateSubmittedResource", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" } ] @@ -214957,27 +108636,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_GetThumbnail", + "OperationId": "education.user.assignment.submission_GetSubmittedResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "thumbnailSet-id", + "Name": "educationSubmissionResource-id", "Location": "Path" }, { @@ -214993,27 +108672,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_UpdateThumbnail", + "OperationId": "education.user.assignment.submission_UpdateSubmittedResource", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "thumbnailSet-id", + "Name": "educationSubmissionResource-id", "Location": "Path" } ] @@ -215021,27 +108700,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_DeleteThumbnail", + "OperationId": "education.user.assignment.submission_DeleteSubmittedResource", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "thumbnailSet-id", + "Name": "educationSubmissionResource-id", "Location": "Path" }, { @@ -215053,55 +108732,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.thumbnail_GetCount", + "OperationId": "education.user.assignment.submission.submittedResource_ListDependentResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.item_ListVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmissionResource-id", "Location": "Path" }, { @@ -215141,23 +108792,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_CreateVersion", + "OperationId": "education.user.assignment.submission.submittedResource_CreateDependentResource", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id", "Location": "Path" } ] @@ -215165,27 +108820,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_GetVersion", + "OperationId": "education.user.assignment.submission.submittedResource_GetDependentResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id1", "Location": "Path" }, { @@ -215201,27 +108860,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_UpdateVersion", + "OperationId": "education.user.assignment.submission.submittedResource_UpdateDependentResource", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id1", "Location": "Path" } ] @@ -215229,27 +108892,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_DeleteVersion", + "OperationId": "education.user.assignment.submission.submittedResource_DeleteDependentResource", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "educationSubmissionResource-id", + "Location": "Path" + }, + { + "Name": "educationSubmissionResource-id1", "Location": "Path" }, { @@ -215261,79 +108928,111 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_GetVersionsContent", + "OperationId": "education.user.assignment.submission.submittedResource.dependentResource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "educationSubmissionResource-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_SetVersionsContent", - "Method": "Put", + "OperationId": "education.user.assignment.submission.submittedResource_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "educationSubmission-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item.version_GetCount", + "OperationId": "education.user.assignment.submission_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationAssignment-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/users/{educationUser-id}/assignments/$count", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.user.assignment_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "educationUser-id", "Location": "Path" }, { @@ -215349,20 +109048,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/$count", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/assignments/microsoft.graph.delta()", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.item_GetCount", + "OperationId": "education.user.assignment_delta", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -215371,26 +109074,62 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/classes", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_GetLastModifiedGraphBPreUser", + "OperationId": "education.user_ListClass", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -215405,19 +109144,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/classes/{educationClass-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "education.user_GetClass", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationClass-id", "Location": "Path" }, { @@ -215433,39 +109172,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/classes/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "education.user.class_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/rubrics", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "education.user_ListRubric", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { @@ -215505,47 +109244,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/rubrics", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "education.user_CreateRubric", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_GetList", + "OperationId": "education.user_GetRubric", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationRubric-id", "Location": "Path" }, { @@ -215561,19 +109288,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_UpdateList", + "OperationId": "education.user_UpdateRubric", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationRubric-id", "Location": "Path" } ] @@ -215581,19 +109308,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive_DeleteList", + "OperationId": "education.user_DeleteRubric", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationRubric-id", "Location": "Path" }, { @@ -215605,19 +109332,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/activities", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/rubrics/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.list_ListActivity", + "OperationId": "education.user.rubric_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/users/{educationUser-id}/schools", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.user_ListSchool", + "Method": "Get", + "Parameters": [ + { + "Name": "educationUser-id", "Location": "Path" }, { @@ -215657,39 +109404,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/activities", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/schools/{educationSchool-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.list_CreateActivity", - "Method": "Post", + "OperationId": "education.user_GetSchool", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "educationSchool-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/columns", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/schools/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.list_ListColumn", + "OperationId": "education.user.school_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/education/users/{educationUser-id}/taughtClasses", + "Module": "Education" + }, + "MethodInfo": { + "OperationId": "education.user_ListTaughtClass", + "Method": "Get", + "Parameters": [ + { + "Name": "educationUser-id", "Location": "Path" }, { @@ -215729,43 +109504,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/columns", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.list_CreateColumn", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.list_GetColumn", + "OperationId": "education.user_GetTaughtClass", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "educationClass-id", "Location": "Path" }, { @@ -215781,75 +109532,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/taughtClasses/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.list_UpdateColumn", - "Method": "Patch", + "OperationId": "education.user.taughtClass_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/user", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.list_DeleteColumn", - "Method": "Delete", + "OperationId": "education.user_GetUser", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/user/mailboxSettings", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.list.column_GetSourceColumn", + "OperationId": "education.user_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "educationUser-id", "Location": "Path" }, { @@ -215865,47 +109604,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/columns/$count", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/user/mailboxSettings", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.list.column_GetCount", - "Method": "Get", + "OperationId": "education.user_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.list_ListContentType", + "OperationId": "education.user_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "educationUser-id", "Location": "Path" }, { @@ -215945,51 +109668,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.list_CreateContentType", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" + "Path": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.list_GetContentType", + "OperationId": "education.user.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "educationUser-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -215997,79 +109692,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" + "Path": "/education/users/$count", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.list_UpdateContentType", - "Method": "Patch", + "OperationId": "education.user_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" + "Path": "/education/users/microsoft.graph.delta()", + "Module": "Education" }, "MethodInfo": { - "OperationId": "user.drive.list_DeleteContentType", - "Method": "Delete", + "OperationId": "education.user_delta", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.list.contentType_GetBase", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -216081,25 +109756,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Path": "/drives", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_ListBaseType", + "OperationId": "drive_ListDrive", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -216116,10 +109779,6 @@ "Name": "$filter", "Location": "Query" }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$orderby", "Location": "Query" @@ -216137,29 +109796,28 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Path": "/drives", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_GetBaseType", + "OperationId": "drive_CreateDrive", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive_GetDrive", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "contentType-id1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -216173,57 +109831,53 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "Path": "/drives/{drive-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType.baseType_GetCount", - "Method": "Get", + "OperationId": "drive_UpdateDrive", + "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive_DeleteDrive", + "Method": "Delete", + "Parameters": [ { - "Name": "contentType-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Path": "/drives/{drive-id}/activities", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_ListColumnLink", + "OperationId": "drive_ListActivity", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, - { - "Name": "contentType-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -216261,51 +109915,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Path": "/drives/{drive-id}/activities", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_CreateColumnLink", + "OperationId": "drive_CreateActivity", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_GetColumnLink", + "OperationId": "drive_GetActivity", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnLink-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -216321,27 +109959,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_UpdateColumnLink", + "OperationId": "drive_UpdateActivity", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnLink-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -216349,27 +109979,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_DeleteColumnLink", + "OperationId": "drive_DeleteActivity", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnLink-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -216381,31 +110003,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType.columnLink_GetCount", + "OperationId": "drive.activity_GetDriveItem", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -216413,83 +110031,103 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_ListColumnPosition", + "OperationId": "drive.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", + "Name": "$format", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.activity_SetDriveItemContent", + "Method": "Put", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_GetColumnPosition", + "OperationId": "drive.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, + { + "Name": "itemActivityOLD-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.activity_SetDriveItemContentStream", + "Method": "Put", + "Parameters": [ { "Name": "drive-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "itemActivityOLD-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.activity_GetListItem", + "Method": "Get", + "Parameters": [ + { + "Name": "drive-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -216505,25 +110143,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Path": "/drives/{drive-id}/activities/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType.columnPosition_GetCount", + "OperationId": "drive.activity_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, - { - "Name": "contentType-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -216537,25 +110167,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Path": "/drives/{drive-id}/bundles", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_ListColumn", + "OperationId": "drive_ListBundle", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, - { - "Name": "contentType-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -216593,51 +110215,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Path": "/drives/{drive-id}/bundles", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_CreateColumn", + "OperationId": "drive_CreateBundle", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/drives/{drive-id}/bundles/{driveItem-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_GetColumn", + "OperationId": "drive_GetBundle", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -216653,145 +110259,97 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/drives/{drive-id}/bundles/{driveItem-id}/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_UpdateColumn", - "Method": "Patch", + "OperationId": "drive_GetBundlesContent", + "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/drives/{drive-id}/bundles/{driveItem-id}/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_DeleteColumn", - "Method": "Delete", + "OperationId": "drive_SetBundlesContent", + "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Path": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType.column_GetSourceColumn", + "OperationId": "drive_GetBundlesContentStream", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Path": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType.column_GetCount", - "Method": "Get", + "OperationId": "drive_SetBundlesContentStream", + "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", + "Path": "/drives/{drive-id}/bundles/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_GetCount", + "OperationId": "drive.bundle_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -216809,17 +110367,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/createdByUser", + "Path": "/drives/{drive-id}/createdByUser", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list_GetCreatedGraphBPreUser", + "OperationId": "drive_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -216837,17 +110391,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Path": "/drives/{drive-id}/createdByUser/mailboxSettings", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "drive.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -216865,17 +110415,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Path": "/drives/{drive-id}/createdByUser/mailboxSettings", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "drive.createdGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -216885,17 +110431,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "Path": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "drive.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -216937,17 +110479,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "Path": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "drive.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -216965,45 +110503,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/drive", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.list_GetDrive", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items", + "Path": "/drives/{drive-id}/following", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list_ListItem", + "OperationId": "drive_ListFollowing", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -217045,43 +110551,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.list_CreateItem", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Path": "/drives/{drive-id}/following/{driveItem-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list_GetItem", + "OperationId": "drive_GetFollowing", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -217097,131 +110579,83 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Path": "/drives/{drive-id}/following/{driveItem-id}/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list_UpdateItem", - "Method": "Patch", + "OperationId": "drive_GetFollowingContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Path": "/drives/{drive-id}/following/{driveItem-id}/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list_DeleteItem", - "Method": "Delete", + "OperationId": "drive_SetFollowingContent", + "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "Path": "/drives/{drive-id}/following/{driveItem-id}/contentStream", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_ListActivity", + "OperationId": "drive_GetFollowingContentStream", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "Path": "/drives/{drive-id}/following/{driveItem-id}/contentStream", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_CreateActivity", - "Method": "Post", + "OperationId": "drive_SetFollowingContentStream", + "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -217229,35 +110663,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Path": "/drives/{drive-id}/following/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_GetActivity", + "OperationId": "drive.following_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -217265,88 +110687,40 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.list.item_UpdateActivity", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Path": "/drives/{drive-id}/items", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_DeleteActivity", - "Method": "Delete", + "OperationId": "drive_ListItem", + "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.list.item.activity_GetDriveItem", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -217361,87 +110735,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Path": "/drives/{drive-id}/items", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.activity_GetDriveItemContent", - "Method": "Get", + "OperationId": "drive_CreateItem", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Path": "/drives/{drive-id}/items/{driveItem-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "drive_GetItem", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Path": "/drives/{drive-id}/items/{driveItem-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.activity_GetDriveItemContentStream", - "Method": "Get", + "OperationId": "drive_UpdateItem", + "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -217449,95 +110799,75 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Path": "/drives/{drive-id}/items/{driveItem-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "drive_DeleteItem", + "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "Path": "/drives/{drive-id}/items/{driveItem-id}/activities", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.activity_GetListItem", + "OperationId": "drive.item_ListActivity", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.list.item.activity_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -217545,23 +110875,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Path": "/drives/{drive-id}/items/{driveItem-id}/activities/{itemActivityOLD-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_GetAnalytic", + "OperationId": "drive.item_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -217577,31 +110907,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Path": "/drives/{drive-id}/items/{driveItem-id}/activities/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_GetCreatedGraphBPreUser", + "OperationId": "drive.item.activity_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -217609,23 +110935,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "drive.item_GetAnalytic", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -217641,23 +110963,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "drive.item_UpdateAnalytic", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -217665,87 +110983,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "drive.item_DeleteAnalytic", + "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "drive.item.analytic_GetAllTime", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -217753,23 +111035,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_ListDocumentSetVersion", + "OperationId": "drive.item.analytic_ListItemActivityStat", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -217809,23 +111087,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_CreateDocumentSetVersion", + "OperationId": "drive.item.analytic_CreateItemActivityStat", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -217833,27 +111107,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_GetDocumentSetVersion", + "OperationId": "drive.item.analytic_GetItemActivityStat", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -217869,27 +111139,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_UpdateDocumentSetVersion", + "OperationId": "drive.item.analytic_UpdateItemActivityStat", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "itemActivityStat-id", "Location": "Path" } ] @@ -217897,27 +111163,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_DeleteDocumentSetVersion", + "OperationId": "drive.item.analytic_DeleteItemActivityStat", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -217929,28 +111191,48 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.documentSetVersion_GetField", + "OperationId": "drive.item.analytic.itemActivityStat_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -217965,27 +111247,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.documentSetVersion_UpdateField", - "Method": "Patch", + "OperationId": "drive.item.analytic.itemActivityStat_CreateActivity", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "itemActivityStat-id", "Location": "Path" } ] @@ -217993,251 +111271,219 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.documentSetVersion_DeleteField", - "Method": "Delete", + "OperationId": "drive.item.analytic.itemActivityStat_GetActivity", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "itemActivity-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.documentSetVersion_GetCount", - "Method": "Get", + "OperationId": "drive.item.analytic.itemActivityStat_UpdateActivity", + "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_GetDriveItem", - "Method": "Get", + "OperationId": "drive.item.analytic.itemActivityStat_DeleteActivity", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_GetDriveItemContent", + "OperationId": "drive.item.analytic.itemActivityStat.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "$format", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.list.item_SetDriveItemContent", - "Method": "Put", - "Parameters": [ - { - "Name": "user-id", + "Name": "itemActivity-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_GetDriveItemContentStream", + "OperationId": "drive.item.analytic.itemActivityStat.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.list.item_SetDriveItemContentStream", - "Method": "Put", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "itemActivity-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_GetField", - "Method": "Get", + "OperationId": "drive.item.analytic.itemActivityStat.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_UpdateField", - "Method": "Patch", + "OperationId": "drive.item.analytic.itemActivityStat.activity_GetDriveItemContentStream", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", "Location": "Path" } ] @@ -218245,59 +111491,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_DeleteField", - "Method": "Delete", + "OperationId": "drive.item.analytic.itemActivityStat.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_GetLastModifiedGraphBPreUser", + "OperationId": "drive.item.analytic.itemActivityStat.activity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -218305,31 +111551,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "drive.item.analytic.itemActivityStat_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -218337,47 +111579,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Path": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "drive.item.analytic_GetLastSevenDay", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Path": "/drives/{drive-id}/items/{driveItem-id}/children", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "drive.item_ListChild", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -218417,80 +111659,44 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/children", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "drive.item_CreateChild", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Path": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_ListVersion", + "OperationId": "drive.item_GetChild", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "driveItem-id1", + "Location": "Path" }, { "Name": "$select", @@ -218505,87 +111711,75 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Path": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_CreateVersion", - "Method": "Post", + "OperationId": "drive.item_GetChildrenContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id1", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_GetVersion", - "Method": "Get", + "OperationId": "drive.item_SetChildrenContent", + "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "driveItem-id1", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_UpdateVersion", - "Method": "Patch", + "OperationId": "drive.item_GetChildrenContentStream", + "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "driveItem-id1", "Location": "Path" } ] @@ -218593,67 +111787,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item_DeleteVersion", - "Method": "Delete", + "OperationId": "drive.item_SetChildrenContentStream", + "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "driveItem-id1", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/children/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.version_GetField", + "OperationId": "drive.item.child_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -218661,111 +111839,103 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.version_UpdateField", - "Method": "Patch", + "OperationId": "drive_GetItemsContent", + "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.version_DeleteField", - "Method": "Delete", + "OperationId": "drive_SetItemsContent", + "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/contentStream", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.item.version_GetCount", + "OperationId": "drive_GetItemsContentStream", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "driveItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/items/{driveItem-id}/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive_SetItemsContentStream", + "Method": "Put", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser", + "Path": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list_GetLastModifiedGraphBPreUser", + "OperationId": "drive.item_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -218781,19 +111951,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Path": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "drive.item.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -218809,19 +111979,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Path": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "OperationId": "drive.item.createdGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -218829,19 +111999,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors", + "Path": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "drive.item.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -218881,19 +112051,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "drive.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -218909,44 +112079,20 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/operations", + "Path": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list_ListOperation", + "OperationId": "drive.item_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$select", @@ -218961,43 +112107,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/operations", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.list_CreateOperation", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list_GetOperation", + "OperationId": "drive.item.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -219013,99 +112135,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list_UpdateOperation", + "OperationId": "drive.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "richLongRunningOperation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.list_DeleteOperation", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/operations/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.operation_GetCount", + "OperationId": "drive.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.list_ListSubscription", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -219145,43 +112207,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "Path": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list_CreateSubscription", - "Method": "Post", + "OperationId": "drive.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list_GetSubscription", + "OperationId": "drive.item_GetListItem", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -219197,23 +112263,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list_UpdateSubscription", + "OperationId": "drive.item_UpdateListItem", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -219221,23 +112283,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list_DeleteSubscription", + "OperationId": "drive.item_DeleteListItem", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -219249,21 +112307,29 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.list.subscription_GetCount", + "OperationId": "drive.item.listItem_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -219271,26 +112337,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive_GetRoot", - "Method": "Get", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -219305,19 +112359,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive_UpdateRoot", - "Method": "Patch", + "OperationId": "drive.item.listItem_CreateActivity", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -219325,95 +112379,75 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive_DeleteRoot", - "Method": "Delete", + "OperationId": "drive.item.listItem_GetActivity", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "itemActivityOLD-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/activities", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_ListActivity", - "Method": "Get", + "OperationId": "drive.item.listItem_UpdateActivity", + "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/activities/{itemActivityOLD-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_GetActivity", - "Method": "Get", + "OperationId": "drive.item.listItem_DeleteActivity", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -219421,39 +112455,39 @@ "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/activities/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.activity_GetCount", + "OperationId": "drive.item.listItem.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$search", + "Name": "itemActivityOLD-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -219461,27 +112495,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_GetAnalytic", + "OperationId": "drive.item.listItem.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" }, { - "Name": "$expand", + "Name": "$format", "Location": "Query" } ] @@ -219489,19 +112523,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_UpdateAnalytic", - "Method": "Patch", + "OperationId": "drive.item.listItem.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -219509,96 +112547,72 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_DeleteAnalytic", - "Method": "Delete", + "OperationId": "drive.item.listItem.activity_GetDriveItemContentStream", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic_GetAllTime", - "Method": "Get", + "OperationId": "drive.item.listItem.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic_ListItemActivityStat", + "OperationId": "drive.item.listItem.activity_GetListItem", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" }, { "Name": "$select", @@ -219613,43 +112627,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic_CreateItemActivityStat", - "Method": "Post", + "OperationId": "drive.item.listItem.activity_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic_GetItemActivityStat", + "OperationId": "drive.item.listItem_GetAnalytic", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -219665,75 +112683,95 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic_UpdateItemActivityStat", - "Method": "Patch", + "OperationId": "drive.item.listItem_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic_DeleteItemActivityStat", - "Method": "Delete", + "OperationId": "drive.item.listItem.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic.itemActivityStat_ListActivity", - "Method": "Get", + "OperationId": "drive.item.listItem.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, + { + "Name": "driveItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.item.listItem.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ { "Name": "drive-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -219773,147 +112811,123 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic.itemActivityStat_CreateActivity", - "Method": "Post", + "OperationId": "drive.item.listItem.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic.itemActivityStat_GetActivity", + "OperationId": "drive.item.listItem_ListDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.root.analytic.itemActivityStat_UpdateActivity", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic.itemActivityStat_DeleteActivity", - "Method": "Delete", + "OperationId": "drive.item.listItem_CreateDocumentSetVersion", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic.itemActivityStat.activity_GetDriveItem", + "OperationId": "drive.item.listItem_GetDocumentSetVersion", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -219929,115 +112943,107 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic.itemActivityStat.activity_GetDriveItemContent", - "Method": "Get", + "OperationId": "drive.item.listItem_UpdateDocumentSetVersion", + "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "documentSetVersion-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic.itemActivityStat.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "drive.item.listItem_DeleteDocumentSetVersion", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic.itemActivityStat.activity_GetDriveItemContentStream", + "OperationId": "drive.item.listItem.documentSetVersion_GetField", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic.itemActivityStat.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "drive.item.listItem.documentSetVersion_UpdateField", + "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -220045,116 +113051,72 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic.itemActivityStat.activity_GetCount", - "Method": "Get", + "OperationId": "drive.item.listItem.documentSetVersion_DeleteField", + "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "documentSetVersion-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.analytic.itemActivityStat_GetCount", - "Method": "Get", + "OperationId": "drive.item.listItem.documentSetVersion_restore", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.root.analytic_GetLastSevenDay", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "documentSetVersion-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/children", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_ListChild", + "OperationId": "drive.item.listItem.documentSetVersion_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$search", @@ -220163,59 +113125,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/children", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.root_CreateChild", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_GetChild", + "OperationId": "drive.item.listItem_GetDriveItem", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -220237,17 +113159,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_GetChildrenContent", + "OperationId": "drive.item.listItem_GetDriveItemContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -220265,17 +113183,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_SetChildrenContent", + "OperationId": "drive.item.listItem_SetDriveItemContent", "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -220289,17 +113203,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_GetChildrenContentStream", + "OperationId": "drive.item.listItem_GetDriveItemContentStream", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -220313,17 +113223,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_SetChildrenContentStream", + "OperationId": "drive.item.listItem_SetDriveItemContentStream", "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -220337,27 +113243,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/children/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.child_GetCount", + "OperationId": "drive.item.listItem_GetField", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -220365,43 +113271,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/content", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive_GetRootContent", - "Method": "Get", + "OperationId": "drive.item.listItem_UpdateField", + "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$format", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive_SetRootContent", - "Method": "Put", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -220409,59 +113291,43 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/contentStream", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive_GetRootContentStream", - "Method": "Get", + "OperationId": "drive.item.listItem_DeleteField", + "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive_SetRootContentStream", - "Method": "Put", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/createdByUser", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_GetCreatedGraphBPreUser", + "OperationId": "drive.item.listItem_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -220477,19 +113343,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "drive.item.listItem.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -220505,19 +113371,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "drive.item.listItem.lastModifiedGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -220525,19 +113391,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "drive.item.listItem.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -220577,19 +113443,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "drive.item.listItem.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -220605,95 +113471,103 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.createLink", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_GetLastModifiedGraphBPreUser", - "Method": "Get", + "OperationId": "drive.item.listItem_createLink", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "drive.item.listItem_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$select", + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", + "Location": "Path" + }, + { + "Name": "interval", + "Location": "Path" + }, + { + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.root.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "drive.item.listItem_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -220733,47 +113607,43 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "drive.item.listItem_CreateVersion", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_GetListItem", + "OperationId": "drive.item.listItem_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -220789,19 +113659,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_UpdateListItem", + "OperationId": "drive.item.listItem_UpdateVersion", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -220809,19 +113683,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_DeleteListItem", + "OperationId": "drive.item.listItem_DeleteVersion", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -220833,71 +113711,107 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_ListActivity", + "OperationId": "drive.item.listItem.version_GetField", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.item.listItem.version_UpdateField", + "Method": "Patch", + "Parameters": [ + { + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.item.listItem.version_DeleteField", + "Method": "Delete", + "Parameters": [ + { + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_CreateActivity", + "OperationId": "drive.item.listItem.version_restoreVersion", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -220905,31 +113819,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_GetActivity", + "OperationId": "drive.item.listItem.version_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -220937,23 +113847,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.assignSensitivityLabel", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_UpdateActivity", - "Method": "Patch", + "OperationId": "drive.item_assignSensitivityLabel", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -220961,111 +113867,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.checkin", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_DeleteActivity", - "Method": "Delete", + "OperationId": "drive.item_checkin", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem", + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.checkout", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.activity_GetDriveItem", - "Method": "Get", + "OperationId": "drive.item_checkout", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/content", + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.copy", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.activity_GetDriveItemContent", - "Method": "Get", + "OperationId": "drive.item_copy", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/content", + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createLink", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "drive.item_createLink", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -221073,23 +113947,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createUploadSession", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.activity_GetDriveItemContentStream", - "Method": "Get", + "OperationId": "drive.item_createUploadSession", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -221097,53 +113967,105 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "drive.item_delta", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/listItem", + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=\u0027{token}\u0027)", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.activity_GetListItem", + "OperationId": "drive.item_delta", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "token", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -221153,21 +114075,81 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.extractSensitivityLabels", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.activity_GetCount", - "Method": "Get", + "OperationId": "drive.item_extractSensitivityLabel", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.follow", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.item_follow", + "Method": "Post", + "Parameters": [ + { + "Name": "drive-id", "Location": "Path" }, + { + "Name": "driveItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.item_getActivitiesGraphBPreInterval", + "Method": "Get", + "Parameters": [ { "Name": "drive-id", "Location": "Path" }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", + "Location": "Path" + }, + { + "Name": "interval", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -221175,109 +114157,101 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.invite", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_GetAnalytic", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, + "OperationId": "drive.item_invite", + "Method": "Post", + "Parameters": [ { "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.permanentDelete", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_GetCreatedGraphBPreUser", - "Method": "Get", + "OperationId": "drive.item_permanentDelete", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.preview", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "drive.item_preview", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.restore", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "drive.item_restore", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -221285,19 +114259,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.search(q=\u0027{q}\u0027)", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "drive.item_search", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "q", "Location": "Path" }, { @@ -221321,11 +114299,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -221337,47 +114315,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.unfollow", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.createdGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "drive.item_unfollow", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.validatePermission", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.item_validatePermission", + "Method": "Post", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_ListDocumentSetVersion", + "OperationId": "drive.item_ListPermission", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -221417,19 +114407,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_CreateDocumentSetVersion", + "OperationId": "drive.item_CreatePermission", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -221437,23 +114427,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_GetDocumentSetVersion", + "OperationId": "drive.item_GetPermission", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "permission-id", "Location": "Path" }, { @@ -221469,23 +114459,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_UpdateDocumentSetVersion", + "OperationId": "drive.item_UpdatePermission", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "permission-id", "Location": "Path" } ] @@ -221493,23 +114483,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_DeleteDocumentSetVersion", + "OperationId": "drive.item_DeletePermission", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "permission-id", "Location": "Path" }, { @@ -221521,55 +114511,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/microsoft.graph.grant", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.documentSetVersion_GetField", - "Method": "Get", + "OperationId": "drive.item.permission_grant", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.root.listItem.documentSetVersion_UpdateField", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "permission-id", "Location": "Path" } ] @@ -221577,47 +114535,43 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/microsoft.graph.revokeGrants", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.documentSetVersion_DeleteField", - "Method": "Delete", + "OperationId": "drive.item.permission_revokeGrant", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "permission-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.documentSetVersion_GetCount", + "OperationId": "drive.item.permission_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -221633,19 +114587,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "Path": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_GetDriveItem", + "OperationId": "drive.item_GetRetentionLabel", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -221661,104 +114615,88 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Path": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_GetDriveItemContent", - "Method": "Get", + "OperationId": "drive.item_UpdateRetentionLabel", + "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$format", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Path": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_SetDriveItemContent", - "Method": "Put", + "OperationId": "drive.item_DeleteRetentionLabel", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "Path": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_GetDriveItemContentStream", + "OperationId": "drive.item_ListSubscription", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.root.listItem_SetDriveItemContentStream", - "Method": "Put", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.root.listItem_GetField", - "Method": "Get", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -221773,19 +114711,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_UpdateField", - "Method": "Patch", + "OperationId": "drive.item_CreateSubscription", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -221793,43 +114731,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_DeleteField", - "Method": "Delete", + "OperationId": "drive.item_GetSubscription", + "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.root.listItem_GetLastModifiedGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "subscription-id", "Location": "Path" }, { @@ -221845,119 +114763,95 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Path": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "drive.item_UpdateSubscription", + "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "subscription-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Path": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "drive.item_DeleteSubscription", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "subscription-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Path": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.lastModifiedGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "drive.item.subscription_reauthorize", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "subscription-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "drive.item.subscription_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -221973,19 +114867,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Path": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_ListVersion", + "OperationId": "drive.item_ListThumbnail", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -222025,19 +114919,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Path": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_CreateVersion", + "OperationId": "drive.item_CreateThumbnail", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -222045,23 +114939,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_GetVersion", + "OperationId": "drive.item_GetThumbnail", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "thumbnailSet-id", "Location": "Path" }, { @@ -222077,23 +114971,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_UpdateVersion", + "OperationId": "drive.item_UpdateThumbnail", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "thumbnailSet-id", "Location": "Path" } ] @@ -222101,23 +114995,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_DeleteVersion", + "OperationId": "drive.item_DeleteThumbnail", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "thumbnailSet-id", "Location": "Path" }, { @@ -222129,31 +115023,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.version_GetField", + "OperationId": "drive.item.thumbnail_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -222161,79 +115051,103 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/versions", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.version_UpdateField", - "Method": "Patch", + "OperationId": "drive.item_ListVersion", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Path": "/drives/{drive-id}/items/{driveItem-id}/versions", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.version_DeleteField", - "Method": "Delete", + "OperationId": "drive.item_CreateVersion", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", + "Path": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.version_GetCount", + "OperationId": "drive.item_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$search", + "Name": "driveItemVersion-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -222241,71 +115155,75 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Path": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_ListPermission", - "Method": "Get", + "OperationId": "drive.item_UpdateVersion", + "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "driveItemVersion-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.item_DeleteVersion", + "Method": "Delete", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "driveItemVersion-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Path": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_CreatePermission", - "Method": "Post", + "OperationId": "drive.item_GetVersionsContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "driveItemVersion-id", "Location": "Path" } ] @@ -222313,55 +115231,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_GetPermission", - "Method": "Get", + "OperationId": "drive.item_SetVersionsContent", + "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "driveItemVersion-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_UpdatePermission", - "Method": "Patch", + "OperationId": "drive.item.version_restoreVersion", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "driveItemVersion-id", "Location": "Path" } ] @@ -222369,45 +115279,41 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Path": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_DeletePermission", - "Method": "Delete", + "OperationId": "drive.item.version_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "permission-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", + "Path": "/drives/{drive-id}/items/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.permission_GetCount", + "OperationId": "drive.item_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -222425,17 +115331,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Path": "/drives/{drive-id}/lastModifiedByUser", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_GetRetentionLabel", + "OperationId": "drive_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -222453,61 +115355,53 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Path": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_UpdateRetentionLabel", - "Method": "Patch", + "OperationId": "drive.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Path": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_DeleteRetentionLabel", - "Method": "Delete", + "OperationId": "drive.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Path": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_ListSubscription", + "OperationId": "drive.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -222549,45 +115443,41 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Path": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_CreateSubscription", - "Method": "Post", + "OperationId": "drive.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Path": "/drives/{drive-id}/list", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_GetSubscription", + "OperationId": "drive_GetList", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, - { - "Name": "subscription-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -222601,49 +115491,33 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Path": "/drives/{drive-id}/list", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_UpdateSubscription", + "OperationId": "drive_UpdateList", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" - }, - { - "Name": "subscription-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Path": "/drives/{drive-id}/list", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_DeleteSubscription", + "OperationId": "drive_DeleteList", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, - { - "Name": "subscription-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -222653,20 +115527,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", + "Path": "/drives/{drive-id}/list/activities", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.subscription_GetCount", + "OperationId": "drive.list_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -222675,23 +115553,51 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Path": "/drives/{drive-id}/list/activities", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_ListThumbnail", - "Method": "Get", + "OperationId": "drive.list_CreateActivity", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/list/columns", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.list_ListColumn", + "Method": "Get", + "Parameters": [ { "Name": "drive-id", "Location": "Path" @@ -222733,17 +115639,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Path": "/drives/{drive-id}/list/columns", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_CreateThumbnail", + "OperationId": "drive.list_CreateColumn", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -222753,23 +115655,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Path": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_GetThumbnail", + "OperationId": "drive.list_GetColumn", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "thumbnailSet-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -222785,23 +115683,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Path": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_UpdateThumbnail", + "OperationId": "drive.list_UpdateColumn", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "thumbnailSet-id", + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -222809,23 +115703,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Path": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_DeleteThumbnail", + "OperationId": "drive.list_DeleteColumn", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "thumbnailSet-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -222837,27 +115727,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", + "Path": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root.thumbnail_GetCount", + "OperationId": "drive.list.column_GetSourceColumn", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "columnDefinition-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -222865,17 +115755,37 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/versions", + "Path": "/drives/{drive-id}/list/columns/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_ListVersion", + "OperationId": "drive.list.column_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/list/contentTypes", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.list_ListContentType", + "Method": "Get", + "Parameters": [ { "Name": "drive-id", "Location": "Path" @@ -222917,17 +115827,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/versions", + "Path": "/drives/{drive-id}/list/contentTypes", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_CreateVersion", + "OperationId": "drive.list_CreateContentType", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" @@ -222937,23 +115843,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_GetVersion", + "OperationId": "drive.list_GetContentType", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -222969,23 +115871,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_UpdateVersion", + "OperationId": "drive.list_UpdateContentType", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -222993,23 +115891,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_DeleteVersion", + "OperationId": "drive.list_DeleteContentType", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -223021,75 +115915,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.root_GetVersionsContent", + "OperationId": "drive.list.contentType_GetBase", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItemVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.root_SetVersionsContent", - "Method": "Put", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/versions/$count", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive.root.version_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -223097,19 +115943,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/special", + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive_ListSpecial", + "OperationId": "drive.list.contentType_ListBaseType", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -223149,23 +115995,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive_GetSpecial", + "OperationId": "drive.list.contentType_GetBaseType", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "contentType-id1", "Location": "Path" }, { @@ -223181,27 +116027,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive_GetSpecialContent", + "OperationId": "drive.list.contentType.baseType_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$format", + "Name": "$filter", "Location": "Query" } ] @@ -223209,71 +116055,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive_SetSpecialContent", - "Method": "Put", + "OperationId": "drive.list.contentType_ListColumnLink", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Files" - }, - "MethodInfo": { - "OperationId": "user.drive_GetSpecialContentStream", - "Method": "Get", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive_SetSpecialContentStream", - "Method": "Put", + "OperationId": "drive.list.contentType_CreateColumnLink", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "drive-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -223281,27 +116127,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/special/$count", + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive.special_GetCount", + "OperationId": "drive.list.contentType_GetColumnLink", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$search", + "Name": "columnLink-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -223309,75 +116159,72 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/$count", + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Files" }, "MethodInfo": { - "OperationId": "user.drive_GetCount", - "Method": "Get", + "OperationId": "drive.list.contentType_UpdateColumnLink", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "columnLink-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial_GetFinancial", - "Method": "Get", + "OperationId": "drive.list.contentType_DeleteColumnLink", + "Method": "Delete", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnLink-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial_UpdateFinancial", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/financials/companies", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial_ListCompany", + "OperationId": "drive.list.contentType.columnLink_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" }, { "Name": "$search", @@ -223386,61 +116233,25 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial_GetCompany", + "OperationId": "drive.list.contentType_ListColumnPosition", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/accounts", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company_ListAccount", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -223480,19 +116291,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/accounts/{account-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetAccount", + "OperationId": "drive.list.contentType_GetColumnPosition", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "account-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -223508,15 +116323,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/accounts/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.account_GetCount", + "OperationId": "drive.list.contentType.columnPosition_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -223532,15 +116351,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/agedAccountsPayable", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListAgedAccountsPayable", + "OperationId": "drive.list.contentType_ListColumn", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -223580,19 +116403,43 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetAgedAccountsPayable", + "OperationId": "drive.list.contentType_CreateColumn", + "Method": "Post", + "Parameters": [ + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "contentType-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.list.contentType_GetColumn", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "agedAccountsPayable-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -223608,91 +116455,75 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/agedAccountsPayable/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.agedAccountsPayable_GetCount", - "Method": "Get", + "OperationId": "drive.list.contentType_UpdateColumn", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "columnDefinition-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/agedAccountsReceivable", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListAgedAccountsReceivable", - "Method": "Get", + "OperationId": "drive.list.contentType_DeleteColumn", + "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "columnDefinition-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetAgedAccountsReceivable", + "OperationId": "drive.list.contentType.column_GetSourceColumn", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "agedAccountsReceivable-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -223708,15 +116539,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/agedAccountsReceivable/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.agedAccountsReceivable_GetCount", + "OperationId": "drive.list.contentType.column_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -223732,95 +116567,59 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/companyInformation", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListCompanyInformation", - "Method": "Get", + "OperationId": "drive.list.contentType_associateGraphWPreHubSite", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetCompanyInformation", - "Method": "Get", + "OperationId": "drive.list.contentType_copyToDefaultContentLocation", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "companyInformation-id", + "Name": "contentType-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.isPublished()", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateCompanyInformation", - "Method": "Patch", + "OperationId": "drive.list.contentType_isPublished", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "companyInformation-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -223828,19 +116627,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.publish", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetCompanyInformationPicture", - "Method": "Get", + "OperationId": "drive.list.contentType_publish", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "companyInformation-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -223848,19 +116647,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.unpublish", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_SetCompanyInformationPicture", - "Method": "Put", + "OperationId": "drive.list.contentType_unpublish", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "companyInformation-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -223868,15 +116667,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/companyInformation/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.companyInformation_GetCount", + "OperationId": "drive.list.contentType_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { @@ -223892,15 +116691,47 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/countriesRegions", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopy", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListCountriesRegion", + "OperationId": "drive.list.contentType_addCopy", + "Method": "Post", + "Parameters": [ + { + "Name": "drive-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopyFromContentTypeHub", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.list.contentType_addCopyFromContentTypeHub", + "Method": "Post", + "Parameters": [ + { + "Name": "drive-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/list/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.list.contentType_getCompatibleHubContentType", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { @@ -223924,11 +116755,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -223940,35 +116771,39 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/countriesRegions", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreateCountriesRegion", - "Method": "Post", + "OperationId": "drive.list_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetCountriesRegion", + "OperationId": "drive.list.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "countryRegion-id", + "Name": "drive-id", "Location": "Path" }, { @@ -223984,19 +116819,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateCountriesRegion", + "OperationId": "drive.list.createdGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "countryRegion-id", + "Name": "drive-id", "Location": "Path" } ] @@ -224004,39 +116835,63 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeleteCountriesRegion", - "Method": "Delete", + "OperationId": "drive.list.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "countryRegion-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/countriesRegions/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.countriesRegion_GetCount", + "OperationId": "drive.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { @@ -224052,15 +116907,39 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/currencies", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/drive", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListCurrency", + "OperationId": "drive.list_GetDrive", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/list/items", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.list_ListItem", + "Method": "Get", + "Parameters": [ + { + "Name": "drive-id", "Location": "Path" }, { @@ -224100,15 +116979,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/currencies", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreateCurrency", + "OperationId": "drive.list_CreateItem", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" } ] @@ -224116,19 +116995,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/currencies/{currency-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetCurrency", + "OperationId": "drive.list_GetItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "currency-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -224144,19 +117023,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/currencies/{currency-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateCurrency", + "OperationId": "drive.list_UpdateItem", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "currency-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -224164,19 +117043,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/currencies/{currency-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeleteCurrency", + "OperationId": "drive.list_DeleteItem", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "currency-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -224188,39 +117067,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/currencies/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.currency_GetCount", + "OperationId": "drive.list.item_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company_ListCustomerPaymentJournal", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -224260,15 +117119,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreateCustomerPaymentJournal", + "OperationId": "drive.list.item_CreateActivity", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -224276,19 +117139,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetCustomerPaymentJournal", + "OperationId": "drive.list.item_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -224304,19 +117171,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateCustomerPaymentJournal", + "OperationId": "drive.list.item_UpdateActivity", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -224324,19 +117195,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeleteCustomerPaymentJournal", + "OperationId": "drive.list.item_DeleteActivity", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -224348,19 +117223,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal_GetAccount", + "OperationId": "drive.list.item.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -224376,71 +117255,99 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal_ListCustomerPayment", + "OperationId": "drive.list.item.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$format", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.list.item.activity_SetDriveItemContent", + "Method": "Put", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" - }, + "Name": "itemActivityOLD-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.list.item.activity_GetDriveItemContentStream", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal_CreateCustomerPayment", - "Method": "Post", + "OperationId": "drive.list.item.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -224448,23 +117355,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal_GetCustomerPayment", + "OperationId": "drive.list.item.activity_GetListItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -224480,75 +117387,103 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal_UpdateCustomerPayment", - "Method": "Patch", + "OperationId": "drive.list.item.activity_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal_DeleteCustomerPayment", - "Method": "Delete", + "OperationId": "drive.list.item_GetAnalytic", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment_GetCustomer", + "OperationId": "drive.list.item_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.list.item.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", + "Parameters": [ + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -224564,159 +117499,195 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment_UpdateCustomer", + "OperationId": "drive.list.item.createdGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.list.item.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ + { + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment_DeleteCustomer", - "Method": "Delete", + "OperationId": "drive.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_GetCurrency", + "OperationId": "drive.list.item_ListDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_UpdateCurrency", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "company-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "customerPaymentJournal-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "customerPayment-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_DeleteCurrency", - "Method": "Delete", + "OperationId": "drive.list.item_CreateDocumentSetVersion", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customerPaymentJournal-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_GetPaymentMethod", + "OperationId": "drive.list.item_GetDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -224732,23 +117703,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_UpdatePaymentMethod", + "OperationId": "drive.list.item_UpdateDocumentSetVersion", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -224756,23 +117727,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_DeletePaymentMethod", + "OperationId": "drive.list.item_DeleteDocumentSetVersion", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -224784,23 +117755,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_GetPaymentTerm", + "OperationId": "drive.list.item.documentSetVersion_GetField", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -224816,23 +117787,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_UpdatePaymentTerm", + "OperationId": "drive.list.item.documentSetVersion_UpdateField", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -224840,23 +117811,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_DeletePaymentTerm", + "OperationId": "drive.list.item.documentSetVersion_DeleteField", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -224868,107 +117839,71 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_ListPicture", - "Method": "Get", + "OperationId": "drive.list.item.documentSetVersion_restore", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "documentSetVersion-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_CreatePicture", - "Method": "Post", + "OperationId": "drive.list.item.documentSetVersion_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_GetPicture", + "OperationId": "drive.list.item_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customerPaymentJournal-id", - "Location": "Path" - }, - { - "Name": "customerPayment-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -224984,87 +117919,63 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_UpdatePicture", - "Method": "Patch", + "OperationId": "drive.list.item_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customerPaymentJournal-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_DeletePicture", - "Method": "Delete", + "OperationId": "drive.list.item_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customerPaymentJournal-id", - "Location": "Path" - }, - { - "Name": "customerPayment-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItem-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_GetPictureContent", + "OperationId": "drive.list.item_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customerPaymentJournal-id", - "Location": "Path" - }, - { - "Name": "customerPayment-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -225072,27 +117983,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_SetPictureContent", + "OperationId": "drive.list.item_SetDriveItemContentStream", "Method": "Put", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customerPaymentJournal-id", - "Location": "Path" - }, - { - "Name": "customerPayment-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -225100,31 +118003,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer.picture_GetCount", + "OperationId": "drive.list.item_GetField", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customerPaymentJournal-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -225132,111 +118031,99 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_GetShipmentMethod", - "Method": "Get", + "OperationId": "drive.list.item_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customerPaymentJournal-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_UpdateShipmentMethod", - "Method": "Patch", + "OperationId": "drive.list.item_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_DeleteShipmentMethod", - "Method": "Delete", + "OperationId": "drive.list.item_GetLastModifiedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "customerPayment-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal.customerPayment_GetCount", + "OperationId": "drive.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPaymentJournal-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -225244,39 +118131,39 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPaymentJournals/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPaymentJournal_GetCount", - "Method": "Get", + "OperationId": "drive.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListCustomerPayment", + "OperationId": "drive.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -225316,43 +118203,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company_CreateCustomerPayment", - "Method": "Post", - "Parameters": [ - { - "Name": "company-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetCustomerPayment", + "OperationId": "drive.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -225360,19 +118231,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.createLink", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateCustomerPayment", - "Method": "Patch", + "OperationId": "drive.list.item_createLink", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -225380,49 +118251,61 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeleteCustomerPayment", - "Method": "Delete", + "OperationId": "drive.list.item_getActivitiesGraphBPreInterval", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.customerPayment_GetCustomer", - "Method": "Get", - "Parameters": [ + "Name": "startDateTime", + "Location": "Path" + }, { - "Name": "company-id", + "Name": "endDateTime", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "interval", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -225432,63 +118315,95 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment_UpdateCustomer", - "Method": "Patch", + "OperationId": "drive.list.item_ListVersion", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment_DeleteCustomer", - "Method": "Delete", + "OperationId": "drive.list.item_CreateVersion", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_GetCurrency", + "OperationId": "drive.list.item_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -225504,19 +118419,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_UpdateCurrency", + "OperationId": "drive.list.item_UpdateVersion", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -225524,19 +118443,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_DeleteCurrency", + "OperationId": "drive.list.item_DeleteVersion", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -225548,19 +118471,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_GetPaymentMethod", + "OperationId": "drive.list.item.version_GetField", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -225576,19 +118503,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_UpdatePaymentMethod", + "OperationId": "drive.list.item.version_UpdateField", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -225596,19 +118527,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_DeletePaymentMethod", + "OperationId": "drive.list.item.version_DeleteField", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -225620,91 +118555,91 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_GetPaymentTerm", - "Method": "Get", + "OperationId": "drive.list.item.version_restoreVersion", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_UpdatePaymentTerm", - "Method": "Patch", + "OperationId": "drive.list.item.version_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_DeletePaymentTerm", - "Method": "Delete", + "OperationId": "drive.list.item_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/microsoft.graph.delta()", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_ListPicture", + "OperationId": "drive.list.item_delta", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customerPayment-id", + "Name": "drive-id", "Location": "Path" }, { @@ -225728,11 +118663,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -225744,43 +118679,67 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/items/microsoft.graph.delta(token=\u0027{token}\u0027)", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_CreatePicture", - "Method": "Post", + "OperationId": "drive.list.item_delta", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "token", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_GetPicture", + "OperationId": "drive.list_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customerPayment-id", - "Location": "Path" - }, - { - "Name": "picture-id", + "Name": "drive-id", "Location": "Path" }, { @@ -225796,120 +118755,136 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_UpdatePicture", - "Method": "Patch", + "OperationId": "drive.list.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_DeletePicture", - "Method": "Delete", + "OperationId": "drive.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customerPayment-id", - "Location": "Path" - }, - { - "Name": "picture-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_GetPictureContent", + "OperationId": "drive.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_SetPictureContent", - "Method": "Put", + "OperationId": "drive.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/operations", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer.picture_GetCount", + "OperationId": "drive.list_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -225918,25 +118893,57 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/operations", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_GetShipmentMethod", + "OperationId": "drive.list_CreateOperation", + "Method": "Post", + "Parameters": [ + { + "Name": "drive-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.list_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -225952,19 +118959,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_UpdateShipmentMethod", + "OperationId": "drive.list_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "richLongRunningOperation-id", "Location": "Path" } ] @@ -225972,19 +118979,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment.customer_DeleteShipmentMethod", + "OperationId": "drive.list_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customerPayment-id", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -225996,15 +119003,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customerPayments/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/operations/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customerPayment_GetCount", + "OperationId": "drive.list.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { @@ -226020,15 +119027,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/subscriptions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListCustomer", + "OperationId": "drive.list_ListSubscription", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { @@ -226068,15 +119075,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/subscriptions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreateCustomer", + "OperationId": "drive.list_CreateSubscription", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" } ] @@ -226084,19 +119091,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetCustomer", + "OperationId": "drive.list_GetSubscription", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customer-id", + "Name": "subscription-id", "Location": "Path" }, { @@ -226112,19 +119119,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateCustomer", + "OperationId": "drive.list_UpdateSubscription", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customer-id", + "Name": "subscription-id", "Location": "Path" } ] @@ -226132,19 +119139,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeleteCustomer", + "OperationId": "drive.list_DeleteSubscription", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customer-id", + "Name": "subscription-id", "Location": "Path" }, { @@ -226156,97 +119163,141 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/subscriptions/{subscription-id}/microsoft.graph.reauthorize", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_GetCurrency", - "Method": "Get", + "OperationId": "drive.list.subscription_reauthorize", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customer-id", + "Name": "subscription-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "Module": "Financials" + "Path": "/drives/{drive-id}/list/subscriptions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_UpdateCurrency", - "Method": "Patch", + "OperationId": "drive.list.subscription_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customer-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "Module": "Financials" + "Path": "/drives/{drive-id}/microsoft.graph.recent()", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_DeleteCurrency", - "Method": "Delete", + "OperationId": "drive_recent", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customer-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/paymentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/microsoft.graph.search(q=\u0027{q}\u0027)", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_GetPaymentMethod", + "OperationId": "drive_search", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customer-id", + "Name": "q", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -226256,63 +119307,63 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/paymentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/microsoft.graph.sharedWithMe()", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_UpdatePaymentMethod", - "Method": "Patch", + "OperationId": "drive_sharedGraphWPreMe", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customer-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/paymentMethod", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.customer_DeletePaymentMethod", - "Method": "Delete", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "company-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "customer-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/paymentTerm", - "Module": "Financials" + "Path": "/drives/{drive-id}/root", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_GetPaymentTerm", + "OperationId": "drive_GetRoot", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customer-id", + "Name": "drive-id", "Location": "Path" }, { @@ -226328,19 +119379,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/paymentTerm", - "Module": "Financials" + "Path": "/drives/{drive-id}/root", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_UpdatePaymentTerm", + "OperationId": "drive_UpdateRoot", "Method": "Patch", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customer-id", + "Name": "drive-id", "Location": "Path" } ] @@ -226348,19 +119395,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/paymentTerm", - "Module": "Financials" + "Path": "/drives/{drive-id}/root", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_DeletePaymentTerm", + "OperationId": "drive_DeleteRoot", "Method": "Delete", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customer-id", + "Name": "drive-id", "Location": "Path" }, { @@ -226372,19 +119415,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_ListPicture", + "OperationId": "drive.root_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customer-id", + "Name": "drive-id", "Location": "Path" }, { @@ -226424,43 +119463,67 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_CreatePicture", - "Method": "Post", + "OperationId": "drive.root_GetActivity", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customer-id", + "Name": "itemActivityOLD-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_GetPicture", + "OperationId": "drive.root.activity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customer-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "picture-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/analytics", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root_GetAnalytic", + "Method": "Get", + "Parameters": [ + { + "Name": "drive-id", "Location": "Path" }, { @@ -226476,23 +119539,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_UpdatePicture", + "OperationId": "drive.root_UpdateAnalytic", "Method": "Patch", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customer-id", - "Location": "Path" - }, - { - "Name": "picture-id", + "Name": "drive-id", "Location": "Path" } ] @@ -226500,23 +119555,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_DeletePicture", + "OperationId": "drive.root_DeleteAnalytic", "Method": "Delete", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customer-id", - "Location": "Path" - }, - { - "Name": "picture-id", + "Name": "drive-id", "Location": "Path" }, { @@ -226528,95 +119575,107 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics/allTime", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_GetPictureContent", + "OperationId": "drive.root.analytic_GetAllTime", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customer-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_SetPictureContent", - "Method": "Put", + "OperationId": "drive.root.analytic_ListItemActivityStat", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customer-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer.picture_GetCount", - "Method": "Get", + "OperationId": "drive.root.analytic_CreateItemActivityStat", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "customer-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_GetShipmentMethod", + "OperationId": "drive.root.analytic_GetItemActivityStat", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customer-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -226632,19 +119691,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_UpdateShipmentMethod", + "OperationId": "drive.root.analytic_UpdateItemActivityStat", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customer-id", + "Name": "itemActivityStat-id", "Location": "Path" } ] @@ -226652,19 +119711,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_DeleteShipmentMethod", + "OperationId": "drive.root.analytic_DeleteItemActivityStat", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "customer-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -226676,39 +119735,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/customers/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.customer_GetCount", + "OperationId": "drive.root.analytic.itemActivityStat_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/dimensions", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company_ListDimension", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -226748,103 +119787,127 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/dimensions/{dimension-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetDimension", - "Method": "Get", + "OperationId": "drive.root.analytic.itemActivityStat_CreateActivity", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "dimension-id", + "Name": "itemActivityStat-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.dimension_ListDimensionValue", + "OperationId": "drive.root.analytic.itemActivityStat_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "dimension-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root.analytic.itemActivityStat_UpdateActivity", + "Method": "Patch", + "Parameters": [ + { + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root.analytic.itemActivityStat_DeleteActivity", + "Method": "Delete", + "Parameters": [ + { + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/{dimensionValue-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.dimension_GetDimensionValue", + "OperationId": "drive.root.analytic.itemActivityStat.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "dimension-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "dimensionValue-id", + "Name": "itemActivity-id", "Location": "Path" }, { @@ -226860,27 +119923,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.dimension.dimensionValue_GetCount", + "OperationId": "drive.root.analytic.itemActivityStat.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "dimension-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$format", "Location": "Query" } ] @@ -226888,71 +119951,99 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/dimensions/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.dimension_GetCount", - "Method": "Get", + "OperationId": "drive.root.analytic.itemActivityStat.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/dimensionValues", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListDimensionValue", + "OperationId": "drive.root.analytic.itemActivityStat.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" - }, + "Name": "itemActivity-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root.analytic.itemActivityStat.activity_SetDriveItemContentStream", + "Method": "Put", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root.analytic.itemActivityStat.activity_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -226960,27 +120051,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetDimensionValue", + "OperationId": "drive.root.analytic.itemActivityStat_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "dimensionValue-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -226988,23 +120075,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/dimensionValues/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/analytics/lastSevenDays", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.dimensionValue_GetCount", + "OperationId": "drive.root.analytic_GetLastSevenDay", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -227012,15 +120099,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/employees", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/children", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListEmployee", + "OperationId": "drive.root_ListChild", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { @@ -227060,15 +120147,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/employees", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/children", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreateEmployee", + "OperationId": "drive.root_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" } ] @@ -227076,19 +120163,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/employees/{employee-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/children/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetEmployee", + "OperationId": "drive.root_GetChild", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "employee-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -227104,115 +120191,83 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/employees/{employee-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateEmployee", - "Method": "Patch", + "OperationId": "drive.root_GetChildrenContent", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "employee-id", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/employees/{employee-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeleteEmployee", - "Method": "Delete", + "OperationId": "drive.root_SetChildrenContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "employee-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.employee_ListPicture", + "OperationId": "drive.root_GetChildrenContentStream", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "employee-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.employee_CreatePicture", - "Method": "Post", + "OperationId": "drive.root_SetChildrenContentStream", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "employee-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -227220,31 +120275,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/children/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.employee_GetPicture", + "OperationId": "drive.root.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "employee-id", - "Location": "Path" - }, - { - "Name": "picture-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -227252,75 +120299,51 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.employee_UpdatePicture", - "Method": "Patch", + "OperationId": "drive_GetRootContent", + "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "employee-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.employee_DeletePicture", - "Method": "Delete", + "OperationId": "drive_SetRootContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "employee-id", - "Location": "Path" - }, - { - "Name": "picture-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.employee_GetPictureContent", + "OperationId": "drive_GetRootContentStream", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "employee-id", - "Location": "Path" - }, - { - "Name": "picture-id", + "Name": "drive-id", "Location": "Path" } ] @@ -227328,23 +120351,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.employee_SetPictureContent", + "OperationId": "drive_SetRootContentStream", "Method": "Put", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "employee-id", - "Location": "Path" - }, - { - "Name": "picture-id", + "Name": "drive-id", "Location": "Path" } ] @@ -227352,27 +120367,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.employee.picture_GetCount", + "OperationId": "drive.root_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "employee-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -227380,23 +120391,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/employees/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.employee_GetCount", + "OperationId": "drive.root.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -227404,15 +120415,31 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/generalLedgerEntries", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListGeneralLedgerEntry", + "OperationId": "drive.root.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "drive-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { @@ -227452,27 +120479,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetGeneralLedgerEntry", + "OperationId": "drive.root.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "generalLedgerEntry-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -227480,19 +120503,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.generalLedgerEntry_GetAccount", + "OperationId": "drive.root_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "generalLedgerEntry-id", + "Name": "drive-id", "Location": "Path" }, { @@ -227508,23 +120527,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/generalLedgerEntries/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.generalLedgerEntry_GetCount", + "OperationId": "drive.root.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -227532,15 +120551,31 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/itemCategories", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListItemCategory", + "OperationId": "drive.root.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "drive-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { @@ -227580,35 +120615,39 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/itemCategories", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreateItemCategory", - "Method": "Post", + "OperationId": "drive.root.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetItemCategory", + "OperationId": "drive.root_GetListItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "itemCategory-id", + "Name": "drive-id", "Location": "Path" }, { @@ -227624,19 +120663,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateItemCategory", + "OperationId": "drive.root_UpdateListItem", "Method": "Patch", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "itemCategory-id", + "Name": "drive-id", "Location": "Path" } ] @@ -227644,19 +120679,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeleteItemCategory", + "OperationId": "drive.root_DeleteListItem", "Method": "Delete", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "itemCategory-id", + "Name": "drive-id", "Location": "Path" }, { @@ -227668,39 +120699,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/itemCategories/$count", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.itemCategory_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/items", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListItem", + "OperationId": "drive.root.listItem_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { @@ -227740,15 +120747,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreateItem", + "OperationId": "drive.root.listItem_CreateActivity", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" } ] @@ -227756,19 +120763,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items/{item-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetItem", + "OperationId": "drive.root.listItem_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "item-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -227784,19 +120791,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items/{item-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateItem", + "OperationId": "drive.root.listItem_UpdateActivity", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "item-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -227804,19 +120811,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items/{item-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeleteItem", + "OperationId": "drive.root.listItem_DeleteActivity", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "item-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -227828,19 +120835,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items/{item-id}/itemCategory", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.item_GetItemCategory", + "OperationId": "drive.root.listItem.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "item-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -227856,115 +120863,83 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items/{item-id}/itemCategory", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.item_UpdateItemCategory", - "Method": "Patch", + "OperationId": "drive.root.listItem.activity_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "item-id", + "Name": "itemActivityOLD-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items/{item-id}/itemCategory", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.item_DeleteItemCategory", - "Method": "Delete", + "OperationId": "drive.root.listItem.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "item-id", + "Name": "itemActivityOLD-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items/{item-id}/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.item_ListPicture", + "OperationId": "drive.root.listItem.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "item-id", + "Name": "itemActivityOLD-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items/{item-id}/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.item_CreatePicture", - "Method": "Post", + "OperationId": "drive.root.listItem.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "item-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -227972,23 +120947,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.item_GetPicture", + "OperationId": "drive.root.listItem.activity_GetListItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "item-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -228004,99 +120975,111 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.item_UpdatePicture", - "Method": "Patch", + "OperationId": "drive.root.listItem.activity_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "item-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.item_DeletePicture", - "Method": "Delete", + "OperationId": "drive.root.listItem_GetAnalytic", + "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "item-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.item_GetPictureContent", + "OperationId": "drive.root.listItem_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "item-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.item_SetPictureContent", - "Method": "Put", + "OperationId": "drive.root.listItem.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "item-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "picture-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root.listItem.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "drive-id", "Location": "Path" } ] @@ -228104,20 +121087,24 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items/{item-id}/picture/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.item.picture_GetCount", + "OperationId": "drive.root.listItem.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "item-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -228126,21 +121113,37 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/items/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.item_GetCount", + "OperationId": "drive.root.listItem.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { @@ -228156,15 +121159,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journalLines", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListJournalLine", + "OperationId": "drive.root.listItem_ListDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { @@ -228204,15 +121207,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journalLines", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreateJournalLine", + "OperationId": "drive.root.listItem_CreateDocumentSetVersion", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" } ] @@ -228220,19 +121223,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetJournalLine", + "OperationId": "drive.root.listItem_GetDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "journalLine-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -228248,19 +121251,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateJournalLine", + "OperationId": "drive.root.listItem_UpdateDocumentSetVersion", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "journalLine-id", + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -228268,19 +121271,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeleteJournalLine", + "OperationId": "drive.root.listItem_DeleteDocumentSetVersion", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "journalLine-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -228292,19 +121295,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.journalLine_GetAccount", + "OperationId": "drive.root.listItem.documentSetVersion_GetField", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "journalLine-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -228320,87 +121323,63 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journalLines/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.journalLine_GetCount", - "Method": "Get", + "OperationId": "drive.root.listItem.documentSetVersion_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "documentSetVersion-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journals", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListJournal", - "Method": "Get", + "OperationId": "drive.root.listItem.documentSetVersion_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "documentSetVersion-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journals", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreateJournal", + "OperationId": "drive.root.listItem.documentSetVersion_restore", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -228408,27 +121387,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journals/{journal-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetJournal", + "OperationId": "drive.root.listItem.documentSetVersion_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "journal-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -228436,143 +121411,91 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journals/{journal-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateJournal", - "Method": "Patch", + "OperationId": "drive.root.listItem_GetDriveItem", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "journal-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journals/{journal-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeleteJournal", - "Method": "Delete", + "OperationId": "drive.root.listItem_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "journal-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journals/{journal-id}/account", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.journal_GetAccount", - "Method": "Get", + "OperationId": "drive.root.listItem_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "journal-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journals/{journal-id}/journalLines", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.journal_ListJournalLine", + "OperationId": "drive.root.listItem_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "journal-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journals/{journal-id}/journalLines", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.journal_CreateJournalLine", - "Method": "Post", + "OperationId": "drive.root.listItem_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "journal-id", + "Name": "drive-id", "Location": "Path" } ] @@ -228580,23 +121503,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journals/{journal-id}/journalLines/{journalLine-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.journal_GetJournalLine", + "OperationId": "drive.root.listItem_GetField", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "journal-id", - "Location": "Path" - }, - { - "Name": "journalLine-id", + "Name": "drive-id", "Location": "Path" }, { @@ -228612,23 +121527,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journals/{journal-id}/journalLines/{journalLine-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.journal_UpdateJournalLine", + "OperationId": "drive.root.listItem_UpdateField", "Method": "Patch", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "journal-id", - "Location": "Path" - }, - { - "Name": "journalLine-id", + "Name": "drive-id", "Location": "Path" } ] @@ -228636,23 +121543,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journals/{journal-id}/journalLines/{journalLine-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.journal_DeleteJournalLine", + "OperationId": "drive.root.listItem_DeleteField", "Method": "Delete", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "journal-id", - "Location": "Path" - }, - { - "Name": "journalLine-id", + "Name": "drive-id", "Location": "Path" }, { @@ -228664,23 +121563,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journals/{journal-id}/journalLines/{journalLine-id}/account", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.journal.journalLine_GetAccount", + "OperationId": "drive.root.listItem_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "journal-id", - "Location": "Path" - }, - { - "Name": "journalLine-id", + "Name": "drive-id", "Location": "Path" }, { @@ -228696,27 +121587,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journals/{journal-id}/journalLines/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.journal.journalLine_GetCount", + "OperationId": "drive.root.listItem.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "journal-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -228724,59 +121611,31 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/journals/{journal-id}/microsoft.graph.post", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.journal_post", - "Method": "Post", - "Parameters": [ - { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "journal-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/journals/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.journal_GetCount", - "Method": "Get", + "OperationId": "drive.root.listItem.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/paymentMethods", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListPaymentMethod", + "OperationId": "drive.root.listItem.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { @@ -228816,43 +121675,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/paymentMethods", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company_CreatePaymentMethod", - "Method": "Post", - "Parameters": [ - { - "Name": "company-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetPaymentMethod", + "OperationId": "drive.root.listItem.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "paymentMethod-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -228860,19 +121699,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/microsoft.graph.createLink", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdatePaymentMethod", - "Method": "Patch", + "OperationId": "drive.root.listItem_createLink", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "paymentMethod-id", + "Name": "drive-id", "Location": "Path" } ] @@ -228880,41 +121715,37 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeletePaymentMethod", - "Method": "Delete", + "OperationId": "drive.root.listItem_getActivitiesGraphBPreInterval", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "paymentMethod-id", + "Name": "startDateTime", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/paymentMethods/$count", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.paymentMethod_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "endDateTime", + "Location": "Path" + }, { - "Name": "company-id", + "Name": "interval", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -228922,21 +121753,37 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/paymentTerms", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListPaymentTerm", + "OperationId": "drive.root.listItem_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { @@ -228976,15 +121823,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/paymentTerms", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreatePaymentTerm", + "OperationId": "drive.root.listItem_CreateVersion", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" } ] @@ -228992,19 +121839,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetPaymentTerm", + "OperationId": "drive.root.listItem_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "paymentTerm-id", + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -229020,19 +121867,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdatePaymentTerm", + "OperationId": "drive.root.listItem_UpdateVersion", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "paymentTerm-id", + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -229040,19 +121887,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeletePaymentTerm", + "OperationId": "drive.root.listItem_DeleteVersion", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "paymentTerm-id", + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -229064,23 +121911,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/paymentTerms/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.paymentTerm_GetCount", + "OperationId": "drive.root.listItem.version_GetField", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "listItemVersion-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -229088,47 +121939,87 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListPicture", - "Method": "Get", + "OperationId": "drive.root.listItem.version_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, + "Name": "listItemVersion-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root.listItem.version_DeleteField", + "Method": "Delete", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root.listItem.version_restoreVersion", + "Method": "Post", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/listItem/versions/$count", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root.listItem.version_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -229136,15 +122027,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.assignSensitivityLabel", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreatePicture", + "OperationId": "drive.root_assignSensitivityLabel", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" } ] @@ -229152,47 +122043,31 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.checkin", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetPicture", - "Method": "Get", + "OperationId": "drive.root_checkin", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "picture-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.checkout", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdatePicture", - "Method": "Patch", + "OperationId": "drive.root_checkout", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "picture-id", + "Name": "drive-id", "Location": "Path" } ] @@ -229200,43 +122075,31 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.copy", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeletePicture", - "Method": "Delete", + "OperationId": "drive.root_copy", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "picture-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.createLink", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetPictureContent", - "Method": "Get", + "OperationId": "drive.root_createLink", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "picture-id", + "Name": "drive-id", "Location": "Path" } ] @@ -229244,19 +122107,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.createUploadSession", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_SetPictureContent", - "Method": "Put", + "OperationId": "drive.root_createUploadSession", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "picture-id", + "Name": "drive-id", "Location": "Path" } ] @@ -229264,17 +122123,25 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/picture/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.delta()", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.picture_GetCount", + "OperationId": "drive.root_delta", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -229282,21 +122149,41 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.delta(token=\u0027{token}\u0027)", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListPurchaseInvoiceLine", + "OperationId": "drive.root_delta", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "token", "Location": "Path" }, { @@ -229320,11 +122207,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -229336,47 +122223,31 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.extractSensitivityLabels", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetPurchaseInvoiceLine", - "Method": "Get", + "OperationId": "drive.root_extractSensitivityLabel", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.follow", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdatePurchaseInvoiceLine", - "Method": "Patch", + "OperationId": "drive.root_follow", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" } ] @@ -229384,53 +122255,57 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine_GetAccount", + "OperationId": "drive.root_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoiceLine-id", + "Name": "startDateTime", "Location": "Path" }, { - "Name": "$select", + "Name": "endDateTime", + "Location": "Path" + }, + { + "Name": "interval", + "Location": "Path" + }, + { + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine_GetItem", - "Method": "Get", - "Parameters": [ + }, { - "Name": "company-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "purchaseInvoiceLine-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -229440,19 +122315,31 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.invite", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine_UpdateItem", - "Method": "Patch", + "OperationId": "drive.root_invite", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/microsoft.graph.permanentDelete", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root_permanentDelete", + "Method": "Post", + "Parameters": [ { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" } ] @@ -229460,49 +122347,81 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.preview", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine_DeleteItem", - "Method": "Delete", + "OperationId": "drive.root_preview", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/microsoft.graph.restore", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root_restore", + "Method": "Post", + "Parameters": [ { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.search(q=\u0027{q}\u0027)", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine.item_GetItemCategory", + "OperationId": "drive.root_search", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoiceLine-id", + "Name": "q", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -229512,19 +122431,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.unfollow", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine.item_UpdateItemCategory", - "Method": "Patch", + "OperationId": "drive.root_unfollow", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" } ] @@ -229532,43 +122447,31 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/microsoft.graph.validatePermission", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine.item_DeleteItemCategory", - "Method": "Delete", + "OperationId": "drive.root_validatePermission", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/permissions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine.item_ListPicture", + "OperationId": "drive.root_ListPermission", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { @@ -229608,19 +122511,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/permissions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine.item_CreatePicture", + "OperationId": "drive.root_CreatePermission", "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" } ] @@ -229628,23 +122527,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine.item_GetPicture", + "OperationId": "drive.root_GetPermission", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "permission-id", "Location": "Path" }, { @@ -229660,23 +122555,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine.item_UpdatePicture", + "OperationId": "drive.root_UpdatePermission", "Method": "Patch", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "permission-id", "Location": "Path" } ] @@ -229684,23 +122575,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine.item_DeletePicture", + "OperationId": "drive.root_DeletePermission", "Method": "Delete", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "permission-id", "Location": "Path" }, { @@ -229712,23 +122599,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/permissions/{permission-id}/microsoft.graph.grant", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine.item_GetPictureContent", - "Method": "Get", + "OperationId": "drive.root.permission_grant", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "permission-id", "Location": "Path" } ] @@ -229736,23 +122619,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/permissions/{permission-id}/microsoft.graph.revokeGrants", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine.item_SetPictureContent", - "Method": "Put", + "OperationId": "drive.root.permission_revokeGrant", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "permission-id", "Location": "Path" } ] @@ -229760,19 +122639,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/permissions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine.item.picture_GetCount", + "OperationId": "drive.root.permission_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { @@ -229788,23 +122663,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/retentionLabel", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoiceLine_GetCount", + "OperationId": "drive.root_GetRetentionLabel", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -229812,15 +122687,51 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/retentionLabel", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListPurchaseInvoice", + "OperationId": "drive.root_UpdateRetentionLabel", + "Method": "Patch", + "Parameters": [ + { + "Name": "drive-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/retentionLabel", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root_DeleteRetentionLabel", + "Method": "Delete", + "Parameters": [ + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/subscriptions", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root_ListSubscription", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { @@ -229860,47 +122771,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company_GetPurchaseInvoice", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/subscriptions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdatePurchaseInvoice", - "Method": "Patch", + "OperationId": "drive.root_CreateSubscription", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" } ] @@ -229908,19 +122787,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice_GetCurrency", + "OperationId": "drive.root_GetSubscription", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "subscription-id", "Location": "Path" }, { @@ -229936,19 +122815,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice_UpdateCurrency", + "OperationId": "drive.root_UpdateSubscription", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "subscription-id", "Location": "Path" } ] @@ -229956,19 +122835,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice_DeleteCurrency", + "OperationId": "drive.root_DeleteSubscription", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "subscription-id", "Location": "Path" }, { @@ -229980,19 +122859,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/microsoft.graph.post", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/subscriptions/{subscription-id}/microsoft.graph.reauthorize", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice_post", + "OperationId": "drive.root.subscription_reauthorize", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "subscription-id", "Location": "Path" } ] @@ -230000,29 +122879,17 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/subscriptions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice_ListPurchaseInvoiceLine", + "OperationId": "drive.root.subscription_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -230030,133 +122897,89 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/thumbnails", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice_GetPurchaseInvoiceLine", + "OperationId": "drive.root_ListThumbnail", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "purchaseInvoiceLine-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice_UpdatePurchaseInvoiceLine", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "company-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "purchaseInvoice-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "purchaseInvoiceLine-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/thumbnails", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine_GetAccount", - "Method": "Get", + "OperationId": "drive.root_CreateThumbnail", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine_GetItem", + "OperationId": "drive.root_GetThumbnail", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoiceLine-id", + "Name": "thumbnailSet-id", "Location": "Path" }, { @@ -230172,23 +122995,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine_UpdateItem", + "OperationId": "drive.root_UpdateThumbnail", "Method": "Patch", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoiceLine-id", + "Name": "thumbnailSet-id", "Location": "Path" } ] @@ -230196,23 +123015,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine_DeleteItem", + "OperationId": "drive.root_DeleteThumbnail", "Method": "Delete", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoiceLine-id", + "Name": "thumbnailSet-id", "Location": "Path" }, { @@ -230224,31 +123039,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/thumbnails/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_GetItemCategory", + "OperationId": "drive.root.thumbnail_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -230256,75 +123063,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_UpdateItemCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_DeleteItemCategory", - "Method": "Delete", - "Parameters": [ - { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_ListPicture", + "OperationId": "drive.root_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { @@ -230364,23 +123111,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_CreatePicture", + "OperationId": "drive.root_CreateVersion", "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" } ] @@ -230388,27 +123127,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_GetPicture", + "OperationId": "drive.root_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItemVersion-id", "Location": "Path" }, { @@ -230424,27 +123155,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_UpdatePicture", + "OperationId": "drive.root_UpdateVersion", "Method": "Patch", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItemVersion-id", "Location": "Path" } ] @@ -230452,27 +123175,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_DeletePicture", + "OperationId": "drive.root_DeleteVersion", "Method": "Delete", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItemVersion-id", "Location": "Path" }, { @@ -230484,27 +123199,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_GetPictureContent", + "OperationId": "drive.root_GetVersionsContent", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItemVersion-id", "Location": "Path" } ] @@ -230512,27 +123219,39 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_SetPictureContent", + "OperationId": "drive.root_SetVersionsContent", "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "driveItemVersion-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "drive.root.version_restoreVersion", + "Method": "Post", + "Parameters": [ { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItemVersion-id", "Location": "Path" } ] @@ -230540,23 +123259,15 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/root/versions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item.picture_GetCount", + "OperationId": "drive.root.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { @@ -230572,20 +123283,24 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/$count", - "Module": "Financials" + "Path": "/drives/{drive-id}/special", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine_GetCount", + "OperationId": "drive_ListSpecial", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -230594,25 +123309,41 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", - "Module": "Financials" + "Path": "/drives/{drive-id}/special/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice_GetVendor", + "OperationId": "drive_GetSpecial", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -230628,91 +123359,83 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", - "Module": "Financials" + "Path": "/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice_UpdateVendor", - "Method": "Patch", + "OperationId": "drive_GetSpecialContent", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", - "Module": "Financials" + "Path": "/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice_DeleteVendor", - "Method": "Delete", + "OperationId": "drive_SetSpecialContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", - "Module": "Financials" + "Path": "/drives/{drive-id}/special/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_GetCurrency", + "OperationId": "drive_GetSpecialContentStream", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", - "Module": "Financials" + "Path": "/drives/{drive-id}/special/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_UpdateCurrency", - "Method": "Patch", + "OperationId": "drive_SetSpecialContentStream", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -230720,43 +123443,39 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", - "Module": "Financials" + "Path": "/drives/{drive-id}/special/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_DeleteCurrency", - "Method": "Delete", + "OperationId": "drive.special_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drive", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_GetPaymentMethod", + "OperationId": "group_GetDrive", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", + "Name": "group-id", "Location": "Path" }, { @@ -230772,63 +123491,83 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_UpdatePaymentMethod", - "Method": "Patch", + "OperationId": "group_ListDrive", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_DeletePaymentMethod", - "Method": "Delete", + "OperationId": "group_CreateDrive", + "Method": "Post", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "purchaseInvoice-id", + "Name": "group-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_GetPaymentTerm", + "OperationId": "group_GetDrive", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" }, { @@ -230844,19 +123583,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_UpdatePaymentTerm", + "OperationId": "group_UpdateDrive", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" } ] @@ -230864,19 +123603,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_DeletePaymentTerm", + "OperationId": "group_DeleteDrive", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" }, { @@ -230888,19 +123627,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_ListPicture", + "OperationId": "group.drive_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" }, { @@ -230940,19 +123679,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_CreatePicture", + "OperationId": "group.drive_CreateActivity", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" } ] @@ -230960,23 +123699,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_GetPicture", + "OperationId": "group.drive_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -230992,23 +123731,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_UpdatePicture", + "OperationId": "group.drive_UpdateActivity", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -231016,23 +123755,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_DeletePicture", + "OperationId": "group.drive_DeleteActivity", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -231044,47 +123783,83 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_GetPictureContent", + "OperationId": "group.drive.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "itemActivityOLD-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor_SetPictureContent", + "OperationId": "group.drive.activity_GetDriveItemContent", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", + "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.activity_SetDriveItemContent", "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -231092,27 +123867,79 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice.vendor.picture_GetCount", + "OperationId": "group.drive.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "purchaseInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "itemActivityOLD-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.activity_SetDriveItemContentStream", + "Method": "Put", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.activity_GetListItem", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -231120,15 +123947,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/purchaseInvoices/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.purchaseInvoice_GetCount", + "OperationId": "group.drive.activity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -231144,15 +123975,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/bundles", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListSalesCreditMemoLine", + "OperationId": "group.drive_ListBundle", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -231192,19 +124027,43 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/bundles", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetSalesCreditMemoLine", + "OperationId": "group.drive_CreateBundle", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive_GetBundle", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -231220,95 +124079,99 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateSalesCreditMemoLine", - "Method": "Patch", + "OperationId": "group.drive_GetBundlesContent", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine_GetAccount", - "Method": "Get", + "OperationId": "group.drive_SetBundlesContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine_GetItem", + "OperationId": "group.drive_GetBundlesContentStream", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine_UpdateItem", - "Method": "Patch", + "OperationId": "group.drive_SetBundlesContentStream", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -231316,43 +124179,47 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/bundles/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine_DeleteItem", - "Method": "Delete", + "OperationId": "group.drive.bundle_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine.item_GetItemCategory", + "OperationId": "group.drive_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", "Location": "Path" }, { @@ -231368,63 +124235,67 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine.item_UpdateItemCategory", - "Method": "Patch", + "OperationId": "group.drive.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine.item_DeleteItemCategory", - "Method": "Delete", + "OperationId": "group.drive.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine.item_ListPicture", + "OperationId": "group.drive.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", "Location": "Path" }, { @@ -231464,44 +124335,72 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine.item_CreatePicture", - "Method": "Post", + "OperationId": "group.drive.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/following", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine.item_GetPicture", + "OperationId": "group.drive_ListFollowing", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -231516,75 +124415,83 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine.item_UpdatePicture", - "Method": "Patch", + "OperationId": "group.drive_GetFollowing", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine.item_DeletePicture", - "Method": "Delete", + "OperationId": "group.drive_GetFollowingContent", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine.item_GetPictureContent", - "Method": "Get", + "OperationId": "group.drive_SetFollowingContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -231592,23 +124499,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine.item_SetPictureContent", - "Method": "Put", + "OperationId": "group.drive_GetFollowingContentStream", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -231616,43 +124523,43 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine.item.picture_GetCount", - "Method": "Get", + "OperationId": "group.drive_SetFollowingContentStream", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemoLines/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/following/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemoLine_GetCount", + "OperationId": "group.drive.following_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -231668,15 +124575,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListSalesCreditMemo", + "OperationId": "group.drive_ListItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -231716,67 +124627,43 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetSalesCreditMemo", - "Method": "Get", + "OperationId": "group.drive_CreateItem", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateSalesCreditMemo", - "Method": "Patch", + "OperationId": "group.drive_GetItem", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo_GetCurrency", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -231792,19 +124679,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo_UpdateCurrency", + "OperationId": "group.drive_UpdateItem", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -231812,19 +124703,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo_DeleteCurrency", + "OperationId": "group.drive_DeleteItem", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -231836,91 +124731,83 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo_GetCustomer", + "OperationId": "group.drive.item_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo_UpdateCustomer", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "company-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "salesCreditMemo-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo_DeleteCustomer", - "Method": "Delete", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "company-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "salesCreditMemo-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_GetCurrency", + "OperationId": "group.drive.item_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -231936,63 +124823,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_UpdateCurrency", - "Method": "Patch", + "OperationId": "group.drive.item.activity_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_DeleteCurrency", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "company-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_GetPaymentMethod", + "OperationId": "group.drive.item_GetAnalytic", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -232008,19 +124887,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_UpdatePaymentMethod", + "OperationId": "group.drive.item_UpdateAnalytic", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -232028,19 +124911,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_DeletePaymentMethod", + "OperationId": "group.drive.item_DeleteAnalytic", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -232052,19 +124939,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_GetPaymentTerm", + "OperationId": "group.drive.item.analytic_GetAllTime", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -232080,63 +124971,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_UpdatePaymentTerm", - "Method": "Patch", - "Parameters": [ - { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "salesCreditMemo-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_DeletePaymentTerm", - "Method": "Delete", + "OperationId": "group.drive.item.analytic_ListItemActivityStat", + "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "salesCreditMemo-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_ListPicture", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -232176,19 +125027,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_CreatePicture", + "OperationId": "group.drive.item.analytic_CreateItemActivityStat", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -232196,23 +125051,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_GetPicture", + "OperationId": "group.drive.item.analytic_GetItemActivityStat", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -232228,23 +125087,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_UpdatePicture", + "OperationId": "group.drive.item.analytic_UpdateItemActivityStat", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" } ] @@ -232252,23 +125115,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_DeletePicture", + "OperationId": "group.drive.item.analytic_DeleteItemActivityStat", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -232280,68 +125147,36 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_GetPictureContent", + "OperationId": "group.drive.item.analytic.itemActivityStat_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_SetPictureContent", - "Method": "Put", - "Parameters": [ - { - "Name": "company-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "picture-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer.picture_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "salesCreditMemo-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -232350,26 +125185,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_GetShipmentMethod", - "Method": "Get", - "Parameters": [ + }, { - "Name": "company-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "salesCreditMemo-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -232384,19 +125207,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_UpdateShipmentMethod", - "Method": "Patch", + "OperationId": "group.drive.item.analytic.itemActivityStat_CreateActivity", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" } ] @@ -232404,43 +125235,31 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.customer_DeleteShipmentMethod", - "Method": "Delete", + "OperationId": "group.drive.item.analytic.itemActivityStat_GetActivity", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo_GetPaymentTerm", - "Method": "Get", - "Parameters": [ + "Name": "driveItem-id", + "Location": "Path" + }, { - "Name": "company-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "itemActivity-id", "Location": "Path" }, { @@ -232456,19 +125275,31 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo_UpdatePaymentTerm", + "OperationId": "group.drive.item.analytic.itemActivityStat_UpdateActivity", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", "Location": "Path" } ] @@ -232476,19 +125307,31 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo_DeletePaymentTerm", + "OperationId": "group.drive.item.analytic.itemActivityStat_DeleteActivity", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", "Location": "Path" }, { @@ -232500,44 +125343,32 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo_ListSalesCreditMemoLine", + "OperationId": "group.drive.item.analytic.itemActivityStat.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" }, { "Name": "$select", @@ -232552,203 +125383,167 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo_GetSalesCreditMemoLine", + "OperationId": "group.drive.item.analytic.itemActivityStat.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo_UpdateSalesCreditMemoLine", - "Method": "Patch", - "Parameters": [ - { - "Name": "company-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "itemActivity-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine_GetAccount", - "Method": "Get", + "OperationId": "group.drive.item.analytic.itemActivityStat.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine_GetItem", + "OperationId": "group.drive.item.analytic.itemActivityStat.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine_UpdateItem", - "Method": "Patch", + "OperationId": "group.drive.item.analytic.itemActivityStat.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine_DeleteItem", - "Method": "Delete", - "Parameters": [ - { - "Name": "company-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "itemActivity-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_GetItemCategory", + "OperationId": "group.drive.item.analytic.itemActivityStat.activity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$select", + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -232756,75 +125551,87 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_UpdateItemCategory", - "Method": "Patch", + "OperationId": "group.drive.item.analytic.itemActivityStat_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_DeleteItemCategory", - "Method": "Delete", + "OperationId": "group.drive.item.analytic_GetLastSevenDay", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_ListPicture", + "OperationId": "group.drive.item_ListChild", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -232864,23 +125671,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_CreatePicture", + "OperationId": "group.drive.item_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -232888,27 +125695,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_GetPicture", + "OperationId": "group.drive.item_GetChild", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id1", "Location": "Path" }, { @@ -232924,87 +125731,87 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_UpdatePicture", - "Method": "Patch", + "OperationId": "group.drive.item_GetChildrenContent", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id1", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_DeletePicture", - "Method": "Delete", + "OperationId": "group.drive.item_SetChildrenContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id1", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_GetPictureContent", + "OperationId": "group.drive.item_GetChildrenContentStream", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id1", "Location": "Path" } ] @@ -233012,27 +125819,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_SetPictureContent", + "OperationId": "group.drive.item_SetChildrenContentStream", "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id1", "Location": "Path" } ] @@ -233040,23 +125847,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item.picture_GetCount", + "OperationId": "group.drive.item.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesCreditMemoLine-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -233072,27 +125879,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine_GetCount", + "OperationId": "group.drive_GetItemsContent", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesCreditMemo-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$format", "Location": "Query" } ] @@ -233100,64 +125907,96 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesCreditMemos/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesCreditMemo_GetCount", - "Method": "Get", + "OperationId": "group.drive_SetItemsContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListSalesInvoiceLine", + "OperationId": "group.drive_GetItemsContentStream", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive_SetItemsContentStream", + "Method": "Put", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.item_GetCreatedGraphBPreUser", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$select", @@ -233172,19 +126011,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetSalesInvoiceLine", + "OperationId": "group.drive.item.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -233200,19 +126043,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateSalesInvoiceLine", + "OperationId": "group.drive.item.createdGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -233220,48 +126067,48 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine_GetAccount", + "OperationId": "group.drive.item.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine_GetItem", - "Method": "Get", - "Parameters": [ + }, { - "Name": "company-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "salesInvoiceLine-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -233276,63 +126123,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine_UpdateItem", - "Method": "Patch", + "OperationId": "group.drive.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine_DeleteItem", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "company-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine.item_GetItemCategory", + "OperationId": "group.drive.item_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -233348,63 +126187,79 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine.item_UpdateItemCategory", - "Method": "Patch", + "OperationId": "group.drive.item.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine.item_DeleteItemCategory", - "Method": "Delete", + "OperationId": "group.drive.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine.item_ListPicture", + "OperationId": "group.drive.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -233444,43 +126299,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine.item_CreatePicture", - "Method": "Post", + "OperationId": "group.drive.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine.item_GetPicture", + "OperationId": "group.drive.item_GetListItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -233496,23 +126363,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine.item_UpdatePicture", + "OperationId": "group.drive.item_UpdateListItem", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -233520,23 +126387,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine.item_DeletePicture", + "OperationId": "group.drive.item_DeleteListItem", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -233548,47 +126415,79 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine.item_GetPictureContent", + "OperationId": "group.drive.item.listItem_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine.item_SetPictureContent", - "Method": "Put", + "OperationId": "group.drive.item.listItem_CreateActivity", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -233596,27 +126495,35 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine.item.picture_GetCount", + "OperationId": "group.drive.item.listItem_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -233624,91 +126531,87 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoiceLines/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoiceLine_GetCount", - "Method": "Get", + "OperationId": "group.drive.item.listItem_UpdateActivity", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListSalesInvoice", - "Method": "Get", + "OperationId": "group.drive.item.listItem_DeleteActivity", + "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetSalesInvoice", + "OperationId": "group.drive.item.listItem.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -233724,67 +126627,87 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateSalesInvoice", - "Method": "Patch", + "OperationId": "group.drive.item.listItem.activity_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_GetCurrency", - "Method": "Get", + "OperationId": "group.drive.item.listItem.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_UpdateCurrency", - "Method": "Patch", + "OperationId": "group.drive.item.listItem.activity_GetDriveItemContentStream", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -233792,43 +126715,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_DeleteCurrency", - "Method": "Delete", + "OperationId": "group.drive.item.listItem.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_GetCustomer", + "OperationId": "group.drive.item.listItem.activity_GetListItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -233844,63 +126779,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_UpdateCustomer", - "Method": "Patch", + "OperationId": "group.drive.item.listItem.activity_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesInvoice_DeleteCustomer", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "company-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "salesInvoice-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_GetCurrency", + "OperationId": "group.drive.item.listItem_GetAnalytic", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -233916,63 +126843,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_UpdateCurrency", - "Method": "Patch", + "OperationId": "group.drive.item.listItem_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_DeleteCurrency", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "company-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "salesInvoice-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_GetPaymentMethod", + "OperationId": "group.drive.item.listItem.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -233988,19 +126907,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_UpdatePaymentMethod", + "OperationId": "group.drive.item.listItem.createdGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -234008,44 +126931,48 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_DeletePaymentMethod", - "Method": "Delete", + "OperationId": "group.drive.item.listItem.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_GetPaymentTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "salesInvoice-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -234060,63 +126987,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_UpdatePaymentTerm", - "Method": "Patch", + "OperationId": "group.drive.item.listItem.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_DeletePaymentTerm", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "company-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "salesInvoice-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_ListPicture", + "OperationId": "group.drive.item.listItem_ListDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -234156,19 +127075,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_CreatePicture", + "OperationId": "group.drive.item.listItem_CreateDocumentSetVersion", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -234176,23 +127099,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_GetPicture", + "OperationId": "group.drive.item.listItem_GetDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -234208,23 +127135,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_UpdatePicture", + "OperationId": "group.drive.item.listItem_UpdateDocumentSetVersion", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -234232,23 +127163,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_DeletePicture", + "OperationId": "group.drive.item.listItem_DeleteDocumentSetVersion", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -234260,47 +127195,63 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_GetPictureContent", + "OperationId": "group.drive.item.listItem.documentSetVersion_GetField", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_SetPictureContent", - "Method": "Put", + "OperationId": "group.drive.item.listItem.documentSetVersion_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -234308,19 +127259,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer.picture_GetCount", + "OperationId": "group.drive.item.listItem.documentSetVersion_DeleteField", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.item.listItem.documentSetVersion_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -234336,19 +127323,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_GetShipmentMethod", + "OperationId": "group.drive.item.listItem_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -234364,63 +127355,75 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_UpdateShipmentMethod", - "Method": "Patch", + "OperationId": "group.drive.item.listItem_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.customer_DeleteShipmentMethod", - "Method": "Delete", + "OperationId": "group.drive.item.listItem_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.cancel", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_cancel", - "Method": "Post", + "OperationId": "group.drive.item.listItem_GetDriveItemContentStream", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -234428,19 +127431,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.cancelAndSend", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_cancelAndSend", - "Method": "Post", + "OperationId": "group.drive.item.listItem_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -234448,39 +127455,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.post", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_post", - "Method": "Post", + "OperationId": "group.drive.item.listItem_GetField", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.postAndSend", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_postAndSend", - "Method": "Post", + "OperationId": "group.drive.item.listItem_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -234488,39 +127511,51 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.send", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_send", - "Method": "Post", + "OperationId": "group.drive.item.listItem_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_GetPaymentTerm", + "OperationId": "group.drive.item.listItem_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -234536,63 +127571,79 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_UpdatePaymentTerm", - "Method": "Patch", + "OperationId": "group.drive.item.listItem.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_DeletePaymentTerm", - "Method": "Delete", + "OperationId": "group.drive.item.listItem.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_ListSalesInvoiceLine", + "OperationId": "group.drive.item.listItem.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -234632,31 +127683,31 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_GetSalesInvoiceLine", + "OperationId": "group.drive.item.listItem.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -234664,79 +127715,107 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_UpdateSalesInvoiceLine", - "Method": "Patch", + "OperationId": "group.drive.item.listItem_ListVersion", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine_GetAccount", - "Method": "Get", + "OperationId": "group.drive.item.listItem_CreateVersion", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine_GetItem", + "OperationId": "group.drive.item.listItem_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -234752,23 +127831,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine_UpdateItem", + "OperationId": "group.drive.item.listItem_UpdateVersion", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -234776,23 +127859,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine_DeleteItem", + "OperationId": "group.drive.item.listItem_DeleteVersion", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -234804,23 +127891,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_GetItemCategory", + "OperationId": "group.drive.item.listItem.version_GetField", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -234836,23 +127927,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_UpdateItemCategory", + "OperationId": "group.drive.item.listItem.version_UpdateField", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -234860,23 +127955,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_DeleteItemCategory", + "OperationId": "group.drive.item.listItem.version_DeleteField", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -234888,23 +127987,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_ListPicture", + "OperationId": "group.drive.item.listItem.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.item_ListPermission", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -234944,23 +128075,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_CreatePicture", + "OperationId": "group.drive.item_CreatePermission", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -234968,123 +128099,183 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_GetPicture", + "OperationId": "group.drive.item_GetPermission", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "permission-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.item_UpdatePermission", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "permission-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.item_DeletePermission", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "permission-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_UpdatePicture", - "Method": "Patch", + "OperationId": "group.drive.item.permission_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_DeletePicture", - "Method": "Delete", + "OperationId": "group.drive.item_GetRetentionLabel", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_GetPictureContent", - "Method": "Get", + "OperationId": "group.drive.item_UpdateRetentionLabel", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "salesInvoice-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -235092,53 +128283,61 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_SetPictureContent", - "Method": "Put", + "OperationId": "group.drive.item_DeleteRetentionLabel", + "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item.picture_GetCount", + "OperationId": "group.drive.item_ListSubscription", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesInvoiceLine-id", + "Name": "driveItem-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -235146,53 +128345,73 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice.salesInvoiceLine_GetCount", - "Method": "Get", + "OperationId": "group.drive.item_CreateSubscription", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_GetShipmentMethod", + "OperationId": "group.drive.item_GetSubscription", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "subscription-id", "Location": "Path" }, { @@ -235208,19 +128427,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_UpdateShipmentMethod", + "OperationId": "group.drive.item_UpdateSubscription", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "subscription-id", "Location": "Path" } ] @@ -235228,19 +128455,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_DeleteShipmentMethod", + "OperationId": "group.drive.item_DeleteSubscription", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesInvoice-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "subscription-id", "Location": "Path" }, { @@ -235252,15 +128487,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesInvoices/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesInvoice_GetCount", + "OperationId": "group.drive.item.subscription_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -235276,15 +128519,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListSalesOrderLine", + "OperationId": "group.drive.item_ListThumbnail", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -235324,67 +128575,51 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetSalesOrderLine", - "Method": "Get", + "OperationId": "group.drive.item_CreateThumbnail", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateSalesOrderLine", - "Method": "Patch", + "OperationId": "group.drive.item_GetThumbnail", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesOrderLine_GetAccount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "company-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "thumbnailSet-id", "Location": "Path" }, { @@ -235400,67 +128635,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrderLine_GetItem", - "Method": "Get", + "OperationId": "group.drive.item_UpdateThumbnail", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "thumbnailSet-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrderLine_UpdateItem", - "Method": "Patch", + "OperationId": "group.drive.item_DeleteThumbnail", + "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesOrderLine_DeleteItem", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "company-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "thumbnailSet-id", "Location": "Path" }, { @@ -235472,91 +128695,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrderLine.item_GetItemCategory", + "OperationId": "group.drive.item.thumbnail_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesOrderLine.item_UpdateItemCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "company-id", - "Location": "Path" }, { - "Name": "salesOrderLine-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrderLine.item_DeleteItemCategory", - "Method": "Delete", + "OperationId": "group.drive.item_ListVersion", + "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "salesOrderLine-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesOrderLine.item_ListPicture", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -235596,19 +128783,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrderLine.item_CreatePicture", + "OperationId": "group.drive.item_CreateVersion", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -235616,23 +128807,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrderLine.item_GetPicture", + "OperationId": "group.drive.item_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "driveItemVersion-id", "Location": "Path" }, { @@ -235648,23 +128843,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrderLine.item_UpdatePicture", + "OperationId": "group.drive.item_UpdateVersion", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "driveItemVersion-id", "Location": "Path" } ] @@ -235672,23 +128871,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrderLine.item_DeletePicture", + "OperationId": "group.drive.item_DeleteVersion", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "driveItemVersion-id", "Location": "Path" }, { @@ -235700,23 +128903,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrderLine.item_GetPictureContent", + "OperationId": "group.drive.item_GetVersionsContent", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "driveItemVersion-id", "Location": "Path" } ] @@ -235724,23 +128931,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrderLine.item_SetPictureContent", + "OperationId": "group.drive.item_SetVersionsContent", "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "driveItemVersion-id", "Location": "Path" } ] @@ -235748,19 +128959,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrderLine.item.picture_GetCount", + "OperationId": "group.drive.item.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -235776,15 +128991,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrderLines/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/items/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrderLine_GetCount", + "OperationId": "group.drive.item_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -235800,40 +129019,20 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListSalesOrder", + "OperationId": "group.drive_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$select", @@ -235848,19 +129047,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetSalesOrder", + "OperationId": "group.drive.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { @@ -235876,19 +129075,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateSalesOrder", + "OperationId": "group.drive.lastModifiedGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" } ] @@ -235896,21 +129095,45 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder_GetCurrency", + "OperationId": "group.drive.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -235924,63 +129147,47 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder_UpdateCurrency", - "Method": "Patch", + "OperationId": "group.drive.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesOrder_DeleteCurrency", - "Method": "Delete", - "Parameters": [ - { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrder-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder_GetCustomer", + "OperationId": "group.drive_GetList", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { @@ -235996,19 +129203,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder_UpdateCustomer", + "OperationId": "group.drive_UpdateList", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" } ] @@ -236016,19 +129223,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder_DeleteCustomer", + "OperationId": "group.drive_DeleteList", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { @@ -236040,21 +129247,45 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_GetCurrency", + "OperationId": "group.drive.list_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -236068,19 +129299,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_UpdateCurrency", - "Method": "Patch", + "OperationId": "group.drive.list_CreateActivity", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" } ] @@ -236088,43 +129319,95 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/columns", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_DeleteCurrency", - "Method": "Delete", + "OperationId": "group.drive.list_ListColumn", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/columns", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_GetPaymentMethod", + "OperationId": "group.drive.list_CreateColumn", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.list_GetColumn", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -236140,19 +129423,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_UpdatePaymentMethod", + "OperationId": "group.drive.list_UpdateColumn", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -236160,19 +129447,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_DeletePaymentMethod", + "OperationId": "group.drive.list_DeleteColumn", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -236184,19 +129475,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_GetPaymentTerm", + "OperationId": "group.drive.list.column_GetSourceColumn", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -236212,63 +129507,47 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_UpdatePaymentTerm", - "Method": "Patch", + "OperationId": "group.drive.list.column_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_DeletePaymentTerm", - "Method": "Delete", - "Parameters": [ - { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrder-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_ListPicture", + "OperationId": "group.drive.list_ListContentType", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { @@ -236308,19 +129587,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_CreatePicture", + "OperationId": "group.drive.list_CreateContentType", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" } ] @@ -236328,23 +129607,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_GetPicture", + "OperationId": "group.drive.list_GetContentType", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -236360,23 +129639,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_UpdatePicture", + "OperationId": "group.drive.list_UpdateContentType", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -236384,23 +129663,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_DeletePicture", + "OperationId": "group.drive.list_DeleteContentType", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -236412,167 +129691,115 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_GetPictureContent", + "OperationId": "group.drive.list.contentType_GetBase", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_SetPictureContent", - "Method": "Put", - "Parameters": [ - { - "Name": "company-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "salesOrder-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer.picture_GetCount", + "OperationId": "group.drive.list.contentType_ListBaseType", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "$top", "Location": "Query" }, { - "Name": "$filter", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_GetShipmentMethod", - "Method": "Get", - "Parameters": [ + }, { - "Name": "company-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "salesOrder-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "$select", + "Name": "$count", "Location": "Query" }, { - "Name": "$expand", + "Name": "$orderby", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_UpdateShipmentMethod", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "company-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "salesOrder-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.customer_DeleteShipmentMethod", - "Method": "Delete", + "OperationId": "group.drive.list.contentType_GetBaseType", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesOrder_GetPaymentTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "contentType-id1", "Location": "Path" }, { @@ -236588,63 +129815,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder_UpdatePaymentTerm", - "Method": "Patch", + "OperationId": "group.drive.list.contentType.baseType_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesOrder_DeletePaymentTerm", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "company-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "salesOrder-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder_ListSalesOrderLine", + "OperationId": "group.drive.list.contentType_ListColumnLink", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -236684,79 +129903,51 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder_GetSalesOrderLine", - "Method": "Get", + "OperationId": "group.drive.list.contentType_CreateColumnLink", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "contentType-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder_UpdateSalesOrderLine", - "Method": "Patch", + "OperationId": "group.drive.list.contentType_GetColumnLink", + "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "salesOrder-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/account", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine_GetAccount", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "columnLink-id", "Location": "Path" }, { @@ -236772,109 +129963,141 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine_GetItem", - "Method": "Get", + "OperationId": "group.drive.list.contentType_UpdateColumnLink", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "columnLink-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine_UpdateItem", - "Method": "Patch", + "OperationId": "group.drive.list.contentType_DeleteColumnLink", + "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "contentType-id", "Location": "Path" + }, + { + "Name": "columnLink-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine_DeleteItem", - "Method": "Delete", + "OperationId": "group.drive.list.contentType.columnLink_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine.item_GetItemCategory", + "OperationId": "group.drive.list.contentType_ListColumnPosition", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "contentType-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -236888,75 +130111,91 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine.item_UpdateItemCategory", - "Method": "Patch", + "OperationId": "group.drive.list.contentType_GetColumnPosition", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "contentType-id", "Location": "Path" + }, + { + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine.item_DeleteItemCategory", - "Method": "Delete", + "OperationId": "group.drive.list.contentType.columnPosition_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine.item_ListPicture", + "OperationId": "group.drive.list.contentType_ListColumn", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -236996,23 +130235,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine.item_CreatePicture", + "OperationId": "group.drive.list.contentType_CreateColumn", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -237020,27 +130259,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine.item_GetPicture", + "OperationId": "group.drive.list.contentType_GetColumn", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -237056,27 +130295,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine.item_UpdatePicture", + "OperationId": "group.drive.list.contentType_UpdateColumn", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -237084,27 +130323,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine.item_DeletePicture", + "OperationId": "group.drive.list.contentType_DeleteColumn", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -237116,79 +130355,87 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine.item_GetPictureContent", + "OperationId": "group.drive.list.contentType.column_GetSourceColumn", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "columnDefinition-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine.item_SetPictureContent", - "Method": "Put", + "OperationId": "group.drive.list.contentType.column_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine.item.picture_GetCount", + "OperationId": "group.drive.list.contentType_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "salesOrder-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrderLine-id", + "Name": "drive-id", "Location": "Path" }, { @@ -237204,27 +130451,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder.salesOrderLine_GetCount", + "OperationId": "group.drive.list_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesOrder-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -237232,23 +130479,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesOrders/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesOrder_GetCount", + "OperationId": "group.drive.list.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -237256,15 +130507,39 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListSalesQuoteLine", + "OperationId": "group.drive.list.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.list.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -237304,27 +130579,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetSalesQuoteLine", + "OperationId": "group.drive.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -237332,39 +130607,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company_UpdateSalesQuoteLine", - "Method": "Patch", - "Parameters": [ - { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "salesQuoteLine-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/drive", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine_GetAccount", + "OperationId": "group.drive.list_GetDrive", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "drive-id", "Location": "Path" }, { @@ -237380,21 +130635,45 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine_GetItem", + "OperationId": "group.drive.list_ListItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "drive-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -237408,19 +130687,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine_UpdateItem", - "Method": "Patch", + "OperationId": "group.drive.list_CreateItem", + "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "drive-id", "Location": "Path" } ] @@ -237428,43 +130707,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine_DeleteItem", - "Method": "Delete", + "OperationId": "group.drive.list_GetItem", + "Method": "Get", "Parameters": [ { - "Name": "company-id", - "Location": "Path" - }, - { - "Name": "salesQuoteLine-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine.item_GetItemCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -237480,19 +130739,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine.item_UpdateItemCategory", + "OperationId": "group.drive.list_UpdateItem", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -237500,19 +130763,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine.item_DeleteItemCategory", + "OperationId": "group.drive.list_DeleteItem", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -237524,19 +130791,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine.item_ListPicture", + "OperationId": "group.drive.list.item_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -237576,19 +130847,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine.item_CreatePicture", + "OperationId": "group.drive.list.item_CreateActivity", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -237596,23 +130871,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine.item_GetPicture", + "OperationId": "group.drive.list.item_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -237628,23 +130907,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine.item_UpdatePicture", + "OperationId": "group.drive.list.item_UpdateActivity", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -237652,23 +130935,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine.item_DeletePicture", + "OperationId": "group.drive.list.item_DeleteActivity", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -237680,99 +130967,67 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine.item_GetPictureContent", + "OperationId": "group.drive.list.item.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItem-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine.item_SetPictureContent", - "Method": "Put", - "Parameters": [ + }, { - "Name": "company-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "picture-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine.item.picture_GetCount", + "OperationId": "group.drive.list.item.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuoteLines/$count", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesQuoteLine_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$format", "Location": "Query" } ] @@ -237780,95 +131035,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListSalesQuote", - "Method": "Get", + "OperationId": "group.drive.list.item.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetSalesQuote", + "OperationId": "group.drive.list.item.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company_UpdateSalesQuote", - "Method": "Patch", - "Parameters": [ - { - "Name": "company-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -237876,47 +131091,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote_GetCurrency", - "Method": "Get", + "OperationId": "group.drive.list.item.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesQuote_UpdateCurrency", - "Method": "Patch", - "Parameters": [ - { - "Name": "company-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -237924,43 +131119,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote_DeleteCurrency", - "Method": "Delete", + "OperationId": "group.drive.list.item.activity_GetListItem", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesQuote_GetCustomer", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -237976,63 +131155,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote_UpdateCustomer", - "Method": "Patch", + "OperationId": "group.drive.list.item.activity_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesQuote_DeleteCustomer", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "company-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "salesQuote-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_GetCurrency", + "OperationId": "group.drive.list.item_GetAnalytic", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -238048,63 +131219,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_UpdateCurrency", - "Method": "Patch", + "OperationId": "group.drive.list.item_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_DeleteCurrency", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "company-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "salesQuote-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_GetPaymentMethod", + "OperationId": "group.drive.list.item.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -238120,19 +131283,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_UpdatePaymentMethod", + "OperationId": "group.drive.list.item.createdGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -238140,44 +131307,48 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_DeletePaymentMethod", - "Method": "Delete", + "OperationId": "group.drive.list.item.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_GetPaymentTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "salesQuote-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -238192,63 +131363,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_UpdatePaymentTerm", - "Method": "Patch", + "OperationId": "group.drive.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_DeletePaymentTerm", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "company-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "salesQuote-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_ListPicture", + "OperationId": "group.drive.list.item_ListDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -238288,19 +131451,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_CreatePicture", + "OperationId": "group.drive.list.item_CreateDocumentSetVersion", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -238308,23 +131475,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_GetPicture", + "OperationId": "group.drive.list.item_GetDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -238340,23 +131511,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_UpdatePicture", + "OperationId": "group.drive.list.item_UpdateDocumentSetVersion", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -238364,23 +131539,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_DeletePicture", + "OperationId": "group.drive.list.item_DeleteDocumentSetVersion", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -238392,47 +131571,63 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_GetPictureContent", + "OperationId": "group.drive.list.item.documentSetVersion_GetField", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_SetPictureContent", - "Method": "Put", + "OperationId": "group.drive.list.item.documentSetVersion_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -238440,55 +131635,63 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer.picture_GetCount", - "Method": "Get", + "OperationId": "group.drive.list.item.documentSetVersion_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "documentSetVersion-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_GetShipmentMethod", + "OperationId": "group.drive.list.item.documentSetVersion_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -238496,131 +131699,107 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_UpdateShipmentMethod", - "Method": "Patch", + "OperationId": "group.drive.list.item_GetDriveItem", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesQuote.customer_DeleteShipmentMethod", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "company-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "salesQuote-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/microsoft.graph.makeInvoice", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote_makeInvoice", - "Method": "Post", + "OperationId": "group.drive.list.item_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/microsoft.graph.send", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesQuote_send", - "Method": "Post", - "Parameters": [ + }, { - "Name": "company-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "salesQuote-id", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote_GetPaymentTerm", - "Method": "Get", + "OperationId": "group.drive.list.item_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote_UpdatePaymentTerm", - "Method": "Patch", + "OperationId": "group.drive.list.item_GetDriveItemContentStream", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -238628,68 +131807,48 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote_DeletePaymentTerm", - "Method": "Delete", + "OperationId": "group.drive.list.item_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote_ListSalesQuoteLine", + "OperationId": "group.drive.list.item_GetField", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$select", @@ -238704,79 +131863,75 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote_GetSalesQuoteLine", - "Method": "Get", + "OperationId": "group.drive.list.item_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote_UpdateSalesQuoteLine", - "Method": "Patch", + "OperationId": "group.drive.list.item_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/account", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine_GetAccount", + "OperationId": "group.drive.list.item_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -238792,23 +131947,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine_GetItem", + "OperationId": "group.drive.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -238824,23 +131979,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine_UpdateItem", + "OperationId": "group.drive.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -238848,135 +132003,111 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine_DeleteItem", - "Method": "Delete", + "OperationId": "group.drive.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine.item_GetItemCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "salesQuote-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "salesQuoteLine-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$select", + "Name": "$filter", "Location": "Query" }, { - "Name": "$expand", + "Name": "$count", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine.item_UpdateItemCategory", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "company-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "salesQuote-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "salesQuoteLine-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine.item_DeleteItemCategory", - "Method": "Delete", + "OperationId": "group.drive.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine.item_ListPicture", + "OperationId": "group.drive.list.item_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -239016,23 +132147,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine.item_CreatePicture", + "OperationId": "group.drive.list.item_CreateVersion", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -239040,27 +132171,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine.item_GetPicture", + "OperationId": "group.drive.list.item_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -239076,27 +132207,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine.item_UpdatePicture", + "OperationId": "group.drive.list.item_UpdateVersion", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -239104,27 +132235,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine.item_DeletePicture", + "OperationId": "group.drive.list.item_DeleteVersion", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -239136,55 +132267,63 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine.item_GetPictureContent", + "OperationId": "group.drive.list.item.version_GetField", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine.item_SetPictureContent", - "Method": "Put", + "OperationId": "group.drive.list.item.version_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -239192,23 +132331,55 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine.item.picture_GetCount", + "OperationId": "group.drive.list.item.version_DeleteField", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.list.item.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "salesQuoteLine-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -239224,27 +132395,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote.salesQuoteLine_GetCount", + "OperationId": "group.drive.list_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -239252,19 +132423,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote_GetShipmentMethod", + "OperationId": "group.drive.list.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { @@ -239280,19 +132451,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote_UpdateShipmentMethod", + "OperationId": "group.drive.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" } ] @@ -239300,39 +132471,71 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote_DeleteShipmentMethod", - "Method": "Delete", + "OperationId": "group.drive.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "salesQuote-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/salesQuotes/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.salesQuote_GetCount", + "OperationId": "group.drive.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -239348,15 +132551,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/shipmentMethods", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/operations", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListShipmentMethod", + "OperationId": "group.drive.list_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -239396,15 +132603,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/shipmentMethods", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/operations", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreateShipmentMethod", + "OperationId": "group.drive.list_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" } ] @@ -239412,19 +132623,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetShipmentMethod", + "OperationId": "group.drive.list_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "shipmentMethod-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -239440,19 +132655,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateShipmentMethod", + "OperationId": "group.drive.list_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "shipmentMethod-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "richLongRunningOperation-id", "Location": "Path" } ] @@ -239460,19 +132679,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeleteShipmentMethod", + "OperationId": "group.drive.list_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "shipmentMethod-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -239484,15 +132707,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/shipmentMethods/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.shipmentMethod_GetCount", + "OperationId": "group.drive.list.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -239508,15 +132735,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/taxAreas", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListTaxArea", + "OperationId": "group.drive.list_ListSubscription", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -239540,51 +132771,167 @@ "Location": "Query" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.list_CreateSubscription", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.list_GetSubscription", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "subscription-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.list_UpdateSubscription", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "subscription-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.list_DeleteSubscription", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "subscription-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/taxAreas", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreateTaxArea", - "Method": "Post", + "OperationId": "group.drive.list.subscription_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetTaxArea", + "OperationId": "group.drive_GetRoot", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "taxArea-id", + "Name": "drive-id", "Location": "Path" }, { @@ -239600,19 +132947,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateTaxArea", + "OperationId": "group.drive_UpdateRoot", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "taxArea-id", + "Name": "drive-id", "Location": "Path" } ] @@ -239620,19 +132967,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeleteTaxArea", + "OperationId": "group.drive_DeleteRoot", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "taxArea-id", + "Name": "drive-id", "Location": "Path" }, { @@ -239644,39 +132991,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/taxAreas/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.taxArea_GetCount", + "OperationId": "group.drive.root_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/taxGroups", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company_ListTaxGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", + "Name": "drive-id", "Location": "Path" }, { @@ -239716,35 +133043,79 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/taxGroups", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreateTaxGroup", - "Method": "Post", + "OperationId": "group.drive.root_GetActivity", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetTaxGroup", + "OperationId": "group.drive.root.activity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "taxGroup-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.root_GetAnalytic", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -239760,19 +133131,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateTaxGroup", + "OperationId": "group.drive.root_UpdateAnalytic", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "taxGroup-id", + "Name": "drive-id", "Location": "Path" } ] @@ -239780,19 +133151,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeleteTaxGroup", + "OperationId": "group.drive.root_DeleteAnalytic", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "taxGroup-id", + "Name": "drive-id", "Location": "Path" }, { @@ -239804,23 +133175,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/taxGroups/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.taxGroup_GetCount", + "OperationId": "group.drive.root.analytic_GetAllTime", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -239828,15 +133203,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/unitsOfMeasure", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_ListUnitsGraphOPreMeasure", + "OperationId": "group.drive.root.analytic_ListItemActivityStat", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -239876,15 +133255,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/unitsOfMeasure", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreateUnitsGraphOPreMeasure", + "OperationId": "group.drive.root.analytic_CreateItemActivityStat", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" } ] @@ -239892,19 +133275,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetUnitsGraphOPreMeasure", + "OperationId": "group.drive.root.analytic_GetItemActivityStat", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "unitOfMeasure-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -239920,19 +133307,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateUnitsGraphOPreMeasure", + "OperationId": "group.drive.root.analytic_UpdateItemActivityStat", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "unitOfMeasure-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" } ] @@ -239940,19 +133331,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeleteUnitsGraphOPreMeasure", + "OperationId": "group.drive.root.analytic_DeleteItemActivityStat", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "unitOfMeasure-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -239964,39 +133359,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/unitsOfMeasure/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.unitsGraphOPreMeasure_GetCount", + "OperationId": "group.drive.root.analytic.itemActivityStat_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company_ListVendor", - "Method": "Get", - "Parameters": [ - { - "Name": "company-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -240036,15 +133415,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_CreateVendor", + "OperationId": "group.drive.root.analytic.itemActivityStat_CreateActivity", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" } ] @@ -240052,19 +133439,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetVendor", + "OperationId": "group.drive.root.analytic.itemActivityStat_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", "Location": "Path" }, { @@ -240080,19 +133475,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_UpdateVendor", + "OperationId": "group.drive.root.analytic.itemActivityStat_UpdateActivity", "Method": "Patch", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", "Location": "Path" } ] @@ -240100,19 +133503,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_DeleteVendor", + "OperationId": "group.drive.root.analytic.itemActivityStat_DeleteActivity", "Method": "Delete", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", "Location": "Path" }, { @@ -240124,19 +133535,27 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_GetCurrency", + "OperationId": "group.drive.root.analytic.itemActivityStat.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", "Location": "Path" }, { @@ -240152,91 +133571,87 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_UpdateCurrency", - "Method": "Patch", + "OperationId": "group.drive.root.analytic.itemActivityStat.activity_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", - "Module": "Financials" - }, - "MethodInfo": { - "OperationId": "financial.company.vendor_DeleteCurrency", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "company-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "itemActivity-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_GetPaymentMethod", - "Method": "Get", + "OperationId": "group.drive.root.analytic.itemActivityStat.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_UpdatePaymentMethod", - "Method": "Patch", + "OperationId": "group.drive.root.analytic.itemActivityStat.activity_GetDriveItemContentStream", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", "Location": "Path" } ] @@ -240244,51 +133659,59 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_DeletePaymentMethod", - "Method": "Delete", + "OperationId": "group.drive.root.analytic.itemActivityStat.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_GetPaymentTerm", + "OperationId": "group.drive.root.analytic.itemActivityStat.activity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -240296,63 +133719,75 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_UpdatePaymentTerm", - "Method": "Patch", + "OperationId": "group.drive.root.analytic.itemActivityStat_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_DeletePaymentTerm", - "Method": "Delete", + "OperationId": "group.drive.root.analytic_GetLastSevenDay", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/children", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_ListPicture", + "OperationId": "group.drive.root_ListChild", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", "Location": "Path" }, { @@ -240392,19 +133827,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/children", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_CreatePicture", + "OperationId": "group.drive.root_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", "Location": "Path" } ] @@ -240412,23 +133847,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_GetPicture", + "OperationId": "group.drive.root_GetChild", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", "Location": "Path" }, { @@ -240444,75 +133879,75 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_UpdatePicture", - "Method": "Patch", + "OperationId": "group.drive.root_GetChildrenContent", + "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_DeletePicture", - "Method": "Delete", + "OperationId": "group.drive.root_SetChildrenContent", + "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_GetPictureContent", + "OperationId": "group.drive.root_GetChildrenContentStream", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -240520,23 +133955,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_SetPictureContent", + "OperationId": "group.drive.root_SetChildrenContentStream", "Method": "Put", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "picture-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -240544,19 +133979,19 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/children/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor.picture_GetCount", + "OperationId": "group.drive.root.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "vendor-id", + "Name": "drive-id", "Location": "Path" }, { @@ -240572,23 +134007,23 @@ }, { "PathInfo": { - "Path": "/financials/companies/{company-id}/vendors/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company.vendor_GetCount", + "OperationId": "group.drive_GetRootContent", "Method": "Get", "Parameters": [ { - "Name": "company-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$format", "Location": "Query" } ] @@ -240596,56 +134031,80 @@ }, { "PathInfo": { - "Path": "/financials/companies/$count", - "Module": "Financials" + "Path": "/groups/{group-id}/drives/{drive-id}/root/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "financial.company_GetCount", - "Method": "Get", + "OperationId": "group.drive_SetRootContent", + "Method": "Put", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groupLifecyclePolicies", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "groupLifecyclePolicy_ListGroupLifecyclePolicy", + "OperationId": "group.drive_GetRootContentStream", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" - }, + "Name": "drive-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/root/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive_SetRootContentStream", + "Method": "Put", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "drive-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.root_GetCreatedGraphBPreUser", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$select", @@ -240660,26 +134119,19 @@ }, { "PathInfo": { - "Path": "/groupLifecyclePolicies", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "groupLifecyclePolicy_CreateGroupLifecyclePolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "groupLifecyclePolicy_GetGroupLifecyclePolicy", + "OperationId": "group.drive.root.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "groupLifecyclePolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -240695,15 +134147,19 @@ }, { "PathInfo": { - "Path": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "groupLifecyclePolicy_UpdateGroupLifecyclePolicy", + "OperationId": "group.drive.root.createdGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "groupLifecyclePolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" } ] @@ -240711,71 +134167,135 @@ }, { "PathInfo": { - "Path": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "groupLifecyclePolicy_DeleteGroupLifecyclePolicy", - "Method": "Delete", + "OperationId": "group.drive.root.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "groupLifecyclePolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.addGroup", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "groupLifecyclePolicy_addGroup", - "Method": "Post", + "OperationId": "group.drive.root.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "groupLifecyclePolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.removeGroup", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "groupLifecyclePolicy_removeGroup", - "Method": "Post", + "OperationId": "group.drive.root_GetLastModifiedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "groupLifecyclePolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groupLifecyclePolicies/$count", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "groupLifecyclePolicy_GetCount", + "OperationId": "group.drive.root.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -240783,27 +134303,40 @@ }, { "PathInfo": { - "Path": "/groupLifecyclePolicies/microsoft.graph.renewGroup", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "groupLifecyclePolicy_renewGroup", - "Method": "Post", - "Parameters": [] + "OperationId": "group.drive.root.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/groups", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListGroup", + "OperationId": "group.drive.root.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" }, { "Name": "$top", @@ -240842,28 +134375,49 @@ }, { "PathInfo": { - "Path": "/groups", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_CreateGroup", - "Method": "Post", - "Parameters": [] + "OperationId": "group.drive.root.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/groups/{group-id}", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetGroup", + "OperationId": "group.drive.root_GetListItem", "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, + { + "Name": "drive-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -240877,33 +134431,41 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_UpdateGroup", + "OperationId": "group.drive.root_UpdateListItem", "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_DeleteGroup", + "OperationId": "group.drive.root_DeleteListItem", "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, + { + "Name": "drive-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -240913,11 +134475,83 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/acceptedSenders", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.root.listItem_ListActivity", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.root.listItem_CreateActivity", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListAcceptedSender", + "OperationId": "group.drive.root.listItem_GetActivity", "Method": "Get", "Parameters": [ { @@ -240925,28 +134559,12 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" }, { "Name": "$select", @@ -240961,59 +134579,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.acceptedSender_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "group.drive.root.listItem_UpdateActivity", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/acceptedSenders/$count", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.acceptedSender_GetCount", - "Method": "Get", + "OperationId": "group.drive.root.listItem_DeleteActivity", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/acceptedSenders/$ref", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListAcceptedSenderGraphBPreRef", + "OperationId": "group.drive.root.listItem.activity_GetDriveItem", "Method": "Get", "Parameters": [ { @@ -241021,27 +134643,19 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" }, { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" } ] @@ -241049,59 +134663,75 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/acceptedSenders/$ref", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_CreateAcceptedSenderGraphBPreRef", - "Method": "Post", + "OperationId": "group.drive.root.listItem.activity_GetDriveItemContent", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", + "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/acceptedSenders/$ref", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_DeleteAcceptedSenderGraphBPreRef", - "Method": "Delete", + "OperationId": "group.drive.root.listItem.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "@id", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.attachment_createUploadSession", - "Method": "Post", + "OperationId": "group.drive.root.listItem.activity_GetDriveItemContentStream", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -241109,23 +134739,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "group.drive.root.listItem.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -241133,167 +134763,163 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "group.drive.root.listItem.activity_GetListItem", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence.instance_accept", - "Method": "Post", + "OperationId": "group.drive.root.listItem.activity_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence.instance_cancel", - "Method": "Post", + "OperationId": "group.drive.root.listItem_GetAnalytic", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence.instance_decline", - "Method": "Post", + "OperationId": "group.drive.root.listItem_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence.instance_dismissReminder", - "Method": "Post", + "OperationId": "group.drive.root.listItem.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence.instance_forward", - "Method": "Post", + "OperationId": "group.drive.root.listItem.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "drive-id", "Location": "Path" } ] @@ -241301,67 +134927,91 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence.instance_snoozeReminder", - "Method": "Post", + "OperationId": "group.drive.root.listItem.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "group.drive.root.listItem.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence.instance_delta", + "OperationId": "group.drive.root.listItem_ListDocumentSetVersion", "Method": "Get", "Parameters": [ { @@ -241369,21 +135019,9 @@ "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "drive-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -241405,11 +135043,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -241421,11 +135059,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence_accept", + "OperationId": "group.drive.root.listItem_CreateDocumentSetVersion", "Method": "Post", "Parameters": [ { @@ -241433,11 +135071,7 @@ "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "drive-id", "Location": "Path" } ] @@ -241445,47 +135079,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "group.drive.root.listItem_GetDocumentSetVersion", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "documentSetVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "group.drive.root.listItem_UpdateDocumentSetVersion", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -241493,71 +135135,83 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "group.drive.root.listItem_DeleteDocumentSetVersion", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "documentSetVersion-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "group.drive.root.listItem.documentSetVersion_GetField", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "documentSetVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "group.drive.root.listItem.documentSetVersion_UpdateField", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -241565,35 +135219,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "group.drive.root.listItem.documentSetVersion_DeleteField", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "documentSetVersion-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.exceptionOccurrence_delta", + "OperationId": "group.drive.root.listItem.documentSetVersion_GetCount", "Method": "Get", "Parameters": [ { @@ -241601,25 +135259,9 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -241627,17 +135269,29 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.root.listItem_GetDriveItem", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -241649,51 +135303,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "group.drive.root.listItem_GetDriveItemContent", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "group.drive.root.listItem_SetDriveItemContent", + "Method": "Put", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "drive-id", "Location": "Path" } ] @@ -241701,27 +135347,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "group.drive.root.listItem_GetDriveItemContentStream", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.root.listItem_SetDriveItemContentStream", + "Method": "Put", + "Parameters": [ { - "Name": "event-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "drive-id", "Location": "Path" } ] @@ -241729,139 +135387,147 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "group.drive.root.listItem_GetField", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "group.drive.root.listItem_UpdateField", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.root.listItem_DeleteField", + "Method": "Delete", + "Parameters": [ { - "Name": "event-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "group.drive.root.listItem_GetLastModifiedGraphBPreUser", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "group.drive.root.listItem.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "group.drive.root.listItem.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "drive-id", "Location": "Path" } ] @@ -241869,39 +135535,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "group.drive.root.listItem.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance.exceptionOccurrence_delta", + "OperationId": "group.drive.root.listItem.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -241909,20 +135599,36 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "startDateTime", + "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.root.listItem_ListVersion", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$top", @@ -241945,11 +135651,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -241961,11 +135667,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_accept", + "OperationId": "group.drive.root.listItem_CreateVersion", "Method": "Post", "Parameters": [ { @@ -241973,11 +135679,7 @@ "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "drive-id", "Location": "Path" } ] @@ -241985,47 +135687,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_cancel", - "Method": "Post", + "OperationId": "group.drive.root.listItem_GetVersion", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_decline", - "Method": "Post", + "OperationId": "group.drive.root.listItem_UpdateVersion", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -242033,71 +135743,83 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_dismissReminder", - "Method": "Post", + "OperationId": "group.drive.root.listItem_DeleteVersion", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_forward", - "Method": "Post", + "OperationId": "group.drive.root.listItem.version_GetField", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_snoozeReminder", - "Method": "Post", + "OperationId": "group.drive.root.listItem.version_UpdateField", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -242105,35 +135827,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "group.drive.root.listItem.version_DeleteField", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_delta", + "OperationId": "group.drive.root.listItem.version_GetCount", "Method": "Get", "Parameters": [ { @@ -242141,16 +135867,36 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "$search", "Location": "Query" }, { - "Name": "endDateTime", + "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "group.drive.root_ListPermission", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" }, { "Name": "$top", @@ -242173,11 +135919,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -242189,11 +135935,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView_accept", + "OperationId": "group.drive.root_CreatePermission", "Method": "Post", "Parameters": [ { @@ -242201,7 +135947,7 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" } ] @@ -242209,59 +135955,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView_cancel", - "Method": "Post", + "OperationId": "group.drive.root_GetPermission", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.decline", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.calendarView_decline", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "permission-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView_dismissReminder", - "Method": "Post", + "OperationId": "group.drive.root_UpdatePermission", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "permission-id", "Location": "Path" } ] @@ -242269,71 +136011,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView_forward", - "Method": "Post", + "OperationId": "group.drive.root_DeletePermission", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.calendarView_snoozeReminder", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "permission-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView_tentativelyAccept", - "Method": "Post", + "OperationId": "group.drive.root.permission_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView_delta", + "OperationId": "group.drive.root_GetRetentionLabel", "Method": "Get", "Parameters": [ { @@ -242341,41 +136079,13 @@ "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -242385,19 +136095,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.attachment_createUploadSession", - "Method": "Post", + "OperationId": "group.drive.root_UpdateRetentionLabel", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" } ] @@ -242405,119 +136115,87 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "group.drive.root_DeleteRetentionLabel", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "group.drive.root_ListSubscription", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence.instance_accept", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence.instance_cancel", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence.instance_decline", + "OperationId": "group.drive.root_CreateSubscription", "Method": "Post", "Parameters": [ { @@ -242525,15 +136203,7 @@ "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "drive-id", "Location": "Path" } ] @@ -242541,55 +136211,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence.instance_dismissReminder", - "Method": "Post", + "OperationId": "group.drive.root_GetSubscription", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "subscription-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence.instance_forward", - "Method": "Post", + "OperationId": "group.drive.root_UpdateSubscription", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "subscription-id", "Location": "Path" } ] @@ -242597,67 +136267,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence.instance_snoozeReminder", - "Method": "Post", + "OperationId": "group.drive.root_DeleteSubscription", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "subscription-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "group.drive.root.subscription_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence.instance_delta", + "OperationId": "group.drive.root_ListThumbnail", "Method": "Get", "Parameters": [ { @@ -242665,21 +136335,9 @@ "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "drive-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -242701,11 +136359,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -242717,11 +136375,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence_accept", + "OperationId": "group.drive.root_CreateThumbnail", "Method": "Post", "Parameters": [ { @@ -242729,11 +136387,7 @@ "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "drive-id", "Location": "Path" } ] @@ -242741,71 +136395,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "group.drive.root_GetThumbnail", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence_decline", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", + "Name": "thumbnailSet-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "group.drive.root_UpdateThumbnail", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "thumbnailSet-id", "Location": "Path" } ] @@ -242813,83 +136451,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "group.drive.root_DeleteThumbnail", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence_snoozeReminder", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "thumbnailSet-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "group.drive.root.thumbnail_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.exceptionOccurrence_delta", + "OperationId": "group.drive.root_ListVersion", "Method": "Get", "Parameters": [ { @@ -242897,17 +136519,9 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -242929,11 +136543,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -242945,35 +136559,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.event.instance.attachment_createUploadSession", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession", + "OperationId": "group.drive.root_CreateVersion", "Method": "Post", "Parameters": [ { @@ -242981,15 +136571,7 @@ "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "drive-id", "Location": "Path" } ] @@ -242997,83 +136579,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "group.drive.root_GetVersion", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.event.instance.exceptionOccurrence_cancel", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "driveItemVersion-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "group.drive.root_UpdateVersion", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "driveItemVersion-id", "Location": "Path" } ] @@ -243081,55 +136635,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "group.drive.root_DeleteVersion", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "driveItemVersion-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "group.drive.root_GetVersionsContent", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "driveItemVersion-id", "Location": "Path" } ] @@ -243137,27 +136687,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "group.drive.root_SetVersionsContent", + "Method": "Put", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "driveItemVersion-id", "Location": "Path" } ] @@ -243165,39 +136711,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "group.drive.root.version_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/special", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance.exceptionOccurrence_delta", + "OperationId": "group.drive_ListSpecial", "Method": "Get", "Parameters": [ { @@ -243205,21 +136751,9 @@ "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "drive-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -243241,11 +136775,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -243257,71 +136791,83 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance_accept", - "Method": "Post", + "OperationId": "group.drive_GetSpecial", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance_cancel", - "Method": "Post", + "OperationId": "group.drive_GetSpecialContent", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance_decline", - "Method": "Post", + "OperationId": "group.drive_SetSpecialContent", + "Method": "Put", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "driveItem-id", "Location": "Path" } ] @@ -243329,23 +136875,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance_dismissReminder", - "Method": "Post", + "OperationId": "group.drive_GetSpecialContentStream", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "driveItem-id", "Location": "Path" } ] @@ -243353,23 +136899,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance_forward", - "Method": "Post", + "OperationId": "group.drive_SetSpecialContentStream", + "Method": "Put", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "driveItem-id", "Location": "Path" } ] @@ -243377,77 +136923,65 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/{drive-id}/special/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance_snoozeReminder", - "Method": "Post", + "OperationId": "group.drive.special_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/groups/{group-id}/drives/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "group.drive_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/shares", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance_delta", + "OperationId": "share.sharedDriveItem_ListSharedDriveItem", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -243469,11 +137003,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -243485,59 +137019,50 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/shares", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event_accept", + "OperationId": "share.sharedDriveItem_CreateSharedDriveItem", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event_cancel", - "Method": "Post", + "OperationId": "share.sharedDriveItem_GetSharedDriveItem", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event_decline", - "Method": "Post", + "OperationId": "share.sharedDriveItem_UpdateSharedDriveItem", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -243545,79 +137070,83 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event_dismissReminder", - "Method": "Post", + "OperationId": "share.sharedDriveItem_DeleteSharedDriveItem", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event_forward", - "Method": "Post", + "OperationId": "share_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event_snoozeReminder", - "Method": "Post", + "OperationId": "share.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event_tentativelyAccept", - "Method": "Post", + "OperationId": "share.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -243625,25 +137154,17 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar.event_delta", + "OperationId": "share.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -243665,11 +137186,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -243681,29 +137202,17 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User=\u0027{User}\u0027)", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar_allowedCalendarSharingRole", + "OperationId": "share.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "User", + "Name": "sharedDriveItem-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -243711,69 +137220,65 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/microsoft.graph.getSchedule", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendar_getSchedule", - "Method": "Post", + "OperationId": "share_GetDriveItem", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.attachment_createUploadSession", - "Method": "Post", + "OperationId": "share_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "share_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -243781,27 +137286,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "share_GetDriveItemContentStream", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -243809,27 +137302,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence.instance_accept", - "Method": "Post", + "OperationId": "share_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -243837,111 +137318,119 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/items", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence.instance_cancel", - "Method": "Post", + "OperationId": "share_ListItem", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence.instance_decline", - "Method": "Post", + "OperationId": "share_GetItem", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence.instance_dismissReminder", - "Method": "Post", + "OperationId": "share_GetItemsContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence.instance_forward", - "Method": "Post", + "OperationId": "share_SetItemsContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "driveItem-id", "Location": "Path" } ] @@ -243949,27 +137438,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence.instance_snoozeReminder", - "Method": "Post", + "OperationId": "share_GetItemsContentStream", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "driveItem-id", "Location": "Path" } ] @@ -243977,27 +137458,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "share_SetItemsContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "driveItem-id", "Location": "Path" } ] @@ -244005,41 +137478,17 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/items/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence.instance_delta", + "OperationId": "share.item_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "sharedDriveItem-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -244047,19 +137496,27 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/lastModifiedByUser", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share_GetLastModifiedGraphBPreUser", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "sharedDriveItem-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -244069,47 +137526,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "share.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "share.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -244117,95 +137566,111 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "share.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "share.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "share_GetList", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "share_UpdateList", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -244213,53 +137678,37 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "share_DeleteList", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.exceptionOccurrence_delta", + "OperationId": "share.list_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -244281,11 +137730,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -244297,23 +137746,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance.attachment_createUploadSession", + "OperationId": "share.list_CreateActivity", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -244321,83 +137762,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/columns", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "share.list_ListColumn", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendarView.instance.exceptionOccurrence_accept", - "Method": "Post", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/columns", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance.exceptionOccurrence_cancel", + "OperationId": "share.list_CreateColumn", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -244405,55 +137826,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "share.list_GetColumn", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "columnDefinition-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "share.list_UpdateColumn", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -244461,117 +137874,93 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "share.list_DeleteColumn", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "columnDefinition-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "share.list.column_GetSourceColumn", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "columnDefinition-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/columns/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "share.list.column_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance.exceptionOccurrence_delta", + "OperationId": "share.list_ListContentType", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "sharedDriveItem-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -244593,11 +137982,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -244609,23 +137998,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_accept", + "OperationId": "share.list_CreateContentType", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -244633,47 +138014,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_cancel", - "Method": "Post", + "OperationId": "share.list_GetContentType", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_decline", - "Method": "Post", + "OperationId": "share.list_UpdateContentType", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "contentType-id", "Location": "Path" } ] @@ -244681,124 +138062,184 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_dismissReminder", - "Method": "Post", + "OperationId": "share.list_DeleteContentType", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_forward", - "Method": "Post", + "OperationId": "share.list.contentType_GetBase", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_snoozeReminder", - "Method": "Post", + "OperationId": "share.list.contentType_ListBaseType", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "share.list.contentType_GetBaseType", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "contentType-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_delta", + "OperationId": "share.list.contentType.baseType_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "$search", "Location": "Query" }, { - "Name": "endDateTime", + "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.contentType_ListColumnLink", + "Method": "Get", + "Parameters": [ + { + "Name": "sharedDriveItem-id", + "Location": "Path" + }, + { + "Name": "contentType-id", + "Location": "Path" }, { "Name": "$top", @@ -244821,11 +138262,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -244837,19 +138278,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView_accept", + "OperationId": "share.list.contentType_CreateColumnLink", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -244857,79 +138298,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView_cancel", - "Method": "Post", + "OperationId": "share.list.contentType_GetColumnLink", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "contentType-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.decline", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendarView_decline", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "columnLink-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView_dismissReminder", - "Method": "Post", + "OperationId": "share.list.contentType_UpdateColumnLink", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.forward", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendarView_forward", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "columnLink-id", "Location": "Path" } ] @@ -244937,72 +138354,48 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView_snoozeReminder", - "Method": "Post", + "OperationId": "share.list.contentType_DeleteColumnLink", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "contentType-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendarView_tentativelyAccept", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "columnLink-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.calendarView_delta", + "OperationId": "share.list.contentType.columnLink_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" }, { "Name": "$search", @@ -245011,37 +138404,25 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListConversation", + "OperationId": "share.list.contentType_ListColumnPosition", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -245081,35 +138462,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_CreateConversation", - "Method": "Post", + "OperationId": "share.list.contentType_GetColumnPosition", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_GetConversation", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -245125,43 +138494,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_DeleteConversation", - "Method": "Delete", + "OperationId": "share.list.contentType.columnPosition_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation_ListThread", + "OperationId": "share.list.contentType_ListColumn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -245201,19 +138574,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation_CreateThread", + "OperationId": "share.list.contentType_CreateColumn", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -245221,23 +138594,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation_GetThread", + "OperationId": "share.list.contentType_GetColumn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -245253,23 +138626,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation_UpdateThread", + "OperationId": "share.list.contentType_UpdateColumn", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -245277,23 +138650,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation_DeleteThread", + "OperationId": "share.list.contentType_DeleteColumn", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -245305,57 +138678,53 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/microsoft.graph.reply", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread_reply", - "Method": "Post", + "OperationId": "share.list.contentType.column_GetSourceColumn", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "columnDefinition-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread_ListPost", + "OperationId": "share.list.contentType.column_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "contentType-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -245363,85 +138732,105 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread_GetPost", - "Method": "Get", + "OperationId": "share.list.contentType_associateGraphWPreHubSite", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "contentType-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.contentType_copyToDefaultContentLocation", + "Method": "Post", + "Parameters": [ { - "Name": "conversationThread-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "contentType-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.isPublished()", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.contentType_isPublished", + "Method": "Get", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "sharedDriveItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.publish", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread_UpdatePost", - "Method": "Patch", + "OperationId": "share.list.contentType_publish", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "contentType-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.unpublish", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.contentType_unpublish", + "Method": "Post", + "Parameters": [ { - "Name": "conversationThread-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -245449,27 +138838,71 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_ListAttachment", + "OperationId": "share.list.contentType_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "conversationThread-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/microsoft.graph.addCopy", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.contentType_addCopy", + "Method": "Post", + "Parameters": [ + { + "Name": "sharedDriveItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/microsoft.graph.addCopyFromContentTypeHub", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.contentType_addCopyFromContentTypeHub", + "Method": "Post", + "Parameters": [ { - "Name": "post-id", + "Name": "sharedDriveItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.contentType_getCompatibleHubContentType", + "Method": "Get", + "Parameters": [ + { + "Name": "sharedDriveItem-id", "Location": "Path" }, { @@ -245493,11 +138926,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -245509,59 +138942,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_CreateAttachment", - "Method": "Post", + "OperationId": "share.list_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_GetAttachment", + "OperationId": "share.list.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, - { - "Name": "attachment-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { @@ -245577,63 +138990,79 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_DeleteAttachment", - "Method": "Delete", + "OperationId": "share.list.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ { - "Name": "conversation-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "attachment-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.attachment_GetCount", + "OperationId": "share.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { @@ -245649,55 +139078,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/drive", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.attachment_createUploadSession", - "Method": "Post", + "OperationId": "share.list_GetDrive", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_ListExtension", + "OperationId": "share.list_ListItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { @@ -245737,27 +139150,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_CreateExtension", + "OperationId": "share.list_CreateItem", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -245765,31 +139166,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_GetExtension", + "OperationId": "share.list_GetItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -245805,31 +139194,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_UpdateExtension", + "OperationId": "share.list_UpdateItem", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -245837,31 +139214,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_DeleteExtension", + "OperationId": "share.list_DeleteItem", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -245873,28 +139238,28 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.extension_GetCount", + "OperationId": "share.list.item_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -245903,33 +139268,65 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_GetInReplyTo", - "Method": "Get", + "OperationId": "share.list.item_CreateActivity", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "listItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.item_GetActivity", + "Method": "Get", + "Parameters": [ + { + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -245945,119 +139342,75 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_ListAttachment", - "Method": "Get", + "OperationId": "share.list.item_UpdateActivity", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "itemActivityOLD-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_CreateAttachment", - "Method": "Post", + "OperationId": "share.list.item_DeleteActivity", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "post-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_GetAttachment", + "OperationId": "share.list.item.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "attachment-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -246073,99 +139426,99 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_DeleteAttachment", - "Method": "Delete", + "OperationId": "share.list.item.activity_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "$format", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.item.activity_SetDriveItemContent", + "Method": "Put", + "Parameters": [ + { + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "attachment-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo.attachment_GetCount", + "OperationId": "share.list.item.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "itemActivityOLD-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo.attachment_createUploadSession", - "Method": "Post", + "OperationId": "share.list.item.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -246173,36 +139526,52 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_ListExtension", + "OperationId": "share.list.item.activity_GetListItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$top", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/$count", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.item.activity_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "sharedDriveItem-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$search", @@ -246211,14 +139580,26 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.item_GetAnalytic", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "sharedDriveItem-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$select", @@ -246233,59 +139614,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_CreateExtension", - "Method": "Post", + "OperationId": "share.list.item_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_GetExtension", + "OperationId": "share.list.item.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -246301,31 +139670,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_UpdateExtension", + "OperationId": "share.list.item.createdGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -246333,63 +139690,71 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_DeleteExtension", - "Method": "Delete", + "OperationId": "share.list.item.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "extension-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo.extension_GetCount", + "OperationId": "share.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -246405,27 +139770,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_ListMention", + "OperationId": "share.list.item_ListDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -246465,27 +139822,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_CreateMention", + "OperationId": "share.list.item_CreateDocumentSetVersion", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -246493,31 +139842,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_GetMention", + "OperationId": "share.list.item_GetDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "mention-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -246533,31 +139874,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_DeleteMention", - "Method": "Delete", + "OperationId": "share.list.item_UpdateDocumentSetVersion", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "documentSetVersion-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.item_DeleteDocumentSetVersion", + "Method": "Delete", + "Parameters": [ + { + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "mention-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -246569,35 +139926,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo.mention_GetCount", + "OperationId": "share.list.item.documentSetVersion_GetField", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -246605,27 +139958,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_forward", - "Method": "Post", + "OperationId": "share.list.item.documentSetVersion_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -246633,64 +139982,72 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_reply", - "Method": "Post", + "OperationId": "share.list.item.documentSetVersion_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { - "Name": "post-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_ListMention", - "Method": "Get", + "OperationId": "share.list.item.documentSetVersion_restore", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "documentSetVersion-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.item.documentSetVersion_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "post-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$search", @@ -246699,14 +140056,26 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.item_GetDriveItem", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "sharedDriveItem-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$select", @@ -246721,27 +140090,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_CreateMention", - "Method": "Post", + "OperationId": "share.list.item_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "$format", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.item_SetDriveItemContent", + "Method": "Put", + "Parameters": [ + { + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -246749,31 +140134,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_GetMention", + "OperationId": "share.list.item_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "listItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.item_SetDriveItemContentStream", + "Method": "Put", + "Parameters": [ { - "Name": "conversationThread-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "listItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.item_GetField", + "Method": "Get", + "Parameters": [ + { + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "mention-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -246789,31 +140202,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_DeleteMention", - "Method": "Delete", + "OperationId": "share.list.item_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "listItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.item_DeleteField", + "Method": "Delete", + "Parameters": [ { - "Name": "post-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "mention-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -246825,35 +140246,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.mention_GetCount", + "OperationId": "share.list.item_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -246861,55 +140274,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_forward", - "Method": "Post", + "OperationId": "share.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_reply", - "Method": "Post", + "OperationId": "share.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -246917,24 +140322,28 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_GetCount", + "OperationId": "share.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -246943,33 +140352,21 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.conversation.thread_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -246977,15 +140374,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/$count", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.conversation_GetCount", + "OperationId": "share.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -247001,111 +140402,103 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/createdOnBehalfOf", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/microsoft.graph.createLink", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetCreatedOnBehalfGraphOPre", - "Method": "Get", + "OperationId": "share.list.item_createLink", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.documentSetVersion_restore", - "Method": "Post", + "OperationId": "share.list.item_getActivitiesGraphBPreInterval", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", + "Location": "Path" + }, + { + "Name": "interval", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.createLink", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.drive.item.listItem_createLink", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_getActivitiesGraphBPreInterval", + "OperationId": "share.list.item_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "interval", + "Name": "listItem-id", "Location": "Path" }, { @@ -247129,11 +140522,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -247145,51 +140538,75 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.version_restoreVersion", + "OperationId": "share.list.item_CreateVersion", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "listItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.item_GetVersion", + "Method": "Get", + "Parameters": [ + { + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "listItem-id", "Location": "Path" }, { "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.assignSensitivityLabel", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_assignSensitivityLabel", - "Method": "Post", + "OperationId": "share.list.item_UpdateVersion", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -247197,71 +140614,83 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.checkin", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_checkin", - "Method": "Post", + "OperationId": "share.list.item_DeleteVersion", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.checkout", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_checkout", - "Method": "Post", + "OperationId": "share.list.item.version_GetField", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.copy", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_copy", - "Method": "Post", + "OperationId": "share.list.item.version_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -247269,47 +140698,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createLink", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_createLink", - "Method": "Post", + "OperationId": "share.list.item.version_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_createUploadSession", + "OperationId": "share.list.item.version_restoreVersion", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -247317,23 +140750,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_delta", + "OperationId": "share.list.item.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/items/microsoft.graph.delta()", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.item_delta", + "Method": "Get", + "Parameters": [ + { + "Name": "sharedDriveItem-id", "Location": "Path" }, { @@ -247373,23 +140826,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=\u0027{token}\u0027)", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/items/microsoft.graph.delta(token=\u0027{token}\u0027)", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_delta", + "OperationId": "share.list.item_delta", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { @@ -247433,47 +140878,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.extractSensitivityLabels", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_extractSensitivityLabel", - "Method": "Post", + "OperationId": "share.list_GetLastModifiedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.follow", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_follow", - "Method": "Post", + "OperationId": "share.list.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "driveItem-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -247481,35 +140942,87 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_getActivitiesGraphBPreInterval", + "OperationId": "share.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "startDateTime", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "endDateTime", + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "interval", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/operations", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list_ListOperation", + "Method": "Get", + "Parameters": [ + { + "Name": "sharedDriveItem-id", "Location": "Path" }, { @@ -247533,11 +141046,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -247549,23 +141062,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.invite", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/operations", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_invite", + "OperationId": "share.list_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -247573,47 +141078,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.permanentDelete", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_permanentDelete", - "Method": "Post", + "OperationId": "share.list_GetOperation", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.preview", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_preview", - "Method": "Post", + "OperationId": "share.list_UpdateOperation", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "richLongRunningOperation-id", "Location": "Path" } ] @@ -247621,51 +141126,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.restore", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_restore", - "Method": "Post", + "OperationId": "share.list_DeleteOperation", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.search(q=\u0027{q}\u0027)", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/operations/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_search", + "OperationId": "share.list.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/list/subscriptions", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.list_ListSubscription", + "Method": "Get", + "Parameters": [ { - "Name": "q", + "Name": "sharedDriveItem-id", "Location": "Path" }, { @@ -247689,11 +141206,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -247705,23 +141222,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.unfollow", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/subscriptions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_unfollow", + "OperationId": "share.list_CreateSubscription", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -247729,51 +141238,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.validatePermission", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item_validatePermission", - "Method": "Post", + "OperationId": "share.list_GetSubscription", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "subscription-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/microsoft.graph.grant", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item.permission_grant", - "Method": "Post", + "OperationId": "share.list_UpdateSubscription", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "subscription-id", "Location": "Path" } ] @@ -247781,51 +141286,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/microsoft.graph.revokeGrants", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item.permission_revokeGrant", - "Method": "Post", + "OperationId": "share.list_DeleteSubscription", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "subscription-id", "Location": "Path" }, { - "Name": "permission-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/microsoft.graph.reauthorize", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item.subscription_reauthorize", + "OperationId": "share.list.subscription_reauthorize", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { @@ -247837,123 +141330,147 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.item.version_restoreVersion", - "Method": "Post", + "OperationId": "share.list.subscription_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_associateGraphWPreHubSite", - "Method": "Post", + "OperationId": "share_GetListItem", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_copyToDefaultContentLocation", - "Method": "Post", + "OperationId": "share_UpdateListItem", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/listItem", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share_DeleteListItem", + "Method": "Delete", + "Parameters": [ { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.isPublished()", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_isPublished", + "OperationId": "share.listItem_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.publish", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_publish", + "OperationId": "share.listItem_CreateActivity", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -247961,43 +141478,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.unpublish", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_unpublish", - "Method": "Post", + "OperationId": "share.listItem_GetActivity", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopy", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_addCopy", - "Method": "Post", + "OperationId": "share.listItem_UpdateActivity", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -248005,69 +141526,49 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopyFromContentTypeHub", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_addCopyFromContentTypeHub", - "Method": "Post", + "OperationId": "share.listItem_DeleteActivity", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "itemActivityOLD-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_getCompatibleHubContentType", + "OperationId": "share.listItem.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -248077,51 +141578,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.list.item.documentSetVersion_restore", - "Method": "Post", + "OperationId": "share.listItem.activity_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.createLink", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.list.item_createLink", - "Method": "Post", + "OperationId": "share.listItem.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -248129,44 +141622,84 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.list.item_getActivitiesGraphBPreInterval", + "OperationId": "share.listItem.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "itemActivityOLD-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.listItem.activity_SetDriveItemContentStream", + "Method": "Put", + "Parameters": [ { - "Name": "listItem-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "itemActivityOLD-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.listItem.activity_GetListItem", + "Method": "Get", + "Parameters": [ { - "Name": "endDateTime", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "interval", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/listItem/activities/$count", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.listItem.activity_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "sharedDriveItem-id", + "Location": "Path" }, { "Name": "$search", @@ -248175,19 +141708,27 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/listItem/analytics", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.listItem_GetAnalytic", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "sharedDriveItem-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -248197,77 +141738,45 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.list.item.version_restoreVersion", - "Method": "Post", + "OperationId": "share.listItem_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.list.item_delta", + "OperationId": "share.listItem.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -248277,23 +141786,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=\u0027{token}\u0027)", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.list.item_delta", - "Method": "Get", + "OperationId": "share.listItem.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.listItem.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ { - "Name": "token", + "Name": "sharedDriveItem-id", "Location": "Path" }, { @@ -248317,11 +141834,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -248333,43 +141850,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.list.subscription_reauthorize", - "Method": "Post", + "OperationId": "share.listItem.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "subscription-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/microsoft.graph.recent()", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive_recent", + "OperationId": "share.listItem_ListDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { @@ -248393,11 +141906,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -248409,105 +141922,113 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/microsoft.graph.search(q=\u0027{q}\u0027)", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive_search", - "Method": "Get", + "OperationId": "share.listItem_CreateDocumentSetVersion", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.listItem_GetDocumentSetVersion", + "Method": "Get", + "Parameters": [ { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "q", + "Name": "documentSetVersion-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.listItem_UpdateDocumentSetVersion", + "Method": "Patch", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "sharedDriveItem-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" - }, + "Name": "documentSetVersion-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.listItem_DeleteDocumentSetVersion", + "Method": "Delete", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "sharedDriveItem-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "documentSetVersion-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/microsoft.graph.sharedWithMe()", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive_sharedGraphWPreMe", + "OperationId": "share.listItem.documentSetVersion_GetField", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "documentSetVersion-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -248517,19 +142038,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.documentSetVersion_restore", - "Method": "Post", + "OperationId": "share.listItem.documentSetVersion_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { @@ -248541,61 +142058,61 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/microsoft.graph.createLink", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_createLink", - "Method": "Post", + "OperationId": "share.listItem.documentSetVersion_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "documentSetVersion-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "share.listItem.documentSetVersion_restore", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "startDateTime", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "documentSetVersion-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/listItem/documentSetVersions/$count", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.listItem.documentSetVersion_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "interval", + "Name": "sharedDriveItem-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -248603,19 +142120,27 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/listItem/driveItem", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.listItem_GetDriveItem", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "sharedDriveItem-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -248625,43 +142150,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.version_restoreVersion", - "Method": "Post", + "OperationId": "share.listItem_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.assignSensitivityLabel", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_assignSensitivityLabel", - "Method": "Post", + "OperationId": "share.listItem_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -248669,19 +142186,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.checkin", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_checkin", - "Method": "Post", + "OperationId": "share.listItem_GetDriveItemContentStream", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -248689,19 +142202,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.checkout", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_checkout", - "Method": "Post", + "OperationId": "share.listItem_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -248709,39 +142218,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.copy", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_copy", - "Method": "Post", + "OperationId": "share.listItem_GetField", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.createLink", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_createLink", - "Method": "Post", + "OperationId": "share.listItem_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -248749,69 +142258,65 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_createUploadSession", - "Method": "Post", + "OperationId": "share.listItem_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_delta", + "OperationId": "share.listItem_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.listItem.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "sharedDriveItem-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -248821,23 +142326,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.delta(token=\u0027{token}\u0027)", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_delta", - "Method": "Get", + "OperationId": "share.listItem.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.listItem.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ { - "Name": "token", + "Name": "sharedDriveItem-id", "Location": "Path" }, { @@ -248861,11 +142374,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -248877,39 +142390,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.extractSensitivityLabels", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_extractSensitivityLabel", - "Method": "Post", + "OperationId": "share.listItem.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.follow", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/microsoft.graph.createLink", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_follow", + "OperationId": "share.listItem_createLink", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -248917,19 +142430,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_getActivitiesGraphBPreInterval", + "OperationId": "share.listItem_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { @@ -248981,39 +142490,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.invite", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_invite", - "Method": "Post", + "OperationId": "share.listItem_ListVersion", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.permanentDelete", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_permanentDelete", + "OperationId": "share.listItem_CreateVersion", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -249021,39 +142554,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.preview", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_preview", - "Method": "Post", + "OperationId": "share.listItem_GetVersion", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.restore", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_restore", - "Method": "Post", + "OperationId": "share.listItem_UpdateVersion", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -249061,53 +142602,49 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.search(q=\u0027{q}\u0027)", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_search", - "Method": "Get", + "OperationId": "share.listItem_DeleteVersion", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "q", + "Name": "listItemVersion-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share.listItem.version_GetField", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "sharedDriveItem-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -249117,19 +142654,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.unfollow", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_unfollow", - "Method": "Post", + "OperationId": "share.listItem.version_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -249137,43 +142674,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.validatePermission", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root_validatePermission", - "Method": "Post", + "OperationId": "share.listItem.version_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/microsoft.graph.grant", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root.permission_grant", + "OperationId": "share.listItem.version_restoreVersion", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -249181,135 +142718,115 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/microsoft.graph.revokeGrants", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/listItem/versions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root.permission_revokeGrant", - "Method": "Post", + "OperationId": "share.listItem.version_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "permission-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/permission", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root.subscription_reauthorize", - "Method": "Post", + "OperationId": "share_GetPermission", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "subscription-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/permission", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.drive.root.version_restoreVersion", - "Method": "Post", + "OperationId": "share_UpdatePermission", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/permission", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share_DeletePermission", + "Method": "Delete", + "Parameters": [ { - "Name": "drive-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/endpoints", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/permission/microsoft.graph.grant", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListEndpoint", - "Method": "Get", + "OperationId": "share.permission_grant", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/endpoints", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/permission/microsoft.graph.revokeGrants", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_CreateEndpoint", + "OperationId": "share.permission_revokeGrant", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" } ] @@ -249317,19 +142834,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/endpoints/{endpoint-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/root", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetEndpoint", + "OperationId": "share_GetRoot", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "endpoint-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { @@ -249345,67 +142858,91 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/endpoints/{endpoint-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/root/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_UpdateEndpoint", - "Method": "Patch", + "OperationId": "share_GetRootContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "endpoint-id", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/endpoints/{endpoint-id}", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/root/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_DeleteEndpoint", - "Method": "Delete", + "OperationId": "share_SetRootContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/root/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share_GetRootContentStream", + "Method": "Get", + "Parameters": [ { - "Name": "endpoint-id", + "Name": "sharedDriveItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/shares/{sharedDriveItem-id}/root/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "share_SetRootContentStream", + "Method": "Put", + "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "sharedDriveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/endpoints/$count", - "Module": "Groups" + "Path": "/shares/{sharedDriveItem-id}/site", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.endpoint_GetCount", + "OperationId": "share_GetSite", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sharedDriveItem-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -249413,99 +142950,107 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/shares/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.attachment_createUploadSession", - "Method": "Post", + "OperationId": "share_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/users/{user-id}/drive", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "user_GetDrive", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/users/{user-id}/drives", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "user_ListDrive", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/users/{user-id}/drives", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence.instance_accept", + "OperationId": "user_CreateDrive", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "user-id", "Location": "Path" } ] @@ -249513,111 +143058,143 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence.instance_cancel", - "Method": "Post", + "OperationId": "user_GetDrive", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence.instance_decline", - "Method": "Post", + "OperationId": "user_UpdateDrive", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user_DeleteDrive", + "Method": "Delete", + "Parameters": [ { - "Name": "event-id1", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence.instance_dismissReminder", - "Method": "Post", + "OperationId": "user.drive_ListActivity", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence.instance_forward", + "OperationId": "user.drive_CreateActivity", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "drive-id", "Location": "Path" } ] @@ -249625,55 +143202,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence.instance_snoozeReminder", - "Method": "Post", + "OperationId": "user.drive_GetActivity", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "user.drive_UpdateActivity", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -249681,135 +143258,111 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence.instance_delta", - "Method": "Get", + "OperationId": "user.drive_DeleteActivity", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "user.drive.activity_GetDriveItem", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "itemActivityOLD-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "user.drive.activity_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "itemActivityOLD-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "user.drive.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -249817,23 +143370,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "user.drive.activity_GetDriveItemContentStream", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -249841,23 +143394,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "user.drive.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -249865,77 +143418,81 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "user.drive.activity_GetListItem", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "itemActivityOLD-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "user.drive.activity_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/bundles", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.exceptionOccurrence_delta", + "OperationId": "user.drive_ListBundle", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -249957,11 +143514,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -249973,23 +143530,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/bundles", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance.attachment_createUploadSession", + "OperationId": "user.drive_CreateBundle", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "drive-id", "Location": "Path" } ] @@ -249997,83 +143550,83 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "user.drive_GetBundle", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "user.drive_GetBundlesContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "user.drive_SetBundlesContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "driveItem-id", "Location": "Path" } ] @@ -250081,27 +143634,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "user.drive_GetBundlesContentStream", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "driveItem-id", "Location": "Path" } ] @@ -250109,27 +143658,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "user.drive_SetBundlesContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "driveItem-id", "Location": "Path" } ] @@ -250137,116 +143682,124 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/bundles/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "user.drive.bundle_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "user.drive_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "user.drive.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance.exceptionOccurrence_delta", - "Method": "Get", + "OperationId": "user.drive.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ { - "Name": "event-id1", + "Name": "user-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$top", @@ -250269,11 +143822,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -250285,119 +143838,163 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance_accept", - "Method": "Post", + "OperationId": "user.drive.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/following", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance_cancel", - "Method": "Post", + "OperationId": "user.drive_ListFollowing", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance_decline", - "Method": "Post", + "OperationId": "user.drive_GetFollowing", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance_dismissReminder", - "Method": "Post", + "OperationId": "user.drive_GetFollowingContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance_forward", - "Method": "Post", + "OperationId": "user.drive_SetFollowingContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "driveItem-id", "Location": "Path" } ] @@ -250405,23 +144002,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance_snoozeReminder", - "Method": "Post", + "OperationId": "user.drive_GetFollowingContentStream", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "driveItem-id", "Location": "Path" } ] @@ -250429,23 +144026,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "user.drive_SetFollowingContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "driveItem-id", "Location": "Path" } ] @@ -250453,28 +144050,48 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/following/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event.instance_delta", + "OperationId": "user.drive.following_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "$search", "Location": "Query" }, { - "Name": "endDateTime", + "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/items", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive_ListItem", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" }, { "Name": "$top", @@ -250497,11 +144114,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -250513,19 +144130,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/microsoft.graph.accept", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event_accept", + "OperationId": "user.drive_CreateItem", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" } ] @@ -250533,79 +144150,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/microsoft.graph.cancel", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event_cancel", - "Method": "Post", + "OperationId": "user.drive_GetItem", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/microsoft.graph.decline", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.event_decline", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/microsoft.graph.dismissReminder", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event_dismissReminder", - "Method": "Post", + "OperationId": "user.drive_UpdateItem", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/microsoft.graph.forward", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.event_forward", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -250613,64 +144206,52 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event_snoozeReminder", - "Method": "Post", + "OperationId": "user.drive_DeleteItem", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.event_tentativelyAccept", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.event_delta", + "OperationId": "user.drive.item_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$top", @@ -250693,11 +144274,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -250709,40 +144290,28 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/extensions", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListExtension", + "OperationId": "user.drive.item_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" }, { "Name": "$select", @@ -250757,35 +144326,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/extensions", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_CreateExtension", - "Method": "Post", + "OperationId": "user.drive.item.activity_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/extensions/{extension-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetExtension", + "OperationId": "user.drive.item_GetAnalytic", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -250801,19 +144390,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/extensions/{extension-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_UpdateExtension", + "OperationId": "user.drive.item_UpdateAnalytic", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -250821,19 +144414,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/extensions/{extension-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_DeleteExtension", + "OperationId": "user.drive.item_DeleteAnalytic", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -250845,23 +144442,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/extensions/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.extension_GetCount", + "OperationId": "user.drive.item.analytic_GetAllTime", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$search", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -250869,15 +144474,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListGroupLifecyclePolicy", + "OperationId": "user.drive.item.analytic_ListItemActivityStat", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -250917,15 +144530,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_CreateGroupLifecyclePolicy", + "OperationId": "user.drive.item.analytic_CreateItemActivityStat", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -250933,19 +144554,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetGroupLifecyclePolicy", + "OperationId": "user.drive.item.analytic_GetItemActivityStat", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "groupLifecyclePolicy-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -250961,19 +144590,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_UpdateGroupLifecyclePolicy", + "OperationId": "user.drive.item.analytic_UpdateItemActivityStat", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "groupLifecyclePolicy-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" } ] @@ -250981,19 +144618,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_DeleteGroupLifecyclePolicy", + "OperationId": "user.drive.item.analytic_DeleteItemActivityStat", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "groupLifecyclePolicy-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -251005,56 +144650,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.addGroup", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.groupLifecyclePolicy_addGroup", - "Method": "Post", + "OperationId": "user.drive.item.analytic.itemActivityStat_ListActivity", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "groupLifecyclePolicy-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.removeGroup", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.groupLifecyclePolicy_removeGroup", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "groupLifecyclePolicy-id", + "Name": "itemActivityStat-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies/$count", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.groupLifecyclePolicy_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -251063,21 +144688,49 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies/microsoft.graph.renewGroup", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.groupLifecyclePolicy_renewGroup", + "OperationId": "user.drive.item.analytic.itemActivityStat_CreateActivity", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" } ] @@ -251085,44 +144738,32 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMemberGraphOPre", + "OperationId": "user.drive.item.analytic.itemActivityStat_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" }, { "Name": "$select", @@ -251137,88 +144778,100 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/{directoryObject-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetMemberGraphOPre", - "Method": "Get", + "OperationId": "user.drive.item.analytic.itemActivityStat_UpdateActivity", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetMemberGraphOPreAsAdministrativeUnit", - "Method": "Get", + "OperationId": "user.drive.item.analytic.itemActivityStat_DeleteActivity", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/{directoryObject-id}/microsoft.graph.group", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetMemberGraphOPreAsGroup", + "OperationId": "user.drive.item.analytic.itemActivityStat.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", + "Location": "Path" }, { "Name": "$select", @@ -251233,27 +144886,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.memberOf_GetCount", + "OperationId": "user.drive.item.analytic.itemActivityStat.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", + "Location": "Path" + }, + { + "Name": "$format", "Location": "Query" } ] @@ -251261,108 +144922,124 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/microsoft.graph.administrativeUnit", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMemberGraphOPreAsAdministrativeUnit", - "Method": "Get", + "OperationId": "user.drive.item.analytic.itemActivityStat.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, + "Name": "itemActivity-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.item.analytic.itemActivityStat.activity_GetDriveItemContentStream", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, - { - "Name": "$orderby", - "Location": "Query" + { + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/microsoft.graph.administrativeUnit/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.MemberOf_GetCountAsAdministrativeUnit", - "Method": "Get", + "OperationId": "user.drive.item.analytic.itemActivityStat.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/microsoft.graph.group", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMemberGraphOPreAsGroup", + "OperationId": "user.drive.item.analytic.itemActivityStat.activity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { "Name": "$search", @@ -251371,21 +145048,37 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.item.analytic.itemActivityStat_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -251393,27 +145086,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/microsoft.graph.group/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.MemberOf_GetCountAsGroup", + "OperationId": "user.drive.item.analytic_GetLastSevenDay", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -251421,20 +145118,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMember", + "OperationId": "user.drive.item_ListChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$top", @@ -251473,48 +145174,52 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/{directoryObject-id}/$ref", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.member_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "user.drive.item_CreateChild", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.application", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetMemberAsApplication", + "OperationId": "user.drive.item_GetChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "driveItem-id1", + "Location": "Path" }, { "Name": "$select", @@ -251529,31 +145234,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.device", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetMemberAsDevice", + "OperationId": "user.drive.item_GetChildrenContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id1", + "Location": "Path" }, { - "Name": "$expand", + "Name": "$format", "Location": "Query" } ] @@ -251561,127 +145266,115 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.group", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetMemberAsGroup", - "Method": "Get", + "OperationId": "user.drive.item_SetChildrenContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "driveItem-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.orgContact", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetMemberAsOrgContact", + "OperationId": "user.drive.item_GetChildrenContentStream", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "driveItem-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetMemberAsServicePrincipal", - "Method": "Get", + "OperationId": "user.drive.item_SetChildrenContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "driveItem-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.user", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetMemberAsUser", + "OperationId": "user.drive.item.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -251689,27 +145382,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.member_GetCount", + "OperationId": "user.drive_GetItemsContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$format", "Location": "Query" } ] @@ -251717,59 +145410,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/$ref", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMemberGraphBPreRef", - "Method": "Get", + "OperationId": "user.drive_SetItemsContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/members/$ref", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_CreateMemberGraphBPreRef", - "Method": "Post", + "OperationId": "user.drive_GetItemsContentStream", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -251777,68 +145458,80 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/$ref", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_DeleteMemberGraphBPreRef", - "Method": "Delete", + "OperationId": "user.drive_SetItemsContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "@id", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.application", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMemberAsApplication", + "OperationId": "user.drive.item_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.item.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$select", @@ -251853,48 +145546,48 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.application/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.Member_GetCountAsApplication", - "Method": "Get", + "OperationId": "user.drive.item.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.device", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMemberAsDevice", + "OperationId": "user.drive.item.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$top", @@ -251933,20 +145626,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.device/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.Member_GetCountAsDevice", + "OperationId": "user.drive.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$search", @@ -251961,44 +145658,56 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.group", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMemberAsGroup", + "OperationId": "user.drive.item_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.item.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$select", @@ -252013,48 +145722,48 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.group/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.Member_GetCountAsGroup", - "Method": "Get", + "OperationId": "user.drive.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.orgContact", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMemberAsOrgContact", + "OperationId": "user.drive.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$top", @@ -252093,20 +145802,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.orgContact/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.Member_GetCountAsOrgContact", + "OperationId": "user.drive.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$search", @@ -252121,44 +145834,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.servicePrincipal", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMemberAsServicePrincipal", + "OperationId": "user.drive.item_GetListItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$select", @@ -252173,128 +145866,76 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.servicePrincipal/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.Member_GetCountAsServicePrincipal", - "Method": "Get", + "OperationId": "user.drive.item_UpdateListItem", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.user", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMemberAsUser", - "Method": "Get", + "OperationId": "user.drive.item_DeleteListItem", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.user/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.Member_GetCountAsUser", + "OperationId": "user.drive.item.listItem_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_ListMembersGraphWPreLicenseError", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$top", @@ -252333,89 +145974,53 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetMembersGraphWPreLicenseError", - "Method": "Get", + "OperationId": "user.drive.item.listItem_CreateActivity", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.application", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetMembersGraphWPreLicenseErrorAsApplication", + "OperationId": "user.drive.item.listItem_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.device", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_GetMembersGraphWPreLicenseErrorAsDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -252429,88 +146034,88 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.group", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetMembersGraphWPreLicenseErrorAsGroup", - "Method": "Get", + "OperationId": "user.drive.item.listItem_UpdateActivity", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.orgContact", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetMembersGraphWPreLicenseErrorAsOrgContact", - "Method": "Get", + "OperationId": "user.drive.item.listItem_DeleteActivity", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetMembersGraphWPreLicenseErrorAsServicePrincipal", + "OperationId": "user.drive.item.listItem.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", + "Location": "Path" }, { "Name": "$select", @@ -252525,31 +146130,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.user", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetMembersGraphWPreLicenseErrorAsUser", + "OperationId": "user.drive.item.listItem.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" }, { - "Name": "$expand", + "Name": "$format", "Location": "Query" } ] @@ -252557,152 +146162,112 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.membersGraphWPreLicenseError_GetCount", - "Method": "Get", + "OperationId": "user.drive.item.listItem.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.application", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMembersGraphWPreLicenseErrorAsApplication", + "OperationId": "user.drive.item.listItem.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.application/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsApplication", - "Method": "Get", + "OperationId": "user.drive.item.listItem.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.device", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMembersGraphWPreLicenseErrorAsDevice", + "OperationId": "user.drive.item.listItem.activity_GetListItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" }, { "Name": "$select", @@ -252717,20 +146282,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.device/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsDevice", + "OperationId": "user.drive.item.listItem.activity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$search", @@ -252745,44 +146314,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.group", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMembersGraphWPreLicenseErrorAsGroup", + "OperationId": "user.drive.item.listItem_GetAnalytic", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$select", @@ -252797,27 +146346,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.group/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsGroup", + "OperationId": "user.drive.item.listItem_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -252825,44 +146378,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.orgContact", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMembersGraphWPreLicenseErrorAsOrgContact", + "OperationId": "user.drive.item.listItem.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$select", @@ -252877,48 +146410,48 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.orgContact/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsOrgContact", - "Method": "Get", + "OperationId": "user.drive.item.listItem.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.servicePrincipal", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMembersGraphWPreLicenseErrorAsServicePrincipal", + "OperationId": "user.drive.item.listItem.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$top", @@ -252957,20 +146490,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.servicePrincipal/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsServicePrincipal", + "OperationId": "user.drive.item.listItem.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$search", @@ -252985,20 +146522,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.user", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListMembersGraphWPreLicenseErrorAsUser", + "OperationId": "user.drive.item.listItem_ListDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$top", @@ -253037,155 +146578,87 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.user/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsUser", - "Method": "Get", + "OperationId": "user.drive.item.listItem_CreateDocumentSetVersion", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.addFavorite", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_addFavorite", - "Method": "Post", + "OperationId": "user.drive.item.listItem_GetDocumentSetVersion", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.assignLicense", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_assignLicense", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.checkGrantedPermissionsForApp", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_checkGrantedPermissionsGraphFPreApp", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.checkMemberGroups", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_checkMemberGroup", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "documentSetVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.checkMemberObjects", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_checkMemberObject", - "Method": "Post", + "OperationId": "user.drive.item.listItem_UpdateDocumentSetVersion", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.deletePasswordSingleSignOnCredentials", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_deletePasswordSingleSignOnCredential", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.evaluateDynamicMembership", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_evaluateDynamicMembership", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.getMemberGroups", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_getMemberGroup", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -253193,179 +146666,95 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.getMemberObjects", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_getMemberObject", - "Method": "Post", + "OperationId": "user.drive.item.listItem_DeleteDocumentSetVersion", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.getPasswordSingleSignOnCredentials", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_getPasswordSingleSignOnCredential", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.removeFavorite", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_removeFavorite", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.renew", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_renew", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "documentSetVersion-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.resetUnseenCount", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_resetUnseenCount", - "Method": "Post", + "OperationId": "user.drive.item.listItem.documentSetVersion_GetField", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.restore", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_restore", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.retryServiceProvisioning", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_retryServiceProvisioning", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.subscribeByMail", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_subscribeGraphBPreMail", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "documentSetVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.unsubscribeByMail", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_unsubscribeGraphBPreMail", - "Method": "Post", + "OperationId": "user.drive.item.listItem.documentSetVersion_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.validateProperties", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_validateProperty", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.onenote.notebook_copyNotebook", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -253373,119 +146762,147 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_copyToNotebook", - "Method": "Post", + "OperationId": "user.drive.item.listItem.documentSetVersion_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "documentSetVersion-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "user.drive.item.listItem.documentSetVersion_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section.page_copyToSection", - "Method": "Post", + "OperationId": "user.drive.item.listItem_GetDriveItem", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "user.drive.item.listItem_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "$format", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.item.listItem_SetDriveItemContent", + "Method": "Put", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -253493,31 +146910,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section.page_preview", + "OperationId": "user.drive.item.listItem_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "driveItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.item.listItem_SetDriveItemContentStream", + "Method": "Put", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -253525,47 +146958,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_copyToNotebook", - "Method": "Post", + "OperationId": "user.drive.item.listItem_GetField", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "user.drive.item.listItem_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -253573,99 +147014,115 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section.page_copyToSection", - "Method": "Post", + "OperationId": "user.drive.item.listItem_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "user.drive.item.listItem_GetLastModifiedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section.page_preview", + "OperationId": "user.drive.item.listItem.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_getNotebookFromWebUrl", - "Method": "Post", + "OperationId": "user.drive.item.listItem.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -253673,19 +147130,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_getRecentNotebook", + "OperationId": "user.drive.item.listItem.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { - "Name": "includePersonalNotebooks", + "Name": "driveItem-id", "Location": "Path" }, { @@ -253707,113 +147168,129 @@ { "Name": "$count", "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.page_copyToSection", - "Method": "Post", + "OperationId": "user.drive.item.listItem.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.onenote.page_onenotePatchContent", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.page_preview", + "OperationId": "user.drive.item.listItem_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_copyToNotebook", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_copyToSectionGroup", + "OperationId": "user.drive.item.listItem_CreateVersion", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -253821,55 +147298,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section.page_copyToSection", - "Method": "Post", + "OperationId": "user.drive.item.listItem_GetVersion", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "user.drive.item.listItem_UpdateVersion", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -253877,91 +147362,95 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section.page_preview", - "Method": "Get", + "OperationId": "user.drive.item.listItem_DeleteVersion", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.section_copyToNotebook", - "Method": "Post", + "OperationId": "user.drive.item.listItem.version_GetField", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.onenote.section_copyToSectionGroup", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.section.page_copyToSection", - "Method": "Post", + "OperationId": "user.drive.item.listItem.version_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -253969,76 +147458,56 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.onenote.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "user.drive.item.listItem.version_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.onenote.section.page_preview", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "listItemVersion-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListOwner", + "OperationId": "user.drive.item.listItem.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$search", @@ -254047,102 +147516,54 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/{directoryObject-id}/$ref", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.owner_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "user.drive.item_ListPermission", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.application", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_GetOwnerAsApplication", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "directoryObject-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.device", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_GetOwnerAsDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "directoryObject-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -254157,56 +147578,52 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.group", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetOwnerAsGroup", - "Method": "Get", + "OperationId": "user.drive.item_CreatePermission", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.orgContact", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetOwnerAsOrgContact", + "OperationId": "user.drive.item_GetPermission", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "permission-id", + "Location": "Path" }, { "Name": "$select", @@ -254221,84 +147638,84 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetOwnerAsServicePrincipal", - "Method": "Get", + "OperationId": "user.drive.item_UpdatePermission", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "permission-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.user", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetOwnerAsUser", - "Method": "Get", + "OperationId": "user.drive.item_DeletePermission", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "permission-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.owner_GetCount", + "OperationId": "user.drive.item.permission_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$search", @@ -254313,43 +147730,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/$ref", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListOwnerGraphBPreRef", + "OperationId": "user.drive.item_GetRetentionLabel", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" } ] @@ -254357,15 +147762,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/$ref", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_CreateOwnerGraphBPreRef", - "Method": "Post", + "OperationId": "user.drive.item_UpdateRetentionLabel", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -254373,44 +147786,52 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/$ref", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_DeleteOwnerGraphBPreRef", + "OperationId": "user.drive.item_DeleteRetentionLabel", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "@id", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.application", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListOwnerAsApplication", + "OperationId": "user.drive.item_ListSubscription", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$top", @@ -254449,72 +147870,52 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.application/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.Owner_GetCountAsApplication", - "Method": "Get", + "OperationId": "user.drive.item_CreateSubscription", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.device", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListOwnerAsDevice", + "OperationId": "user.drive.item_GetSubscription", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "subscription-id", + "Location": "Path" }, { "Name": "$select", @@ -254529,100 +147930,84 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.device/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.Owner_GetCountAsDevice", - "Method": "Get", + "OperationId": "user.drive.item_UpdateSubscription", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "subscription-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.group", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListOwnerAsGroup", - "Method": "Get", + "OperationId": "user.drive.item_DeleteSubscription", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "subscription-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.group/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.Owner_GetCountAsGroup", + "OperationId": "user.drive.item.subscription_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$search", @@ -254637,20 +148022,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.orgContact", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListOwnerAsOrgContact", + "OperationId": "user.drive.item_ListThumbnail", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$top", @@ -254689,72 +148078,52 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.orgContact/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.Owner_GetCountAsOrgContact", - "Method": "Get", + "OperationId": "user.drive.item_CreateThumbnail", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.servicePrincipal", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListOwnerAsServicePrincipal", + "OperationId": "user.drive.item_GetThumbnail", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "thumbnailSet-id", + "Location": "Path" }, { "Name": "$select", @@ -254769,100 +148138,84 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.servicePrincipal/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.Owner_GetCountAsServicePrincipal", - "Method": "Get", + "OperationId": "user.drive.item_UpdateThumbnail", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "thumbnailSet-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.user", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListOwnerAsUser", - "Method": "Get", + "OperationId": "user.drive.item_DeleteThumbnail", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "thumbnailSet-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.user/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.Owner_GetCountAsUser", + "OperationId": "user.drive.item.thumbnail_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$search", @@ -254877,15 +148230,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/permissionGrants", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListPermissionGrant", + "OperationId": "user.drive.item_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" }, { @@ -254925,15 +148286,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/permissionGrants", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_CreatePermissionGrant", + "OperationId": "user.drive.item_CreateVersion", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -254941,19 +148310,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetPermissionGrant", + "OperationId": "user.drive.item_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "driveItemVersion-id", "Location": "Path" }, { @@ -254969,19 +148346,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_UpdatePermissionGrant", + "OperationId": "user.drive.item_UpdateVersion", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", + "Location": "Path" + }, + { + "Name": "driveItemVersion-id", "Location": "Path" } ] @@ -254989,87 +148374,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_DeletePermissionGrant", + "OperationId": "user.drive.item_DeleteVersion", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/permissionGrants/$count", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.permissionGrant_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "driveItemVersion-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/photo", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetPhoto", + "OperationId": "user.drive.item_GetVersionsContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/photo", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_UpdatePhoto", - "Method": "Patch", - "Parameters": [ + "Name": "driveItem-id", + "Location": "Path" + }, { - "Name": "group-id", + "Name": "driveItemVersion-id", "Location": "Path" } ] @@ -255077,51 +148434,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/photo", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_DeletePhoto", - "Method": "Delete", + "OperationId": "user.drive.item_SetVersionsContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/photo/$value", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_GetPhotoContent", - "Method": "Get", - "Parameters": [ + "Name": "drive-id", + "Location": "Path" + }, { - "Name": "group-id", + "Name": "driveItem-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/photo/$value", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_SetPhotoContent", - "Method": "Put", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "driveItemVersion-id", "Location": "Path" } ] @@ -255129,24 +148462,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/photos", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListPhoto", + "OperationId": "user.drive.item.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { "Name": "$search", @@ -255155,21 +148488,33 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/items/$count", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.item_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -255177,19 +148522,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/photos/{profilePhoto-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetPhoto", + "OperationId": "user.drive_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "profilePhoto-id", + "Name": "drive-id", "Location": "Path" }, { @@ -255205,39 +148550,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/photos/{profilePhoto-id}/$value", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetPhotosContent", + "OperationId": "user.drive.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "profilePhoto-id", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/photos/{profilePhoto-id}/$value", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_SetPhotosContent", - "Method": "Put", + "OperationId": "user.drive.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "profilePhoto-id", + "Name": "drive-id", "Location": "Path" } ] @@ -255245,23 +148598,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_delta", + "OperationId": "user.drive.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "drive-id", "Location": "Path" }, { @@ -255285,11 +148634,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -255301,29 +148650,21 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket_delta", + "OperationId": "user.drive.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "drive-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -255331,61 +148672,53 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/microsoft.graph.archive", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.planner.plan_archive", - "Method": "Post", + "OperationId": "user.drive_GetList", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/microsoft.graph.moveToContainer", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.planner.plan_moveToContainer", - "Method": "Post", + "OperationId": "user.drive_UpdateList", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "drive-id", "Location": "Path" } ] @@ -255393,39 +148726,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/microsoft.graph.unarchive", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.planner.plan_unarchive", - "Method": "Post", + "OperationId": "user.drive_DeleteList", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.planner.plan.task_delta", + "OperationId": "user.drive.list_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "drive-id", "Location": "Path" }, { @@ -255449,11 +148786,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -255465,63 +148802,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.planner.plan_delta", - "Method": "Get", + "OperationId": "user.drive.list_CreateActivity", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/rejectedSenders", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/columns", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListRejectedSender", + "OperationId": "user.drive.list_ListColumn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -255561,47 +148874,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/columns", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.rejectedSender_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "user.drive.list_CreateColumn", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/rejectedSenders/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.rejectedSender_GetCount", + "OperationId": "user.drive.list_GetColumn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$search", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -255609,79 +148926,111 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/rejectedSenders/$ref", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListRejectedSenderGraphBPreRef", - "Method": "Get", + "OperationId": "user.drive.list_UpdateColumn", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" - }, + "Name": "columnDefinition-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.list_DeleteColumn", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "columnDefinition-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/rejectedSenders/$ref", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_CreateRejectedSenderGraphBPreRef", - "Method": "Post", + "OperationId": "user.drive.list.column_GetSourceColumn", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/rejectedSenders/$ref", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/columns/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_DeleteRejectedSenderGraphBPreRef", - "Method": "Delete", + "OperationId": "user.drive.list.column_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "@id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", "Location": "Query" } ] @@ -255689,15 +149038,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/settings", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListSetting", + "OperationId": "user.drive.list_ListContentType", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -255737,15 +149090,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/settings", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_CreateSetting", + "OperationId": "user.drive.list_CreateContentType", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" } ] @@ -255753,19 +149110,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/settings/{directorySetting-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetSetting", + "OperationId": "user.drive.list_GetContentType", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directorySetting-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -255781,19 +149142,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/settings/{directorySetting-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_UpdateSetting", + "OperationId": "user.drive.list_UpdateContentType", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directorySetting-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" } ] @@ -255801,19 +149166,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/settings/{directorySetting-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_DeleteSetting", + "OperationId": "user.drive.list_DeleteContentType", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directorySetting-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -255825,23 +149194,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/settings/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.setting_GetCount", + "OperationId": "user.drive.list.contentType_GetBase", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$search", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -255849,179 +149226,147 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.contentType_associateGraphWPreHubSite", - "Method": "Post", + "OperationId": "user.drive.list.contentType_ListBaseType", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { "Name": "contentType-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_copyToDefaultContentLocation", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.contentType_isPublished", + "OperationId": "user.drive.list.contentType_GetBaseType", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { "Name": "contentType-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.publish", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_publish", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "contentType-id1", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.contentType_unpublish", - "Method": "Post", + "OperationId": "user.drive.list.contentType.baseType_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { "Name": "contentType-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/microsoft.graph.addCopy", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_addCopy", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.contentType_addCopyFromContentTypeHub", - "Method": "Post", + "OperationId": "user.drive.list.contentType_ListColumnLink", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_getCompatibleHubContentType", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -256045,11 +149390,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -256061,19 +149406,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/microsoft.graph.evaluate", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.dataLossPreventionPolicy_evaluate", + "OperationId": "user.drive.list.contentType_CreateColumnLink", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" } ] @@ -256081,79 +149430,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/microsoft.graph.decryptBuffer", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_decryptBuffer", - "Method": "Post", + "OperationId": "user.drive.list.contentType_GetColumnLink", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/microsoft.graph.encryptBuffer", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.informationProtection_encryptBuffer", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "columnLink-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/microsoft.graph.signDigest", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_signDigest", - "Method": "Post", + "OperationId": "user.drive.list.contentType_UpdateColumnLink", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/microsoft.graph.verifySignature", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.informationProtection_verifySignature", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "columnLink-id", "Location": "Path" } ] @@ -256161,175 +149494,263 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.evaluateApplication", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.policy.label_evaluateApplication", - "Method": "Post", + "OperationId": "user.drive.list.contentType_DeleteColumnLink", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.evaluateClassificationResults", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.informationProtection.policy.label_evaluateClassificationResult", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "columnLink-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.evaluateRemoval", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.policy.label_evaluateRemoval", - "Method": "Post", + "OperationId": "user.drive.list.contentType.columnLink_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.extractLabel", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.policy.label_extractLabel", - "Method": "Post", + "OperationId": "user.drive.list.contentType_ListColumnPosition", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.evaluate", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel.sublabel_evaluate", - "Method": "Post", + "OperationId": "user.drive.list.contentType_GetColumnPosition", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/microsoft.graph.evaluate", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel_evaluate", - "Method": "Post", + "OperationId": "user.drive.list.contentType.columnPosition_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_associateGraphWPreHubSite", - "Method": "Post", + "OperationId": "user.drive.list.contentType_ListColumn", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_copyToDefaultContentLocation", + "OperationId": "user.drive.list.contentType_CreateColumn", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "drive-id", "Location": "Path" }, { @@ -256341,55 +149762,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_isPublished", + "OperationId": "user.drive.list.contentType_GetColumn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "columnDefinition-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.publish", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_publish", - "Method": "Post", + "OperationId": "user.drive.list.contentType_UpdateColumn", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -256397,109 +149826,121 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_unpublish", - "Method": "Post", + "OperationId": "user.drive.list.contentType_DeleteColumn", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "columnDefinition-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopy", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_addCopy", - "Method": "Post", + "OperationId": "user.drive.list.contentType.column_GetSourceColumn", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "contentType-id", "Location": "Path" + }, + { + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_addCopyFromContentTypeHub", - "Method": "Post", + "OperationId": "user.drive.list.contentType.column_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "contentType-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_getCompatibleHubContentType", + "OperationId": "user.drive.list.contentType_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "drive-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -256507,17 +149948,29 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/list/createdByUser", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.list_GetCreatedGraphBPreUser", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -256529,59 +149982,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.list.item.documentSetVersion_restore", - "Method": "Post", + "OperationId": "user.drive.list.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.createLink", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.list.item_createLink", - "Method": "Post", + "OperationId": "user.drive.list.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "drive-id", "Location": "Path" } ] @@ -256589,39 +150030,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.list.item_getActivitiesGraphBPreInterval", + "OperationId": "user.drive.list.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", + "Name": "user-id", "Location": "Path" }, { - "Name": "interval", + "Name": "drive-id", "Location": "Path" }, { @@ -256645,11 +150066,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -256661,85 +150082,53 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.list.item.version_restoreVersion", - "Method": "Post", + "OperationId": "user.drive.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/drive", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.list.item_delta", + "OperationId": "user.drive.list_GetDrive", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "drive-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -256749,27 +150138,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=\u0027{token}\u0027)", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.list.item_delta", + "OperationId": "user.drive.list_ListItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "token", + "Name": "drive-id", "Location": "Path" }, { @@ -256793,11 +150174,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -256809,27 +150190,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.list.subscription_reauthorize", + "OperationId": "user.drive.list_CreateItem", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "drive-id", "Location": "Path" } ] @@ -256837,87 +150210,107 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site_getActivitiesGraphBPreInterval", + "OperationId": "user.drive.list_GetItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "startDateTime", + "Name": "user-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "drive-id", "Location": "Path" }, { - "Name": "interval", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.list_UpdateItem", + "Method": "Patch", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.list_DeleteItem", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site_getApplicableContentTypesGraphFPreList", + "OperationId": "user.drive.list.item_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "listId", + "Name": "listItem-id", "Location": "Path" }, { @@ -256941,11 +150334,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -256957,23 +150350,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site_getGraphBPrePath", - "Method": "Get", + "OperationId": "user.drive.list.item_CreateActivity", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "path", + "Name": "listItem-id", "Location": "Path" } ] @@ -256981,125 +150374,129 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_getActivitiesGraphBPreInterval", + "OperationId": "user.drive.list.item_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "user-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "drive-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "interval", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.list.item_UpdateActivity", + "Method": "Patch", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_getApplicableContentTypesGraphFPreList", - "Method": "Get", + "OperationId": "user.drive.list.item_DeleteActivity", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "path", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "listId", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.list.item.activity_GetDriveItem", + "Method": "Get", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -257109,55 +150506,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_copyNotebook", - "Method": "Post", + "OperationId": "user.drive.list.item.activity_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_copyToNotebook", - "Method": "Post", + "OperationId": "user.drive.list.item.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -257165,31 +150566,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "user.drive.list.item.activity_GetDriveItemContentStream", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -257197,35 +150594,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_copyToSection", - "Method": "Post", + "OperationId": "user.drive.list.item.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -257233,191 +150622,187 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "user.drive.list.item.activity_GetListItem", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_preview", + "OperationId": "user.drive.list.item.activity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_copyToNotebook", - "Method": "Post", + "OperationId": "user.drive.list.item_GetAnalytic", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "user.drive.list.item_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section.page_copyToSection", - "Method": "Post", + "OperationId": "user.drive.list.item.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "user.drive.list.item.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -257425,75 +150810,111 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section.page_preview", + "OperationId": "user.drive.list.item.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_getNotebookFromWebUrl", - "Method": "Post", + "OperationId": "user.drive.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_getRecentNotebook", + "OperationId": "user.drive.list.item_ListDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "includePersonalNotebooks", + "Name": "listItem-id", "Location": "Path" }, { @@ -257515,29 +150936,41 @@ { "Name": "$count", "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.page_copyToSection", + "OperationId": "user.drive.list.item_CreateDocumentSetVersion", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -257545,47 +150978,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.page_onenotePatchContent", - "Method": "Post", + "OperationId": "user.drive.list.item_GetDocumentSetVersion", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.page_preview", - "Method": "Get", + "OperationId": "user.drive.list.item_UpdateDocumentSetVersion", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -257593,87 +151042,95 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_copyToNotebook", - "Method": "Post", + "OperationId": "user.drive.list.item_DeleteDocumentSetVersion", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "documentSetVersion-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "user.drive.list.item.documentSetVersion_GetField", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "documentSetVersion-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section.page_copyToSection", - "Method": "Post", + "OperationId": "user.drive.list.item.documentSetVersion_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -257681,139 +151138,147 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "user.drive.list.item.documentSetVersion_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section.page_preview", + "OperationId": "user.drive.list.item.documentSetVersion_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_copyToNotebook", - "Method": "Post", + "OperationId": "user.drive.list.item_GetDriveItem", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "user.drive.list.item_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.section.page_copyToSection", - "Method": "Post", + "OperationId": "user.drive.list.item_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -257821,27 +151286,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "user.drive.list.item_GetDriveItemContentStream", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -257849,27 +151310,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.onenote.section.page_preview", - "Method": "Get", + "OperationId": "user.drive.list.item_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -257877,63 +151334,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/microsoft.graph.getPositionOfWebPart", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.page.microsoft.graph.sitePage.canvasLayout.horizontalSection.column.webpart_getPositionGraphOPreWebPart", - "Method": "Post", + "OperationId": "user.drive.list.item_GetField", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "webPart-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/microsoft.graph.getPositionOfWebPart", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.page.microsoft.graph.sitePage.canvasLayout.verticalSection.webpart_getPositionGraphOPreWebPart", - "Method": "Post", + "OperationId": "user.drive.list.item_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -257941,91 +151390,115 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}/microsoft.graph.getPositionOfWebPart", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.page.microsoft.graph.sitePage.webPart_getPositionGraphOPreWebPart", - "Method": "Post", + "OperationId": "user.drive.list.item_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "webPart-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/microsoft.graph.grant", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.permission_grant", - "Method": "Post", + "OperationId": "user.drive.list.item_GetLastModifiedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/microsoft.graph.revokeGrants", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site.permission_revokeGrant", - "Method": "Post", + "OperationId": "user.drive.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/microsoft.graph.add", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site_add", - "Method": "Post", + "OperationId": "user.drive.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -258033,15 +151506,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site_delta", + "OperationId": "user.drive.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -258065,11 +151546,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -258081,24 +151562,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/microsoft.graph.getAllSites()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.site_getAllSite", + "OperationId": "user.drive.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$search", @@ -258107,153 +151588,85 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/microsoft.graph.remove", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site_remove", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.add", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.channel.member_add", - "Method": "Post", + "OperationId": "user.drive.list.item_ListVersion", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.team.channel.message_setReaction", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.team.channel.message_softDelete", - "Method": "Post", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.team.channel.message_undoSoftDelete", - "Method": "Post", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.channel.message_unsetReaction", + "OperationId": "user.drive.list.item_CreateVersion", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -258261,83 +151674,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_setReaction", - "Method": "Post", + "OperationId": "user.drive.list.item_GetVersion", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.team.channel.message.reply_softDelete", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "listItemVersion-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_undoSoftDelete", - "Method": "Post", + "OperationId": "user.drive.list.item_UpdateVersion", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -258345,81 +151738,65 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_unsetReaction", - "Method": "Post", + "OperationId": "user.drive.list.item_DeleteVersion", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_delta", + "OperationId": "user.drive.list.item.version_GetField", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -258429,123 +151806,91 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.channel.message_delta", - "Method": "Get", + "OperationId": "user.drive.list.item.version_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/microsoft.graph.archive", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.channel_archive", - "Method": "Post", + "OperationId": "user.drive.list.item.version_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/microsoft.graph.completeMigration", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.team.channel_completeMigration", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "listItemVersion-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.channel_doesUserHaveAccess", + "OperationId": "user.drive.list.item.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "userId", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "tenantId", + "Name": "$search", "Location": "Query" }, { - "Name": "userPrincipalName", + "Name": "$filter", "Location": "Query" } ] @@ -258553,59 +151898,75 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/microsoft.graph.provisionEmail", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.channel_provisionEmail", - "Method": "Post", + "OperationId": "user.drive.list_GetLastModifiedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/microsoft.graph.removeEmail", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.channel_removeEmail", - "Method": "Post", + "OperationId": "user.drive.list.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/microsoft.graph.unarchive", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.channel_unarchive", - "Method": "Post", + "OperationId": "user.drive.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "drive-id", "Location": "Path" } ] @@ -258613,15 +151974,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/microsoft.graph.allMessages()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.channel_allMessage", + "OperationId": "user.drive.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -258645,11 +152010,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -258661,28 +152026,20 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/microsoft.graph.getAllMessages()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.channel_getAllMessage", + "OperationId": "user.drive.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "model", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$search", @@ -258691,37 +152048,25 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/microsoft.graph.getAllRetainedMessages()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/operations", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.channel_getAllRetainedMessage", + "OperationId": "user.drive.list_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -258745,11 +152090,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -258761,19 +152106,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/operations", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.installedApp_upgrade", + "OperationId": "user.drive.list_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "drive-id", "Location": "Path" } ] @@ -258781,63 +152126,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/members/microsoft.graph.add", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.member_add", - "Method": "Post", + "OperationId": "user.drive.list_GetOperation", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/microsoft.graph.archive", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.team_archive", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "drive-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/microsoft.graph.clone", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.team_clone", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "richLongRunningOperation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/microsoft.graph.completeMigration", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team_completeMigration", - "Method": "Post", + "OperationId": "user.drive.list_UpdateOperation", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "richLongRunningOperation-id", "Location": "Path" } ] @@ -258845,67 +152182,127 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/microsoft.graph.sendActivityNotification", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team_sendActivityNotification", - "Method": "Post", + "OperationId": "user.drive.list_DeleteOperation", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "richLongRunningOperation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/microsoft.graph.unarchive", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/operations/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team_unarchive", - "Method": "Post", + "OperationId": "user.drive.list.operation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/members/microsoft.graph.add", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.member_add", - "Method": "Post", + "OperationId": "user.drive.list_ListSubscription", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/microsoft.graph.setReaction", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_setReaction", + "OperationId": "user.drive.list_CreateSubscription", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "drive-id", "Location": "Path" } ] @@ -258913,39 +152310,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/microsoft.graph.softDelete", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_softDelete", - "Method": "Post", + "OperationId": "user.drive.list_GetSubscription", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "subscription-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_undoSoftDelete", - "Method": "Post", + "OperationId": "user.drive.list_UpdateSubscription", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "subscription-id", "Location": "Path" } ] @@ -258953,91 +152366,103 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/microsoft.graph.unsetReaction", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_unsetReaction", - "Method": "Post", + "OperationId": "user.drive.list_DeleteSubscription", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "subscription-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_setReaction", - "Method": "Post", + "OperationId": "user.drive.list.subscription_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_softDelete", - "Method": "Post", + "OperationId": "user.drive_GetRoot", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_undoSoftDelete", - "Method": "Post", + "OperationId": "user.drive_UpdateRoot", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "drive-id", "Location": "Path" } ] @@ -259045,43 +152470,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_unsetReaction", - "Method": "Post", + "OperationId": "user.drive_DeleteRoot", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_delta", + "OperationId": "user.drive.root_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "drive-id", "Location": "Path" }, { @@ -259105,11 +152530,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -259121,45 +152546,29 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_delta", + "OperationId": "user.drive.root_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -259169,59 +152578,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/microsoft.graph.archive", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_archive", - "Method": "Post", + "OperationId": "user.drive.root.activity_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/microsoft.graph.completeMigration", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel_completeMigration", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_doesUserHaveAccess", + "OperationId": "user.drive.root_GetAnalytic", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "userId", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "tenantId", + "Name": "$select", "Location": "Query" }, { - "Name": "userPrincipalName", + "Name": "$expand", "Location": "Query" } ] @@ -259229,31 +152634,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/microsoft.graph.provisionEmail", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_provisionEmail", - "Method": "Post", + "OperationId": "user.drive.root_UpdateAnalytic", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/microsoft.graph.removeEmail", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel_removeEmail", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "drive-id", "Location": "Path" } ] @@ -259261,71 +152654,123 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/microsoft.graph.unarchive", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_unarchive", - "Method": "Post", + "OperationId": "user.drive.root_DeleteAnalytic", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/microsoft.graph.share", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.schedule_share", - "Method": "Post", + "OperationId": "user.drive.root.analytic_GetAllTime", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/microsoft.graph.clockOut", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.schedule.timeCard_clockOut", - "Method": "Post", + "OperationId": "user.drive.root.analytic_ListItemActivityStat", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/microsoft.graph.confirm", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.schedule.timeCard_confirm", + "OperationId": "user.drive.root.analytic_CreateItemActivityStat", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "drive-id", "Location": "Path" } ] @@ -259333,39 +152778,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/microsoft.graph.endBreak", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.schedule.timeCard_endBreak", - "Method": "Post", + "OperationId": "user.drive.root.analytic_GetItemActivityStat", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/microsoft.graph.startBreak", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.schedule.timeCard_startBreak", - "Method": "Post", + "OperationId": "user.drive.root.analytic_UpdateItemActivityStat", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" } ] @@ -259373,31 +152834,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeCards/microsoft.graph.clockIn", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.team.schedule.timeCard_clockIn", - "Method": "Post", + "OperationId": "user.drive.root.analytic_DeleteItemActivityStat", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListThread", + "OperationId": "user.drive.root.analytic.itemActivityStat_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -259437,15 +152918,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_CreateThread", + "OperationId": "user.drive.root.analytic.itemActivityStat_CreateActivity", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" } ] @@ -259453,19 +152942,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetThread", + "OperationId": "user.drive.root.analytic.itemActivityStat_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", "Location": "Path" }, { @@ -259481,19 +152978,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_UpdateThread", + "OperationId": "user.drive.root.analytic.itemActivityStat_UpdateActivity", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", "Location": "Path" } ] @@ -259501,19 +153006,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_DeleteThread", + "OperationId": "user.drive.root.analytic.itemActivityStat_DeleteActivity", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", "Location": "Path" }, { @@ -259525,127 +153038,151 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/microsoft.graph.reply", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread_reply", - "Method": "Post", + "OperationId": "user.drive.root.analytic.itemActivityStat.activity_GetDriveItem", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread_ListPost", + "OperationId": "user.drive.root.analytic.itemActivityStat.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$format", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.root.analytic.itemActivityStat.activity_SetDriveItemContent", + "Method": "Put", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread_GetPost", + "OperationId": "user.drive.root.analytic.itemActivityStat.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread_UpdatePost", - "Method": "Patch", + "OperationId": "user.drive.root.analytic.itemActivityStat.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", "Location": "Path" } ] @@ -259653,33 +153190,25 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_ListAttachment", + "OperationId": "user.drive.root.analytic.itemActivityStat.activity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "itemActivityStat-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -259687,21 +153216,33 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.root.analytic.itemActivityStat_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -259709,52 +153250,72 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_CreateAttachment", - "Method": "Post", + "OperationId": "user.drive.root.analytic_GetLastSevenDay", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/children", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_GetAttachment", + "OperationId": "user.drive.root_ListChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "attachment-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -259769,63 +153330,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/children", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_DeleteAttachment", - "Method": "Delete", + "OperationId": "user.drive.root_CreateChild", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "attachment-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.attachment_GetCount", + "OperationId": "user.drive.root_GetChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "driveItem-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -259833,103 +153382,99 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.attachment_createUploadSession", - "Method": "Post", + "OperationId": "user.drive.root_GetChildrenContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_ListExtension", - "Method": "Get", + "OperationId": "user.drive.root_SetChildrenContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "driveItem-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.root_GetChildrenContentStream", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_CreateExtension", - "Method": "Post", + "OperationId": "user.drive.root_SetChildrenContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "driveItem-id", "Location": "Path" } ] @@ -259937,35 +153482,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/children/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_GetExtension", + "OperationId": "user.drive.root.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -259973,27 +153510,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_UpdateExtension", - "Method": "Patch", + "OperationId": "user.drive_GetRootContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "$format", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/root/content", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive_SetRootContent", + "Method": "Put", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "drive-id", "Location": "Path" } ] @@ -260001,63 +153554,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_DeleteExtension", - "Method": "Delete", + "OperationId": "user.drive_GetRootContentStream", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/root/contentStream", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive_SetRootContentStream", + "Method": "Put", + "Parameters": [ { - "Name": "post-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.extension_GetCount", + "OperationId": "user.drive.root_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -260065,23 +153622,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_GetInReplyTo", + "OperationId": "user.drive.root.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "drive-id", "Location": "Path" }, { @@ -260097,23 +153650,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_ListAttachment", - "Method": "Get", + "OperationId": "user.drive.root.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.root.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "drive-id", "Location": "Path" }, { @@ -260153,59 +153722,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_CreateAttachment", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_GetAttachment", + "OperationId": "user.drive.root.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "attachment-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -260213,63 +153750,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_DeleteAttachment", - "Method": "Delete", + "OperationId": "user.drive.root_GetLastModifiedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "attachment-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo.attachment_GetCount", + "OperationId": "user.drive.root.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -260277,23 +153806,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo.attachment_createUploadSession", - "Method": "Post", + "OperationId": "user.drive.root.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "drive-id", "Location": "Path" } ] @@ -260301,23 +153826,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_ListExtension", + "OperationId": "user.drive.root.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "drive-id", "Location": "Path" }, { @@ -260357,51 +153878,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_CreateExtension", - "Method": "Post", + "OperationId": "user.drive.root.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_GetExtension", + "OperationId": "user.drive.root_GetListItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "drive-id", "Location": "Path" }, { @@ -260417,27 +153934,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_UpdateExtension", + "OperationId": "user.drive.root_UpdateListItem", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "drive-id", "Location": "Path" } ] @@ -260445,27 +153954,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_DeleteExtension", + "OperationId": "user.drive.root_DeleteListItem", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "drive-id", "Location": "Path" }, { @@ -260477,55 +153978,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo.extension_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_ListMention", + "OperationId": "user.drive.root.listItem_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "drive-id", "Location": "Path" }, { @@ -260565,23 +154030,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_CreateMention", + "OperationId": "user.drive.root.listItem_CreateActivity", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "drive-id", "Location": "Path" } ] @@ -260589,27 +154050,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_GetMention", + "OperationId": "user.drive.root.listItem_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "mention-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -260625,27 +154082,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_DeleteMention", - "Method": "Delete", + "OperationId": "user.drive.root.listItem_UpdateActivity", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "itemActivityOLD-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.root.listItem_DeleteActivity", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { - "Name": "mention-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -260657,31 +154134,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo.mention_GetCount", + "OperationId": "user.drive.root.listItem.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -260689,47 +154166,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_forward", - "Method": "Post", + "OperationId": "user.drive.root.listItem.activity_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "itemActivityOLD-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_reply", - "Method": "Post", + "OperationId": "user.drive.root.listItem.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -260737,79 +154218,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_ListMention", + "OperationId": "user.drive.root.listItem.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "itemActivityOLD-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_CreateMention", - "Method": "Post", + "OperationId": "user.drive.root.listItem.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -260817,27 +154266,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/listItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_GetMention", + "OperationId": "user.drive.root.listItem.activity_GetListItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "mention-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -260853,63 +154298,83 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/activities/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_DeleteMention", - "Method": "Delete", + "OperationId": "user.drive.root.listItem.activity_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.root.listItem_GetAnalytic", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { - "Name": "mention-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post.mention_GetCount", + "OperationId": "user.drive.root.listItem_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -260917,47 +154382,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_forward", - "Method": "Post", + "OperationId": "user.drive.root.listItem.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_reply", - "Method": "Post", + "OperationId": "user.drive.root.listItem.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "post-id", + "Name": "drive-id", "Location": "Path" } ] @@ -260965,21 +154430,29 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread.post_GetCount", + "OperationId": "user.drive.root.listItem.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "drive-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -260987,21 +154460,41 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.thread_GetCount", + "OperationId": "user.drive.root.listItem.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -261017,20 +154510,20 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberGraphOPre", + "OperationId": "user.drive.root.listItem_ListDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$top", @@ -261069,56 +154562,44 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMemberGraphOPre", - "Method": "Get", + "OperationId": "user.drive.root.listItem_CreateDocumentSetVersion", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMemberGraphOPreAsAdministrativeUnit", + "OperationId": "user.drive.root.listItem_GetDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "documentSetVersion-id", + "Location": "Path" }, { "Name": "$select", @@ -261133,104 +154614,76 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.group", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMemberGraphOPreAsGroup", - "Method": "Get", + "OperationId": "user.drive.root.listItem_UpdateDocumentSetVersion", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "documentSetVersion-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.transitiveMemberOf_GetCount", - "Method": "Get", + "OperationId": "user.drive.root.listItem_DeleteDocumentSetVersion", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "documentSetVersion-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.administrativeUnit", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberGraphOPreAsAdministrativeUnit", + "OperationId": "user.drive.root.listItem.documentSetVersion_GetField", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "documentSetVersion-id", + "Location": "Path" }, { "Name": "$select", @@ -261245,100 +154698,72 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.administrativeUnit/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.TransitiveMemberOf_GetCountAsAdministrativeUnit", - "Method": "Get", + "OperationId": "user.drive.root.listItem.documentSetVersion_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "documentSetVersion-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.group", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberGraphOPreAsGroup", - "Method": "Get", + "OperationId": "user.drive.root.listItem.documentSetVersion_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "documentSetVersion-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.group/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.TransitiveMemberOf_GetCountAsGroup", + "OperationId": "user.drive.root.listItem.documentSetVersion_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$search", @@ -261353,141 +154778,133 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMember", + "OperationId": "user.drive.root.listItem_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.root.listItem_GetDriveItemContent", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$format", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.root.listItem_SetDriveItemContent", + "Method": "Put", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" } ] } }, { - "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", - "Module": "Groups" + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMember", + "OperationId": "user.drive.root.listItem_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.application", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMemberAsApplication", - "Method": "Get", + "OperationId": "user.drive.root.listItem_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.device", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMemberAsDevice", + "OperationId": "user.drive.root.listItem_GetField", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -261501,89 +154918,65 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.group", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMemberAsGroup", - "Method": "Get", + "OperationId": "user.drive.root.listItem_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.orgContact", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMemberAsOrgContact", - "Method": "Get", + "OperationId": "user.drive.root.listItem_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "If-Match", "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMemberAsServicePrincipal", + "OperationId": "user.drive.root.listItem_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -261597,25 +154990,21 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.user", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMemberAsUser", + "OperationId": "user.drive.root.listItem.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "drive-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -261629,48 +155018,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.transitiveMember_GetCount", - "Method": "Get", + "OperationId": "user.drive.root.listItem.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.application", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberAsApplication", + "OperationId": "user.drive.root.listItem.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$top", @@ -261709,20 +155090,20 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.application/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.TransitiveMember_GetCountAsApplication", + "OperationId": "user.drive.root.listItem.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$search", @@ -261737,20 +155118,20 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.device", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberAsDevice", + "OperationId": "user.drive.root.listItem_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$top", @@ -261789,72 +155170,44 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.device/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.TransitiveMember_GetCountAsDevice", - "Method": "Get", + "OperationId": "user.drive.root.listItem_CreateVersion", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.group", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberAsGroup", + "OperationId": "user.drive.root.listItem_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" }, { "Name": "$select", @@ -261869,72 +155222,76 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.group/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.TransitiveMember_GetCountAsGroup", - "Method": "Get", + "OperationId": "user.drive.root.listItem_UpdateVersion", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.orgContact", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberAsOrgContact", - "Method": "Get", + "OperationId": "user.drive.root.listItem_DeleteVersion", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.root.listItem.version_GetField", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" }, { "Name": "$select", @@ -261949,100 +155306,72 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.orgContact/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.TransitiveMember_GetCountAsOrgContact", - "Method": "Get", + "OperationId": "user.drive.root.listItem.version_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.servicePrincipal", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberAsServicePrincipal", - "Method": "Get", + "OperationId": "user.drive.root.listItem.version_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.servicePrincipal/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.TransitiveMember_GetCountAsServicePrincipal", + "OperationId": "user.drive.root.listItem.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$search", @@ -262057,20 +155386,20 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.user", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberAsUser", + "OperationId": "user.drive.root_ListPermission", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$top", @@ -262109,43 +155438,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.user/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group.TransitiveMember_GetCountAsUser", - "Method": "Get", + "OperationId": "user.drive.root_CreatePermission", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups(uniqueName=\u0027{uniqueName}\u0027)", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetGroupGraphBPreUniqueName", + "OperationId": "user.drive.root_GetPermission", "Method": "Get", "Parameters": [ { - "Name": "uniqueName", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "permission-id", "Location": "Path" }, { @@ -262161,15 +155490,23 @@ }, { "PathInfo": { - "Path": "/groups(uniqueName=\u0027{uniqueName}\u0027)", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_UpdateGroupGraphBPreUniqueName", + "OperationId": "user.drive.root_UpdatePermission", "Method": "Patch", "Parameters": [ { - "Name": "uniqueName", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "permission-id", "Location": "Path" } ] @@ -262177,15 +155514,23 @@ }, { "PathInfo": { - "Path": "/groups(uniqueName=\u0027{uniqueName}\u0027)", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_DeleteGroupGraphBPreUniqueName", + "OperationId": "user.drive.root_DeletePermission", "Method": "Delete", "Parameters": [ { - "Name": "uniqueName", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "permission-id", "Location": "Path" }, { @@ -262197,16 +155542,20 @@ }, { "PathInfo": { - "Path": "/groups/$count", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_GetCount", + "OperationId": "user.drive.root.permission_GetCount", "Method": "Get", "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" }, { "Name": "$search", @@ -262221,41 +155570,25 @@ }, { "PathInfo": { - "Path": "/groups/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_delta", + "OperationId": "user.drive.root_GetRetentionLabel", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -262265,61 +155598,65 @@ }, { "PathInfo": { - "Path": "/groups/microsoft.graph.evaluateDynamicMembership", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_evaluateDynamicMembership", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/groups/microsoft.graph.getByIds", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_getGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/groups/microsoft.graph.getUserOwnedObjects", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_getUserOwnedObject", - "Method": "Post", - "Parameters": [] + "OperationId": "user.drive.root_UpdateRetentionLabel", + "Method": "Patch", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/groups/microsoft.graph.validateProperties", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Module": "Files" }, "MethodInfo": { - "OperationId": "group_validateProperty", - "Method": "Post", - "Parameters": [] + "OperationId": "user.drive.root_DeleteRetentionLabel", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedGroups", - "Module": "Groups" + "Path": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "user_ListJoinedGroup", + "OperationId": "user.drive.root_ListSubscription", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, + { + "Name": "drive-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -262357,13 +155694,45 @@ }, { "PathInfo": { - "Path": "/admin/people", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "admin_GetPerson", + "OperationId": "user.drive.root_CreateSubscription", + "Method": "Post", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.root_GetSubscription", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "subscription-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -262377,24 +155746,49 @@ }, { "PathInfo": { - "Path": "/admin/people", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "admin_UpdatePerson", + "OperationId": "user.drive.root_UpdateSubscription", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "subscription-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/admin/people", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "admin_DeletePerson", + "OperationId": "user.drive.root_DeleteSubscription", "Method": "Delete", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "subscription-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -262404,60 +155798,49 @@ }, { "PathInfo": { - "Path": "/admin/people/itemInsights", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "admin.person_GetItemInsight", + "OperationId": "user.drive.root.subscription_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$expand", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/people/itemInsights", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "admin.person_UpdateItemInsight", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/people/itemInsights", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "admin.person_DeleteItemInsight", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/admin/people/profileCardProperties", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Module": "Files" }, "MethodInfo": { - "OperationId": "admin.person_ListProfileCardProperty", + "OperationId": "user.drive.root_ListThumbnail", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -262495,26 +155878,43 @@ }, { "PathInfo": { - "Path": "/admin/people/profileCardProperties", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Module": "Files" }, "MethodInfo": { - "OperationId": "admin.person_CreateProfileCardProperty", + "OperationId": "user.drive.root_CreateThumbnail", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "admin.person_GetProfileCardProperty", + "OperationId": "user.drive.root_GetThumbnail", "Method": "Get", "Parameters": [ { - "Name": "profileCardProperty-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "thumbnailSet-id", "Location": "Path" }, { @@ -262530,15 +155930,23 @@ }, { "PathInfo": { - "Path": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "admin.person_UpdateProfileCardProperty", + "OperationId": "user.drive.root_UpdateThumbnail", "Method": "Patch", "Parameters": [ { - "Name": "profileCardProperty-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "thumbnailSet-id", "Location": "Path" } ] @@ -262546,15 +155954,23 @@ }, { "PathInfo": { - "Path": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "admin.person_DeleteProfileCardProperty", + "OperationId": "user.drive.root_DeleteThumbnail", "Method": "Delete", "Parameters": [ { - "Name": "profileCardProperty-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "thumbnailSet-id", "Location": "Path" }, { @@ -262566,13 +155982,21 @@ }, { "PathInfo": { - "Path": "/admin/people/profileCardProperties/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "admin.person.profileCardProperty_GetCount", + "OperationId": "user.drive.root.thumbnail_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -262586,63 +156010,20 @@ }, { "PathInfo": { - "Path": "/admin/people/pronouns", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "admin.person_GetPronoun", + "OperationId": "user.drive.root_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/people/pronouns", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "admin.person_UpdatePronoun", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/people/pronouns", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "admin.person_DeletePronoun", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/administrativeUnits", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "administrativeUnit_ListAdministrativeUnit", - "Method": "Get", - "Parameters": [ - { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$top", @@ -262681,26 +156062,43 @@ }, { "PathInfo": { - "Path": "/administrativeUnits", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/versions", + "Module": "Files" }, "MethodInfo": { - "OperationId": "administrativeUnit_CreateAdministrativeUnit", + "OperationId": "user.drive.root_CreateVersion", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "administrativeUnit_GetAdministrativeUnit", + "OperationId": "user.drive.root_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItemVersion-id", "Location": "Path" }, { @@ -262716,15 +156114,23 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "administrativeUnit_UpdateAdministrativeUnit", + "OperationId": "user.drive.root_UpdateVersion", "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItemVersion-id", "Location": "Path" } ] @@ -262732,15 +156138,23 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "administrativeUnit_DeleteAdministrativeUnit", + "OperationId": "user.drive.root_DeleteVersion", "Method": "Delete", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItemVersion-id", "Location": "Path" }, { @@ -262752,15 +156166,95 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "administrativeUnit_ListExtension", + "OperationId": "user.drive.root_GetVersionsContent", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItemVersion-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.root_SetVersionsContent", + "Method": "Put", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItemVersion-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/root/versions/$count", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive.root.version_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/drives/{drive-id}/special", + "Module": "Files" + }, + "MethodInfo": { + "OperationId": "user.drive_ListSpecial", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" }, { @@ -262800,43 +156294,59 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "Module": "Files" }, "MethodInfo": { - "OperationId": "administrativeUnit_CreateExtension", - "Method": "Post", + "OperationId": "user.drive_GetSpecial", + "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "administrativeUnit_GetExtension", + "OperationId": "user.drive_GetSpecialContent", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" }, { - "Name": "$expand", + "Name": "$format", "Location": "Query" } ] @@ -262844,19 +156354,23 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files" }, "MethodInfo": { - "OperationId": "administrativeUnit_UpdateExtension", - "Method": "Patch", + "OperationId": "user.drive_SetSpecialContent", + "Method": "Put", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "drive-id", + "Location": "Path" + }, + { + "Name": "driveItem-id", "Location": "Path" } ] @@ -262864,76 +156378,68 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "administrativeUnit_DeleteExtension", - "Method": "Delete", + "OperationId": "user.drive_GetSpecialContentStream", + "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "Module": "Files" }, "MethodInfo": { - "OperationId": "administrativeUnit.extension_GetCount", - "Method": "Get", + "OperationId": "user.drive_SetSpecialContentStream", + "Method": "Put", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "driveItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/{drive-id}/special/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "administrativeUnit_ListMember", + "OperationId": "user.drive.special_GetCount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "drive-id", + "Location": "Path" }, { "Name": "$search", @@ -262942,87 +156448,43 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "administrativeUnit_CreateMember", - "Method": "Post", - "Parameters": [ - { - "Name": "administrativeUnit-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/users/{user-id}/drives/$count", + "Module": "Files" }, "MethodInfo": { - "OperationId": "administrativeUnit.member_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "user.drive_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.application", - "Module": "Identity.DirectoryManagement" + "Path": "/financials", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_GetMemberAsApplication", + "OperationId": "financial_GetFinancial", "Method": "Get", "Parameters": [ - { - "Name": "administrativeUnit-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -263036,24 +156498,47 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.device", - "Module": "Identity.DirectoryManagement" + "Path": "/financials", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_GetMemberAsDevice", + "OperationId": "financial_UpdateFinancial", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/financials/companies", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial_ListCompany", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "directoryObject-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -263068,25 +156553,17 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_GetMemberAsGroup", + "OperationId": "financial_GetCompany", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -263100,56 +156577,40 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.orgContact", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/accounts", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_GetMemberAsOrgContact", + "OperationId": "financial.company_ListAccount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "administrativeUnit_GetMemberAsServicePrincipal", - "Method": "Get", - "Parameters": [ - { - "Name": "administrativeUnit-id", - "Location": "Path" }, { - "Name": "directoryObject-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -263164,25 +156625,21 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/accounts/{account-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_GetMemberAsUser", + "OperationId": "financial.company_GetAccount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "account-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -263196,21 +156653,17 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/accounts/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit.member_GetCount", + "OperationId": "financial.company.account_GetCount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -263224,21 +156677,17 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/agedAccountsPayable", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_ListMemberGraphBPreRef", + "OperationId": "financial.company_ListAgedAccountsPayable", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -263262,45 +156711,65 @@ { "Name": "$orderby", "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_CreateMemberGraphBPreRef", - "Method": "Post", + "OperationId": "financial.company_GetAgedAccountsPayable", + "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "agedAccountsPayable-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/agedAccountsPayable/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_DeleteMemberGraphBPreRef", - "Method": "Delete", + "OperationId": "financial.company.agedAccountsPayable_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" }, { - "Name": "@id", + "Name": "$filter", "Location": "Query" } ] @@ -263308,21 +156777,17 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.application", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/agedAccountsReceivable", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_ListMemberAsApplication", + "OperationId": "financial.company_ListAgedAccountsReceivable", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -263360,27 +156825,27 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.application/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit.Member_GetCountAsApplication", + "OperationId": "financial.company_GetAgedAccountsReceivable", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "agedAccountsReceivable-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -263388,20 +156853,40 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.device", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/agedAccountsReceivable/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_ListMemberAsDevice", + "OperationId": "financial.company.agedAccountsReceivable_GetCount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/companyInformation", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company_ListCompanyInformation", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" }, { "Name": "$top", @@ -263440,27 +156925,27 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.device/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit.Member_GetCountAsDevice", + "OperationId": "financial.company_GetCompanyInformation", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "companyInformation-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -263468,73 +156953,77 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_ListMemberAsGroup", - "Method": "Get", + "OperationId": "financial.company_UpdateCompanyInformation", + "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, + "Name": "companyInformation-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company_GetCompanyInformationPicture", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" - }, + "Name": "companyInformation-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company_SetCompanyInformationPicture", + "Method": "Put", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "companyInformation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.group/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/companyInformation/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit.Member_GetCountAsGroup", + "OperationId": "financial.company.companyInformation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -263548,21 +157037,17 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.orgContact", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/countriesRegions", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_ListMemberAsOrgContact", + "OperationId": "financial.company_ListCountriesRegion", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -263600,101 +157085,105 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.orgContact/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/countriesRegions", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit.Member_GetCountAsOrgContact", - "Method": "Get", + "OperationId": "financial.company_CreateCountriesRegion", + "Method": "Post", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_ListMemberAsServicePrincipal", + "OperationId": "financial.company_GetCountriesRegion", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" + "Name": "countryRegion-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company_UpdateCountriesRegion", + "Method": "Patch", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" - }, + "Name": "countryRegion-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company_DeleteCountriesRegion", + "Method": "Delete", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "countryRegion-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/countriesRegions/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit.Member_GetCountAsServicePrincipal", + "OperationId": "financial.company.countriesRegion_GetCount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -263708,21 +157197,17 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/currencies", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_ListMemberAsUser", + "OperationId": "financial.company_ListCurrency", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -263760,75 +157245,63 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.user/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/currencies", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit.Member_GetCountAsUser", - "Method": "Get", + "OperationId": "financial.company_CreateCurrency", + "Method": "Post", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/currencies/{currency-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_checkMemberGroup", - "Method": "Post", + "OperationId": "financial.company_GetCurrency", + "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.checkMemberObjects", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "administrativeUnit_checkMemberObject", - "Method": "Post", - "Parameters": [ + }, { - "Name": "administrativeUnit-id", + "Name": "currency-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.getMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/currencies/{currency-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_getMemberGroup", - "Method": "Post", + "OperationId": "financial.company_UpdateCurrency", + "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "currency-id", "Location": "Path" } ] @@ -263836,47 +157309,63 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.getMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/currencies/{currency-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_getMemberObject", - "Method": "Post", + "OperationId": "financial.company_DeleteCurrency", + "Method": "Delete", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "currency-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.restore", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/currencies/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_restore", - "Method": "Post", + "OperationId": "financial.company.currency_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_ListScopedRoleMember", + "OperationId": "financial.company_ListCustomerPaymentJournal", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { @@ -263916,15 +157405,15 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_CreateScopedRoleMember", + "OperationId": "financial.company_CreateCustomerPaymentJournal", "Method": "Post", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" } ] @@ -263932,19 +157421,19 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_GetScopedRoleMember", + "OperationId": "financial.company_GetCustomerPaymentJournal", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "customerPaymentJournal-id", "Location": "Path" }, { @@ -263960,19 +157449,19 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_UpdateScopedRoleMember", + "OperationId": "financial.company_UpdateCustomerPaymentJournal", "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "customerPaymentJournal-id", "Location": "Path" } ] @@ -263980,19 +157469,19 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_DeleteScopedRoleMember", + "OperationId": "financial.company_DeleteCustomerPaymentJournal", "Method": "Delete", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "customerPaymentJournal-id", "Location": "Path" }, { @@ -264004,23 +157493,27 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit.scopedRoleMember_GetCount", + "OperationId": "financial.company.customerPaymentJournal_GetAccount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$search", + "Name": "customerPaymentJournal-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -264028,37 +157521,21 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_GetCount", + "OperationId": "financial.company.customerPaymentJournal_ListCustomerPayment", "Method": "Get", "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "customerPaymentJournal-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/administrativeUnits/microsoft.graph.delta()", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "administrativeUnit_delta", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -264080,11 +157557,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -264096,73 +157573,128 @@ }, { "PathInfo": { - "Path": "/administrativeUnits/microsoft.graph.getByIds", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_getGraphBPreId", + "OperationId": "financial.company.customerPaymentJournal_CreateCustomerPayment", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customerPaymentJournal-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/administrativeUnits/microsoft.graph.getUserOwnedObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_getUserOwnedObject", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.customerPaymentJournal_GetCustomerPayment", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customerPaymentJournal-id", + "Location": "Path" + }, + { + "Name": "customerPayment-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/administrativeUnits/microsoft.graph.validateProperties", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "administrativeUnit_validateProperty", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.customerPaymentJournal_UpdateCustomerPayment", + "Method": "Patch", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customerPaymentJournal-id", + "Location": "Path" + }, + { + "Name": "customerPayment-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/contacts", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.orgContact_ListOrgContact", - "Method": "Get", + "OperationId": "financial.company.customerPaymentJournal_DeleteCustomerPayment", + "Method": "Delete", "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "customerPaymentJournal-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.customerPaymentJournal.customerPayment_GetCustomer", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "customerPaymentJournal-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { "Name": "$select", @@ -264177,26 +157709,75 @@ }, { "PathInfo": { - "Path": "/contacts", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.orgContact_CreateOrgContact", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.customerPaymentJournal.customerPayment_UpdateCustomer", + "Method": "Patch", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customerPaymentJournal-id", + "Location": "Path" + }, + { + "Name": "customerPayment-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.customerPaymentJournal.customerPayment_DeleteCustomer", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customerPaymentJournal-id", + "Location": "Path" + }, + { + "Name": "customerPayment-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.orgContact_GetOrgContact", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_GetCurrency", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customerPaymentJournal-id", + "Location": "Path" + }, + { + "Name": "customerPayment-id", "Location": "Path" }, { @@ -264212,15 +157793,23 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.orgContact_UpdateOrgContact", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_UpdateCurrency", "Method": "Patch", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customerPaymentJournal-id", + "Location": "Path" + }, + { + "Name": "customerPayment-id", "Location": "Path" } ] @@ -264228,15 +157817,23 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.orgContact_DeleteOrgContact", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_DeleteCurrency", "Method": "Delete", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customerPaymentJournal-id", + "Location": "Path" + }, + { + "Name": "customerPayment-id", "Location": "Path" }, { @@ -264248,108 +157845,108 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_ListDirectReport", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_GetPaymentMethod", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "customerPaymentJournal-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_UpdatePaymentMethod", + "Method": "Patch", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "customerPaymentJournal-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_GetDirectReport", - "Method": "Get", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_DeletePaymentMethod", + "Method": "Delete", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "customerPaymentJournal-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/microsoft.graph.orgContact", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_GetDirectReportAsOrgContact", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_GetPaymentTerm", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "customerPaymentJournal-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "customerPayment-id", + "Location": "Path" }, { "Name": "$select", @@ -264364,80 +157961,76 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_GetDirectReportAsUser", - "Method": "Get", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_UpdatePaymentTerm", + "Method": "Patch", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "customerPaymentJournal-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.directReport_GetCount", - "Method": "Get", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_DeletePaymentTerm", + "Method": "Delete", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "customerPaymentJournal-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.orgContact", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_ListDirectReportAsOrgContact", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "customerPaymentJournal-id", + "Location": "Path" + }, + { + "Name": "customerPayment-id", + "Location": "Path" }, { "Name": "$top", @@ -264476,72 +158069,52 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.orgContact/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.DirectReport_GetCountAsOrgContact", - "Method": "Get", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_CreatePicture", + "Method": "Post", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "customerPaymentJournal-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_ListDirectReportAsUser", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "customerPaymentJournal-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" }, { "Name": "$select", @@ -264556,135 +158129,147 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.user/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.DirectReport_GetCountAsUser", - "Method": "Get", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_UpdatePicture", + "Method": "Patch", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "customerPaymentJournal-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/manager", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_GetManager", - "Method": "Get", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_DeletePicture", + "Method": "Delete", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "customerPaymentJournal-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" + }, + { + "Name": "picture-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_ListMemberGraphOPre", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_GetPictureContent", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "customerPaymentJournal-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "picture-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_SetPictureContent", + "Method": "Put", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "customerPaymentJournal-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_GetMemberGraphOPre", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer.picture_GetCount", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "customerPaymentJournal-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -264692,24 +158277,24 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_GetMemberGraphOPreAsAdministrativeUnit", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_GetShipmentMethod", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "customerPaymentJournal-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "customerPayment-id", + "Location": "Path" }, { "Name": "$select", @@ -264724,88 +158309,72 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_GetMemberGraphOPreAsGroup", - "Method": "Get", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_UpdateShipmentMethod", + "Method": "Patch", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "customerPaymentJournal-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.memberOf_GetCount", - "Method": "Get", + "OperationId": "financial.company.customerPaymentJournal.customerPayment.customer_DeleteShipmentMethod", + "Method": "Delete", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "customerPaymentJournal-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_ListMemberGraphOPreAsAdministrativeUnit", + "OperationId": "financial.company.customerPaymentJournal.customerPayment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "customerPaymentJournal-id", + "Location": "Path" }, { "Name": "$search", @@ -264814,43 +158383,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.administrativeUnit/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPaymentJournals/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.MemberOf_GetCountAsAdministrativeUnit", + "OperationId": "financial.company.customerPaymentJournal_GetCount", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -264864,21 +158413,17 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_ListMemberGraphOPreAsGroup", + "OperationId": "financial.company_ListCustomerPayment", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -264916,59 +158461,63 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.group/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.MemberOf_GetCountAsGroup", - "Method": "Get", + "OperationId": "financial.company_CreateCustomerPayment", + "Method": "Post", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/microsoft.graph.checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_checkMemberGroup", - "Method": "Post", + "OperationId": "financial.company_GetCustomerPayment", + "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customerPayment-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/microsoft.graph.checkMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_checkMemberObject", - "Method": "Post", + "OperationId": "financial.company_UpdateCustomerPayment", + "Method": "Patch", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customerPayment-id", "Location": "Path" } ] @@ -264976,47 +158525,71 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/microsoft.graph.getMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_getMemberGroup", - "Method": "Post", + "OperationId": "financial.company_DeleteCustomerPayment", + "Method": "Delete", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customerPayment-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/microsoft.graph.getMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_getMemberObject", - "Method": "Post", + "OperationId": "financial.company.customerPayment_GetCustomer", + "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customerPayment-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/microsoft.graph.restore", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_restore", - "Method": "Post", + "OperationId": "financial.company.customerPayment_UpdateCustomer", + "Method": "Patch", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customerPayment-id", "Location": "Path" } ] @@ -265024,56 +158597,44 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/microsoft.graph.retryServiceProvisioning", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_retryServiceProvisioning", - "Method": "Post", + "OperationId": "financial.company.customerPayment_DeleteCustomer", + "Method": "Delete", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customerPayment-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/serviceProvisioningErrors", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_ListServiceProvisioningError", + "OperationId": "financial.company.customerPayment.customer_GetCurrency", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { "Name": "$select", @@ -265088,105 +158649,65 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "financial.company.customerPayment.customer_UpdateCurrency", + "Method": "Patch", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_ListTransitiveMemberGraphOPre", - "Method": "Get", + "OperationId": "financial.company.customerPayment.customer_DeleteCurrency", + "Method": "Delete", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_GetTransitiveMemberGraphOPre", + "OperationId": "financial.company.customerPayment.customer_GetPaymentMethod", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "customerPayment-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -265200,57 +158721,65 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_GetTransitiveMemberGraphOPreAsAdministrativeUnit", - "Method": "Get", + "OperationId": "financial.company.customerPayment.customer_UpdatePaymentMethod", + "Method": "Patch", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "customerPayment-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.customerPayment.customer_DeletePaymentMethod", + "Method": "Delete", + "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_GetTransitiveMemberGraphOPreAsGroup", + "OperationId": "financial.company.customerPayment.customer_GetPaymentTerm", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "customerPayment-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -265264,48 +158793,64 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.transitiveMemberOf_GetCount", - "Method": "Get", + "OperationId": "financial.company.customerPayment.customer_UpdatePaymentTerm", + "Method": "Patch", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "customerPayment-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.customerPayment.customer_DeletePaymentTerm", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_ListTransitiveMemberGraphOPreAsAdministrativeUnit", + "OperationId": "financial.company.customerPayment.customer_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "customerPayment-id", + "Location": "Path" }, { "Name": "$top", @@ -265344,155 +158889,179 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.administrativeUnit/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.TransitiveMemberOf_GetCountAsAdministrativeUnit", - "Method": "Get", + "OperationId": "financial.company.customerPayment.customer_CreatePicture", + "Method": "Post", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_ListTransitiveMemberGraphOPreAsGroup", + "OperationId": "financial.company.customerPayment.customer_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.customerPayment.customer_UpdatePicture", + "Method": "Patch", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.group/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.TransitiveMemberOf_GetCountAsGroup", - "Method": "Get", + "OperationId": "financial.company.customerPayment.customer_DeletePicture", + "Method": "Delete", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveReports", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_ListTransitiveReport", + "OperationId": "financial.company.customerPayment.customer_GetPictureContent", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" - }, + "Name": "picture-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.customerPayment.customer_SetPictureContent", + "Method": "Put", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.customerPayment.customer.picture_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -265500,19 +159069,19 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_GetTransitiveReport", + "OperationId": "financial.company.customerPayment.customer_GetShipmentMethod", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "customerPayment-id", "Location": "Path" }, { @@ -265528,68 +159097,60 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveReports/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact.transitiveReport_GetCount", - "Method": "Get", + "OperationId": "financial.company.customerPayment.customer_UpdateShipmentMethod", + "Method": "Patch", "Parameters": [ { - "Name": "orgContact-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_GetCount", - "Method": "Get", + "OperationId": "financial.company.customerPayment.customer_DeleteShipmentMethod", + "Method": "Delete", "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "customerPayment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/contacts/microsoft.graph.delta()", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customerPayments/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contact_delta", + "OperationId": "financial.company.customerPayment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { "Name": "$search", @@ -265598,68 +159159,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contacts/microsoft.graph.getByIds", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "contact_getGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/contacts/microsoft.graph.getUserOwnedObjects", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "contact_getUserOwnedObject", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/contacts/microsoft.graph.validateProperties", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "contact_validateProperty", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/contracts", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contract_ListContract", + "OperationId": "financial.company_ListCustomer", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -265697,26 +159213,35 @@ }, { "PathInfo": { - "Path": "/contracts", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contract_CreateContract", + "OperationId": "financial.company_CreateCustomer", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/contracts/{contract-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contract_GetContract", + "OperationId": "financial.company_GetCustomer", "Method": "Get", "Parameters": [ { - "Name": "contract-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customer-id", "Location": "Path" }, { @@ -265732,15 +159257,19 @@ }, { "PathInfo": { - "Path": "/contracts/{contract-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contract_UpdateContract", + "OperationId": "financial.company_UpdateCustomer", "Method": "Patch", "Parameters": [ { - "Name": "contract-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customer-id", "Location": "Path" } ] @@ -265748,15 +159277,19 @@ }, { "PathInfo": { - "Path": "/contracts/{contract-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contract_DeleteContract", + "OperationId": "financial.company_DeleteCustomer", "Method": "Delete", "Parameters": [ { - "Name": "contract-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customer-id", "Location": "Path" }, { @@ -265768,63 +159301,47 @@ }, { "PathInfo": { - "Path": "/contracts/{contract-id}/microsoft.graph.checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contract_checkMemberGroup", - "Method": "Post", + "OperationId": "financial.company.customer_GetCurrency", + "Method": "Get", "Parameters": [ { - "Name": "contract-id", + "Name": "company-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/contracts/{contract-id}/microsoft.graph.checkMemberObjects", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "contract_checkMemberObject", - "Method": "Post", - "Parameters": [ + }, { - "Name": "contract-id", + "Name": "customer-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contracts/{contract-id}/microsoft.graph.getMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contract_getMemberGroup", - "Method": "Post", + "OperationId": "financial.company.customer_UpdateCurrency", + "Method": "Patch", "Parameters": [ { - "Name": "contract-id", + "Name": "company-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/contracts/{contract-id}/microsoft.graph.getMemberObjects", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "contract_getMemberObject", - "Method": "Post", - "Parameters": [ + }, { - "Name": "contract-id", + "Name": "customer-id", "Location": "Path" } ] @@ -265832,77 +159349,49 @@ }, { "PathInfo": { - "Path": "/contracts/{contract-id}/microsoft.graph.restore", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contract_restore", - "Method": "Post", + "OperationId": "financial.company.customer_DeleteCurrency", + "Method": "Delete", "Parameters": [ { - "Name": "contract-id", + "Name": "company-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/contracts/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "contract_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "$search", - "Location": "Query" + "Name": "customer-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/contracts/microsoft.graph.delta()", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contract_delta", + "OperationId": "financial.company.customer_GetPaymentMethod", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "customer-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -265912,107 +159401,63 @@ }, { "PathInfo": { - "Path": "/contracts/microsoft.graph.getByIds", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "contract_getGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/contracts/microsoft.graph.getUserOwnedObjects", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "contract_getUserOwnedObject", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/contracts/microsoft.graph.validateProperties", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "contract_validateProperty", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.customer_UpdatePaymentMethod", + "Method": "Patch", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customer-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/devices", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListDevice", - "Method": "Get", + "OperationId": "financial.company.customer_DeletePaymentMethod", + "Method": "Delete", "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "customer-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "device_CreateDevice", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/devices/{device-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetDevice", + "OperationId": "financial.company.customer_GetPaymentTerm", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customer-id", "Location": "Path" }, { @@ -266028,15 +159473,19 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_UpdateDevice", + "OperationId": "financial.company.customer_UpdatePaymentTerm", "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customer-id", "Location": "Path" } ] @@ -266044,15 +159493,19 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_DeleteDevice", + "OperationId": "financial.company.customer_DeletePaymentTerm", "Method": "Delete", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customer-id", "Location": "Path" }, { @@ -266064,15 +159517,19 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/commands", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListCommand", + "OperationId": "financial.company.customer_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customer-id", "Location": "Path" }, { @@ -266112,15 +159569,19 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/commands", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_CreateCommand", + "OperationId": "financial.company.customer_CreatePicture", "Method": "Post", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "customer-id", "Location": "Path" } ] @@ -266128,19 +159589,23 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/commands/{command-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetCommand", + "OperationId": "financial.company.customer_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "command-id", + "Name": "customer-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -266156,19 +159621,23 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/commands/{command-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_UpdateCommand", + "OperationId": "financial.company.customer_UpdatePicture", "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "command-id", + "Name": "customer-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -266176,19 +159645,23 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/commands/{command-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_DeleteCommand", + "OperationId": "financial.company.customer_DeletePicture", "Method": "Delete", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "command-id", + "Name": "customer-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -266200,76 +159673,68 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/commands/{command-id}/responsepayload", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.command_GetResponsepayload", + "OperationId": "financial.company.customer_GetPictureContent", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "command-id", + "Name": "customer-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/commands/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.command_GetCount", - "Method": "Get", + "OperationId": "financial.company.customer_SetPictureContent", + "Method": "Put", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "customer-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/extensions", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListExtension", + "OperationId": "financial.company.customer.picture_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "customer-id", + "Location": "Path" }, { "Name": "$search", @@ -266278,57 +159743,25 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/devices/{device-id}/extensions", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "device_CreateExtension", - "Method": "Post", - "Parameters": [ - { - "Name": "device-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetExtension", + "OperationId": "financial.company.customer_GetShipmentMethod", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "customer-id", "Location": "Path" }, { @@ -266344,19 +159777,19 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_UpdateExtension", + "OperationId": "financial.company.customer_UpdateShipmentMethod", "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "customer-id", "Location": "Path" } ] @@ -266364,19 +159797,19 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_DeleteExtension", + "OperationId": "financial.company.customer_DeleteShipmentMethod", "Method": "Delete", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "customer-id", "Location": "Path" }, { @@ -266388,15 +159821,15 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/extensions/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/customers/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.extension_GetCount", + "OperationId": "financial.company.customer_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { @@ -266412,21 +159845,17 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/dimensions", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListMemberGraphOPre", + "OperationId": "financial.company_ListDimension", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -266464,25 +159893,21 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/dimensions/{dimension-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetMemberGraphOPre", + "OperationId": "financial.company_GetDimension", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "dimension-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -266496,24 +159921,44 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetMemberGraphOPreAsAdministrativeUnit", + "OperationId": "financial.company.dimension_ListDimensionValue", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "dimension-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -266528,24 +159973,24 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf/{directoryObject-id}/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/{dimensionValue-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetMemberGraphOPreAsGroup", + "OperationId": "financial.company.dimension_GetDimensionValue", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "dimension-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "dimensionValue-id", + "Location": "Path" }, { "Name": "$select", @@ -266560,20 +160005,20 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.memberOf_GetCount", + "OperationId": "financial.company.dimension.dimensionValue_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "dimension-id", + "Location": "Path" }, { "Name": "$search", @@ -266588,20 +160033,40 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/dimensions/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListMemberGraphOPreAsAdministrativeUnit", + "OperationId": "financial.company.dimension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/dimensionValues", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company_ListDimensionValue", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" }, { "Name": "$top", @@ -266640,27 +160105,27 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf/microsoft.graph.administrativeUnit/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.MemberOf_GetCountAsAdministrativeUnit", + "OperationId": "financial.company_GetDimensionValue", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "dimensionValue-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -266668,20 +160133,40 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/dimensionValues/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListMemberGraphOPreAsGroup", + "OperationId": "financial.company.dimensionValue_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/employees", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company_ListEmployee", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" }, { "Name": "$top", @@ -266720,91 +160205,63 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf/microsoft.graph.group/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/employees", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.MemberOf_GetCountAsGroup", - "Method": "Get", + "OperationId": "financial.company_CreateEmployee", + "Method": "Post", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/microsoft.graph.checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/employees/{employee-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_checkMemberGroup", - "Method": "Post", + "OperationId": "financial.company_GetEmployee", + "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/devices/{device-id}/microsoft.graph.checkMemberObjects", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "device_checkMemberObject", - "Method": "Post", - "Parameters": [ + }, { - "Name": "device-id", + "Name": "employee-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/microsoft.graph.getMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/employees/{employee-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_getMemberGroup", - "Method": "Post", + "OperationId": "financial.company_UpdateEmployee", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/devices/{device-id}/microsoft.graph.getMemberObjects", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "device_getMemberObject", - "Method": "Post", - "Parameters": [ + }, { - "Name": "device-id", + "Name": "employee-id", "Location": "Path" } ] @@ -266812,36 +160269,44 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/microsoft.graph.restore", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/employees/{employee-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_restore", - "Method": "Post", + "OperationId": "financial.company_DeleteEmployee", + "Method": "Delete", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "employee-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListRegisteredOwner", + "OperationId": "financial.company.employee_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "employee-id", + "Location": "Path" }, { "Name": "$top", @@ -266880,81 +160345,45 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.registeredOwner_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "financial.company.employee_CreatePicture", + "Method": "Post", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "employee-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.endpoint", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetRegisteredOwnerAsEndpoint", + "OperationId": "financial.company.employee_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "device-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "device_GetRegisteredOwnerAsServicePrincipal", - "Method": "Get", - "Parameters": [ - { - "Name": "device-id", + "Name": "employee-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "picture-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -266968,119 +160397,75 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetRegisteredOwnerAsUser", - "Method": "Get", + "OperationId": "financial.company.employee_UpdatePicture", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "employee-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "device.registeredOwner_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "device-id", + "Name": "picture-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListRegisteredOwnerGraphBPreRef", - "Method": "Get", + "OperationId": "financial.company.employee_DeletePicture", + "Method": "Delete", "Parameters": [ { - "Name": "device-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "employee-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_CreateRegisteredOwnerGraphBPreRef", - "Method": "Post", + "OperationId": "financial.company.employee_GetPictureContent", + "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "employee-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -267088,52 +160473,44 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_DeleteRegisteredOwnerGraphBPreRef", - "Method": "Delete", + "OperationId": "financial.company.employee_SetPictureContent", + "Method": "Put", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "employee-id", + "Location": "Path" }, { - "Name": "@id", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.endpoint", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListRegisteredOwnerAsEndpoint", + "OperationId": "financial.company.employee.picture_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "employee-id", + "Location": "Path" }, { "Name": "$search", @@ -267142,43 +160519,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.endpoint/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/employees/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.RegisteredOwner_GetCountAsEndpoint", + "OperationId": "financial.company.employee_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -267192,21 +160549,17 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/generalLedgerEntries", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListRegisteredOwnerAsServicePrincipal", + "OperationId": "financial.company_ListGeneralLedgerEntry", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -267244,27 +160597,27 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.RegisteredOwner_GetCountAsServicePrincipal", + "OperationId": "financial.company_GetGeneralLedgerEntry", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "generalLedgerEntry-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -267272,44 +160625,20 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListRegisteredOwnerAsUser", + "OperationId": "financial.company.generalLedgerEntry_GetAccount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "generalLedgerEntry-id", + "Location": "Path" }, { "Name": "$select", @@ -267324,21 +160653,17 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.user/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/generalLedgerEntries/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.RegisteredOwner_GetCountAsUser", + "OperationId": "financial.company.generalLedgerEntry_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -267352,21 +160677,17 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/itemCategories", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListRegisteredUser", + "OperationId": "financial.company_ListItemCategory", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -267404,49 +160725,37 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/itemCategories", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.registeredUser_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "financial.company_CreateItemCategory", + "Method": "Post", "Parameters": [ { - "Name": "device-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "company-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.endpoint", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetRegisteredUserAsEndpoint", + "OperationId": "financial.company_GetItemCategory", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "itemCategory-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -267460,85 +160769,61 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetRegisteredUserAsServicePrincipal", - "Method": "Get", + "OperationId": "financial.company_UpdateItemCategory", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "itemCategory-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetRegisteredUserAsUser", - "Method": "Get", + "OperationId": "financial.company_DeleteItemCategory", + "Method": "Delete", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "itemCategory-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "If-Match", "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/itemCategories/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.registeredUser_GetCount", + "OperationId": "financial.company.itemCategory_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -267552,21 +160837,17 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/items", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListRegisteredUserGraphBPreRef", + "OperationId": "financial.company_ListItem", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -267590,21 +160871,29 @@ { "Name": "$orderby", "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/items", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_CreateRegisteredUserGraphBPreRef", + "OperationId": "financial.company_CreateItem", "Method": "Post", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" } ] @@ -267612,23 +160901,27 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/items/{item-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_DeleteRegisteredUserGraphBPreRef", - "Method": "Delete", + "OperationId": "financial.company_GetItem", + "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "item-id", + "Location": "Path" }, { - "Name": "@id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -267636,44 +160929,64 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.endpoint", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/items/{item-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListRegisteredUserAsEndpoint", - "Method": "Get", + "OperationId": "financial.company_UpdateItem", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, + "Name": "item-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/items/{item-id}", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company_DeleteItem", + "Method": "Delete", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "item-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/items/{item-id}/itemCategory", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.item_GetItemCategory", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "item-id", + "Location": "Path" }, { "Name": "$select", @@ -267688,48 +161001,64 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.endpoint/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/items/{item-id}/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.RegisteredUser_GetCountAsEndpoint", - "Method": "Get", + "OperationId": "financial.company.item_UpdateItemCategory", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "item-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/items/{item-id}/itemCategory", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.item_DeleteItemCategory", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "item-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/items/{item-id}/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListRegisteredUserAsServicePrincipal", + "OperationId": "financial.company.item_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "item-id", + "Location": "Path" }, { "Name": "$top", @@ -267768,72 +161097,44 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/items/{item-id}/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.RegisteredUser_GetCountAsServicePrincipal", - "Method": "Get", + "OperationId": "financial.company.item_CreatePicture", + "Method": "Post", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "item-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListRegisteredUserAsUser", + "OperationId": "financial.company.item_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "item-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" }, { "Name": "$select", @@ -267848,175 +161149,127 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.user/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.RegisteredUser_GetCountAsUser", - "Method": "Get", + "OperationId": "financial.company.item_UpdatePicture", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "item-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListTransitiveMemberGraphOPre", - "Method": "Get", + "OperationId": "financial.company.item_DeletePicture", + "Method": "Delete", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "item-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetTransitiveMemberGraphOPre", + "OperationId": "financial.company.item_GetPictureContent", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "item-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetTransitiveMemberGraphOPreAsAdministrativeUnit", - "Method": "Get", + "OperationId": "financial.company.item_SetPictureContent", + "Method": "Put", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "item-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/items/{item-id}/picture/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetTransitiveMemberGraphOPreAsGroup", + "OperationId": "financial.company.item.picture_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "item-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -268024,21 +161277,17 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/items/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.transitiveMemberOf_GetCount", + "OperationId": "financial.company.item_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -268052,21 +161301,17 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journalLines", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListTransitiveMemberGraphOPreAsAdministrativeUnit", + "OperationId": "financial.company_ListJournalLine", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -268104,27 +161349,43 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.administrativeUnit/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journalLines", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.TransitiveMemberOf_GetCountAsAdministrativeUnit", + "OperationId": "financial.company_CreateJournalLine", + "Method": "Post", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company_GetJournalLine", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "journalLine-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -268132,44 +161393,64 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListTransitiveMemberGraphOPreAsGroup", - "Method": "Get", + "OperationId": "financial.company_UpdateJournalLine", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, + "Name": "journalLine-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company_DeleteJournalLine", + "Method": "Delete", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "journalLine-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.journalLine_GetAccount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "journalLine-id", + "Location": "Path" }, { "Name": "$select", @@ -268184,21 +161465,17 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.group/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journalLines/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.TransitiveMemberOf_GetCountAsGroup", + "OperationId": "financial.company.journalLine_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -268212,15 +161489,15 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/usageRights", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journals", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_ListUsageRight", + "OperationId": "financial.company_ListJournal", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { @@ -268260,15 +161537,15 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/usageRights", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journals", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_CreateUsageRight", + "OperationId": "financial.company_CreateJournal", "Method": "Post", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" } ] @@ -268276,19 +161553,19 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/usageRights/{usageRight-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journals/{journal-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetUsageRight", + "OperationId": "financial.company_GetJournal", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "usageRight-id", + "Name": "journal-id", "Location": "Path" }, { @@ -268304,19 +161581,19 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/usageRights/{usageRight-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journals/{journal-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_UpdateUsageRight", + "OperationId": "financial.company_UpdateJournal", "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "usageRight-id", + "Name": "journal-id", "Location": "Path" } ] @@ -268324,19 +161601,19 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/usageRights/{usageRight-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journals/{journal-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_DeleteUsageRight", + "OperationId": "financial.company_DeleteJournal", "Method": "Delete", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "usageRight-id", + "Name": "journal-id", "Location": "Path" }, { @@ -268348,23 +161625,27 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/usageRights/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journals/{journal-id}/account", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device.usageRight_GetCount", + "OperationId": "financial.company.journal_GetAccount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$search", + "Name": "journal-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -268372,17 +161653,45 @@ }, { "PathInfo": { - "Path": "/devices(deviceId=\u0027{deviceId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journals/{journal-id}/journalLines", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetDeviceGraphBPreDeviceId", + "OperationId": "financial.company.journal_ListJournalLine", "Method": "Get", "Parameters": [ { - "Name": "deviceId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "journal-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -268396,15 +161705,19 @@ }, { "PathInfo": { - "Path": "/devices(deviceId=\u0027{deviceId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journals/{journal-id}/journalLines", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_UpdateDeviceGraphBPreDeviceId", - "Method": "Patch", + "OperationId": "financial.company.journal_CreateJournalLine", + "Method": "Post", "Parameters": [ { - "Name": "deviceId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "journal-id", "Location": "Path" } ] @@ -268412,83 +161725,111 @@ }, { "PathInfo": { - "Path": "/devices(deviceId=\u0027{deviceId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journals/{journal-id}/journalLines/{journalLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_DeleteDeviceGraphBPreDeviceId", - "Method": "Delete", + "OperationId": "financial.company.journal_GetJournalLine", + "Method": "Get", "Parameters": [ { - "Name": "deviceId", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "journal-id", + "Location": "Path" + }, + { + "Name": "journalLine-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journals/{journal-id}/journalLines/{journalLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_GetCount", - "Method": "Get", + "OperationId": "financial.company.journal_UpdateJournalLine", + "Method": "Patch", "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "journal-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "journalLine-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/devices/microsoft.graph.delta()", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journals/{journal-id}/journalLines/{journalLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_delta", - "Method": "Get", + "OperationId": "financial.company.journal_DeleteJournalLine", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "journal-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "journalLine-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/journals/{journal-id}/journalLines/{journalLine-id}/account", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.journal.journalLine_GetAccount", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "journal-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "journalLine-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -268500,52 +161841,71 @@ }, { "PathInfo": { - "Path": "/devices/microsoft.graph.getByIds", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "device_getGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/devices/microsoft.graph.getUserOwnedObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journals/{journal-id}/journalLines/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_getUserOwnedObject", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.journal.journalLine_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "journal-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/devices/microsoft.graph.validateProperties", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journals/{journal-id}/microsoft.graph.post", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "device_validateProperty", + "OperationId": "financial.company.journal_post", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "journal-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directory", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/journals/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetDirectory", + "OperationId": "financial.company.journal_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -268553,24 +161913,17 @@ }, { "PathInfo": { - "Path": "/directory", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_UpdateDirectory", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directory/administrativeUnits", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/paymentMethods", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListAdministrativeUnit", + "OperationId": "financial.company_ListPaymentMethod", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -268608,26 +161961,35 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/paymentMethods", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_CreateAdministrativeUnit", + "OperationId": "financial.company_CreatePaymentMethod", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetAdministrativeUnit", + "OperationId": "financial.company_GetPaymentMethod", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "paymentMethod-id", "Location": "Path" }, { @@ -268643,15 +162005,19 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_UpdateAdministrativeUnit", + "OperationId": "financial.company_UpdatePaymentMethod", "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "paymentMethod-id", "Location": "Path" } ] @@ -268659,15 +162025,19 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeleteAdministrativeUnit", + "OperationId": "financial.company_DeletePaymentMethod", "Method": "Delete", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "paymentMethod-id", "Location": "Path" }, { @@ -268679,15 +162049,39 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/paymentMethods/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListExtension", + "OperationId": "financial.company.paymentMethod_GetCount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/paymentTerms", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company_ListPaymentTerm", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", "Location": "Path" }, { @@ -268727,15 +162121,15 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/paymentTerms", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_CreateExtension", + "OperationId": "financial.company_CreatePaymentTerm", "Method": "Post", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" } ] @@ -268743,19 +162137,19 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetExtension", + "OperationId": "financial.company_GetPaymentTerm", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "paymentTerm-id", "Location": "Path" }, { @@ -268771,19 +162165,19 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_UpdateExtension", + "OperationId": "financial.company_UpdatePaymentTerm", "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "paymentTerm-id", "Location": "Path" } ] @@ -268791,19 +162185,19 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_DeleteExtension", + "OperationId": "financial.company_DeletePaymentTerm", "Method": "Delete", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "paymentTerm-id", "Location": "Path" }, { @@ -268815,15 +162209,15 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/paymentTerms/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.extension_GetCount", + "OperationId": "financial.company.paymentTerm_GetCount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { @@ -268839,21 +162233,17 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMember", + "OperationId": "financial.company_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -268891,15 +162281,15 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_CreateMember", + "OperationId": "financial.company_CreatePicture", "Method": "Post", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" } ] @@ -268907,151 +162297,135 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.member_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "financial.company_GetPicture", + "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "picture-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.application", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetMemberAsApplication", - "Method": "Get", + "OperationId": "financial.company_UpdatePicture", + "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "picture-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.device", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetMemberAsDevice", - "Method": "Get", + "OperationId": "financial.company_DeletePicture", + "Method": "Delete", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "picture-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "If-Match", "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetMemberAsGroup", + "OperationId": "financial.company_GetPictureContent", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "picture-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.orgContact", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetMemberAsOrgContact", - "Method": "Get", + "OperationId": "financial.company_SetPictureContent", + "Method": "Put", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "picture-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/picture/$count", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.picture_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -269059,24 +162433,40 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetMemberAsServicePrincipal", + "OperationId": "financial.company_ListPurchaseInvoiceLine", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -269091,25 +162481,21 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetMemberAsUser", + "OperationId": "financial.company_GetPurchaseInvoiceLine", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "purchaseInvoiceLine-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -269123,71 +162509,75 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.member_GetCount", - "Method": "Get", + "OperationId": "financial.company_UpdatePurchaseInvoiceLine", + "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMemberGraphBPreRef", + "OperationId": "financial.company.purchaseInvoiceLine_GetAccount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.purchaseInvoiceLine_GetItem", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" }, { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" } ] @@ -269195,15 +162585,19 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_CreateMemberGraphBPreRef", - "Method": "Post", + "OperationId": "financial.company.purchaseInvoiceLine_UpdateItem", + "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoiceLine-id", "Location": "Path" } ] @@ -269211,68 +162605,44 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_DeleteMemberGraphBPreRef", + "OperationId": "financial.company.purchaseInvoiceLine_DeleteItem", "Method": "Delete", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" }, { - "Name": "@id", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.application", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMemberAsApplication", + "OperationId": "financial.company.purchaseInvoiceLine.item_GetItemCategory", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" }, { "Name": "$select", @@ -269287,48 +162657,64 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.application/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.Member_GetCountAsApplication", - "Method": "Get", + "OperationId": "financial.company.purchaseInvoiceLine.item_UpdateItemCategory", + "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.purchaseInvoiceLine.item_DeleteItemCategory", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.device", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMemberAsDevice", + "OperationId": "financial.company.purchaseInvoiceLine.item_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" }, { "Name": "$top", @@ -269367,72 +162753,44 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.device/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.Member_GetCountAsDevice", - "Method": "Get", + "OperationId": "financial.company.purchaseInvoiceLine.item_CreatePicture", + "Method": "Post", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMemberAsGroup", + "OperationId": "financial.company.purchaseInvoiceLine.item_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" }, { "Name": "$select", @@ -269447,136 +162805,120 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.group/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.Member_GetCountAsGroup", - "Method": "Get", + "OperationId": "financial.company.purchaseInvoiceLine.item_UpdatePicture", + "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.orgContact", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMemberAsOrgContact", - "Method": "Get", + "OperationId": "financial.company.purchaseInvoiceLine.item_DeletePicture", + "Method": "Delete", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.purchaseInvoiceLine.item_GetPictureContent", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.orgContact/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.Member_GetCountAsOrgContact", - "Method": "Get", + "OperationId": "financial.company.purchaseInvoiceLine.item_SetPictureContent", + "Method": "Put", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMemberAsServicePrincipal", + "OperationId": "financial.company.purchaseInvoiceLine.item.picture_GetCount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" }, { "Name": "$search", @@ -269585,43 +162927,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoiceLines/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.Member_GetCountAsServicePrincipal", + "OperationId": "financial.company.purchaseInvoiceLine_GetCount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -269635,21 +162957,17 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMemberAsUser", + "OperationId": "financial.company_ListPurchaseInvoice", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -269687,69 +163005,21 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.user/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.Member_GetCountAsUser", + "OperationId": "financial.company_GetPurchaseInvoice", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListScopedRoleMember", - "Method": "Get", - "Parameters": [ - { - "Name": "administrativeUnit-id", + "Name": "purchaseInvoice-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -269763,15 +163033,19 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_CreateScopedRoleMember", - "Method": "Post", + "OperationId": "financial.company_UpdatePurchaseInvoice", + "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", "Location": "Path" } ] @@ -269779,19 +163053,19 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetScopedRoleMember", + "OperationId": "financial.company.purchaseInvoice_GetCurrency", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "purchaseInvoice-id", "Location": "Path" }, { @@ -269807,19 +163081,19 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_UpdateScopedRoleMember", + "OperationId": "financial.company.purchaseInvoice_UpdateCurrency", "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "purchaseInvoice-id", "Location": "Path" } ] @@ -269827,19 +163101,19 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_DeleteScopedRoleMember", + "OperationId": "financial.company.purchaseInvoice_DeleteCurrency", "Method": "Delete", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "purchaseInvoice-id", "Location": "Path" }, { @@ -269851,57 +163125,41 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/microsoft.graph.post", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.scopedRoleMember_GetCount", - "Method": "Get", + "OperationId": "financial.company.purchaseInvoice_post", + "Method": "Post", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "purchaseInvoice-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetCount", + "OperationId": "financial.company.purchaseInvoice_ListPurchaseInvoiceLine", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/administrativeUnits/microsoft.graph.delta()", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.administrativeUnit_delta", - "Method": "Get", - "Parameters": [ + "Name": "purchaseInvoice-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -269923,11 +163181,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -269939,70 +163197,111 @@ }, { "PathInfo": { - "Path": "/directory/attributeSets", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListAttributeSet", + "OperationId": "financial.company.purchaseInvoice_GetPurchaseInvoiceLine", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "purchaseInvoice-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.purchaseInvoice_UpdatePurchaseInvoiceLine", + "Method": "Patch", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "purchaseInvoice-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/attributeSets", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_CreateAttributeSet", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine_GetAccount", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoiceLine-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/directory/attributeSets/{attributeSet-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetAttributeSet", + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine_GetItem", "Method": "Get", "Parameters": [ { - "Name": "attributeSet-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoiceLine-id", "Location": "Path" }, { @@ -270018,15 +163317,23 @@ }, { "PathInfo": { - "Path": "/directory/attributeSets/{attributeSet-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_UpdateAttributeSet", + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine_UpdateItem", "Method": "Patch", "Parameters": [ { - "Name": "attributeSet-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoiceLine-id", "Location": "Path" } ] @@ -270034,15 +163341,23 @@ }, { "PathInfo": { - "Path": "/directory/attributeSets/{attributeSet-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeleteAttributeSet", + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine_DeleteItem", "Method": "Delete", "Parameters": [ { - "Name": "attributeSet-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoiceLine-id", "Location": "Path" }, { @@ -270054,33 +163369,25 @@ }, { "PathInfo": { - "Path": "/directory/attributeSets/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.attributeSet_GetCount", + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_GetItemCategory", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/certificateAuthorities", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_GetCertificateAuthority", - "Method": "Get", - "Parameters": [ + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoiceLine-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -270094,24 +163401,49 @@ }, { "PathInfo": { - "Path": "/directory/certificateAuthorities", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_UpdateCertificateAuthority", + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_UpdateItemCategory", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoiceLine-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directory/certificateAuthorities", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeleteCertificateAuthority", + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_DeleteItemCategory", "Method": "Delete", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoiceLine-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -270121,13 +163453,25 @@ }, { "PathInfo": { - "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.certificateAuthority_ListCertificateBasedApplicationConfiguration", + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_ListPicture", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoiceLine-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -270165,26 +163509,51 @@ }, { "PathInfo": { - "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.certificateAuthority_CreateCertificateBasedApplicationConfiguration", + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_CreatePicture", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoiceLine-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.certificateAuthority_GetCertificateBasedApplicationConfiguration", + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "certificateBasedApplicationConfiguration-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoiceLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -270200,15 +163569,27 @@ }, { "PathInfo": { - "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.certificateAuthority_UpdateCertificateBasedApplicationConfiguration", + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_UpdatePicture", "Method": "Patch", "Parameters": [ { - "Name": "certificateBasedApplicationConfiguration-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoiceLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -270216,15 +163597,27 @@ }, { "PathInfo": { - "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.certificateAuthority_DeleteCertificateBasedApplicationConfiguration", + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_DeletePicture", "Method": "Delete", "Parameters": [ { - "Name": "certificateBasedApplicationConfiguration-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoiceLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -270236,47 +163629,87 @@ }, { "PathInfo": { - "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.certificateAuthority.certificateBasedApplicationConfiguration_ListTrustedCertificateAuthority", + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_GetPictureContent", "Method": "Get", "Parameters": [ { - "Name": "certificateBasedApplicationConfiguration-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "purchaseInvoice-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item_SetPictureContent", + "Method": "Put", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "purchaseInvoice-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "purchaseInvoiceLine-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine.item.picture_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoiceLine-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -270284,35 +163717,47 @@ }, { "PathInfo": { - "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.certificateAuthority.certificateBasedApplicationConfiguration_CreateTrustedCertificateAuthority", - "Method": "Post", + "OperationId": "financial.company.purchaseInvoice.purchaseInvoiceLine_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "certificateBasedApplicationConfiguration-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.certificateAuthority.certificateBasedApplicationConfiguration_GetTrustedCertificateAuthority", + "OperationId": "financial.company.purchaseInvoice_GetVendor", "Method": "Get", "Parameters": [ { - "Name": "certificateBasedApplicationConfiguration-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "certificateAuthorityAsEntity-id", + "Name": "purchaseInvoice-id", "Location": "Path" }, { @@ -270328,19 +163773,19 @@ }, { "PathInfo": { - "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.certificateAuthority.certificateBasedApplicationConfiguration_UpdateTrustedCertificateAuthority", + "OperationId": "financial.company.purchaseInvoice_UpdateVendor", "Method": "Patch", "Parameters": [ { - "Name": "certificateBasedApplicationConfiguration-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "certificateAuthorityAsEntity-id", + "Name": "purchaseInvoice-id", "Location": "Path" } ] @@ -270348,19 +163793,19 @@ }, { "PathInfo": { - "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.certificateAuthority.certificateBasedApplicationConfiguration_DeleteTrustedCertificateAuthority", + "OperationId": "financial.company.purchaseInvoice_DeleteVendor", "Method": "Delete", "Parameters": [ { - "Name": "certificateBasedApplicationConfiguration-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "certificateAuthorityAsEntity-id", + "Name": "purchaseInvoice-id", "Location": "Path" }, { @@ -270372,23 +163817,27 @@ }, { "PathInfo": { - "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.certificateAuthority.certificateBasedApplicationConfiguration.trustedCertificateAuthority_GetCount", + "OperationId": "financial.company.purchaseInvoice.vendor_GetCurrency", "Method": "Get", "Parameters": [ { - "Name": "certificateBasedApplicationConfiguration-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$search", + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -270396,56 +163845,64 @@ }, { "PathInfo": { - "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.certificateAuthority.certificateBasedApplicationConfiguration_GetCount", - "Method": "Get", + "OperationId": "financial.company.purchaseInvoice.vendor_UpdateCurrency", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "purchaseInvoice-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListCustomSecurityAttributeDefinition", - "Method": "Get", + "OperationId": "financial.company.purchaseInvoice.vendor_DeleteCurrency", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "purchaseInvoice-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.purchaseInvoice.vendor_GetPaymentMethod", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "purchaseInvoice-id", + "Location": "Path" }, { "Name": "$select", @@ -270460,26 +163917,63 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_CreateCustomSecurityAttributeDefinition", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.purchaseInvoice.vendor_UpdatePaymentMethod", + "Method": "Patch", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetCustomSecurityAttributeDefinition", + "OperationId": "financial.company.purchaseInvoice.vendor_DeletePaymentMethod", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.purchaseInvoice.vendor_GetPaymentTerm", "Method": "Get", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", "Location": "Path" }, { @@ -270495,15 +163989,19 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_UpdateCustomSecurityAttributeDefinition", + "OperationId": "financial.company.purchaseInvoice.vendor_UpdatePaymentTerm", "Method": "Patch", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", "Location": "Path" } ] @@ -270511,15 +164009,19 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeleteCustomSecurityAttributeDefinition", + "OperationId": "financial.company.purchaseInvoice.vendor_DeletePaymentTerm", "Method": "Delete", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", "Location": "Path" }, { @@ -270531,15 +164033,19 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.customSecurityAttributeDefinition_ListAllowedValue", + "OperationId": "financial.company.purchaseInvoice.vendor_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", "Location": "Path" }, { @@ -270579,15 +164085,19 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.customSecurityAttributeDefinition_CreateAllowedValue", + "OperationId": "financial.company.purchaseInvoice.vendor_CreatePicture", "Method": "Post", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", "Location": "Path" } ] @@ -270595,19 +164105,23 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.customSecurityAttributeDefinition_GetAllowedValue", + "OperationId": "financial.company.purchaseInvoice.vendor_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "allowedValue-id", + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -270623,19 +164137,23 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.customSecurityAttributeDefinition_UpdateAllowedValue", + "OperationId": "financial.company.purchaseInvoice.vendor_UpdatePicture", "Method": "Patch", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "allowedValue-id", + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -270643,19 +164161,23 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.customSecurityAttributeDefinition_DeleteAllowedValue", + "OperationId": "financial.company.purchaseInvoice.vendor_DeletePicture", "Method": "Delete", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "allowedValue-id", + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -270667,15 +164189,67 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.customSecurityAttributeDefinition.allowedValue_GetCount", + "OperationId": "financial.company.purchaseInvoice.vendor_GetPictureContent", "Method": "Get", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "picture-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.purchaseInvoice.vendor_SetPictureContent", + "Method": "Put", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", + "Location": "Path" + }, + { + "Name": "picture-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.purchaseInvoice.vendor.picture_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "purchaseInvoice-id", "Location": "Path" }, { @@ -270691,13 +164265,17 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/purchaseInvoices/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.customSecurityAttributeDefinition_GetCount", + "OperationId": "financial.company.purchaseInvoice_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -270711,13 +164289,17 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListDeletedItem", + "OperationId": "financial.company_ListSalesCreditMemoLine", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -270755,15 +164337,19 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetDeletedItem", + "OperationId": "financial.company_GetSalesCreditMemoLine", "Method": "Get", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", "Location": "Path" }, { @@ -270779,35 +164365,39 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeleteDeletedItem", - "Method": "Delete", + "OperationId": "financial.company_UpdateSalesCreditMemoLine", + "Method": "Patch", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "salesCreditMemoLine-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetDeletedItemAsAdministrativeUnit", + "OperationId": "financial.company.salesCreditMemoLine_GetAccount", "Method": "Get", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", "Location": "Path" }, { @@ -270823,15 +164413,19 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.application", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetDeletedItemAsApplication", + "OperationId": "financial.company.salesCreditMemoLine_GetItem", "Method": "Get", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", "Location": "Path" }, { @@ -270847,31 +164441,19 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.deletedItem_checkMemberGroup", - "Method": "Post", + "OperationId": "financial.company.salesCreditMemoLine_UpdateItem", + "Method": "Patch", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "company-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.checkMemberObjects", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.deletedItem_checkMemberObject", - "Method": "Post", - "Parameters": [ + }, { - "Name": "directoryObject-id", + "Name": "salesCreditMemoLine-id", "Location": "Path" } ] @@ -270879,71 +164461,43 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.device", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetDeletedItemAsDevice", - "Method": "Get", + "OperationId": "financial.company.salesCreditMemoLine_DeleteItem", + "Method": "Delete", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "salesCreditMemoLine-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.getMemberGroups", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.deletedItem_getMemberGroup", - "Method": "Post", - "Parameters": [ - { - "Name": "directoryObject-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.getMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.deletedItem_getMemberObject", - "Method": "Post", + "OperationId": "financial.company.salesCreditMemoLine.item_GetItemCategory", + "Method": "Get", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "company-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_GetDeletedItemAsGroup", - "Method": "Get", - "Parameters": [ + }, { - "Name": "directoryObject-id", + "Name": "salesCreditMemoLine-id", "Location": "Path" }, { @@ -270959,97 +164513,65 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.restore", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.deletedItem_restore", - "Method": "Post", - "Parameters": [ - { - "Name": "directoryObject-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetDeletedItemAsServicePrincipal", - "Method": "Get", + "OperationId": "financial.company.salesCreditMemoLine.item_UpdateItemCategory", + "Method": "Patch", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "salesCreditMemoLine-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetDeletedItemAsUser", - "Method": "Get", + "OperationId": "financial.company.salesCreditMemoLine.item_DeleteItemCategory", + "Method": "Delete", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "salesCreditMemoLine-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.deletedItem_GetCount", + "OperationId": "financial.company.salesCreditMemoLine.item_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_ListDeletedItemAsAdministrativeUnit", - "Method": "Get", - "Parameters": [ + "Name": "salesCreditMemoLine-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -271087,56 +164609,44 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.administrativeUnit/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.DeletedItem_GetCountAsAdministrativeUnit", - "Method": "Get", + "OperationId": "financial.company.salesCreditMemoLine.item_CreatePicture", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "salesCreditMemoLine-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.application", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListDeletedItemAsApplication", + "OperationId": "financial.company.salesCreditMemoLine.item_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "salesCreditMemoLine-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" }, { "Name": "$select", @@ -271151,179 +164661,120 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.application/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.DeletedItem_GetCountAsApplication", - "Method": "Get", + "OperationId": "financial.company.salesCreditMemoLine.item_UpdatePicture", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "salesCreditMemoLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.device", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListDeletedItemAsDevice", - "Method": "Get", + "OperationId": "financial.company.salesCreditMemoLine.item_DeletePicture", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "salesCreditMemoLine-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.device/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.DeletedItem_GetCountAsDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.getByIds", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.deletedItem_getGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListDeletedItemAsGroup", + "OperationId": "financial.company.salesCreditMemoLine.item_GetPictureContent", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "salesCreditMemoLine-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.group/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.DeletedItem_GetCountAsGroup", - "Method": "Get", + "OperationId": "financial.company.salesCreditMemoLine.item_SetPictureContent", + "Method": "Put", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "salesCreditMemoLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListDeletedItemAsServicePrincipal", + "OperationId": "financial.company.salesCreditMemoLine.item.picture_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "salesCreditMemoLine-id", + "Location": "Path" }, { "Name": "$search", @@ -271332,35 +164783,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemoLines/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.DeletedItem_GetCountAsServicePrincipal", + "OperationId": "financial.company.salesCreditMemoLine_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -271374,13 +164813,17 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListDeletedItemAsUser", + "OperationId": "financial.company_ListSalesCreditMemo", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -271418,67 +164861,20 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.user/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.DeletedItem_GetCountAsUser", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.validateProperties", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.deletedItem_validateProperty", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directory/deviceLocalCredentials", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListDeviceLocalCredential", + "OperationId": "financial.company_GetSalesCreditMemo", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "salesCreditMemo-id", + "Location": "Path" }, { "Name": "$select", @@ -271493,26 +164889,39 @@ }, { "PathInfo": { - "Path": "/directory/deviceLocalCredentials", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_CreateDeviceLocalCredential", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company_UpdateSalesCreditMemo", + "Method": "Patch", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetDeviceLocalCredential", + "OperationId": "financial.company.salesCreditMemo_GetCurrency", "Method": "Get", "Parameters": [ { - "Name": "deviceLocalCredentialInfo-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", "Location": "Path" }, { @@ -271528,15 +164937,19 @@ }, { "PathInfo": { - "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_UpdateDeviceLocalCredential", + "OperationId": "financial.company.salesCreditMemo_UpdateCurrency", "Method": "Patch", "Parameters": [ { - "Name": "deviceLocalCredentialInfo-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", "Location": "Path" } ] @@ -271544,15 +164957,19 @@ }, { "PathInfo": { - "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeleteDeviceLocalCredential", + "OperationId": "financial.company.salesCreditMemo_DeleteCurrency", "Method": "Delete", "Parameters": [ { - "Name": "deviceLocalCredentialInfo-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", "Location": "Path" }, { @@ -271564,19 +164981,27 @@ }, { "PathInfo": { - "Path": "/directory/deviceLocalCredentials/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.deviceLocalCredential_GetCount", + "OperationId": "financial.company.salesCreditMemo_GetCustomer", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -271584,70 +165009,63 @@ }, { "PathInfo": { - "Path": "/directory/externalUserProfiles", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListExternalUserProfile", - "Method": "Get", + "OperationId": "financial.company.salesCreditMemo_UpdateCustomer", + "Method": "Patch", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "salesCreditMemo-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/externalUserProfiles", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_CreateExternalUserProfile", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.salesCreditMemo_DeleteCustomer", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/directory/externalUserProfiles/{externalUserProfile-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetExternalUserProfile", + "OperationId": "financial.company.salesCreditMemo.customer_GetCurrency", "Method": "Get", "Parameters": [ { - "Name": "externalUserProfile-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", "Location": "Path" }, { @@ -271663,15 +165081,19 @@ }, { "PathInfo": { - "Path": "/directory/externalUserProfiles/{externalUserProfile-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_UpdateExternalUserProfile", + "OperationId": "financial.company.salesCreditMemo.customer_UpdateCurrency", "Method": "Patch", "Parameters": [ { - "Name": "externalUserProfile-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", "Location": "Path" } ] @@ -271679,15 +165101,19 @@ }, { "PathInfo": { - "Path": "/directory/externalUserProfiles/{externalUserProfile-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeleteExternalUserProfile", + "OperationId": "financial.company.salesCreditMemo.customer_DeleteCurrency", "Method": "Delete", "Parameters": [ { - "Name": "externalUserProfile-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", "Location": "Path" }, { @@ -271699,19 +165125,27 @@ }, { "PathInfo": { - "Path": "/directory/externalUserProfiles/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.externalUserProfile_GetCount", + "OperationId": "financial.company.salesCreditMemo.customer_GetPaymentMethod", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -271719,70 +165153,63 @@ }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListFeatureRolloutPolicy", - "Method": "Get", + "OperationId": "financial.company.salesCreditMemo.customer_UpdatePaymentMethod", + "Method": "Patch", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "salesCreditMemo-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_CreateFeatureRolloutPolicy", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.salesCreditMemo.customer_DeletePaymentMethod", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetFeatureRolloutPolicy", + "OperationId": "financial.company.salesCreditMemo.customer_GetPaymentTerm", "Method": "Get", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", "Location": "Path" }, { @@ -271798,15 +165225,19 @@ }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_UpdateFeatureRolloutPolicy", + "OperationId": "financial.company.salesCreditMemo.customer_UpdatePaymentTerm", "Method": "Patch", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", "Location": "Path" } ] @@ -271814,15 +165245,19 @@ }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeleteFeatureRolloutPolicy", + "OperationId": "financial.company.salesCreditMemo.customer_DeletePaymentTerm", "Method": "Delete", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", "Location": "Path" }, { @@ -271834,15 +165269,19 @@ }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy_ListAppliesTo", + "OperationId": "financial.company.salesCreditMemo.customer_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", "Location": "Path" }, { @@ -271882,15 +165321,19 @@ }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy_CreateAppliesTo", + "OperationId": "financial.company.salesCreditMemo.customer_CreatePicture", "Method": "Post", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", "Location": "Path" } ] @@ -271898,47 +165341,31 @@ }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy.appliesTo_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "financial.company.salesCreditMemo.customer_GetPicture", + "Method": "Get", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "salesCreditMemo-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy.appliesTo_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "featureRolloutPolicy-id", + "Name": "picture-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -271946,120 +165373,120 @@ }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy_ListAppliesToGraphBPreRef", - "Method": "Get", + "OperationId": "financial.company.salesCreditMemo.customer_UpdatePicture", + "Method": "Patch", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "salesCreditMemo-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy_CreateAppliesToGraphBPreRef", - "Method": "Post", + "OperationId": "financial.company.salesCreditMemo.customer_DeletePicture", + "Method": "Delete", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy_DeleteAppliesToGraphBPreRef", - "Method": "Delete", + "OperationId": "financial.company.salesCreditMemo.customer_GetPictureContent", + "Method": "Get", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "salesCreditMemo-id", + "Location": "Path" }, { - "Name": "@id", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy_GetCount", - "Method": "Get", + "OperationId": "financial.company.salesCreditMemo.customer_SetPictureContent", + "Method": "Put", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/federationConfigurations", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListFederationConfiguration", + "OperationId": "financial.company.salesCreditMemo.customer.picture_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "salesCreditMemo-id", + "Location": "Path" }, { "Name": "$search", @@ -272068,48 +165495,25 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/federationConfigurations", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_CreateFederationConfiguration", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetFederationConfiguration", + "OperationId": "financial.company.salesCreditMemo.customer_GetShipmentMethod", "Method": "Get", "Parameters": [ { - "Name": "identityProviderBase-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", "Location": "Path" }, { @@ -272125,15 +165529,19 @@ }, { "PathInfo": { - "Path": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_UpdateFederationConfiguration", + "OperationId": "financial.company.salesCreditMemo.customer_UpdateShipmentMethod", "Method": "Patch", "Parameters": [ { - "Name": "identityProviderBase-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", "Location": "Path" } ] @@ -272141,15 +165549,19 @@ }, { "PathInfo": { - "Path": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeleteFederationConfiguration", + "OperationId": "financial.company.salesCreditMemo.customer_DeleteShipmentMethod", "Method": "Delete", "Parameters": [ { - "Name": "identityProviderBase-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", "Location": "Path" }, { @@ -272161,19 +165573,27 @@ }, { "PathInfo": { - "Path": "/directory/federationConfigurations/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.federationConfiguration_GetCount", + "OperationId": "financial.company.salesCreditMemo_GetPaymentTerm", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -272181,45 +165601,65 @@ }, { "PathInfo": { - "Path": "/directory/federationConfigurations/microsoft.graph.availableProviderTypes()", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.federationConfiguration_availableProviderType", - "Method": "Get", + "OperationId": "financial.company.salesCreditMemo_UpdatePaymentTerm", + "Method": "Patch", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" - }, + "Name": "salesCreditMemo-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesCreditMemo_DeletePaymentTerm", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "salesCreditMemo-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/impactedResources", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListImpactedResource", + "OperationId": "financial.company.salesCreditMemo_ListSalesCreditMemoLine", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -272257,26 +165697,23 @@ }, { "PathInfo": { - "Path": "/directory/impactedResources", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_CreateImpactedResource", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directory/impactedResources/{impactedResource-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetImpactedResource", + "OperationId": "financial.company.salesCreditMemo_GetSalesCreditMemoLine", "Method": "Get", "Parameters": [ { - "Name": "impactedResource-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", "Location": "Path" }, { @@ -272292,15 +165729,23 @@ }, { "PathInfo": { - "Path": "/directory/impactedResources/{impactedResource-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_UpdateImpactedResource", + "OperationId": "financial.company.salesCreditMemo_UpdateSalesCreditMemoLine", "Method": "Patch", "Parameters": [ { - "Name": "impactedResource-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", "Location": "Path" } ] @@ -272308,51 +165753,87 @@ }, { "PathInfo": { - "Path": "/directory/impactedResources/{impactedResource-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeleteImpactedResource", - "Method": "Delete", + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine_GetAccount", + "Method": "Get", "Parameters": [ { - "Name": "impactedResource-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.complete", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.impactedResource_complete", - "Method": "Post", + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine_GetItem", + "Method": "Get", "Parameters": [ { - "Name": "impactedResource-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.dismiss", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.impactedResource_dismiss", - "Method": "Post", + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine_UpdateItem", + "Method": "Patch", "Parameters": [ { - "Name": "impactedResource-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", "Location": "Path" } ] @@ -272360,65 +165841,137 @@ }, { "PathInfo": { - "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.postpone", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.impactedResource_postpone", - "Method": "Post", + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine_DeleteItem", + "Method": "Delete", "Parameters": [ { - "Name": "impactedResource-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.reactivate", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.impactedResource_reactivate", - "Method": "Post", + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_GetItemCategory", + "Method": "Get", "Parameters": [ { - "Name": "impactedResource-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/impactedResources/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.impactedResource_GetCount", - "Method": "Get", + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_UpdateItemCategory", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListInboundSharedUserProfile", + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_DeleteItemCategory", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_ListPicture", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -272456,50 +166009,147 @@ }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_CreateInboundSharedUserProfile", + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_CreatePicture", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetInboundSharedUserProfile", + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "inboundSharedUserProfile-userId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_UpdatePicture", + "Method": "Patch", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_DeletePicture", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_UpdateInboundSharedUserProfile", - "Method": "Patch", + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_GetPictureContent", + "Method": "Get", "Parameters": [ { - "Name": "inboundSharedUserProfile-userId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -272507,65 +166157,105 @@ }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeleteInboundSharedUserProfile", - "Method": "Delete", + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item_SetPictureContent", + "Method": "Put", "Parameters": [ { - "Name": "inboundSharedUserProfile-userId", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/microsoft.graph.exportPersonalData", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.inboundSharedUserProfile_exportPersonalData", - "Method": "Post", + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine.item.picture_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "inboundSharedUserProfile-userId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemoLine-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/microsoft.graph.removePersonalData", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.inboundSharedUserProfile_removePersonalData", - "Method": "Post", + "OperationId": "financial.company.salesCreditMemo.salesCreditMemoLine_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "inboundSharedUserProfile-userId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesCreditMemo-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesCreditMemos/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.inboundSharedUserProfile_GetCount", + "OperationId": "financial.company.salesCreditMemo_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -272579,13 +166269,17 @@ }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListOnPremisesSynchronization", + "OperationId": "financial.company_ListSalesInvoiceLine", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -272623,26 +166317,19 @@ }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_CreateOnPremisesSynchronization", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetOnPremisesSynchronization", + "OperationId": "financial.company_GetSalesInvoiceLine", "Method": "Get", "Parameters": [ { - "Name": "onPremisesDirectorySynchronization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoiceLine-id", "Location": "Path" }, { @@ -272658,15 +166345,19 @@ }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_UpdateOnPremisesSynchronization", + "OperationId": "financial.company_UpdateSalesInvoiceLine", "Method": "Patch", "Parameters": [ { - "Name": "onPremisesDirectorySynchronization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoiceLine-id", "Location": "Path" } ] @@ -272674,39 +166365,27 @@ }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeleteOnPremisesSynchronization", - "Method": "Delete", + "OperationId": "financial.company.salesInvoiceLine_GetAccount", + "Method": "Get", "Parameters": [ { - "Name": "onPremisesDirectorySynchronization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/onPremisesSynchronization/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.onPremisesSynchronization_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "salesInvoiceLine-id", + "Location": "Path" + }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -272714,70 +166393,91 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListOutboundSharedUserProfile", + "OperationId": "financial.company.salesInvoiceLine_GetItem", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "salesInvoiceLine-id", + "Location": "Path" }, { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesInvoiceLine_UpdateItem", + "Method": "Patch", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "salesInvoiceLine-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_CreateOutboundSharedUserProfile", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.salesInvoiceLine_DeleteItem", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoiceLine-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetOutboundSharedUserProfile", + "OperationId": "financial.company.salesInvoiceLine.item_GetItemCategory", "Method": "Get", "Parameters": [ { - "Name": "outboundSharedUserProfile-userId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoiceLine-id", "Location": "Path" }, { @@ -272793,15 +166493,19 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_UpdateOutboundSharedUserProfile", + "OperationId": "financial.company.salesInvoiceLine.item_UpdateItemCategory", "Method": "Patch", "Parameters": [ { - "Name": "outboundSharedUserProfile-userId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoiceLine-id", "Location": "Path" } ] @@ -272809,15 +166513,19 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeleteOutboundSharedUserProfile", + "OperationId": "financial.company.salesInvoiceLine.item_DeleteItemCategory", "Method": "Delete", "Parameters": [ { - "Name": "outboundSharedUserProfile-userId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoiceLine-id", "Location": "Path" }, { @@ -272829,15 +166537,19 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.outboundSharedUserProfile_ListTenant", + "OperationId": "financial.company.salesInvoiceLine.item_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "outboundSharedUserProfile-userId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoiceLine-id", "Location": "Path" }, { @@ -272877,15 +166589,19 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.outboundSharedUserProfile_CreateTenant", + "OperationId": "financial.company.salesInvoiceLine.item_CreatePicture", "Method": "Post", "Parameters": [ { - "Name": "outboundSharedUserProfile-userId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoiceLine-id", "Location": "Path" } ] @@ -272893,19 +166609,23 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.outboundSharedUserProfile_GetTenant", + "OperationId": "financial.company.salesInvoiceLine.item_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "outboundSharedUserProfile-userId", + "Name": "company-id", "Location": "Path" }, { - "Name": "tenantReference-tenantId", + "Name": "salesInvoiceLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -272921,19 +166641,23 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.outboundSharedUserProfile_UpdateTenant", + "OperationId": "financial.company.salesInvoiceLine.item_UpdatePicture", "Method": "Patch", "Parameters": [ { - "Name": "outboundSharedUserProfile-userId", + "Name": "company-id", "Location": "Path" }, { - "Name": "tenantReference-tenantId", + "Name": "salesInvoiceLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -272941,19 +166665,23 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.outboundSharedUserProfile_DeleteTenant", + "OperationId": "financial.company.salesInvoiceLine.item_DeletePicture", "Method": "Delete", "Parameters": [ { - "Name": "outboundSharedUserProfile-userId", + "Name": "company-id", "Location": "Path" }, { - "Name": "tenantReference-tenantId", + "Name": "salesInvoiceLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -272965,19 +166693,23 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/microsoft.graph.removePersonalData", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.outboundSharedUserProfile.tenant_removePersonalData", - "Method": "Post", + "OperationId": "financial.company.salesInvoiceLine.item_GetPictureContent", + "Method": "Get", "Parameters": [ { - "Name": "outboundSharedUserProfile-userId", + "Name": "company-id", "Location": "Path" }, { - "Name": "tenantReference-tenantId", + "Name": "salesInvoiceLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -272985,15 +166717,43 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.outboundSharedUserProfile.tenant_GetCount", + "OperationId": "financial.company.salesInvoiceLine.item_SetPictureContent", + "Method": "Put", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoiceLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesInvoiceLine.item.picture_GetCount", "Method": "Get", "Parameters": [ { - "Name": "outboundSharedUserProfile-userId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoiceLine-id", "Location": "Path" }, { @@ -273009,13 +166769,17 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoiceLines/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.outboundSharedUserProfile_GetCount", + "OperationId": "financial.company.salesInvoiceLine_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -273029,13 +166793,17 @@ }, { "PathInfo": { - "Path": "/directory/pendingExternalUserProfiles", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListPendingExternalUserProfile", + "OperationId": "financial.company_ListSalesInvoice", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -273073,26 +166841,19 @@ }, { "PathInfo": { - "Path": "/directory/pendingExternalUserProfiles", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_CreatePendingExternalUserProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetPendingExternalUserProfile", + "OperationId": "financial.company_GetSalesInvoice", "Method": "Get", "Parameters": [ { - "Name": "pendingExternalUserProfile-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoice-id", "Location": "Path" }, { @@ -273108,15 +166869,19 @@ }, { "PathInfo": { - "Path": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_UpdatePendingExternalUserProfile", + "OperationId": "financial.company_UpdateSalesInvoice", "Method": "Patch", "Parameters": [ { - "Name": "pendingExternalUserProfile-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoice-id", "Location": "Path" } ] @@ -273124,110 +166889,91 @@ }, { "PathInfo": { - "Path": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeletePendingExternalUserProfile", - "Method": "Delete", + "OperationId": "financial.company.salesInvoice_GetCurrency", + "Method": "Get", "Parameters": [ { - "Name": "pendingExternalUserProfile-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "salesInvoice-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/pendingExternalUserProfiles/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.pendingExternalUserProfile_GetCount", - "Method": "Get", + "OperationId": "financial.company.salesInvoice_UpdateCurrency", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "salesInvoice-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/recommendations", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListRecommendation", - "Method": "Get", + "OperationId": "financial.company.salesInvoice_DeleteCurrency", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "salesInvoice-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/recommendations", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_CreateRecommendation", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetRecommendation", + "OperationId": "financial.company.salesInvoice_GetCustomer", "Method": "Get", "Parameters": [ { - "Name": "recommendation-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoice-id", "Location": "Path" }, { @@ -273243,119 +166989,63 @@ }, { "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_UpdateRecommendation", + "OperationId": "financial.company.salesInvoice_UpdateCustomer", "Method": "Patch", "Parameters": [ { - "Name": "recommendation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_DeleteRecommendation", - "Method": "Delete", - "Parameters": [ - { - "Name": "recommendation-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "salesInvoice-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}/impactedResources", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.recommendation_ListImpactedResource", - "Method": "Get", + "OperationId": "financial.company.salesInvoice_DeleteCustomer", + "Method": "Delete", "Parameters": [ { - "Name": "recommendation-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "salesInvoice-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}/impactedResources", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.recommendation_CreateImpactedResource", - "Method": "Post", - "Parameters": [ - { - "Name": "recommendation-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.recommendation_GetImpactedResource", + "OperationId": "financial.company.salesInvoice.customer_GetCurrency", "Method": "Get", "Parameters": [ { - "Name": "recommendation-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "impactedResource-id", + "Name": "salesInvoice-id", "Location": "Path" }, { @@ -273371,19 +167061,19 @@ }, { "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.recommendation_UpdateImpactedResource", + "OperationId": "financial.company.salesInvoice.customer_UpdateCurrency", "Method": "Patch", "Parameters": [ { - "Name": "recommendation-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "impactedResource-id", + "Name": "salesInvoice-id", "Location": "Path" } ] @@ -273391,19 +167081,19 @@ }, { "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.recommendation_DeleteImpactedResource", + "OperationId": "financial.company.salesInvoice.customer_DeleteCurrency", "Method": "Delete", "Parameters": [ { - "Name": "recommendation-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "impactedResource-id", + "Name": "salesInvoice-id", "Location": "Path" }, { @@ -273415,59 +167105,47 @@ }, { "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/microsoft.graph.complete", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.recommendation.impactedResource_complete", - "Method": "Post", + "OperationId": "financial.company.salesInvoice.customer_GetPaymentMethod", + "Method": "Get", "Parameters": [ { - "Name": "recommendation-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "impactedResource-id", + "Name": "salesInvoice-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/microsoft.graph.dismiss", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.recommendation.impactedResource_dismiss", - "Method": "Post", - "Parameters": [ + }, { - "Name": "recommendation-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "impactedResource-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/microsoft.graph.postpone", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.recommendation.impactedResource_postpone", - "Method": "Post", + "OperationId": "financial.company.salesInvoice.customer_UpdatePaymentMethod", + "Method": "Patch", "Parameters": [ { - "Name": "recommendation-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "impactedResource-id", + "Name": "salesInvoice-id", "Location": "Path" } ] @@ -273475,43 +167153,51 @@ }, { "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/microsoft.graph.reactivate", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.recommendation.impactedResource_reactivate", - "Method": "Post", + "OperationId": "financial.company.salesInvoice.customer_DeletePaymentMethod", + "Method": "Delete", "Parameters": [ { - "Name": "recommendation-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "impactedResource-id", + "Name": "salesInvoice-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}/impactedResources/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.recommendation.impactedResource_GetCount", + "OperationId": "financial.company.salesInvoice.customer_GetPaymentTerm", "Method": "Get", "Parameters": [ { - "Name": "recommendation-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$search", + "Name": "salesInvoice-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -273519,31 +167205,19 @@ }, { "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}/microsoft.graph.complete", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.recommendation_complete", - "Method": "Post", + "OperationId": "financial.company.salesInvoice.customer_UpdatePaymentTerm", + "Method": "Patch", "Parameters": [ { - "Name": "recommendation-id", + "Name": "company-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}/microsoft.graph.dismiss", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.recommendation_dismiss", - "Method": "Post", - "Parameters": [ + }, { - "Name": "recommendation-id", + "Name": "salesInvoice-id", "Location": "Path" } ] @@ -273551,65 +167225,45 @@ }, { "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}/microsoft.graph.postpone", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.recommendation_postpone", - "Method": "Post", + "OperationId": "financial.company.salesInvoice.customer_DeletePaymentTerm", + "Method": "Delete", "Parameters": [ { - "Name": "recommendation-id", + "Name": "company-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/recommendations/{recommendation-id}/microsoft.graph.reactivate", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.recommendation_reactivate", - "Method": "Post", - "Parameters": [ + }, { - "Name": "recommendation-id", + "Name": "salesInvoice-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/recommendations/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.recommendation_GetCount", + "OperationId": "financial.company.salesInvoice.customer_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/sharedEmailDomains", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_ListSharedEmailDomain", - "Method": "Get", - "Parameters": [ + "Name": "salesInvoice-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -273647,26 +167301,43 @@ }, { "PathInfo": { - "Path": "/directory/sharedEmailDomains", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_CreateSharedEmailDomain", + "OperationId": "financial.company.salesInvoice.customer_CreatePicture", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoice-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetSharedEmailDomain", + "OperationId": "financial.company.salesInvoice.customer_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "sharedEmailDomain-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoice-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -273682,15 +167353,23 @@ }, { "PathInfo": { - "Path": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_UpdateSharedEmailDomain", + "OperationId": "financial.company.salesInvoice.customer_UpdatePicture", "Method": "Patch", "Parameters": [ { - "Name": "sharedEmailDomain-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoice-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -273698,134 +167377,75 @@ }, { "PathInfo": { - "Path": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeleteSharedEmailDomain", + "OperationId": "financial.company.salesInvoice.customer_DeletePicture", "Method": "Delete", "Parameters": [ { - "Name": "sharedEmailDomain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/sharedEmailDomains/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.sharedEmailDomain_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "salesInvoice-id", + "Location": "Path" + }, { - "Name": "$search", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/subscriptions", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_ListSubscription", + "OperationId": "financial.company.salesInvoice.customer_GetPictureContent", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "salesInvoice-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/subscriptions", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_CreateSubscription", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directory/subscriptions/{companySubscription-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_GetSubscription", - "Method": "Get", + "OperationId": "financial.company.salesInvoice.customer_SetPictureContent", + "Method": "Put", "Parameters": [ { - "Name": "companySubscription-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "salesInvoice-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/subscriptions/{companySubscription-id}", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_UpdateSubscription", - "Method": "Patch", - "Parameters": [ - { - "Name": "companySubscription-id", + "Name": "picture-id", "Location": "Path" } ] @@ -273833,35 +167453,47 @@ }, { "PathInfo": { - "Path": "/directory/subscriptions/{companySubscription-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory_DeleteSubscription", - "Method": "Delete", + "OperationId": "financial.company.salesInvoice.customer.picture_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "companySubscription-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoice-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/subscriptions(commerceSubscriptionId=\u0027{commerceSubscriptionId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.subscription_GetGraphBPreCommerceSubscriptionId", + "OperationId": "financial.company.salesInvoice.customer_GetShipmentMethod", "Method": "Get", "Parameters": [ { - "Name": "commerceSubscriptionId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoice-id", "Location": "Path" }, { @@ -273877,15 +167509,19 @@ }, { "PathInfo": { - "Path": "/directory/subscriptions(commerceSubscriptionId=\u0027{commerceSubscriptionId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.subscription_UpdateGraphBPreCommerceSubscriptionId", + "OperationId": "financial.company.salesInvoice.customer_UpdateShipmentMethod", "Method": "Patch", "Parameters": [ { - "Name": "commerceSubscriptionId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoice-id", "Location": "Path" } ] @@ -273893,15 +167529,19 @@ }, { "PathInfo": { - "Path": "/directory/subscriptions(commerceSubscriptionId=\u0027{commerceSubscriptionId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.subscription_DeleteGraphBPreCommerceSubscriptionId", + "OperationId": "financial.company.salesInvoice.customer_DeleteShipmentMethod", "Method": "Delete", "Parameters": [ { - "Name": "commerceSubscriptionId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoice-id", "Location": "Path" }, { @@ -273913,39 +167553,39 @@ }, { "PathInfo": { - "Path": "/directory/subscriptions(ocpSubscriptionId=\u0027{ocpSubscriptionId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.cancel", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.subscription_GetGraphBPreOcpSubscriptionId", - "Method": "Get", + "OperationId": "financial.company.salesInvoice_cancel", + "Method": "Post", "Parameters": [ { - "Name": "ocpSubscriptionId", + "Name": "company-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "salesInvoice-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/subscriptions(ocpSubscriptionId=\u0027{ocpSubscriptionId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.cancelAndSend", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.subscription_UpdateGraphBPreOcpSubscriptionId", - "Method": "Patch", + "OperationId": "financial.company.salesInvoice_cancelAndSend", + "Method": "Post", "Parameters": [ { - "Name": "ocpSubscriptionId", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoice-id", "Location": "Path" } ] @@ -273953,110 +167593,79 @@ }, { "PathInfo": { - "Path": "/directory/subscriptions(ocpSubscriptionId=\u0027{ocpSubscriptionId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.post", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.subscription_DeleteGraphBPreOcpSubscriptionId", - "Method": "Delete", + "OperationId": "financial.company.salesInvoice_post", + "Method": "Post", "Parameters": [ { - "Name": "ocpSubscriptionId", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "salesInvoice-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/subscriptions/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.postAndSend", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directory.subscription_GetCount", - "Method": "Get", + "OperationId": "financial.company.salesInvoice_postAndSend", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "salesInvoice-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directoryRoles", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.send", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_ListDirectoryRole", - "Method": "Get", + "OperationId": "financial.company.salesInvoice_send", + "Method": "Post", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "salesInvoice-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directoryRoles", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRole_CreateDirectoryRole", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_GetDirectoryRole", + "OperationId": "financial.company.salesInvoice_GetPaymentTerm", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoice-id", "Location": "Path" }, { @@ -274072,15 +167681,19 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_UpdateDirectoryRole", + "OperationId": "financial.company.salesInvoice_UpdatePaymentTerm", "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoice-id", "Location": "Path" } ] @@ -274088,15 +167701,19 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_DeleteDirectoryRole", + "OperationId": "financial.company.salesInvoice_DeletePaymentTerm", "Method": "Delete", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesInvoice-id", "Location": "Path" }, { @@ -274108,20 +167725,20 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_ListMember", + "OperationId": "financial.company.salesInvoice_ListSalesInvoiceLine", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "salesInvoice-id", + "Location": "Path" }, { "Name": "$top", @@ -274160,80 +167777,80 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole.member_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "financial.company.salesInvoice_GetSalesInvoiceLine", + "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "salesInvoice-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "salesInvoiceLine-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.application", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_GetMemberAsApplication", - "Method": "Get", + "OperationId": "financial.company.salesInvoice_UpdateSalesInvoiceLine", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "salesInvoice-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "salesInvoiceLine-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.device", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_GetMemberAsDevice", + "OperationId": "financial.company.salesInvoice.salesInvoiceLine_GetAccount", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "salesInvoice-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "salesInvoiceLine-id", + "Location": "Path" }, { "Name": "$select", @@ -274248,24 +167865,24 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_GetMemberAsGroup", + "OperationId": "financial.company.salesInvoice.salesInvoiceLine_GetItem", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "salesInvoice-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "salesInvoiceLine-id", + "Location": "Path" }, { "Name": "$select", @@ -274280,56 +167897,76 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.orgContact", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_GetMemberAsOrgContact", - "Method": "Get", + "OperationId": "financial.company.salesInvoice.salesInvoiceLine_UpdateItem", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "salesInvoice-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "salesInvoiceLine-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesInvoice.salesInvoiceLine_DeleteItem", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "salesInvoice-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "salesInvoiceLine-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_GetMemberAsServicePrincipal", + "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_GetItemCategory", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "salesInvoice-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "salesInvoiceLine-id", + "Location": "Path" }, { "Name": "$select", @@ -274344,80 +167981,76 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_GetMemberAsUser", - "Method": "Get", + "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_UpdateItemCategory", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "salesInvoice-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "salesInvoiceLine-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole.member_GetCount", - "Method": "Get", + "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_DeleteItemCategory", + "Method": "Delete", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "salesInvoice-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "salesInvoiceLine-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_ListMemberGraphBPreRef", + "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "salesInvoice-id", + "Location": "Path" + }, + { + "Name": "salesInvoiceLine-id", + "Location": "Path" }, { "Name": "$top", @@ -274442,90 +168075,66 @@ { "Name": "$orderby", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/$ref", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRole_CreateMemberGraphBPreRef", - "Method": "Post", - "Parameters": [ + }, { - "Name": "directoryRole-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_DeleteMemberGraphBPreRef", - "Method": "Delete", + "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_CreatePicture", + "Method": "Post", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "salesInvoice-id", + "Location": "Path" }, { - "Name": "@id", - "Location": "Query" + "Name": "salesInvoiceLine-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.application", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_ListMemberAsApplication", + "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "salesInvoice-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "salesInvoiceLine-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" }, { "Name": "$select", @@ -274540,136 +168149,140 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.application/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole.Member_GetCountAsApplication", - "Method": "Get", + "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_UpdatePicture", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "salesInvoice-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "salesInvoiceLine-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.device", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_ListMemberAsDevice", - "Method": "Get", + "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_DeletePicture", + "Method": "Delete", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" + "Name": "salesInvoice-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "salesInvoiceLine-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_GetPictureContent", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "salesInvoice-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "salesInvoiceLine-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.device/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole.Member_GetCountAsDevice", - "Method": "Get", + "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item_SetPictureContent", + "Method": "Put", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "salesInvoice-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "salesInvoiceLine-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_ListMemberAsGroup", + "OperationId": "financial.company.salesInvoice.salesInvoiceLine.item.picture_GetCount", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" + "Name": "salesInvoice-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "salesInvoiceLine-id", + "Location": "Path" }, { "Name": "$search", @@ -274678,42 +168291,26 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.group/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole.Member_GetCountAsGroup", + "OperationId": "financial.company.salesInvoice.salesInvoiceLine_GetCount", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "salesInvoice-id", + "Location": "Path" }, { "Name": "$search", @@ -274728,73 +168325,89 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.orgContact", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_ListMemberAsOrgContact", + "OperationId": "financial.company.salesInvoice_GetShipmentMethod", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" + "Name": "salesInvoice-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesInvoice_UpdateShipmentMethod", + "Method": "Patch", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" - }, + "Name": "salesInvoice-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesInvoice_DeleteShipmentMethod", + "Method": "Delete", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "salesInvoice-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.orgContact/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesInvoices/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole.Member_GetCountAsOrgContact", + "OperationId": "financial.company.salesInvoice_GetCount", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -274808,21 +168421,17 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_ListMemberAsServicePrincipal", + "OperationId": "financial.company_ListSalesOrderLine", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -274860,27 +168469,27 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole.Member_GetCountAsServicePrincipal", + "OperationId": "financial.company_GetSalesOrderLine", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "salesOrderLine-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -274888,44 +168497,40 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_ListMemberAsUser", - "Method": "Get", + "OperationId": "financial.company_UpdateSalesOrderLine", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, + "Name": "salesOrderLine-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesOrderLine_GetAccount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "salesOrderLine-id", + "Location": "Path" }, { "Name": "$select", @@ -274940,27 +168545,27 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.user/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole.Member_GetCountAsUser", + "OperationId": "financial.company.salesOrderLine_GetItem", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "salesOrderLine-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -274968,15 +168573,19 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_checkMemberGroup", - "Method": "Post", + "OperationId": "financial.company.salesOrderLine_UpdateItem", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", "Location": "Path" } ] @@ -274984,47 +168593,71 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_checkMemberObject", - "Method": "Post", + "OperationId": "financial.company.salesOrderLine_DeleteItem", + "Method": "Delete", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_getMemberGroup", - "Method": "Post", + "OperationId": "financial.company.salesOrderLine.item_GetItemCategory", + "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_getMemberObject", - "Method": "Post", + "OperationId": "financial.company.salesOrderLine.item_UpdateItemCategory", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", "Location": "Path" } ] @@ -275032,31 +168665,43 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.restore", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_restore", - "Method": "Post", + "OperationId": "financial.company.salesOrderLine.item_DeleteItemCategory", + "Method": "Delete", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/scopedMembers", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_ListScopedMember", + "OperationId": "financial.company.salesOrderLine.item_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", "Location": "Path" }, { @@ -275096,15 +168741,19 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/scopedMembers", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_CreateScopedMember", + "OperationId": "financial.company.salesOrderLine.item_CreatePicture", "Method": "Post", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", "Location": "Path" } ] @@ -275112,19 +168761,23 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_GetScopedMember", + "OperationId": "financial.company.salesOrderLine.item_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "salesOrderLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -275140,19 +168793,23 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_UpdateScopedMember", + "OperationId": "financial.company.salesOrderLine.item_UpdatePicture", "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "salesOrderLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -275160,19 +168817,23 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_DeleteScopedMember", + "OperationId": "financial.company.salesOrderLine.item_DeletePicture", "Method": "Delete", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "salesOrderLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -275184,97 +168845,93 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole.scopedMember_GetCount", + "OperationId": "financial.company.salesOrderLine.item_GetPictureContent", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "salesOrderLine-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directoryRoles(roleTemplateId=\u0027{roleTemplateId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_GetDirectoryRoleGraphBPreRoleTemplateId", - "Method": "Get", + "OperationId": "financial.company.salesOrderLine.item_SetPictureContent", + "Method": "Put", "Parameters": [ { - "Name": "roleTemplateId", + "Name": "company-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "salesOrderLine-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directoryRoles(roleTemplateId=\u0027{roleTemplateId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_UpdateDirectoryRoleGraphBPreRoleTemplateId", - "Method": "Patch", + "OperationId": "financial.company.salesOrderLine.item.picture_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "roleTemplateId", + "Name": "company-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryRoles(roleTemplateId=\u0027{roleTemplateId}\u0027)", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRole_DeleteDirectoryRoleGraphBPreRoleTemplateId", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "roleTemplateId", + "Name": "salesOrderLine-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrderLines/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_GetCount", + "OperationId": "financial.company.salesOrderLine_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -275288,13 +168945,17 @@ }, { "PathInfo": { - "Path": "/directoryRoles/microsoft.graph.delta()", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_delta", + "OperationId": "financial.company_ListSalesOrder", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -275316,11 +168977,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -275332,103 +168993,139 @@ }, { "PathInfo": { - "Path": "/directoryRoles/microsoft.graph.getByIds", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRole_getGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directoryRoles/microsoft.graph.getUserOwnedObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_getUserOwnedObject", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company_GetSalesOrder", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/directoryRoles/microsoft.graph.validateProperties", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRole_validateProperty", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company_UpdateSalesOrder", + "Method": "Patch", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directoryRoleTemplates", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_ListDirectoryRoleTemplate", + "OperationId": "financial.company.salesOrder_GetCurrency", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "salesOrder-id", + "Location": "Path" }, { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesOrder_UpdateCurrency", + "Method": "Patch", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "salesOrder-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directoryRoleTemplates", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_CreateDirectoryRoleTemplate", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.salesOrder_DeleteCurrency", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_GetDirectoryRoleTemplate", + "OperationId": "financial.company.salesOrder_GetCustomer", "Method": "Get", "Parameters": [ { - "Name": "directoryRoleTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", "Location": "Path" }, { @@ -275444,15 +169141,19 @@ }, { "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_UpdateDirectoryRoleTemplate", + "OperationId": "financial.company.salesOrder_UpdateCustomer", "Method": "Patch", "Parameters": [ { - "Name": "directoryRoleTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", "Location": "Path" } ] @@ -275460,15 +169161,19 @@ }, { "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_DeleteDirectoryRoleTemplate", + "OperationId": "financial.company.salesOrder_DeleteCustomer", "Method": "Delete", "Parameters": [ { - "Name": "directoryRoleTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", "Location": "Path" }, { @@ -275480,31 +169185,47 @@ }, { "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_checkMemberGroup", - "Method": "Post", + "OperationId": "financial.company.salesOrder.customer_GetCurrency", + "Method": "Get", "Parameters": [ { - "Name": "directoryRoleTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_checkMemberObject", - "Method": "Post", + "OperationId": "financial.company.salesOrder.customer_UpdateCurrency", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRoleTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", "Location": "Path" } ] @@ -275512,47 +169233,71 @@ }, { "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_getMemberGroup", - "Method": "Post", + "OperationId": "financial.company.salesOrder.customer_DeleteCurrency", + "Method": "Delete", "Parameters": [ { - "Name": "directoryRoleTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_getMemberObject", - "Method": "Post", + "OperationId": "financial.company.salesOrder.customer_GetPaymentMethod", + "Method": "Get", "Parameters": [ { - "Name": "directoryRoleTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.restore", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_restore", - "Method": "Post", + "OperationId": "financial.company.salesOrder.customer_UpdatePaymentMethod", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRoleTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", "Location": "Path" } ] @@ -275560,61 +169305,49 @@ }, { "PathInfo": { - "Path": "/directoryRoleTemplates/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_GetCount", - "Method": "Get", + "OperationId": "financial.company.salesOrder.customer_DeletePaymentMethod", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoleTemplates/microsoft.graph.delta()", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_delta", + "OperationId": "financial.company.salesOrder.customer_GetPaymentTerm", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "salesOrder-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -275624,46 +169357,65 @@ }, { "PathInfo": { - "Path": "/directoryRoleTemplates/microsoft.graph.getByIds", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRoleTemplate_getGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directoryRoleTemplates/microsoft.graph.getUserOwnedObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_getUserOwnedObject", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.salesOrder.customer_UpdatePaymentTerm", + "Method": "Patch", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directoryRoleTemplates/microsoft.graph.validateProperties", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_validateProperty", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.salesOrder.customer_DeletePaymentTerm", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/directorySettingTemplates", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directorySettingTemplate_ListDirectorySettingTemplate", + "OperationId": "financial.company.salesOrder.customer_ListPicture", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -275701,26 +169453,43 @@ }, { "PathInfo": { - "Path": "/directorySettingTemplates", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directorySettingTemplate_CreateDirectorySettingTemplate", + "OperationId": "financial.company.salesOrder.customer_CreatePicture", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directorySettingTemplates/{directorySettingTemplate-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directorySettingTemplate_GetDirectorySettingTemplate", + "OperationId": "financial.company.salesOrder.customer_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "directorySettingTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -275736,15 +169505,23 @@ }, { "PathInfo": { - "Path": "/directorySettingTemplates/{directorySettingTemplate-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directorySettingTemplate_UpdateDirectorySettingTemplate", + "OperationId": "financial.company.salesOrder.customer_UpdatePicture", "Method": "Patch", "Parameters": [ { - "Name": "directorySettingTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -275752,15 +169529,23 @@ }, { "PathInfo": { - "Path": "/directorySettingTemplates/{directorySettingTemplate-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directorySettingTemplate_DeleteDirectorySettingTemplate", + "OperationId": "financial.company.salesOrder.customer_DeletePicture", "Method": "Delete", "Parameters": [ { - "Name": "directorySettingTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -275772,15 +169557,23 @@ }, { "PathInfo": { - "Path": "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directorySettingTemplate_checkMemberGroup", - "Method": "Post", + "OperationId": "financial.company.salesOrder.customer_GetPictureContent", + "Method": "Get", "Parameters": [ { - "Name": "directorySettingTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -275788,15 +169581,23 @@ }, { "PathInfo": { - "Path": "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.checkMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directorySettingTemplate_checkMemberObject", - "Method": "Post", + "OperationId": "financial.company.salesOrder.customer_SetPictureContent", + "Method": "Put", "Parameters": [ { - "Name": "directorySettingTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -275804,47 +169605,75 @@ }, { "PathInfo": { - "Path": "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.getMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directorySettingTemplate_getMemberGroup", - "Method": "Post", + "OperationId": "financial.company.salesOrder.customer.picture_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "directorySettingTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.getMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directorySettingTemplate_getMemberObject", - "Method": "Post", + "OperationId": "financial.company.salesOrder.customer_GetShipmentMethod", + "Method": "Get", "Parameters": [ { - "Name": "directorySettingTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.restore", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directorySettingTemplate_restore", - "Method": "Post", + "OperationId": "financial.company.salesOrder.customer_UpdateShipmentMethod", + "Method": "Patch", "Parameters": [ { - "Name": "directorySettingTemplate-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", "Location": "Path" } ] @@ -275852,61 +169681,49 @@ }, { "PathInfo": { - "Path": "/directorySettingTemplates/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directorySettingTemplate_GetCount", - "Method": "Get", + "OperationId": "financial.company.salesOrder.customer_DeleteShipmentMethod", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directorySettingTemplates/microsoft.graph.delta()", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directorySettingTemplate_delta", + "OperationId": "financial.company.salesOrder_GetPaymentTerm", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "salesOrder-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -275916,46 +169733,65 @@ }, { "PathInfo": { - "Path": "/directorySettingTemplates/microsoft.graph.getByIds", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directorySettingTemplate_getGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directorySettingTemplates/microsoft.graph.getUserOwnedObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directorySettingTemplate_getUserOwnedObject", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.salesOrder_UpdatePaymentTerm", + "Method": "Patch", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directorySettingTemplates/microsoft.graph.validateProperties", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "directorySettingTemplate_validateProperty", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.salesOrder_DeletePaymentTerm", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/domains", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_ListDomain", + "OperationId": "financial.company.salesOrder_ListSalesOrderLine", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -275993,26 +169829,23 @@ }, { "PathInfo": { - "Path": "/domains", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "domain_CreateDomain", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/domains/{domain-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_GetDomain", + "OperationId": "financial.company.salesOrder_GetSalesOrderLine", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", "Location": "Path" }, { @@ -276028,15 +169861,23 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_UpdateDomain", + "OperationId": "financial.company.salesOrder_UpdateSalesOrderLine", "Method": "Patch", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", "Location": "Path" } ] @@ -276044,87 +169885,139 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/account", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_DeleteDomain", - "Method": "Delete", + "OperationId": "financial.company.salesOrder.salesOrderLine_GetAccount", + "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/domains/{domain-id}/domainNameReferences", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_ListDomainNameReference", + "OperationId": "financial.company.salesOrder.salesOrderLine_GetItem", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "salesOrder-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "salesOrderLine-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesOrder.salesOrderLine_UpdateItem", + "Method": "Patch", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "salesOrder-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "salesOrderLine-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesOrder.salesOrderLine_DeleteItem", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "salesOrder-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "salesOrderLine-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_GetDomainNameReference", + "OperationId": "financial.company.salesOrder.salesOrderLine.item_GetItemCategory", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", "Location": "Path" }, { @@ -276140,39 +170033,75 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/domainNameReferences/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain.domainNameReference_GetCount", - "Method": "Get", + "OperationId": "financial.company.salesOrder.salesOrderLine.item_UpdateItemCategory", + "Method": "Patch", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "salesOrder-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "salesOrderLine-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/domains/{domain-id}/federationConfiguration", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_ListFederationConfiguration", + "OperationId": "financial.company.salesOrder.salesOrderLine.item_DeleteItemCategory", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesOrder.salesOrderLine.item_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", "Location": "Path" }, { @@ -276212,15 +170141,23 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/federationConfiguration", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_CreateFederationConfiguration", + "OperationId": "financial.company.salesOrder.salesOrderLine.item_CreatePicture", "Method": "Post", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", "Location": "Path" } ] @@ -276228,19 +170165,27 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_GetFederationConfiguration", + "OperationId": "financial.company.salesOrder.salesOrderLine.item_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "internalDomainFederation-id", + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -276256,19 +170201,27 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_UpdateFederationConfiguration", + "OperationId": "financial.company.salesOrder.salesOrderLine.item_UpdatePicture", "Method": "Patch", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "internalDomainFederation-id", + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -276276,19 +170229,27 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_DeleteFederationConfiguration", + "OperationId": "financial.company.salesOrder.salesOrderLine.item_DeletePicture", "Method": "Delete", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "internalDomainFederation-id", + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -276300,15 +170261,79 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/federationConfiguration/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain.federationConfiguration_GetCount", + "OperationId": "financial.company.salesOrder.salesOrderLine.item_GetPictureContent", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesOrder.salesOrderLine.item_SetPictureContent", + "Method": "Put", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesOrder.salesOrderLine.item.picture_GetCount", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesOrder-id", + "Location": "Path" + }, + { + "Name": "salesOrderLine-id", "Location": "Path" }, { @@ -276324,79 +170349,67 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/microsoft.graph.forceDelete", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_forceDelete", - "Method": "Post", + "OperationId": "financial.company.salesOrder.salesOrderLine_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/domains/{domain-id}/microsoft.graph.promote", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "domain_promote", - "Method": "Post", - "Parameters": [ + }, { - "Name": "domain-id", + "Name": "salesOrder-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/domains/{domain-id}/microsoft.graph.promoteToInitial", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "domain_promoteToInitial", - "Method": "Post", - "Parameters": [ + }, { - "Name": "domain-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/domains/{domain-id}/microsoft.graph.verify", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesOrders/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_verify", - "Method": "Post", + "OperationId": "financial.company.salesOrder_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/domains/{domain-id}/serviceConfigurationRecords", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_ListServiceConfigurationRecord", + "OperationId": "financial.company_ListSalesQuoteLine", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { @@ -276436,35 +170449,19 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/serviceConfigurationRecords", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "domain_CreateServiceConfigurationRecord", - "Method": "Post", - "Parameters": [ - { - "Name": "domain-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_GetServiceConfigurationRecord", + "OperationId": "financial.company_GetSalesQuoteLine", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "domainDnsRecord-id", + "Name": "salesQuoteLine-id", "Location": "Path" }, { @@ -276480,19 +170477,19 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_UpdateServiceConfigurationRecord", + "OperationId": "financial.company_UpdateSalesQuoteLine", "Method": "Patch", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "domainDnsRecord-id", + "Name": "salesQuoteLine-id", "Location": "Path" } ] @@ -276500,47 +170497,55 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_DeleteServiceConfigurationRecord", - "Method": "Delete", + "OperationId": "financial.company.salesQuoteLine_GetAccount", + "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "domainDnsRecord-id", + "Name": "salesQuoteLine-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/domains/{domain-id}/serviceConfigurationRecords/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain.serviceConfigurationRecord_GetCount", + "OperationId": "financial.company.salesQuoteLine_GetItem", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$search", + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -276548,83 +170553,63 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/sharedEmailDomainInvitations", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_ListSharedEmailDomainInvitation", - "Method": "Get", + "OperationId": "financial.company.salesQuoteLine_UpdateItem", + "Method": "Patch", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "salesQuoteLine-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/domains/{domain-id}/sharedEmailDomainInvitations", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_CreateSharedEmailDomainInvitation", - "Method": "Post", + "OperationId": "financial.company.salesQuoteLine_DeleteItem", + "Method": "Delete", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_GetSharedEmailDomainInvitation", + "OperationId": "financial.company.salesQuoteLine.item_GetItemCategory", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "sharedEmailDomainInvitation-id", + "Name": "salesQuoteLine-id", "Location": "Path" }, { @@ -276640,19 +170625,19 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_UpdateSharedEmailDomainInvitation", + "OperationId": "financial.company.salesQuoteLine.item_UpdateItemCategory", "Method": "Patch", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "sharedEmailDomainInvitation-id", + "Name": "salesQuoteLine-id", "Location": "Path" } ] @@ -276660,19 +170645,19 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_DeleteSharedEmailDomainInvitation", + "OperationId": "financial.company.salesQuoteLine.item_DeleteItemCategory", "Method": "Delete", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "sharedEmailDomainInvitation-id", + "Name": "salesQuoteLine-id", "Location": "Path" }, { @@ -276684,39 +170669,19 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/sharedEmailDomainInvitations/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain.sharedEmailDomainInvitation_GetCount", + "OperationId": "financial.company.salesQuoteLine.item_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/domains/{domain-id}/verificationDnsRecords", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "domain_ListVerificationDnsRecord", - "Method": "Get", - "Parameters": [ - { - "Name": "domain-id", + "Name": "salesQuoteLine-id", "Location": "Path" }, { @@ -276756,15 +170721,19 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/verificationDnsRecords", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_CreateVerificationDnsRecord", + "OperationId": "financial.company.salesQuoteLine.item_CreatePicture", "Method": "Post", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", "Location": "Path" } ] @@ -276772,19 +170741,23 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_GetVerificationDnsRecord", + "OperationId": "financial.company.salesQuoteLine.item_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "domainDnsRecord-id", + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -276800,19 +170773,23 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_UpdateVerificationDnsRecord", + "OperationId": "financial.company.salesQuoteLine.item_UpdatePicture", "Method": "Patch", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "domainDnsRecord-id", + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -276820,19 +170797,23 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_DeleteVerificationDnsRecord", + "OperationId": "financial.company.salesQuoteLine.item_DeletePicture", "Method": "Delete", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "domainDnsRecord-id", + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -276844,15 +170825,67 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/verificationDnsRecords/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain.verificationDnsRecord_GetCount", + "OperationId": "financial.company.salesQuoteLine.item_GetPictureContent", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesQuoteLine.item_SetPictureContent", + "Method": "Put", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesQuoteLine.item.picture_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", "Location": "Path" }, { @@ -276868,13 +170901,17 @@ }, { "PathInfo": { - "Path": "/domains/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuoteLines/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "domain_GetCount", + "OperationId": "financial.company.salesQuoteLine_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -276888,13 +170925,17 @@ }, { "PathInfo": { - "Path": "/organization", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_ListOrganization", + "OperationId": "financial.company_ListSalesQuote", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -276932,26 +170973,67 @@ }, { "PathInfo": { - "Path": "/organization", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_CreateOrganization", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company_GetSalesQuote", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_GetOrganization", + "OperationId": "financial.company_UpdateSalesQuote", + "Method": "Patch", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesQuote_GetCurrency", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" }, { @@ -276967,15 +171049,19 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_UpdateOrganization", + "OperationId": "financial.company.salesQuote_UpdateCurrency", "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" } ] @@ -276983,15 +171069,19 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_DeleteOrganization", + "OperationId": "financial.company.salesQuote_DeleteCurrency", "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" }, { @@ -277003,15 +171093,19 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_GetBranding", + "OperationId": "financial.company.salesQuote_GetCustomer", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" }, { @@ -277027,15 +171121,19 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_UpdateBranding", + "OperationId": "financial.company.salesQuote_UpdateCustomer", "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" } ] @@ -277043,15 +171141,19 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_DeleteBranding", + "OperationId": "financial.company.salesQuote_DeleteCustomer", "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" }, { @@ -277063,47 +171165,47 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/backgroundImage", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_GetBrandingBackgroundImage", + "OperationId": "financial.company.salesQuote.customer_GetCurrency", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/branding/backgroundImage", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization_SetBrandingBackgroundImage", - "Method": "Put", - "Parameters": [ + }, { - "Name": "organization-id", + "Name": "salesQuote-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/bannerLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_GetBrandingBannerLogo", - "Method": "Get", + "OperationId": "financial.company.salesQuote.customer_UpdateCurrency", + "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" } ] @@ -277111,47 +171213,71 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/bannerLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_SetBrandingBannerLogo", - "Method": "Put", + "OperationId": "financial.company.salesQuote.customer_DeleteCurrency", + "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/customCSS", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_GetBrandingCustomCSS", + "OperationId": "financial.company.salesQuote.customer_GetPaymentMethod", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/customCSS", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_SetBrandingCustomCSS", - "Method": "Put", + "OperationId": "financial.company.salesQuote.customer_UpdatePaymentMethod", + "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" } ] @@ -277159,47 +171285,71 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/favicon", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_GetBrandingFavicon", - "Method": "Get", + "OperationId": "financial.company.salesQuote.customer_DeletePaymentMethod", + "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/favicon", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_SetBrandingFavicon", - "Method": "Put", + "OperationId": "financial.company.salesQuote.customer_GetPaymentTerm", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" + }, + { + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/headerLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_GetBrandingHeaderLogo", - "Method": "Get", + "OperationId": "financial.company.salesQuote.customer_UpdatePaymentTerm", + "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" } ] @@ -277207,31 +171357,43 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/headerLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_SetBrandingHeaderLogo", - "Method": "Put", + "OperationId": "financial.company.salesQuote.customer_DeletePaymentTerm", + "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_ListLocalization", + "OperationId": "financial.company.salesQuote.customer_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" }, { @@ -277271,15 +171433,19 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_CreateLocalization", + "OperationId": "financial.company.salesQuote.customer_CreatePicture", "Method": "Post", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" } ] @@ -277287,19 +171453,23 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalization", + "OperationId": "financial.company.salesQuote.customer_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -277315,19 +171485,23 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_UpdateLocalization", + "OperationId": "financial.company.salesQuote.customer_UpdatePicture", "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -277335,19 +171509,23 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_DeleteLocalization", + "OperationId": "financial.company.salesQuote.customer_DeletePicture", "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -277359,19 +171537,23 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalizationsBackgroundImage", + "OperationId": "financial.company.salesQuote.customer_GetPictureContent", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -277379,19 +171561,23 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_SetLocalizationsBackgroundImage", + "OperationId": "financial.company.salesQuote.customer_SetPictureContent", "Method": "Put", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -277399,39 +171585,75 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalizationsBannerLogo", + "OperationId": "financial.company.salesQuote.customer.picture_GetCount", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_SetLocalizationsBannerLogo", - "Method": "Put", + "OperationId": "financial.company.salesQuote.customer_GetShipmentMethod", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesQuote.customer_UpdateShipmentMethod", + "Method": "Patch", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" } ] @@ -277439,39 +171661,43 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalizationsCustomCSS", - "Method": "Get", + "OperationId": "financial.company.salesQuote.customer_DeleteShipmentMethod", + "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/microsoft.graph.makeInvoice", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_SetLocalizationsCustomCSS", - "Method": "Put", + "OperationId": "financial.company.salesQuote_makeInvoice", + "Method": "Post", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", "Location": "Path" } ] @@ -277479,39 +171705,67 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/microsoft.graph.send", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalizationsFavicon", + "OperationId": "financial.company.salesQuote_send", + "Method": "Post", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesQuote_GetPaymentTerm", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_SetLocalizationsFavicon", - "Method": "Put", + "OperationId": "financial.company.salesQuote_UpdatePaymentTerm", + "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", "Location": "Path" } ] @@ -277519,39 +171773,131 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalizationsHeaderLogo", + "OperationId": "financial.company.salesQuote_DeletePaymentTerm", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesQuote_ListSalesQuoteLine", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}", + "Module": "Financials" + }, + "MethodInfo": { + "OperationId": "financial.company.salesQuote_GetSalesQuoteLine", + "Method": "Get", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_SetLocalizationsHeaderLogo", - "Method": "Put", + "OperationId": "financial.company.salesQuote_UpdateSalesQuoteLine", + "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", "Location": "Path" } ] @@ -277559,59 +171905,87 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/account", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalizationsSquareLogo", + "OperationId": "financial.company.salesQuote.salesQuoteLine_GetAccount", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_SetLocalizationsSquareLogo", - "Method": "Put", + "OperationId": "financial.company.salesQuote.salesQuoteLine_GetItem", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalizationsSquareLogoDark", - "Method": "Get", + "OperationId": "financial.company.salesQuote.salesQuoteLine_UpdateItem", + "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", "Location": "Path" } ] @@ -277619,43 +171993,59 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding_SetLocalizationsSquareLogoDark", - "Method": "Put", + "OperationId": "financial.company.salesQuote.salesQuoteLine_DeleteItem", + "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "salesQuote-id", "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.branding.localization_GetCount", + "OperationId": "financial.company.salesQuote.salesQuoteLine.item_GetItemCategory", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$search", + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -277663,47 +172053,23 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/squareLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_GetBrandingSquareLogo", - "Method": "Get", + "OperationId": "financial.company.salesQuote.salesQuoteLine.item_UpdateItemCategory", + "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/branding/squareLogo", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization_SetBrandingSquareLogo", - "Method": "Put", - "Parameters": [ + }, { - "Name": "organization-id", + "Name": "salesQuote-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/branding/squareLogoDark", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization_GetBrandingSquareLogoDark", - "Method": "Get", - "Parameters": [ + }, { - "Name": "organization-id", + "Name": "salesQuoteLine-id", "Location": "Path" } ] @@ -277711,31 +172077,51 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/squareLogoDark", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_SetBrandingSquareLogoDark", - "Method": "Put", + "OperationId": "financial.company.salesQuote.salesQuoteLine.item_DeleteItemCategory", + "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" + }, + { + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/extensions", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_ListExtension", + "OperationId": "financial.company.salesQuote.salesQuoteLine.item_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", "Location": "Path" }, { @@ -277775,15 +172161,23 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/extensions", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_CreateExtension", + "OperationId": "financial.company.salesQuote.salesQuoteLine.item_CreatePicture", "Method": "Post", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", "Location": "Path" } ] @@ -277791,19 +172185,27 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_GetExtension", + "OperationId": "financial.company.salesQuote.salesQuoteLine.item_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -277819,19 +172221,27 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_UpdateExtension", + "OperationId": "financial.company.salesQuote.salesQuoteLine.item_UpdatePicture", "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -277839,19 +172249,27 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_DeleteExtension", + "OperationId": "financial.company.salesQuote.salesQuoteLine.item_DeletePicture", "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -277863,39 +172281,55 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/extensions/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.extension_GetCount", + "OperationId": "financial.company.salesQuote.salesQuoteLine.item_GetPictureContent", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "salesQuote-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/microsoft.graph.checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_checkMemberGroup", - "Method": "Post", + "OperationId": "financial.company.salesQuote.salesQuoteLine.item_SetPictureContent", + "Method": "Put", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -277903,63 +172337,107 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/microsoft.graph.checkMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_checkMemberObject", - "Method": "Post", + "OperationId": "financial.company.salesQuote.salesQuoteLine.item.picture_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "salesQuoteLine-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/microsoft.graph.getMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_getMemberGroup", - "Method": "Post", + "OperationId": "financial.company.salesQuote.salesQuoteLine_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" + }, + { + "Name": "salesQuote-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/microsoft.graph.getMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_getMemberObject", - "Method": "Post", + "OperationId": "financial.company.salesQuote_GetShipmentMethod", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/microsoft.graph.restore", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_restore", - "Method": "Post", + "OperationId": "financial.company.salesQuote_UpdateShipmentMethod", + "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" } ] @@ -277967,39 +172445,47 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/microsoft.graph.setMobileDeviceManagementAuthority", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_setMobileDeviceManagementAuthority", - "Method": "Post", + "OperationId": "financial.company.salesQuote_DeleteShipmentMethod", + "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "salesQuote-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/partnerInformation", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/salesQuotes/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_GetPartnerInformation", + "OperationId": "financial.company.salesQuote_GetCount", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -278007,51 +172493,83 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/partnerInformation", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/shipmentMethods", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_UpdatePartnerInformation", - "Method": "Patch", + "OperationId": "financial.company_ListShipmentMethod", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/partnerInformation", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/shipmentMethods", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_DeletePartnerInformation", - "Method": "Delete", + "OperationId": "financial.company_CreateShipmentMethod", + "Method": "Post", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/settings", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_GetSetting", + "OperationId": "financial.company_GetShipmentMethod", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "shipmentMethod-id", "Location": "Path" }, { @@ -278067,15 +172585,19 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/settings", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_UpdateSetting", + "OperationId": "financial.company_UpdateShipmentMethod", "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "shipmentMethod-id", "Location": "Path" } ] @@ -278083,15 +172605,19 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/settings", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_DeleteSetting", + "OperationId": "financial.company_DeleteShipmentMethod", "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "shipmentMethod-id", "Location": "Path" }, { @@ -278103,23 +172629,23 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/settings/contactInsights", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/shipmentMethods/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.setting_GetContactInsight", + "OperationId": "financial.company.shipmentMethod_GetCount", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -278127,51 +172653,83 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/settings/contactInsights", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/taxAreas", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.setting_UpdateContactInsight", - "Method": "Patch", + "OperationId": "financial.company_ListTaxArea", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/settings/contactInsights", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/taxAreas", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.setting_DeleteContactInsight", - "Method": "Delete", + "OperationId": "financial.company_CreateTaxArea", + "Method": "Post", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/settings/itemInsights", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.setting_GetItemInsight", + "OperationId": "financial.company_GetTaxArea", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "taxArea-id", "Location": "Path" }, { @@ -278187,15 +172745,19 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/settings/itemInsights", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.setting_UpdateItemInsight", + "OperationId": "financial.company_UpdateTaxArea", "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "taxArea-id", "Location": "Path" } ] @@ -278203,15 +172765,19 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/settings/itemInsights", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.setting_DeleteItemInsight", + "OperationId": "financial.company_DeleteTaxArea", "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "taxArea-id", "Location": "Path" }, { @@ -278223,23 +172789,23 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/taxAreas/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.setting_GetMicrosoftApplicationDataAccess", + "OperationId": "financial.company.taxArea_GetCount", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -278247,51 +172813,83 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/taxGroups", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.setting_UpdateMicrosoftApplicationDataAccess", - "Method": "Patch", + "OperationId": "financial.company_ListTaxGroup", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/taxGroups", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.setting_DeleteMicrosoftApplicationDataAccess", - "Method": "Delete", + "OperationId": "financial.company_CreateTaxGroup", + "Method": "Post", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/settings/peopleInsights", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.setting_GetPeopleInsight", + "OperationId": "financial.company_GetTaxGroup", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "taxGroup-id", "Location": "Path" }, { @@ -278307,15 +172905,19 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/settings/peopleInsights", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.setting_UpdatePeopleInsight", + "OperationId": "financial.company_UpdateTaxGroup", "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "taxGroup-id", "Location": "Path" } ] @@ -278323,15 +172925,19 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/settings/peopleInsights", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization.setting_DeletePeopleInsight", + "OperationId": "financial.company_DeleteTaxGroup", "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "taxGroup-id", "Location": "Path" }, { @@ -278343,13 +172949,17 @@ }, { "PathInfo": { - "Path": "/organization/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/taxGroups/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "organization_GetCount", + "OperationId": "financial.company.taxGroup_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -278363,46 +172973,17 @@ }, { "PathInfo": { - "Path": "/organization/microsoft.graph.getByIds", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization_getGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/organization/microsoft.graph.getUserOwnedObjects", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization_getUserOwnedObject", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/organization/microsoft.graph.validateProperties", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization_validateProperty", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/settings", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/unitsOfMeasure", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "setting.directorySetting_ListDirectorySetting", + "OperationId": "financial.company_ListUnitsGraphOPreMeasure", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -278440,26 +173021,35 @@ }, { "PathInfo": { - "Path": "/settings", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/unitsOfMeasure", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "setting.directorySetting_CreateDirectorySetting", + "OperationId": "financial.company_CreateUnitsGraphOPreMeasure", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/settings/{directorySetting-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "setting.directorySetting_GetDirectorySetting", + "OperationId": "financial.company_GetUnitsGraphOPreMeasure", "Method": "Get", "Parameters": [ { - "Name": "directorySetting-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "unitOfMeasure-id", "Location": "Path" }, { @@ -278475,15 +173065,19 @@ }, { "PathInfo": { - "Path": "/settings/{directorySetting-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "setting.directorySetting_UpdateDirectorySetting", + "OperationId": "financial.company_UpdateUnitsGraphOPreMeasure", "Method": "Patch", "Parameters": [ { - "Name": "directorySetting-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "unitOfMeasure-id", "Location": "Path" } ] @@ -278491,15 +173085,19 @@ }, { "PathInfo": { - "Path": "/settings/{directorySetting-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "setting.directorySetting_DeleteDirectorySetting", + "OperationId": "financial.company_DeleteUnitsGraphOPreMeasure", "Method": "Delete", "Parameters": [ { - "Name": "directorySetting-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "unitOfMeasure-id", "Location": "Path" }, { @@ -278511,13 +173109,17 @@ }, { "PathInfo": { - "Path": "/settings/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/unitsOfMeasure/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "setting_GetCount", + "OperationId": "financial.company.unitsGraphOPreMeasure_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -278531,13 +173133,17 @@ }, { "PathInfo": { - "Path": "/subscribedSkus", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "subscribedSku_ListSubscribedSku", + "OperationId": "financial.company_ListVendor", "Method": "Get", "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -278575,46 +173181,63 @@ }, { "PathInfo": { - "Path": "/subscribedSkus", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "subscribedSku_CreateSubscribedSku", + "OperationId": "financial.company_CreateVendor", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/subscribedSkus/{subscribedSku-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "subscribedSku_GetSubscribedSku", + "OperationId": "financial.company_GetVendor", "Method": "Get", "Parameters": [ { - "Name": "subscribedSku-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "vendor-id", "Location": "Path" }, { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/subscribedSkus/{subscribedSku-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "subscribedSku_UpdateSubscribedSku", + "OperationId": "financial.company_UpdateVendor", "Method": "Patch", "Parameters": [ { - "Name": "subscribedSku-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "vendor-id", "Location": "Path" } ] @@ -278622,15 +173245,19 @@ }, { "PathInfo": { - "Path": "/subscribedSkus/{subscribedSku-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "subscribedSku_DeleteSubscribedSku", + "OperationId": "financial.company_DeleteVendor", "Method": "Delete", "Parameters": [ { - "Name": "subscribedSku-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "vendor-id", "Location": "Path" }, { @@ -278642,31 +173269,47 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/microsoft.graph.managedTenants.addUserInputLog", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_addUserInputLog", - "Method": "Post", + "OperationId": "financial.company.vendor_GetCurrency", + "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlert-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "vendor-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/microsoft.graph.managedTenants.apply", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementAction_apply", - "Method": "Post", + "OperationId": "financial.company.vendor_UpdateCurrency", + "Method": "Patch", "Parameters": [ { - "Name": "managementAction-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "vendor-id", "Location": "Path" } ] @@ -278674,89 +173317,143 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/microsoft.graph.managedTenants.changeDeploymentStatus", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementActionTenantDeploymentStatus_changeDeploymentStatus", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.vendor_DeleteCurrency", + "Method": "Delete", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "vendor-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/microsoft.graph.managedTenants.changeDeploymentStatus", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion.deployment_changeDeploymentStatus", - "Method": "Post", + "OperationId": "financial.company.vendor_GetPaymentMethod", + "Method": "Get", "Parameters": [ { - "Name": "managementTemplateStepVersion-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "managementTemplateStepDeployment-id", + "Name": "vendor-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantGroups/microsoft.graph.managedTenants.tenantSearch", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.tenantGroup_tenantSearch", - "Method": "Post", - "Parameters": [] + "OperationId": "financial.company.vendor_UpdatePaymentMethod", + "Method": "Patch", + "Parameters": [ + { + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "vendor-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenants/{tenant-id}/microsoft.graph.managedTenants.offboardTenant", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.tenant_offboardTenant", - "Method": "Post", + "OperationId": "financial.company.vendor_DeletePaymentMethod", + "Method": "Delete", "Parameters": [ { - "Name": "tenant-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "vendor-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenants/{tenant-id}/microsoft.graph.managedTenants.resetTenantOnboardingStatus", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.tenant_resetTenantOnboardingStatus", - "Method": "Post", + "OperationId": "financial.company.vendor_GetPaymentTerm", + "Method": "Get", "Parameters": [ { - "Name": "tenant-id", - "Location": "Path" + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "vendor-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/microsoft.graph.managedTenants.assignTag", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.tenantTag_assignTag", - "Method": "Post", + "OperationId": "financial.company.vendor_UpdatePaymentTerm", + "Method": "Patch", "Parameters": [ { - "Name": "tenantTag-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "vendor-id", "Location": "Path" } ] @@ -278764,31 +173461,43 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/microsoft.graph.managedTenants.unassignTag", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.tenantTag_unassignTag", - "Method": "Post", + "OperationId": "financial.company.vendor_DeletePaymentTerm", + "Method": "Delete", "Parameters": [ { - "Name": "tenantTag-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "vendor-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/scopedRoleMemberOf", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "user_ListScopedRoleMemberGraphOPre", + "OperationId": "financial.company.vendor_ListPicture", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "vendor-id", "Location": "Path" }, { @@ -278828,15 +173537,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/scopedRoleMemberOf", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "user_CreateScopedRoleMemberGraphOPre", + "OperationId": "financial.company.vendor_CreatePicture", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "company-id", + "Location": "Path" + }, + { + "Name": "vendor-id", "Location": "Path" } ] @@ -278844,19 +173557,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "user_GetScopedRoleMemberGraphOPre", + "OperationId": "financial.company.vendor_GetPicture", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "vendor-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -278872,19 +173589,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "user_UpdateScopedRoleMemberGraphOPre", + "OperationId": "financial.company.vendor_UpdatePicture", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "vendor-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" } ] @@ -278892,19 +173613,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "user_DeleteScopedRoleMemberGraphOPre", + "OperationId": "financial.company.vendor_DeletePicture", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "vendor-id", + "Location": "Path" + }, + { + "Name": "picture-id", "Location": "Path" }, { @@ -278916,102 +173641,75 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/scopedRoleMemberOf/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "user.scopedRoleMemberOf_GetCount", + "OperationId": "financial.company.vendor_GetPictureContent", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "vendor-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/accessReviews", - "Module": "Identity.Governance" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "accessReview_ListAccessReview", - "Method": "Get", + "OperationId": "financial.company.vendor_SetPictureContent", + "Method": "Put", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "company-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "vendor-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "picture-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/accessReviews", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "accessReview_CreateAccessReview", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/accessReviews/{accessReview-id}", - "Module": "Identity.Governance" + "Path": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "accessReview_GetAccessReview", + "OperationId": "financial.company.vendor.picture_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", + "Name": "company-id", "Location": "Path" }, { - "Name": "$select", + "Name": "vendor-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -279019,53 +173717,57 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}", - "Module": "Identity.Governance" + "Path": "/financials/companies/{company-id}/vendors/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "accessReview_UpdateAccessReview", - "Method": "Patch", + "OperationId": "financial.company.vendor_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", + "Name": "company-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}", - "Module": "Identity.Governance" + "Path": "/financials/companies/$count", + "Module": "Financials" }, "MethodInfo": { - "OperationId": "accessReview_DeleteAccessReview", - "Method": "Delete", + "OperationId": "financial.company_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/decisions", - "Module": "Identity.Governance" + "Path": "/groupLifecyclePolicies", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_ListDecision", + "OperationId": "groupLifecyclePolicy_ListGroupLifecyclePolicy", "Method": "Get", "Parameters": [ - { - "Name": "accessReview-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -279103,35 +173805,26 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/decisions", - "Module": "Identity.Governance" + "Path": "/groupLifecyclePolicies", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_CreateDecision", + "OperationId": "groupLifecyclePolicy_CreateGroupLifecyclePolicy", "Method": "Post", - "Parameters": [ - { - "Name": "accessReview-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "Module": "Identity.Governance" + "Path": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_GetDecision", + "OperationId": "groupLifecyclePolicy_GetGroupLifecyclePolicy", "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", - "Location": "Path" - }, - { - "Name": "accessReviewDecision-id", + "Name": "groupLifecyclePolicy-id", "Location": "Path" }, { @@ -279147,19 +173840,15 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "Module": "Identity.Governance" + "Path": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_UpdateDecision", + "OperationId": "groupLifecyclePolicy_UpdateGroupLifecyclePolicy", "Method": "Patch", "Parameters": [ { - "Name": "accessReview-id", - "Location": "Path" - }, - { - "Name": "accessReviewDecision-id", + "Name": "groupLifecyclePolicy-id", "Location": "Path" } ] @@ -279167,19 +173856,15 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "Module": "Identity.Governance" + "Path": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_DeleteDecision", + "OperationId": "groupLifecyclePolicy_DeleteGroupLifecyclePolicy", "Method": "Delete", "Parameters": [ { - "Name": "accessReview-id", - "Location": "Path" - }, - { - "Name": "accessReviewDecision-id", + "Name": "groupLifecyclePolicy-id", "Location": "Path" }, { @@ -279191,17 +173876,45 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/decisions/$count", - "Module": "Identity.Governance" + "Path": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.addGroup", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.decision_GetCount", - "Method": "Get", + "OperationId": "groupLifecyclePolicy_addGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessReview-id", + "Name": "groupLifecyclePolicy-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.removeGroup", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupLifecyclePolicy_removeGroup", + "Method": "Post", + "Parameters": [ + { + "Name": "groupLifecyclePolicy-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groupLifecyclePolicies/$count", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupLifecyclePolicy_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -279215,16 +173928,27 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances", - "Module": "Identity.Governance" + "Path": "/groupLifecyclePolicies/microsoft.graph.renewGroup", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_ListInstance", + "OperationId": "groupLifecyclePolicy_renewGroup", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/groups", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListGroup", "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -279263,35 +173987,26 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances", - "Module": "Identity.Governance" + "Path": "/groups", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_CreateInstance", + "OperationId": "group_CreateGroup", "Method": "Post", - "Parameters": [ - { - "Name": "accessReview-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_GetInstance", + "OperationId": "group_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", - "Location": "Path" - }, - { - "Name": "accessReview-id1", + "Name": "group-id", "Location": "Path" }, { @@ -279307,19 +174022,15 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_UpdateInstance", + "OperationId": "group_UpdateGroup", "Method": "Patch", "Parameters": [ { - "Name": "accessReview-id", - "Location": "Path" - }, - { - "Name": "accessReview-id1", + "Name": "group-id", "Location": "Path" } ] @@ -279327,19 +174038,15 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_DeleteInstance", + "OperationId": "group_DeleteGroup", "Method": "Delete", "Parameters": [ { - "Name": "accessReview-id", - "Location": "Path" - }, - { - "Name": "accessReview-id1", + "Name": "group-id", "Location": "Path" }, { @@ -279351,19 +174058,15 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/acceptedSenders", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_ListDecision", + "OperationId": "group_ListAcceptedSender", "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", - "Location": "Path" - }, - { - "Name": "accessReview-id1", + "Name": "group-id", "Location": "Path" }, { @@ -279403,51 +174106,47 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_CreateDecision", - "Method": "Post", + "OperationId": "group.acceptedSender_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReview-id1", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/acceptedSenders/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_GetDecision", + "OperationId": "group.acceptedSender_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", - "Location": "Path" - }, - { - "Name": "accessReview-id1", - "Location": "Path" - }, - { - "Name": "accessReviewDecision-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -279455,72 +174154,104 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/acceptedSenders/$ref", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_UpdateDecision", - "Method": "Patch", + "OperationId": "group_ListAcceptedSenderGraphBPreRef", + "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReview-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessReviewDecision-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/acceptedSenders/$ref", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_DeleteDecision", - "Method": "Delete", + "OperationId": "group_CreateAcceptedSenderGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "accessReview-id", - "Location": "Path" - }, - { - "Name": "accessReview-id1", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/acceptedSenders/$ref", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_DeleteAcceptedSenderGraphBPreRef", + "Method": "Delete", + "Parameters": [ { - "Name": "accessReviewDecision-id", + "Name": "group-id", "Location": "Path" }, { "Name": "If-Match", "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance.decision_GetCount", + "OperationId": "group_ListConversation", "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReview-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -279529,45 +174260,37 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/microsoft.graph.applyDecisions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "accessReview.instance_applyDecision", - "Method": "Post", - "Parameters": [ + }, { - "Name": "accessReview-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessReview-id1", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/microsoft.graph.resetDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_resetDecision", + "OperationId": "group_CreateConversation", "Method": "Post", "Parameters": [ { - "Name": "accessReview-id", - "Location": "Path" - }, - { - "Name": "accessReview-id1", + "Name": "group-id", "Location": "Path" } ] @@ -279575,59 +174298,71 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/microsoft.graph.sendReminder", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_sendReminder", - "Method": "Post", + "OperationId": "group_GetConversation", + "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReview-id1", + "Name": "conversation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/microsoft.graph.stop", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_stop", - "Method": "Post", + "OperationId": "group_DeleteConversation", + "Method": "Delete", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReview-id1", + "Name": "conversation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_ListMyDecision", + "OperationId": "group.conversation_ListThread", "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReview-id1", + "Name": "conversation-id", "Location": "Path" }, { @@ -279667,19 +174402,19 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_CreateMyDecision", + "OperationId": "group.conversation_CreateThread", "Method": "Post", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReview-id1", + "Name": "conversation-id", "Location": "Path" } ] @@ -279687,23 +174422,23 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_GetMyDecision", + "OperationId": "group.conversation_GetThread", "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReview-id1", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "accessReviewDecision-id", + "Name": "conversationThread-id", "Location": "Path" }, { @@ -279719,23 +174454,23 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_UpdateMyDecision", + "OperationId": "group.conversation_UpdateThread", "Method": "Patch", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReview-id1", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "accessReviewDecision-id", + "Name": "conversationThread-id", "Location": "Path" } ] @@ -279743,23 +174478,23 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_DeleteMyDecision", + "OperationId": "group.conversation_DeleteThread", "Method": "Delete", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReview-id1", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "accessReviewDecision-id", + "Name": "conversationThread-id", "Location": "Path" }, { @@ -279771,47 +174506,47 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/microsoft.graph.reply", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance.myDecision_GetCount", - "Method": "Get", + "OperationId": "group.conversation.thread_reply", + "Method": "Post", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReview-id1", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "conversationThread-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_ListReviewer", + "OperationId": "group.conversation.thread_ListPost", "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReview-id1", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", "Location": "Path" }, { @@ -279851,43 +174586,27 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_CreateReviewer", - "Method": "Post", + "OperationId": "group.conversation.thread_GetPost", + "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReview-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "accessReview.instance_GetReviewer", - "Method": "Get", - "Parameters": [ - { - "Name": "accessReview-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "accessReview-id1", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewReviewer-id", + "Name": "post-id", "Location": "Path" }, { @@ -279903,23 +174622,27 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_UpdateReviewer", + "OperationId": "group.conversation.thread_UpdatePost", "Method": "Patch", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReview-id1", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "accessReviewReviewer-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -279927,48 +174650,36 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.instance_DeleteReviewer", - "Method": "Delete", + "OperationId": "group.conversation.thread.post_ListAttachment", + "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReview-id1", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "accessReviewReviewer-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "accessReview.instance.reviewer_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "accessReview-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReview-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -279977,29 +174688,21 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/instances/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "accessReview.instance_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "accessReview-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -280007,63 +174710,27 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/microsoft.graph.applyDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_applyDecision", + "OperationId": "group.conversation.thread.post_CreateAttachment", "Method": "Post", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/microsoft.graph.resetDecisions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "accessReview_resetDecision", - "Method": "Post", - "Parameters": [ + }, { - "Name": "accessReview-id", + "Name": "conversation-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/microsoft.graph.sendReminder", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "accessReview_sendReminder", - "Method": "Post", - "Parameters": [ + }, { - "Name": "accessReview-id", + "Name": "conversationThread-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/microsoft.graph.stop", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "accessReview_stop", - "Method": "Post", - "Parameters": [ + }, { - "Name": "accessReview-id", + "Name": "post-id", "Location": "Path" } ] @@ -280071,40 +174738,32 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/myDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_ListMyDecision", + "OperationId": "group.conversation.thread.post_GetAttachment", "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "conversation-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "conversationThread-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "post-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "attachment-id", + "Location": "Path" }, { "Name": "$select", @@ -280119,43 +174778,71 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/myDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_CreateMyDecision", - "Method": "Post", + "OperationId": "group.conversation.thread.post_DeleteAttachment", + "Method": "Delete", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_GetMyDecision", + "OperationId": "group.conversation.thread.post.attachment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewDecision-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "$select", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -280163,83 +174850,55 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_UpdateMyDecision", - "Method": "Patch", + "OperationId": "group.conversation.thread.post.attachment_createUploadSession", + "Method": "Post", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewDecision-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "accessReview_DeleteMyDecision", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessReview-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "accessReviewDecision-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "post-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/myDecisions/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.myDecision_GetCount", + "OperationId": "group.conversation.thread.post_ListExtension", "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "conversation-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/reviewers", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "accessReview_ListReviewer", - "Method": "Get", - "Parameters": [ + "Name": "conversationThread-id", + "Location": "Path" + }, { - "Name": "accessReview-id", + "Name": "post-id", "Location": "Path" }, { @@ -280279,15 +174938,27 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/reviewers", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_CreateReviewer", + "OperationId": "group.conversation.thread.post_CreateExtension", "Method": "Post", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -280295,19 +174966,31 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_GetReviewer", + "OperationId": "group.conversation.thread.post_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewReviewer-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -280323,19 +175006,31 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_UpdateReviewer", + "OperationId": "group.conversation.thread.post_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewReviewer-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" } ] @@ -280343,19 +175038,31 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview_DeleteReviewer", + "OperationId": "group.conversation.thread.post_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewReviewer-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -280367,37 +175074,29 @@ }, { "PathInfo": { - "Path": "/accessReviews/{accessReview-id}/reviewers/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "accessReview.reviewer_GetCount", + "OperationId": "group.conversation.thread.post.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReview-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "conversation-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/accessReviews/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "accessReview_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -280411,36 +175110,28 @@ }, { "PathInfo": { - "Path": "/agreements", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement_ListAgreement", + "OperationId": "group.conversation.thread.post_GetInReplyTo", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "conversation-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "conversationThread-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "post-id", + "Location": "Path" }, { "Name": "$select", @@ -280455,82 +175146,27 @@ }, { "PathInfo": { - "Path": "/agreements", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "agreement_CreateAgreement", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/agreements/{agreement-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement_GetAgreement", + "OperationId": "group.conversation.thread.post.inReplyTo_ListAttachment", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/agreements/{agreement-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "agreement_UpdateAgreement", - "Method": "Patch", - "Parameters": [ - { - "Name": "agreement-id", + "Name": "conversation-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/agreements/{agreement-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "agreement_DeleteAgreement", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "agreement-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/agreements/{agreement-id}/acceptances", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "agreement_ListAcceptance", - "Method": "Get", - "Parameters": [ - { - "Name": "agreement-id", + "Name": "post-id", "Location": "Path" }, { @@ -280570,15 +175206,27 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/acceptances", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement_CreateAcceptance", + "OperationId": "group.conversation.thread.post.inReplyTo_CreateAttachment", "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -280586,19 +175234,31 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement_GetAcceptance", + "OperationId": "group.conversation.thread.post.inReplyTo_GetAttachment", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementAcceptance-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" }, { @@ -280614,39 +175274,31 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement_UpdateAcceptance", - "Method": "Patch", + "OperationId": "group.conversation.thread.post.inReplyTo_DeleteAttachment", + "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementAcceptance-id", + "Name": "conversation-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "agreement_DeleteAcceptance", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "agreement-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "agreementAcceptance-id", + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" }, { @@ -280658,15 +175310,27 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/acceptances/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.acceptance_GetCount", + "OperationId": "group.conversation.thread.post.inReplyTo.attachment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" }, { @@ -280682,39 +175346,27 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/microsoft.graph.createUploadSession", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement_GetFile", - "Method": "Get", + "OperationId": "group.conversation.thread.post.inReplyTo.attachment_createUploadSession", + "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "conversation-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/agreements/{agreement-id}/file", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "agreement_UpdateFile", - "Method": "Patch", - "Parameters": [ + "Name": "conversationThread-id", + "Location": "Path" + }, { - "Name": "agreement-id", + "Name": "post-id", "Location": "Path" } ] @@ -280722,35 +175374,27 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement_DeleteFile", - "Method": "Delete", + "OperationId": "group.conversation.thread.post.inReplyTo_ListExtension", + "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "agreement.file_ListLocalization", - "Method": "Get", - "Parameters": [ + "Name": "conversation-id", + "Location": "Path" + }, { - "Name": "agreement-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" }, { @@ -280790,15 +175434,27 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file_CreateLocalization", + "OperationId": "group.conversation.thread.post.inReplyTo_CreateExtension", "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -280806,19 +175462,31 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file_GetLocalization", + "OperationId": "group.conversation.thread.post.inReplyTo_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -280834,19 +175502,31 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file_UpdateLocalization", + "OperationId": "group.conversation.thread.post.inReplyTo_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" } ] @@ -280854,19 +175534,31 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file_DeleteLocalization", + "OperationId": "group.conversation.thread.post.inReplyTo_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -280878,19 +175570,63 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file.localization_ListVersion", + "OperationId": "group.conversation.thread.post.inReplyTo.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.conversation.thread.post.inReplyTo_ListMention", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" }, { @@ -280930,19 +175666,27 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file.localization_CreateVersion", + "OperationId": "group.conversation.thread.post.inReplyTo_CreateMention", "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -280950,23 +175694,31 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file.localization_GetVersion", + "OperationId": "group.conversation.thread.post.inReplyTo_GetMention", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "mention-id", "Location": "Path" }, { @@ -280982,119 +175734,155 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file.localization_UpdateVersion", - "Method": "Patch", + "OperationId": "group.conversation.thread.post.inReplyTo_DeleteMention", + "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "conversationThread-id", "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "mention-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file.localization_DeleteVersion", - "Method": "Delete", + "OperationId": "group.conversation.thread.post.inReplyTo.mention_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file.localization.version_GetCount", - "Method": "Get", + "OperationId": "group.conversation.thread.post.inReplyTo_forward", + "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "conversationThread-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "post-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file.localization_GetCount", - "Method": "Get", + "OperationId": "group.conversation.thread.post.inReplyTo_reply", + "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "conversation-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement_ListFile", + "OperationId": "group.conversation.thread.post_ListMention", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" }, { @@ -281134,15 +175922,27 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement_CreateFile", + "OperationId": "group.conversation.thread.post_CreateMention", "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -281150,19 +175950,31 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement_GetFile", + "OperationId": "group.conversation.thread.post_GetMention", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "mention-id", "Location": "Path" }, { @@ -281178,39 +175990,31 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement_UpdateFile", - "Method": "Patch", + "OperationId": "group.conversation.thread.post_DeleteMention", + "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "agreement_DeleteFile", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "agreement-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "mention-id", "Location": "Path" }, { @@ -281222,28 +176026,28 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file_ListVersion", + "OperationId": "group.conversation.thread.post.mention_GetCount", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "conversationThread-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "post-id", + "Location": "Path" }, { "Name": "$search", @@ -281252,41 +176056,33 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file_CreateVersion", + "OperationId": "group.conversation.thread.post_forward", "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -281294,103 +176090,103 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file_GetVersion", - "Method": "Get", + "OperationId": "group.conversation.thread.post_reply", + "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "post-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file_UpdateVersion", - "Method": "Patch", + "OperationId": "group.conversation.thread.post_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "conversationThread-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file_DeleteVersion", - "Method": "Delete", + "OperationId": "group.conversation.thread_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/conversations/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file.version_GetCount", + "OperationId": "group.conversation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", + "Name": "group-id", "Location": "Path" }, { @@ -281406,23 +176202,23 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/createdOnBehalfOf", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "agreement.file_GetCount", + "OperationId": "group_GetCreatedOnBehalfGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -281430,13 +176226,17 @@ }, { "PathInfo": { - "Path": "/businessFlowTemplates", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/endpoints", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "businessFlowTemplate_ListBusinessFlowTemplate", + "OperationId": "group_ListEndpoint", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -281474,90 +176274,43 @@ }, { "PathInfo": { - "Path": "/businessFlowTemplates", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/endpoints", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "businessFlowTemplate_CreateBusinessFlowTemplate", + "OperationId": "group_CreateEndpoint", "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/businessFlowTemplates/{businessFlowTemplate-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "businessFlowTemplate_GetBusinessFlowTemplate", - "Method": "Get", "Parameters": [ { - "Name": "businessFlowTemplate-id", + "Name": "group-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/businessFlowTemplates/{businessFlowTemplate-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/endpoints/{endpoint-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "businessFlowTemplate_UpdateBusinessFlowTemplate", - "Method": "Patch", + "OperationId": "group_GetEndpoint", + "Method": "Get", "Parameters": [ { - "Name": "businessFlowTemplate-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/businessFlowTemplates/{businessFlowTemplate-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "businessFlowTemplate_DeleteBusinessFlowTemplate", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "businessFlowTemplate-id", + "Name": "endpoint-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/businessFlowTemplates/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "businessFlowTemplate_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -281565,91 +176318,85 @@ }, { "PathInfo": { - "Path": "/identityGovernance", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/endpoints/{endpoint-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance_GetIdentityGovernance", - "Method": "Get", + "OperationId": "group_UpdateEndpoint", + "Method": "Patch", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "endpoint-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_UpdateIdentityGovernance", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/endpoints/{endpoint-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance_GetAccessReview", - "Method": "Get", + "OperationId": "group_DeleteEndpoint", + "Method": "Delete", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "endpoint-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_UpdateAccessReview", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/endpoints/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance_DeleteAccessReview", - "Method": "Delete", + "OperationId": "group.endpoint_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/extensions", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_ListDecision", + "OperationId": "group_ListExtension", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -281687,26 +176434,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/extensions", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_CreateDecision", + "OperationId": "group_CreateExtension", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/extensions/{extension-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_GetDecision", + "OperationId": "group_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -281722,15 +176478,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/extensions/{extension-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_UpdateDecision", + "OperationId": "group_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" } ] @@ -281738,15 +176498,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/extensions/{extension-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_DeleteDecision", + "OperationId": "group_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -281758,15 +176522,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/extensions/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision_ListInsight", + "OperationId": "group.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/groupLifecyclePolicies", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListGroupLifecyclePolicy", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -281806,15 +176594,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/groupLifecyclePolicies", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision_CreateInsight", + "OperationId": "group_CreateGroupLifecyclePolicy", "Method": "Post", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" } ] @@ -281822,19 +176610,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision_GetInsight", + "OperationId": "group_GetGroupLifecyclePolicy", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "governanceInsight-id", + "Name": "groupLifecyclePolicy-id", "Location": "Path" }, { @@ -281850,19 +176638,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision_UpdateInsight", + "OperationId": "group_UpdateGroupLifecyclePolicy", "Method": "Patch", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "governanceInsight-id", + "Name": "groupLifecyclePolicy-id", "Location": "Path" } ] @@ -281870,19 +176658,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision_DeleteInsight", + "OperationId": "group_DeleteGroupLifecyclePolicy", "Method": "Delete", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "governanceInsight-id", + "Name": "groupLifecyclePolicy-id", "Location": "Path" }, { @@ -281894,101 +176682,101 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.addGroup", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.insight_GetCount", - "Method": "Get", + "OperationId": "group.groupLifecyclePolicy_addGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "groupLifecyclePolicy-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.removeGroup", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision_GetInstance", - "Method": "Get", + "OperationId": "group.groupLifecyclePolicy_removeGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "groupLifecyclePolicy-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/groupLifecyclePolicies/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision_UpdateInstance", - "Method": "Patch", + "OperationId": "group.groupLifecyclePolicy_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/groupLifecyclePolicies/microsoft.graph.renewGroup", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision_DeleteInstance", - "Method": "Delete", + "OperationId": "group.groupLifecyclePolicy_renewGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/memberOf", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_ListContactedReviewer", + "OperationId": "group_ListMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -282026,37 +176814,25 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_CreateContactedReviewer", - "Method": "Post", - "Parameters": [ - { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/memberOf/{directoryObject-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_GetContactedReviewer", + "OperationId": "group_GetMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewReviewer-id", + "Name": "directoryObject-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$select", "Location": "Query" @@ -282070,61 +176846,85 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/memberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_UpdateContactedReviewer", - "Method": "Patch", + "OperationId": "group_GetMemberGraphOPreAsAdministrativeUnit", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewReviewer-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/memberOf/{directoryObject-id}/microsoft.graph.group", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_DeleteContactedReviewer", - "Method": "Delete", + "OperationId": "group_GetMemberGraphOPreAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewReviewer-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/memberOf/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.contactedReviewer_GetCount", + "OperationId": "group.memberOf_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$search", "Location": "Query" @@ -282138,17 +176938,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/memberOf/microsoft.graph.administrativeUnit", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_ListDecision", + "OperationId": "group_ListMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -282186,36 +176990,72 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/memberOf/microsoft.graph.administrativeUnit/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_CreateDecision", - "Method": "Post", + "OperationId": "group.MemberOf_GetCountAsAdministrativeUnit", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/memberOf/microsoft.graph.group", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_GetDecision", + "OperationId": "group_ListMemberGraphOPreAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -282230,64 +177070,48 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/memberOf/microsoft.graph.group/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_UpdateDecision", - "Method": "Patch", + "OperationId": "group.MemberOf_GetCountAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_DeleteDecision", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.decision_ListInsight", + "OperationId": "group_ListMember", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -282326,44 +177150,48 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/{directoryObject-id}/$ref", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.decision_CreateInsight", - "Method": "Post", + "OperationId": "group.member_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.application", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.decision_GetInsight", + "OperationId": "group_GetMemberAsApplication", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "governanceInsight-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -282378,79 +177206,95 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.device", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.decision_UpdateInsight", - "Method": "Patch", + "OperationId": "group_GetMemberAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "governanceInsight-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.group", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.decision_DeleteInsight", - "Method": "Delete", + "OperationId": "group_GetMemberAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "governanceInsight-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.orgContact", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.decision.insight_GetCount", + "OperationId": "group_GetMemberAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "$search", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -282458,23 +177302,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.decision_GetCount", + "OperationId": "group_GetMemberAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "directoryObject-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -282482,49 +177334,29 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.user", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.decision_filterGraphBPreCurrentUser", + "OperationId": "group_GetMemberAsUser", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "on", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -282534,71 +177366,87 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/microsoft.graph.recordAllDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.decision_recordAllDecision", - "Method": "Post", + "OperationId": "group.member_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/$ref", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_GetDefinition", + "OperationId": "group_ListMemberGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.acceptRecommendations", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_acceptRecommendation", - "Method": "Post", - "Parameters": [ + }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/$ref", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_applyDecision", + "OperationId": "group_CreateMemberGraphBPreRef", "Method": "Post", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" } ] @@ -282606,97 +177454,205 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/$ref", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_batchRecordDecision", - "Method": "Post", + "OperationId": "group_DeleteMemberGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.resetDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/microsoft.graph.application", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_resetDecision", - "Method": "Post", + "OperationId": "group_ListMemberAsApplication", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.sendReminder", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/microsoft.graph.application/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_sendReminder", - "Method": "Post", + "OperationId": "group.Member_GetCountAsApplication", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stop", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/microsoft.graph.device", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_stop", - "Method": "Post", + "OperationId": "group_ListMemberAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stopApplyDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/microsoft.graph.device/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_stopApplyDecision", - "Method": "Post", + "OperationId": "group.Member_GetCountAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/microsoft.graph.group", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_ListStage", + "OperationId": "group_ListMemberAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -282734,36 +177690,72 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/microsoft.graph.group/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_CreateStage", - "Method": "Post", + "OperationId": "group.Member_GetCountAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/microsoft.graph.orgContact", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_GetStage", + "OperationId": "group_ListMemberAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -282778,64 +177770,48 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/microsoft.graph.orgContact/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_UpdateStage", - "Method": "Patch", + "OperationId": "group.Member_GetCountAsOrgContact", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance_DeleteStage", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/microsoft.graph.servicePrincipal", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage_ListDecision", + "OperationId": "group_ListMemberAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -282874,128 +177850,128 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/microsoft.graph.servicePrincipal/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage_CreateDecision", - "Method": "Post", + "OperationId": "group.Member_GetCountAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/microsoft.graph.user", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage_GetDecision", + "OperationId": "group_ListMemberAsUser", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage_UpdateDecision", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/members/microsoft.graph.user/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage_DeleteDecision", - "Method": "Delete", + "OperationId": "group.Member_GetCountAsUser", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_ListInsight", + "OperationId": "group_ListMembersGraphWPreLicenseError", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -283034,53 +178010,89 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_CreateInsight", - "Method": "Post", + "OperationId": "group_GetMembersGraphWPreLicenseError", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.application", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_GetInsight", + "OperationId": "group_GetMembersGraphWPreLicenseErrorAsApplication", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.device", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_GetMembersGraphWPreLicenseErrorAsDevice", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "governanceInsight-id", + "Name": "directoryObject-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$select", "Location": "Query" @@ -283094,91 +178106,127 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.group", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_UpdateInsight", - "Method": "Patch", + "OperationId": "group_GetMembersGraphWPreLicenseErrorAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "governanceInsight-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.orgContact", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_DeleteInsight", - "Method": "Delete", + "OperationId": "group_GetMembersGraphWPreLicenseErrorAsOrgContact", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_GetMembersGraphWPreLicenseErrorAsServicePrincipal", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "governanceInsight-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.user", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision.insight_GetCount", + "OperationId": "group_GetMembersGraphWPreLicenseErrorAsUser", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -283186,20 +178234,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_GetCount", + "OperationId": "group.membersGraphWPreLicenseError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -283214,24 +178262,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.application", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_filterGraphBPreCurrentUser", + "OperationId": "group_ListMembersGraphWPreLicenseErrorAsApplication", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "on", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -283254,11 +178298,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -283270,57 +178314,101 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/microsoft.graph.recordAllDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.application/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_recordAllDecision", - "Method": "Post", + "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsApplication", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/microsoft.graph.stop", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.device", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage_stop", - "Method": "Post", + "OperationId": "group_ListMembersGraphWPreLicenseErrorAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.device/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage_GetCount", + "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsDevice", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$search", "Location": "Query" @@ -283334,20 +178422,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.group", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision.instance.stage_filterGraphBPreCurrentUser", + "OperationId": "group_ListMembersGraphWPreLicenseErrorAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "on", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -283370,11 +178458,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -283386,13 +178474,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.group/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision_GetCount", + "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsGroup", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$search", "Location": "Query" @@ -283406,17 +178502,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.orgContact", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision_filterGraphBPreCurrentUser", + "OperationId": "group_ListMembersGraphWPreLicenseErrorAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "group-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -283438,11 +178538,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -283454,24 +178554,49 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/decisions/microsoft.graph.recordAllDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.orgContact/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.decision_recordAllDecision", - "Method": "Post", - "Parameters": [] + "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsOrgContact", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.servicePrincipal", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_ListDefinition", + "OperationId": "group_ListMembersGraphWPreLicenseErrorAsServicePrincipal", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -283509,87 +178634,48 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview_CreateDefinition", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.servicePrincipal/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_GetDefinition", + "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview_SetDefinition", - "Method": "Put", - "Parameters": [ + }, { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.user", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_DeleteDefinition", - "Method": "Delete", + "OperationId": "group_ListMembersGraphWPreLicenseErrorAsUser", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_ListInstance", - "Method": "Get", - "Parameters": [ - { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" }, { "Name": "$top", @@ -283628,43 +178714,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_CreateInstance", - "Method": "Post", - "Parameters": [ - { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.user/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_GetInstance", + "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsUser", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -283672,19 +178742,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/microsoft.graph.addFavorite", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_UpdateInstance", - "Method": "Patch", + "OperationId": "group_addFavorite", + "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" } ] @@ -283692,95 +178758,95 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/microsoft.graph.assignLicense", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_DeleteInstance", - "Method": "Delete", + "OperationId": "group_assignLicense", + "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/microsoft.graph.checkGrantedPermissionsForApp", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_checkGrantedPermissionsGraphFPreApp", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/microsoft.graph.checkMemberGroups", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_ListContactedReviewer", - "Method": "Get", + "OperationId": "group_checkMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/microsoft.graph.checkMemberObjects", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_checkMemberObject", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/microsoft.graph.deletePasswordSingleSignOnCredentials", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_CreateContactedReviewer", + "OperationId": "group_deletePasswordSingleSignOnCredential", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/microsoft.graph.evaluateDynamicMembership", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_evaluateDynamicMembership", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" } ] @@ -283788,55 +178854,95 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/microsoft.graph.getMemberGroups", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_GetContactedReviewer", - "Method": "Get", + "OperationId": "group_getMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/microsoft.graph.getMemberObjects", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_getMemberObject", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/microsoft.graph.getPasswordSingleSignOnCredentials", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_getPasswordSingleSignOnCredential", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewReviewer-id", + "Name": "group-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/microsoft.graph.removeFavorite", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_UpdateContactedReviewer", - "Method": "Patch", + "OperationId": "group_removeFavorite", + "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/microsoft.graph.renew", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_renew", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/microsoft.graph.resetUnseenCount", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_resetUnseenCount", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewReviewer-id", + "Name": "group-id", "Location": "Path" } ] @@ -283844,76 +178950,100 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/microsoft.graph.restore", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_DeleteContactedReviewer", - "Method": "Delete", + "OperationId": "group_restore", + "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/microsoft.graph.retryServiceProvisioning", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_retryServiceProvisioning", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/microsoft.graph.subscribeByMail", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_subscribeGraphBPreMail", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewReviewer-id", + "Name": "group-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/microsoft.graph.unsubscribeByMail", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.contactedReviewer_GetCount", - "Method": "Get", + "OperationId": "group_unsubscribeGraphBPreMail", + "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/microsoft.graph.validateProperties", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_validateProperty", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_ListDecision", + "OperationId": "group_ListOwner", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -283952,44 +179082,48 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/{directoryObject-id}/$ref", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_CreateDecision", - "Method": "Post", + "OperationId": "group.owner_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.application", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_GetDecision", + "OperationId": "group_GetOwnerAsApplication", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -284004,100 +179138,56 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.device", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_UpdateDecision", - "Method": "Patch", + "OperationId": "group_GetOwnerAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_DeleteDecision", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessReviewScheduleDefinition-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.group", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_ListInsight", + "OperationId": "group_GetOwnerAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -284112,52 +179202,24 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_CreateInsight", - "Method": "Post", - "Parameters": [ - { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.orgContact", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_GetInsight", + "OperationId": "group_GetOwnerAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "governanceInsight-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -284172,84 +179234,84 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_UpdateInsight", - "Method": "Patch", + "OperationId": "group_GetOwnerAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "governanceInsight-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.user", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_DeleteInsight", - "Method": "Delete", + "OperationId": "group_GetOwnerAsUser", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "governanceInsight-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.insight_GetCount", + "OperationId": "group.owner_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -284264,31 +179326,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/$ref", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_GetInstance", + "OperationId": "group_ListOwnerGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "$select", + "Name": "$count", "Location": "Query" }, { - "Name": "$expand", + "Name": "$orderby", "Location": "Query" } ] @@ -284296,23 +179370,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/$ref", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_UpdateInstance", - "Method": "Patch", + "OperationId": "group_CreateOwnerGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" } ] @@ -284320,52 +179386,44 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/$ref", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_DeleteInstance", + "OperationId": "group_DeleteOwnerGraphBPreRef", "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { "Name": "If-Match", "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/microsoft.graph.application", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_ListContactedReviewer", + "OperationId": "group_ListOwnerAsApplication", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -284404,144 +179462,136 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/microsoft.graph.application/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_CreateContactedReviewer", - "Method": "Post", + "OperationId": "group.Owner_GetCountAsApplication", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/microsoft.graph.device", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_GetContactedReviewer", + "OperationId": "group_ListOwnerAsDevice", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessReviewReviewer-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_UpdateContactedReviewer", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessReviewReviewer-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/microsoft.graph.device/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_DeleteContactedReviewer", - "Method": "Delete", + "OperationId": "group.Owner_GetCountAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewReviewer-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/microsoft.graph.group", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.contactedReviewer_GetCount", + "OperationId": "group_ListOwnerAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -284550,30 +179600,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_GetDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -284588,192 +179622,128 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.acceptRecommendations", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/microsoft.graph.group/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_acceptRecommendation", - "Method": "Post", + "OperationId": "group.Owner_GetCountAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_applyDecision", - "Method": "Post", - "Parameters": [ - { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/microsoft.graph.orgContact", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_batchRecordDecision", - "Method": "Post", + "OperationId": "group_ListOwnerAsOrgContact", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.resetDecisions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_resetDecision", - "Method": "Post", - "Parameters": [ - { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.sendReminder", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_sendReminder", - "Method": "Post", - "Parameters": [ - { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stop", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_stop", - "Method": "Post", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stopApplyDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/microsoft.graph.orgContact/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_stopApplyDecision", - "Method": "Post", + "OperationId": "group.Owner_GetCountAsOrgContact", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/microsoft.graph.servicePrincipal", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_ListStage", + "OperationId": "group_ListOwnerAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -284812,147 +179782,123 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/microsoft.graph.servicePrincipal/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_CreateStage", - "Method": "Post", + "OperationId": "group.Owner_GetCountAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/microsoft.graph.user", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_GetStage", + "OperationId": "group_ListOwnerAsUser", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_UpdateStage", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/owners/microsoft.graph.user/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_DeleteStage", - "Method": "Delete", + "OperationId": "group.Owner_GetCountAsUser", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/permissionGrants", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_ListDecision", + "OperationId": "group_ListPermissionGrant", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", + "Name": "group-id", "Location": "Path" }, { @@ -284992,27 +179938,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/permissionGrants", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_CreateDecision", + "OperationId": "group_CreatePermissionGrant", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", + "Name": "group-id", "Location": "Path" } ] @@ -285020,31 +179954,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_GetDecision", + "OperationId": "group_GetPermissionGrant", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" }, { @@ -285060,99 +179982,175 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_UpdateDecision", + "OperationId": "group_UpdatePermissionGrant", "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_DeletePermissionGrant", + "Method": "Delete", + "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/permissionGrants/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_DeleteDecision", - "Method": "Delete", + "OperationId": "group.permissionGrant_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/photo", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_GetPhoto", + "Method": "Get", + "Parameters": [ { - "Name": "accessReviewStage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/photo", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_ListInsight", - "Method": "Get", + "OperationId": "group_UpdatePhoto", + "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/photo", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_DeletePhoto", + "Method": "Delete", + "Parameters": [ { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/photo/$value", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_GetPhotoContent", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/photo/$value", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_SetPhotoContent", + "Method": "Put", + "Parameters": [ { - "Name": "accessReviewStage-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/photos", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListPhoto", + "Method": "Get", + "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id1", + "Name": "group-id", "Location": "Path" }, { @@ -285192,147 +180190,135 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/photos/{profilePhoto-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_CreateInsight", - "Method": "Post", + "OperationId": "group_GetPhoto", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "profilePhoto-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/photos/{profilePhoto-id}/$value", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_GetInsight", + "OperationId": "group_GetPhotosContent", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "profilePhoto-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/photos/{profilePhoto-id}/$value", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_SetPhotosContent", + "Method": "Put", + "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "governanceInsight-id", + "Name": "profilePhoto-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/rejectedSenders", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_UpdateInsight", - "Method": "Patch", + "OperationId": "group_ListRejectedSender", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "governanceInsight-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_DeleteInsight", + "OperationId": "group.rejectedSender_DeleteDirectoryObjectGraphBPreRef", "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "governanceInsight-id", + "Name": "directoryObject-id", "Location": "Path" }, { @@ -285344,31 +180330,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/rejectedSenders/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision.insight_GetCount", + "OperationId": "group.rejectedSender_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id1", + "Name": "group-id", "Location": "Path" }, { @@ -285384,28 +180354,24 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/rejectedSenders/$ref", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_GetCount", + "OperationId": "group_ListRejectedSenderGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -285414,37 +180380,69 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/rejectedSenders/$ref", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_filterGraphBPreCurrentUser", - "Method": "Get", + "OperationId": "group_CreateRejectedSenderGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/rejectedSenders/$ref", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_DeleteRejectedSenderGraphBPreRef", + "Method": "Delete", + "Parameters": [ { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "accessReviewStage-id", - "Location": "Path" - }, + "Name": "@id", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/settings", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListSetting", + "Method": "Get", + "Parameters": [ { - "Name": "on", + "Name": "group-id", "Location": "Path" }, { @@ -285468,11 +180466,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -285484,55 +180482,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/microsoft.graph.recordAllDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/settings", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_recordAllDecision", + "OperationId": "group_CreateSetting", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/settings/{directorySetting-id}", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_GetSetting", + "Method": "Get", + "Parameters": [ { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "directorySetting-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/microsoft.graph.stop", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/settings/{directorySetting-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_stop", - "Method": "Post", + "OperationId": "group_UpdateSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "directorySetting-id", "Location": "Path" } ] @@ -285540,23 +180546,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/settings/{directorySetting-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_GetCount", - "Method": "Get", + "OperationId": "group_DeleteSetting", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "directorySetting-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/settings/$count", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.setting_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -285572,27 +180594,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_filterGraphBPreCurrentUser", + "OperationId": "group.site.getGraphBPrePath_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "path", "Location": "Path" }, { - "Name": "on", + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", + "Location": "Path" + }, + { + "Name": "interval", "Location": "Path" }, { @@ -285632,21 +180662,37 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_GetCount", + "OperationId": "group.site.getGraphBPrePath_getApplicableContentTypesGraphFPreList", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", + "Location": "Path" + }, + { + "Name": "listId", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -285654,29 +180700,37 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_filterGraphBPreCurrentUser", + "OperationId": "group_ListThread", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "on", + "Name": "group-id", "Location": "Path" }, { @@ -285700,11 +180754,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -285716,19 +180770,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/microsoft.graph.recordAllDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_recordAllDecision", + "OperationId": "group_CreateThread", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" } ] @@ -285736,19 +180786,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_GetDefinition", + "OperationId": "group_GetThread", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { @@ -285764,19 +180814,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.acceptRecommendations", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_acceptRecommendation", - "Method": "Post", + "OperationId": "group_UpdateThread", + "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" } ] @@ -285784,39 +180834,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_applyDecision", - "Method": "Post", + "OperationId": "group_DeleteThread", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/microsoft.graph.reply", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_batchRecordDecision", + "OperationId": "group.thread_reply", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" } ] @@ -285824,79 +180878,107 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.resetDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_resetDecision", - "Method": "Post", + "OperationId": "group.thread_ListPost", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.sendReminder", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_sendReminder", - "Method": "Post", + "OperationId": "group.thread_GetPost", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.stop", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_stop", - "Method": "Post", - "Parameters": [ + }, { - "Name": "accessReviewScheduleDefinition-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.stopApplyDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_stopApplyDecision", - "Method": "Post", + "OperationId": "group.thread_UpdatePost", + "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -285904,19 +180986,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_ListStage", + "OperationId": "group.thread.post_ListAttachment", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" }, { @@ -285956,19 +181042,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_CreateStage", + "OperationId": "group.thread.post_CreateAttachment", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -285976,23 +181066,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_GetStage", + "OperationId": "group.thread.post_GetAttachment", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" }, { @@ -286008,75 +181102,111 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_UpdateStage", - "Method": "Patch", + "OperationId": "group.thread.post_DeleteAttachment", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" + }, + { + "Name": "attachment-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_DeleteStage", - "Method": "Delete", + "OperationId": "group.thread.post.attachment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_ListDecision", + "OperationId": "group.thread.post.attachment_createUploadSession", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post_ListExtension", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" }, { @@ -286116,23 +181246,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_CreateDecision", + "OperationId": "group.thread.post_CreateExtension", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" } ] @@ -286140,27 +181270,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_GetDecision", + "OperationId": "group.thread.post_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "extension-id", "Location": "Path" }, { @@ -286176,27 +181306,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_UpdateDecision", + "OperationId": "group.thread.post_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "extension-id", "Location": "Path" } ] @@ -286204,27 +181334,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_DeleteDecision", + "OperationId": "group.thread.post_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "extension-id", "Location": "Path" }, { @@ -286236,27 +181366,87 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_ListInsight", + "OperationId": "group.thread.post.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post_GetInReplyTo", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post.inReplyTo_ListAttachment", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" }, { @@ -286296,27 +181486,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_CreateInsight", + "OperationId": "group.thread.post.inReplyTo_CreateAttachment", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "post-id", "Location": "Path" } ] @@ -286324,31 +181510,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_GetInsight", + "OperationId": "group.thread.post.inReplyTo_GetAttachment", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "governanceInsight-id", + "Name": "attachment-id", "Location": "Path" }, { @@ -286364,96 +181546,120 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_UpdateInsight", - "Method": "Patch", + "OperationId": "group.thread.post.inReplyTo_DeleteAttachment", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "attachment-id", "Location": "Path" }, { - "Name": "governanceInsight-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_DeleteInsight", - "Method": "Delete", + "OperationId": "group.thread.post.inReplyTo.attachment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/microsoft.graph.createUploadSession", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post.inReplyTo.attachment_createUploadSession", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "governanceInsight-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "post-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.insight_GetCount", + "OperationId": "group.thread.post.inReplyTo_ListExtension", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -286462,33 +181668,73 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_GetInstance", + "OperationId": "group.thread.post.inReplyTo_CreateExtension", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post.inReplyTo_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "extension-id", "Location": "Path" }, { @@ -286504,27 +181750,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_UpdateInstance", + "OperationId": "group.thread.post.inReplyTo_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "extension-id", "Location": "Path" } ] @@ -286532,27 +181778,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_DeleteInstance", + "OperationId": "group.thread.post.inReplyTo_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "extension-id", "Location": "Path" }, { @@ -286564,27 +181810,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_ListContactedReviewer", + "OperationId": "group.thread.post.inReplyTo.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post.inReplyTo_ListMention", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" }, { @@ -286624,27 +181898,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_CreateContactedReviewer", + "OperationId": "group.thread.post.inReplyTo_CreateMention", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "post-id", "Location": "Path" } ] @@ -286652,31 +181922,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_GetContactedReviewer", + "OperationId": "group.thread.post.inReplyTo_GetMention", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewReviewer-id", + "Name": "mention-id", "Location": "Path" }, { @@ -286692,131 +181958,135 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_UpdateContactedReviewer", - "Method": "Patch", + "OperationId": "group.thread.post.inReplyTo_DeleteMention", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "mention-id", "Location": "Path" }, { - "Name": "accessReviewReviewer-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_DeleteContactedReviewer", - "Method": "Delete", + "OperationId": "group.thread.post.inReplyTo.mention_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewReviewer-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.contactedReviewer_GetCount", - "Method": "Get", + "OperationId": "group.thread.post.inReplyTo_forward", + "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post.inReplyTo_reply", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "conversationThread-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "post-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_ListDecision", + "OperationId": "group.thread.post_ListMention", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "post-id", "Location": "Path" }, { @@ -286856,67 +182126,123 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_CreateDecision", + "OperationId": "group.thread.post_CreateMention", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post_GetMention", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "mention-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_GetDecision", - "Method": "Get", + "OperationId": "group.thread.post_DeleteMention", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "mention-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post.mention_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -286924,100 +182250,120 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_UpdateDecision", - "Method": "Patch", + "OperationId": "group.thread.post_forward", + "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "post-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post_reply", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/threads/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_DeleteDecision", - "Method": "Delete", + "OperationId": "group.thread_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMemberOf", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_ListInsight", + "OperationId": "group_ListTransitiveMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -287056,68 +182402,56 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_CreateInsight", - "Method": "Post", + "OperationId": "group_GetTransitiveMemberGraphOPre", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_GetInsight", + "OperationId": "group_GetTransitiveMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "governanceInsight-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -287132,108 +182466,88 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.group", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_UpdateInsight", - "Method": "Patch", + "OperationId": "group_GetTransitiveMemberGraphOPreAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "governanceInsight-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMemberOf/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_DeleteInsight", - "Method": "Delete", + "OperationId": "group.transitiveMemberOf_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "governanceInsight-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.administrativeUnit", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision.insight_GetCount", + "OperationId": "group_ListTransitiveMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -287242,34 +182556,42 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.administrativeUnit/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_GetCount", + "OperationId": "group.TransitiveMemberOf_GetCountAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -287284,32 +182606,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.group", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_filterGraphBPreCurrentUser", + "OperationId": "group_ListTransitiveMemberGraphOPreAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "on", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -287332,11 +182642,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -287348,56 +182658,72 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/microsoft.graph.recordAllDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.group/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_recordAllDecision", - "Method": "Post", + "OperationId": "group.TransitiveMemberOf_GetCountAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_GetDefinition", + "OperationId": "group_ListTransitiveMember", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -287412,220 +182738,244 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.acceptRecommendations", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_acceptRecommendation", - "Method": "Post", + "OperationId": "group_GetTransitiveMember", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.application", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_applyDecision", - "Method": "Post", + "OperationId": "group_GetTransitiveMemberAsApplication", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.device", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_batchRecordDecision", - "Method": "Post", + "OperationId": "group_GetTransitiveMemberAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.resetDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.group", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_resetDecision", - "Method": "Post", + "OperationId": "group_GetTransitiveMemberAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.sendReminder", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.orgContact", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_sendReminder", - "Method": "Post", + "OperationId": "group_GetTransitiveMemberAsOrgContact", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stop", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_stop", - "Method": "Post", + "OperationId": "group_GetTransitiveMemberAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stopApplyDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.user", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_stopApplyDecision", - "Method": "Post", + "OperationId": "group_GetTransitiveMemberAsUser", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_GetCount", + "OperationId": "group.transitiveMember_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -287640,28 +182990,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.application", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_filterGraphBPreCurrentUser", + "OperationId": "group_ListTransitiveMemberAsApplication", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "on", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -287684,11 +183026,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -287700,68 +183042,100 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/microsoft.graph.recordAllDecisions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.application/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_recordAllDecision", - "Method": "Post", + "OperationId": "group.TransitiveMember_GetCountAsApplication", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/microsoft.graph.stop", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.device", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_stop", - "Method": "Post", + "OperationId": "group_ListTransitiveMemberAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessReviewStage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.device/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_GetCount", + "OperationId": "group.TransitiveMember_GetCountAsDevice", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -287776,24 +183150,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.group", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_filterGraphBPreCurrentUser", + "OperationId": "group_ListTransitiveMemberAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "on", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -287816,11 +183186,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -287832,17 +183202,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.group/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_GetCount", + "OperationId": "group.TransitiveMember_GetCountAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$search", "Location": "Query" @@ -287856,20 +183230,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.orgContact", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_filterGraphBPreCurrentUser", + "OperationId": "group_ListTransitiveMemberAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "on", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -287892,11 +183266,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -287908,29 +183282,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/microsoft.graph.stop", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.orgContact/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_stop", - "Method": "Post", + "OperationId": "group.TransitiveMember_GetCountAsOrgContact", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_GetCount", - "Method": "Get", - "Parameters": [ + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$search", "Location": "Query" @@ -287944,17 +183310,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.servicePrincipal", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_filterGraphBPreCurrentUser", + "OperationId": "group_ListTransitiveMemberAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "group-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -287976,11 +183346,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -287992,13 +183362,49 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.servicePrincipal/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_ListHistoryDefinition", + "OperationId": "group.TransitiveMember_GetCountAsServicePrincipal", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.user", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListTransitiveMemberAsUser", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -288036,26 +183442,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions", - "Module": "Identity.Governance" + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.user/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_CreateHistoryDefinition", - "Method": "Post", - "Parameters": [] + "OperationId": "group.TransitiveMember_GetCountAsUser", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Module": "Identity.Governance" + "Path": "/groups(uniqueName=\u0027{uniqueName}\u0027)", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_GetHistoryDefinition", + "OperationId": "group_GetGroupGraphBPreUniqueName", "Method": "Get", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", + "Name": "uniqueName", "Location": "Path" }, { @@ -288071,15 +183494,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Module": "Identity.Governance" + "Path": "/groups(uniqueName=\u0027{uniqueName}\u0027)", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_UpdateHistoryDefinition", + "OperationId": "group_UpdateGroupGraphBPreUniqueName", "Method": "Patch", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", + "Name": "uniqueName", "Location": "Path" } ] @@ -288087,15 +183510,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Module": "Identity.Governance" + "Path": "/groups(uniqueName=\u0027{uniqueName}\u0027)", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_DeleteHistoryDefinition", + "OperationId": "group_DeleteGroupGraphBPreUniqueName", "Method": "Delete", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", + "Name": "uniqueName", "Location": "Path" }, { @@ -288107,15 +183530,127 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "Module": "Identity.Governance" + "Path": "/groups/$count", + "Module": "Groups" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition_ListInstance", + "OperationId": "group_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/microsoft.graph.delta()", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_delta", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/microsoft.graph.evaluateDynamicMembership", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_evaluateDynamicMembership", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/groups/microsoft.graph.getByIds", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_getGraphBPreId", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/groups/microsoft.graph.getUserOwnedObjects", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_getUserOwnedObject", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/groups/microsoft.graph.validateProperties", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedGroups", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "user_ListJoinedGroup", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { @@ -288155,36 +183690,130 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "Module": "Identity.Governance" + "Path": "/admin/people", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition_CreateInstance", - "Method": "Post", + "OperationId": "admin_GetPerson", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Module": "Identity.Governance" + "Path": "/admin/people", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition_GetInstance", + "OperationId": "admin_UpdatePerson", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/people", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "admin_DeletePerson", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/people/itemInsights", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "admin.person_GetItemInsight", "Method": "Get", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/people/itemInsights", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "admin.person_UpdateItemInsight", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/people/itemInsights", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "admin.person_DeleteItemInsight", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/people/profileCardProperties", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "admin.person_ListProfileCardProperty", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { - "Name": "accessReviewHistoryInstance-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -288199,63 +183828,50 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Module": "Identity.Governance" + "Path": "/admin/people/profileCardProperties", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition_UpdateInstance", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessReviewHistoryDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewHistoryInstance-id", - "Location": "Path" - } - ] + "OperationId": "admin.person_CreateProfileCardProperty", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Module": "Identity.Governance" + "Path": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition_DeleteInstance", - "Method": "Delete", + "OperationId": "admin.person_GetProfileCardProperty", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", + "Name": "profileCardProperty-id", "Location": "Path" }, { - "Name": "accessReviewHistoryInstance-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/microsoft.graph.generateDownloadUri", - "Module": "Identity.Governance" + "Path": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition.instance_generateDownloadUri", - "Method": "Post", + "OperationId": "admin.person_UpdateProfileCardProperty", + "Method": "Patch", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewHistoryInstance-id", + "Name": "profileCardProperty-id", "Location": "Path" } ] @@ -288263,35 +183879,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", - "Module": "Identity.Governance" + "Path": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition.instance_GetCount", - "Method": "Get", + "OperationId": "admin.person_DeleteProfileCardProperty", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", + "Name": "profileCardProperty-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/$count", - "Module": "Identity.Governance" + "Path": "/admin/people/profileCardProperties/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition_GetCount", + "OperationId": "admin.person.profileCardProperty_GetCount", "Method": "Get", "Parameters": [ { @@ -288307,11 +183919,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/policy", - "Module": "Identity.Governance" + "Path": "/admin/people/pronouns", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_GetPolicy", + "OperationId": "admin.person_GetPronoun", "Method": "Get", "Parameters": [ { @@ -288327,22 +183939,22 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/policy", - "Module": "Identity.Governance" + "Path": "/admin/people/pronouns", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_UpdatePolicy", + "OperationId": "admin.person_UpdatePronoun", "Method": "Patch", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/policy", - "Module": "Identity.Governance" + "Path": "/admin/people/pronouns", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_DeletePolicy", + "OperationId": "admin.person_DeletePronoun", "Method": "Delete", "Parameters": [ { @@ -288354,60 +183966,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent", - "Module": "Identity.Governance" + "Path": "/administrativeUnits", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance_GetAppConsent", + "OperationId": "administrativeUnit_ListAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/appConsent", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_UpdateAppConsent", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/appConsent", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_DeleteAppConsent", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.appConsent_ListAppConsentRequest", - "Method": "Get", - "Parameters": [ + }, { "Name": "$top", "Location": "Query" @@ -288445,26 +184014,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests", - "Module": "Identity.Governance" + "Path": "/administrativeUnits", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent_CreateAppConsentRequest", + "OperationId": "administrativeUnit_CreateAdministrativeUnit", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent_GetAppConsentRequest", + "OperationId": "administrativeUnit_GetAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { @@ -288480,15 +184049,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent_UpdateAppConsentRequest", + "OperationId": "administrativeUnit_UpdateAdministrativeUnit", "Method": "Patch", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" } ] @@ -288496,15 +184065,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent_DeleteAppConsentRequest", + "OperationId": "administrativeUnit_DeleteAdministrativeUnit", "Method": "Delete", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { @@ -288516,15 +184085,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/extensions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest_ListUserConsentRequest", + "OperationId": "administrativeUnit_ListExtension", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { @@ -288564,15 +184133,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/extensions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest_CreateUserConsentRequest", + "OperationId": "administrativeUnit_CreateExtension", "Method": "Post", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" } ] @@ -288580,19 +184149,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest_GetUserConsentRequest", + "OperationId": "administrativeUnit_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "extension-id", "Location": "Path" }, { @@ -288608,19 +184177,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest_UpdateUserConsentRequest", + "OperationId": "administrativeUnit_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "extension-id", "Location": "Path" } ] @@ -288628,19 +184197,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest_DeleteUserConsentRequest", + "OperationId": "administrativeUnit_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "extension-id", "Location": "Path" }, { @@ -288652,27 +184221,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/extensions/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_GetApproval", + "OperationId": "administrativeUnit.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", - "Location": "Path" - }, - { - "Name": "userConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -288680,64 +184245,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_UpdateApproval", - "Method": "Patch", - "Parameters": [ - { - "Name": "appConsentRequest-id", - "Location": "Path" - }, - { - "Name": "userConsentRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_DeleteApproval", - "Method": "Delete", - "Parameters": [ - { - "Name": "appConsentRequest-id", - "Location": "Path" - }, - { - "Name": "userConsentRequest-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_ListStep", + "OperationId": "administrativeUnit_ListMember", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -288776,44 +184297,64 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_CreateStep", + "OperationId": "administrativeUnit_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "administrativeUnit.member_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", + "Parameters": [ + { + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.application", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_GetStep", + "OperationId": "administrativeUnit_GetMemberAsApplication", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "approvalStep-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -288828,79 +184369,95 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.device", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_UpdateStep", - "Method": "Patch", + "OperationId": "administrativeUnit_GetMemberAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "approvalStep-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_DeleteStep", - "Method": "Delete", + "OperationId": "administrativeUnit_GetMemberAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "approvalStep-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.orgContact", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval.step_GetCount", + "OperationId": "administrativeUnit_GetMemberAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "$search", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -288908,23 +184465,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_GetCount", + "OperationId": "administrativeUnit_GetMemberAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "$search", + "Name": "directoryObject-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -288932,49 +184497,29 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_filterGraphBPreCurrentUser", + "OperationId": "administrativeUnit_GetMemberAsUser", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "on", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -288984,13 +184529,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/$count", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest_GetCount", + "OperationId": "administrativeUnit.member_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "administrativeUnit-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$search", "Location": "Query" @@ -289004,17 +184557,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest_filterGraphBPreCurrentUser", + "OperationId": "administrativeUnit_ListMemberGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "administrativeUnit-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -289035,77 +184592,70 @@ "Name": "$count", "Location": "Query" }, - { - "Name": "$select", - "Location": "Query" - }, { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance_GetEntitlementManagement", - "Method": "Get", + "OperationId": "administrativeUnit_CreateMemberGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "administrativeUnit-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_UpdateEntitlementManagement", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance_DeleteEntitlementManagement", + "OperationId": "administrativeUnit_DeleteMemberGraphBPreRef", "Method": "Delete", "Parameters": [ + { + "Name": "administrativeUnit-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.application", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageAssignmentApproval", + "OperationId": "administrativeUnit_ListMemberAsApplication", "Method": "Get", "Parameters": [ + { + "Name": "administrativeUnit-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -289143,87 +184693,48 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageAssignmentApproval", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.application/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageAssignmentApproval", + "OperationId": "administrativeUnit.Member_GetCountAsApplication", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageAssignmentApproval", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "approval-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.device", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageAssignmentApproval", - "Method": "Delete", + "OperationId": "administrativeUnit_ListMemberAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_ListStep", - "Method": "Get", - "Parameters": [ - { - "Name": "approval-id", - "Location": "Path" }, { "Name": "$top", @@ -289262,43 +184773,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_CreateStep", - "Method": "Post", - "Parameters": [ - { - "Name": "approval-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.device/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_GetStep", + "OperationId": "administrativeUnit.Member_GetCountAsDevice", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "approvalStep-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -289306,60 +184801,28 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_UpdateStep", - "Method": "Patch", + "OperationId": "administrativeUnit_ListMemberAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "approvalStep-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_DeleteStep", - "Method": "Delete", - "Parameters": [ - { - "Name": "approval-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "approvalStep-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval.step_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "approval-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -289368,19 +184831,43 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.group/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_GetCount", + "OperationId": "administrativeUnit.Member_GetCountAsGroup", "Method": "Get", "Parameters": [ + { + "Name": "administrativeUnit-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$search", "Location": "Query" @@ -289394,17 +184881,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.orgContact", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_filterGraphBPreCurrentUser", + "OperationId": "administrativeUnit_ListMemberAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "administrativeUnit-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -289426,11 +184917,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -289442,20 +184933,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.orgContact/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageAssignmentPolicy", + "OperationId": "administrativeUnit.Member_GetCountAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "administrativeUnit-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -289464,109 +184955,50 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageAssignmentPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageAssignmentPolicy", + "OperationId": "administrativeUnit_ListMemberAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "$select", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_SetAccessPackageAssignmentPolicy", - "Method": "Put", - "Parameters": [ + }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageAssignmentPolicy", - "Method": "Delete", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_GetAccessPackage", - "Method": "Get", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -289581,23 +185013,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.servicePrincipal/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_GetAccessPackageCatalog", + "OperationId": "administrativeUnit.Member_GetCountAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "$select", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -289605,17 +185041,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_ListCustomExtensionHandler", + "OperationId": "administrativeUnit_ListMemberAsUser", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "administrativeUnit-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -289653,43 +185093,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_CreateCustomExtensionHandler", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.user/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_GetCustomExtensionHandler", + "OperationId": "administrativeUnit.Member_GetCountAsUser", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "customExtensionHandler-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -289697,19 +185121,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.checkMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_UpdateCustomExtensionHandler", - "Method": "Patch", + "OperationId": "administrativeUnit_checkMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" - }, - { - "Name": "customExtensionHandler-id", + "Name": "administrativeUnit-id", "Location": "Path" } ] @@ -289717,91 +185137,79 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.checkMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_DeleteCustomExtensionHandler", - "Method": "Delete", + "OperationId": "administrativeUnit_checkMemberObject", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" - }, - { - "Name": "customExtensionHandler-id", + "Name": "administrativeUnit-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}/customExtension", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.getMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy.customExtensionHandler_GetCustomExtension", - "Method": "Get", + "OperationId": "administrativeUnit_getMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "administrativeUnit-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.getMemberObjects", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "administrativeUnit_getMemberObject", + "Method": "Post", + "Parameters": [ { - "Name": "customExtensionHandler-id", + "Name": "administrativeUnit-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/$count", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.restore", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy.customExtensionHandler_GetCount", - "Method": "Get", + "OperationId": "administrativeUnit_restore", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "administrativeUnit-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_ListCustomExtensionStageSetting", + "OperationId": "administrativeUnit_ListScopedRoleMember", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { @@ -289841,15 +185249,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_CreateCustomExtensionStageSetting", + "OperationId": "administrativeUnit_CreateScopedRoleMember", "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "administrativeUnit-id", "Location": "Path" } ] @@ -289857,19 +185265,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_GetCustomExtensionStageSetting", + "OperationId": "administrativeUnit_GetScopedRoleMember", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "customExtensionStageSetting-id", + "Name": "scopedRoleMembership-id", "Location": "Path" }, { @@ -289885,19 +185293,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_UpdateCustomExtensionStageSetting", + "OperationId": "administrativeUnit_UpdateScopedRoleMember", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "customExtensionStageSetting-id", + "Name": "scopedRoleMembership-id", "Location": "Path" } ] @@ -289905,19 +185313,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_DeleteCustomExtensionStageSetting", + "OperationId": "administrativeUnit_DeleteScopedRoleMember", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "customExtensionStageSetting-id", + "Name": "scopedRoleMembership-id", "Location": "Path" }, { @@ -289929,27 +185337,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCustomExtension", + "OperationId": "administrativeUnit.scopedRoleMember_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" - }, - { - "Name": "customExtensionStageSetting-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -289957,16 +185361,16 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCount", + "OperationId": "administrativeUnit_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -289981,13 +185385,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/microsoft.graph.delta()", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_GetCount", + "OperationId": "administrativeUnit_delta", "Method": "Get", "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -289995,19 +185407,72 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", - "Module": "Identity.Governance" + "Path": "/administrativeUnits/microsoft.graph.getByIds", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageAssignmentRequest", + "OperationId": "administrativeUnit_getGraphBPreId", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/administrativeUnits/microsoft.graph.getUserOwnedObjects", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "administrativeUnit_getUserOwnedObject", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/administrativeUnits/microsoft.graph.validateProperties", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "administrativeUnit_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/contacts", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contact.orgContact_ListOrgContact", "Method": "Get", "Parameters": [ + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -290045,26 +185510,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", - "Module": "Identity.Governance" + "Path": "/contacts", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageAssignmentRequest", + "OperationId": "contact.orgContact_CreateOrgContact", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageAssignmentRequest", + "OperationId": "contact.orgContact_GetOrgContact", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -290080,15 +185545,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageAssignmentRequest", + "OperationId": "contact.orgContact_UpdateOrgContact", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "orgContact-id", "Location": "Path" } ] @@ -290096,15 +185561,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageAssignmentRequest", + "OperationId": "contact.orgContact_DeleteOrgContact", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -290116,17 +185581,45 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/directReports", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_GetAccessPackage", + "OperationId": "contact_ListDirectReport", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "orgContact-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -290140,17 +185633,25 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_GetAccessPackageAssignment", + "OperationId": "contact_GetDirectReport", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "orgContact-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$select", "Location": "Query" @@ -290164,65 +185665,137 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/microsoft.graph.orgContact", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_cancel", - "Method": "Post", + "OperationId": "contact_GetDirectReportAsOrgContact", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "orgContact-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.reprocess", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_reprocess", - "Method": "Post", + "OperationId": "contact_GetDirectReportAsUser", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "orgContact-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.resume", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/directReports/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_resume", - "Method": "Post", + "OperationId": "contact.directReport_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "orgContact-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.orgContact", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_GetRequestor", + "OperationId": "contact_ListDirectReportAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "orgContact-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -290236,59 +185809,107 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.orgContact/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_UpdateRequestor", - "Method": "Patch", + "OperationId": "contact.DirectReport_GetCountAsOrgContact", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "orgContact-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_DeleteRequestor", - "Method": "Delete", + "OperationId": "contact_ListDirectReportAsUser", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.user/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest.requestor_GetConnectedOrganization", + "OperationId": "contact.DirectReport_GetCountAsUser", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "$select", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -290296,19 +185917,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/manager", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_GetCount", + "OperationId": "contact_GetManager", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "orgContact-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -290316,17 +185941,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/memberOf", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_filterGraphBPreCurrentUser", + "OperationId": "contact_ListMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "orgContact-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -290348,11 +185977,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -290364,36 +185993,24 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageAssignmentResourceRole", + "OperationId": "contact_GetMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "orgContact-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "directoryObject-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -290408,28 +186025,25 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageAssignmentResourceRole", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageAssignmentResourceRole", + "OperationId": "contact_GetMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, + { + "Name": "directoryObject-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$select", "Location": "Query" @@ -290443,53 +186057,81 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageAssignmentResourceRole", - "Method": "Patch", + "OperationId": "contact_GetMemberGraphOPreAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/memberOf/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageAssignmentResourceRole", - "Method": "Delete", + "OperationId": "contact.memberOf_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_ListAccessPackageAssignment", + "OperationId": "contact_ListMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -290527,27 +186169,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.administrativeUnit/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_GetAccessPackageAssignment", + "OperationId": "contact.MemberOf_GetCountAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -290555,17 +186197,29 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/$count", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageAssignment_GetCount", + "OperationId": "contact_ListMemberGraphOPreAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -290573,29 +186227,49 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.group/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_GetAccessPackageResourceRole", + "OperationId": "contact.MemberOf_GetCountAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "$select", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -290603,15 +186277,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/microsoft.graph.checkMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_UpdateAccessPackageResourceRole", - "Method": "Patch", + "OperationId": "contact_checkMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" } ] @@ -290619,59 +186293,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/microsoft.graph.checkMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_DeleteAccessPackageResourceRole", - "Method": "Delete", + "OperationId": "contact_checkMemberObject", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/microsoft.graph.getMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole_GetAccessPackageResource", - "Method": "Get", + "OperationId": "contact_getMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/microsoft.graph.getMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "contact_getMemberObject", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" } ] @@ -290679,59 +186341,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/microsoft.graph.restore", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "contact_restore", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/microsoft.graph.retryServiceProvisioning", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", - "Method": "Get", + "OperationId": "contact_retryServiceProvisioning", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/serviceProvisioningErrors", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "contact_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -290771,104 +186421,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceRole", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "contact.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceRole", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceRole", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceRole_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" }, { "Name": "$search", @@ -290883,17 +186449,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "contact_ListTransitiveMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -290931,37 +186501,57 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", - "Method": "Post", + "OperationId": "contact_GetTransitiveMemberGraphOPre", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "contact_GetTransitiveMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "directoryObject-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$select", "Location": "Query" @@ -290975,64 +186565,104 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", - "Method": "Patch", + "OperationId": "contact_GetTransitiveMemberGraphOPreAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", - "Method": "Delete", + "OperationId": "contact.transitiveMemberOf_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", + "OperationId": "contact_ListTransitiveMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -291047,71 +186677,107 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.administrativeUnit/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "contact.TransitiveMemberOf_GetCountAsAdministrativeUnit", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "contact_ListTransitiveMemberGraphOPreAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.group/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "contact.TransitiveMemberOf_GetCountAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -291119,19 +186785,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/transitiveReports", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "contact_ListTransitiveReport", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -291171,43 +186833,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "contact_GetTransitiveReport", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "directoryObject-id", "Location": "Path" }, { @@ -291223,72 +186861,68 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/contacts/{orgContact-id}/transitiveReports/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", - "Method": "Patch", + "OperationId": "contact.transitiveReport_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/contacts/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", - "Method": "Delete", + "OperationId": "contact_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/contacts/microsoft.graph.delta()", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "contact_delta", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -291297,42 +186931,75 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/contacts/microsoft.graph.getByIds", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", + "OperationId": "contact_getGraphBPreId", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" + "Path": "/contacts/microsoft.graph.getUserOwnedObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", + "OperationId": "contact_getUserOwnedObject", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/contacts/microsoft.graph.validateProperties", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contact_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/contracts", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contract_ListContract", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -291341,37 +187008,48 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/contracts", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_refresh", + "OperationId": "contract_CreateContract", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope", - "Module": "Identity.Governance" + "Path": "/contracts/{contract-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_GetAccessPackageResourceScope", + "OperationId": "contract_GetContract", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "contract-id", "Location": "Path" }, { @@ -291387,15 +187065,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope", - "Module": "Identity.Governance" + "Path": "/contracts/{contract-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_UpdateAccessPackageResourceScope", + "OperationId": "contract_UpdateContract", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "contract-id", "Location": "Path" } ] @@ -291403,15 +187081,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope", - "Module": "Identity.Governance" + "Path": "/contracts/{contract-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_DeleteAccessPackageResourceScope", + "OperationId": "contract_DeleteContract", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "contract-id", "Location": "Path" }, { @@ -291423,39 +187101,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/contracts/{contract-id}/microsoft.graph.checkMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope_GetAccessPackageResource", - "Method": "Get", + "OperationId": "contract_checkMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "contract-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/contracts/{contract-id}/microsoft.graph.checkMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "contract_checkMemberObject", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "contract-id", "Location": "Path" } ] @@ -291463,43 +187133,67 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/contracts/{contract-id}/microsoft.graph.getMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "contract_getMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "contract-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/contracts/{contract-id}/microsoft.graph.getMemberObjects", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contract_getMemberObject", + "Method": "Post", + "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "contract-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/contracts/{contract-id}/microsoft.graph.restore", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", - "Method": "Get", + "OperationId": "contract_restore", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "contract-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/contracts/$count", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contract_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -291507,17 +187201,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/contracts/microsoft.graph.delta()", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "contract_delta", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -291539,11 +187229,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -291555,107 +187245,107 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/contracts/microsoft.graph.getByIds", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", + "OperationId": "contract_getGraphBPreId", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/contracts/microsoft.graph.getUserOwnedObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "contract_getUserOwnedObject", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/contracts/microsoft.graph.validateProperties", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contract_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/devices", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_ListDevice", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/devices", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "device_CreateDevice", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", + "OperationId": "device_GetDevice", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "device-id", "Location": "Path" }, { @@ -291671,19 +187361,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", + "OperationId": "device_UpdateDevice", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "device-id", "Location": "Path" } ] @@ -291691,19 +187377,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", + "OperationId": "device_DeleteDevice", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "device-id", "Location": "Path" }, { @@ -291715,47 +187397,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/commands", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "device_ListCommand", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "device-id", "Location": "Path" }, { @@ -291795,19 +187445,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/commands", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "device_CreateCommand", "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "device-id", "Location": "Path" } ] @@ -291815,23 +187461,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/commands/{command-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "device_GetCommand", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "command-id", "Location": "Path" }, { @@ -291847,23 +187489,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/commands/{command-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", + "OperationId": "device_UpdateCommand", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "command-id", "Location": "Path" } ] @@ -291871,23 +187509,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/commands/{command-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", + "OperationId": "device_DeleteCommand", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "command-id", "Location": "Path" }, { @@ -291899,27 +187533,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/commands/{command-id}/responsepayload", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", + "OperationId": "device.command_GetResponsepayload", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "command-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -291927,35 +187561,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/commands/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "device.command_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "device-id", "Location": "Path" }, { @@ -291971,15 +187585,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/extensions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "device_ListExtension", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "device-id", "Location": "Path" }, { @@ -292019,15 +187633,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/extensions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "device_CreateExtension", "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "device-id", "Location": "Path" } ] @@ -292035,19 +187649,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "device_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "extension-id", "Location": "Path" }, { @@ -292063,19 +187677,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceScope", + "OperationId": "device_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "extension-id", "Location": "Path" } ] @@ -292083,19 +187697,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceScope", + "OperationId": "device_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "extension-id", "Location": "Path" }, { @@ -292107,15 +187721,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/extensions/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceScope_GetCount", + "OperationId": "device.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "device-id", "Location": "Path" }, { @@ -292131,33 +187745,45 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_refresh", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/memberOf", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_GetAccessPackageSubject", + "OperationId": "device_ListMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "device-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -292171,53 +187797,57 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/memberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_UpdateAccessPackageSubject", - "Method": "Patch", + "OperationId": "device_GetMemberGraphOPre", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "device-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_DeleteAccessPackageSubject", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/memberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageSubject_GetConnectedOrganization", + "OperationId": "device_GetMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "device-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$select", "Location": "Query" @@ -292231,19 +187861,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/memberOf/{directoryObject-id}/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_GetCount", + "OperationId": "device_GetMemberGraphOPreAsGroup", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "device-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -292251,20 +187893,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/microsoft.graph.My()", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/memberOf/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_My", + "OperationId": "device.memberOf_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "device-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -292273,35 +187915,27 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/memberOf/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageAssignment", + "OperationId": "device_ListMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ + { + "Name": "device-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -292339,94 +187973,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageAssignment", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/memberOf/microsoft.graph.administrativeUnit/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageAssignment", + "OperationId": "device.MemberOf_GetCountAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_GetAccessPackage", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -292434,52 +188001,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_UpdateAccessPackage", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/memberOf/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_DeleteAccessPackage", - "Method": "Delete", + "OperationId": "device_ListMemberGraphOPreAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListAccessPackageAssignmentPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" }, { "Name": "$top", @@ -292518,43 +188053,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_CreateAccessPackageAssignmentPolicy", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/memberOf/microsoft.graph.group/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_GetAccessPackageAssignmentPolicy", + "OperationId": "device.MemberOf_GetCountAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -292562,19 +188081,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/microsoft.graph.checkMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_UpdateAccessPackageAssignmentPolicy", - "Method": "Patch", + "OperationId": "device_checkMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "device-id", "Location": "Path" } ] @@ -292582,100 +188097,84 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/microsoft.graph.checkMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_DeleteAccessPackageAssignmentPolicy", - "Method": "Delete", + "OperationId": "device_checkMemberObject", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices/{device-id}/microsoft.graph.getMemberGroups", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_getMemberGroup", + "Method": "Post", + "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "device-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/microsoft.graph.getMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_GetAccessPackage", - "Method": "Get", + "OperationId": "device_getMemberObject", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "device-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/microsoft.graph.restore", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_GetAccessPackageCatalog", - "Method": "Get", + "OperationId": "device_restore", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "device-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredOwners", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_ListCustomExtensionHandler", + "OperationId": "device_ListRegisteredOwner", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -292714,44 +188213,48 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_CreateCustomExtensionHandler", - "Method": "Post", + "OperationId": "device.registeredOwner_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.endpoint", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_GetCustomExtensionHandler", + "OperationId": "device_GetRegisteredOwnerAsEndpoint", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "customExtensionHandler-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -292766,76 +188269,56 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_UpdateCustomExtensionHandler", - "Method": "Patch", + "OperationId": "device_GetRegisteredOwnerAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "customExtensionHandler-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_DeleteCustomExtensionHandler", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "customExtensionHandler-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}/customExtension", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy.customExtensionHandler_GetCustomExtension", + "OperationId": "device_GetRegisteredOwnerAsUser", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "customExtensionHandler-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -292850,20 +188333,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/$count", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredOwners/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy.customExtensionHandler_GetCount", + "OperationId": "device.registeredOwner_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -292878,20 +188361,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredOwners/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_ListCustomExtensionStageSetting", + "OperationId": "device_ListRegisteredOwnerGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -292916,33 +188399,21 @@ { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredOwners/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_CreateCustomExtensionStageSetting", + "OperationId": "device_CreateRegisteredOwnerGraphBPreRef", "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "device-id", "Location": "Path" } ] @@ -292950,31 +188421,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredOwners/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_GetCustomExtensionStageSetting", - "Method": "Get", + "OperationId": "device_DeleteRegisteredOwnerGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" - }, - { - "Name": "customExtensionStageSetting-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$expand", + "Name": "@id", "Location": "Query" } ] @@ -292982,76 +188445,44 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.endpoint", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_UpdateCustomExtensionStageSetting", - "Method": "Patch", + "OperationId": "device_ListRegisteredOwnerAsEndpoint", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "customExtensionStageSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_DeleteCustomExtensionStageSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "customExtensionStageSetting-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCustomExtension", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "customExtensionStageSetting-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -293066,20 +188497,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.endpoint/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCount", + "OperationId": "device.RegisteredOwner_GetCountAsEndpoint", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -293094,17 +188525,29 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/$count", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_GetCount", + "OperationId": "device_ListRegisteredOwnerAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -293112,29 +188555,49 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageCatalog", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.servicePrincipal/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_GetAccessPackageCatalog", + "OperationId": "device.RegisteredOwner_GetCountAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "$select", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -293142,17 +188605,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListAccessPackageResourceRoleScope", + "OperationId": "device_ListRegisteredOwnerAsUser", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -293190,83 +188657,99 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.user/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_CreateAccessPackageResourceRoleScope", - "Method": "Post", + "OperationId": "device.RegisteredOwner_GetCountAsUser", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredUsers", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_GetAccessPackageResourceRoleScope", + "OperationId": "device_ListRegisteredUser", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_UpdateAccessPackageResourceRoleScope", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_DeleteAccessPackageResourceRoleScope", + "OperationId": "device.registeredUser_DeleteDirectoryObjectGraphBPreRef", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "directoryObject-id", "Location": "Path" }, { @@ -293278,21 +188761,25 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.endpoint", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope_GetAccessPackageResourceRole", + "OperationId": "device_GetRegisteredUserAsEndpoint", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "directoryObject-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$select", "Location": "Query" @@ -293306,71 +188793,91 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope_UpdateAccessPackageResourceRole", - "Method": "Patch", + "OperationId": "device_GetRegisteredUserAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope_DeleteAccessPackageResourceRole", - "Method": "Delete", + "OperationId": "device_GetRegisteredUserAsUser", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredUsers/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole_GetAccessPackageResource", + "OperationId": "device.registeredUser_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -293378,71 +188885,83 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredUsers/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "device_ListRegisteredUserGraphBPreRef", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredUsers/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "device_CreateRegisteredUserGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "device-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredUsers/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", - "Method": "Get", + "OperationId": "device_DeleteRegisteredUserGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$expand", + "Name": "@id", "Location": "Query" } ] @@ -293450,20 +188969,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.endpoint", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "device_ListRegisteredUserAsEndpoint", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -293502,124 +189021,100 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.endpoint/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceRole", - "Method": "Post", + "OperationId": "device.RegisteredUser_GetCountAsEndpoint", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "device_ListRegisteredUserAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceRole", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceRole", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.servicePrincipal/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "device.RegisteredUser_GetCountAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -293634,20 +189129,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "device_ListRegisteredUserAsUser", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -293686,128 +189181,104 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.user/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", - "Method": "Post", + "OperationId": "device.RegisteredUser_GetCountAsUser", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/transitiveMemberOf", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "device_ListTransitiveMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", + "OperationId": "device_GetTransitiveMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -293822,83 +189293,91 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "device_GetTransitiveMemberGraphOPreAsAdministrativeUnit", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "device_GetTransitiveMemberGraphOPreAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/transitiveMemberOf/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "device.transitiveMemberOf_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -293906,24 +189385,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "device_ListTransitiveMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -293962,144 +189437,56 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.administrativeUnit/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "device.TransitiveMemberOf_GetCountAsAdministrativeUnit", "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, + "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "device_ListTransitiveMemberGraphOPreAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -294108,50 +189495,74 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.group/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", - "Method": "Post", + "OperationId": "device.TransitiveMemberOf_GetCountAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/usageRights", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", + "OperationId": "device_ListUsageRight", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -294160,25 +189571,37 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/usageRights", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_refresh", + "OperationId": "device_CreateUsageRight", "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "device-id", "Location": "Path" } ] @@ -294186,19 +189609,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/usageRights/{usageRight-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope_GetAccessPackageResourceScope", + "OperationId": "device_GetUsageRight", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "usageRight-id", "Location": "Path" }, { @@ -294214,19 +189637,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/usageRights/{usageRight-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope_UpdateAccessPackageResourceScope", + "OperationId": "device_UpdateUsageRight", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "usageRight-id", "Location": "Path" } ] @@ -294234,19 +189657,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/usageRights/{usageRight-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope_DeleteAccessPackageResourceScope", + "OperationId": "device_DeleteUsageRight", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "usageRight-id", "Location": "Path" }, { @@ -294258,19 +189681,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/devices/{device-id}/usageRights/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope_GetAccessPackageResource", + "OperationId": "device.usageRight_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices(deviceId=\u0027{deviceId}\u0027)", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_GetDeviceGraphBPreDeviceId", + "Method": "Get", + "Parameters": [ + { + "Name": "deviceId", "Location": "Path" }, { @@ -294286,19 +189729,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/devices(deviceId=\u0027{deviceId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope_UpdateAccessPackageResource", + "OperationId": "device_UpdateDeviceGraphBPreDeviceId", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "deviceId", "Location": "Path" } ] @@ -294306,19 +189745,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/devices(deviceId=\u0027{deviceId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope_DeleteAccessPackageResource", + "OperationId": "device_DeleteDeviceGraphBPreDeviceId", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "deviceId", "Location": "Path" }, { @@ -294330,27 +189765,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/devices/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "device_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -294358,21 +189789,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/devices/microsoft.graph.delta()", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "device_delta", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -294394,11 +189817,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -294410,45 +189833,46 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/devices/microsoft.graph.getByIds", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", + "OperationId": "device_getGraphBPreId", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/devices/microsoft.graph.getUserOwnedObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "device_getUserOwnedObject", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/devices/microsoft.graph.validateProperties", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directory", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_GetDirectory", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -294462,76 +189886,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", + "OperationId": "directory_UpdateDirectory", "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", - "Method": "Delete", + "OperationId": "directory_ListAdministrativeUnit", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -294546,107 +189941,86 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "directory_CreateAdministrativeUnit", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directory/administrativeUnits/{administrativeUnit-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_GetAdministrativeUnit", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "directory_UpdateAdministrativeUnit", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "administrativeUnit-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", - "Method": "Get", + "OperationId": "directory_DeleteAdministrativeUnit", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "directory.administrativeUnit_ListExtension", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { @@ -294686,23 +190060,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "directory.administrativeUnit_CreateExtension", "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "administrativeUnit-id", "Location": "Path" } ] @@ -294710,27 +190076,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "directory.administrativeUnit_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "extension-id", "Location": "Path" }, { @@ -294746,27 +190104,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", + "OperationId": "directory.administrativeUnit_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "extension-id", "Location": "Path" } ] @@ -294774,27 +190124,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", + "OperationId": "directory.administrativeUnit_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "extension-id", "Location": "Path" }, { @@ -294806,75 +190148,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "directory.administrativeUnit.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { @@ -294890,20 +190172,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "directory.administrativeUnit_ListMember", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -294942,44 +190224,64 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "directory.administrativeUnit_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.administrativeUnit.member_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", + "Parameters": [ + { + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.application", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "directory.administrativeUnit_GetMemberAsApplication", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -294994,79 +190296,127 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.device", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceScope", - "Method": "Patch", + "OperationId": "directory.administrativeUnit_GetMemberAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceScope", - "Method": "Delete", + "OperationId": "directory.administrativeUnit_GetMemberAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.orgContact", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.administrativeUnit_GetMemberAsOrgContact", + "Method": "Get", + "Parameters": [ + { + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "directoryObject-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceScope_GetCount", + "OperationId": "directory.administrativeUnit_GetMemberAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "$search", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -295074,37 +190424,53 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_refresh", - "Method": "Post", + "OperationId": "directory.administrativeUnit_GetMemberAsUser", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/$count", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope_GetCount", + "OperationId": "directory.administrativeUnit.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$search", "Location": "Query" @@ -295118,17 +190484,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackagesIncompatibleWith", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListAccessPackagesIncompatibleGraphWPre", + "OperationId": "directory.administrativeUnit_ListMemberGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -295152,65 +190522,45 @@ { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackagesIncompatibleWith/{accessPackage-id}", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_GetAccessPackagesIncompatibleGraphWPre", - "Method": "Get", + "OperationId": "directory.administrativeUnit_CreateMemberGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackage-id", + "Name": "administrativeUnit-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackagesIncompatibleWith/$count", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackagesIncompatibleWith_GetCount", - "Method": "Get", + "OperationId": "directory.administrativeUnit_DeleteMemberGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$filter", + "Name": "@id", "Location": "Query" } ] @@ -295218,17 +190568,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleAccessPackages", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.application", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListIncompatibleAccessPackage", + "OperationId": "directory.administrativeUnit_ListMemberAsApplication", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -295266,40 +190620,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleAccessPackages/{accessPackage-id}/$ref", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.application/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.incompatibleAccessPackage_DeleteAccessPackageGraphBPreRef", - "Method": "Delete", + "OperationId": "directory.administrativeUnit.Member_GetCountAsApplication", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackage-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleAccessPackages/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.incompatibleAccessPackage_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" }, { "Name": "$search", @@ -295314,17 +190648,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleAccessPackages/$ref", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.device", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListIncompatibleAccessPackageGraphBPreRef", + "OperationId": "directory.administrativeUnit_ListMemberAsDevice", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -295348,45 +190686,41 @@ { "Name": "$orderby", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleAccessPackages/$ref", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_CreateIncompatibleAccessPackageGraphBPreRef", - "Method": "Post", - "Parameters": [ + }, { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleAccessPackages/$ref", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.device/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_DeleteIncompatibleAccessPackageGraphBPreRef", - "Method": "Delete", + "OperationId": "directory.administrativeUnit.Member_GetCountAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" }, { - "Name": "@id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", "Location": "Query" } ] @@ -295394,17 +190728,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListIncompatibleGroup", + "OperationId": "directory.administrativeUnit_ListMemberAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -295442,44 +190780,48 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups/{group-id}/$ref", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.group/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.incompatibleGroup_DeleteGroupGraphBPreRef", - "Method": "Delete", + "OperationId": "directory.administrativeUnit.Member_GetCountAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups/{group-id}/serviceProvisioningErrors", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.orgContact", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.incompatibleGroup_ListServiceProvisioningError", + "OperationId": "directory.administrativeUnit_ListMemberAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -295518,20 +190860,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups/{group-id}/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.orgContact/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.incompatibleGroup.ServiceProvisioningError_GetCount", + "OperationId": "directory.administrativeUnit.Member_GetCountAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -295546,40 +190888,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups/$count", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.incompatibleGroup_GetCount", + "OperationId": "directory.administrativeUnit_ListMemberAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups/$ref", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListIncompatibleGroupGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -295604,154 +190926,86 @@ { "Name": "$orderby", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups/$ref", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_CreateIncompatibleGroupGraphBPreRef", - "Method": "Post", - "Parameters": [ + }, { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups/$ref", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.servicePrincipal/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_DeleteIncompatibleGroupGraphBPreRef", - "Method": "Delete", + "OperationId": "directory.administrativeUnit.Member_GetCountAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" }, { - "Name": "@id", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/microsoft.graph.getApplicablePolicyRequirements", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_getApplicablePolicyRequirement", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/microsoft.graph.moveToCatalog", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_moveToCatalog", - "Method": "Post", - "Parameters": [ + }, { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_GetAccessPackageAssignmentPolicy", + "OperationId": "directory.administrativeUnit_ListMemberAsUser", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "$select", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_UpdateAccessPackageAssignmentPolicy", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "accessPackageAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_DeleteAccessPackageAssignmentPolicy", - "Method": "Delete", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackage", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_GetAccessPackage", - "Method": "Get", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -295766,23 +191020,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.user/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_GetAccessPackageCatalog", + "OperationId": "directory.administrativeUnit.Member_GetCountAsUser", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "$select", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -295790,15 +191048,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionHandlers", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_ListCustomExtensionHandler", + "OperationId": "directory.administrativeUnit_ListScopedRoleMember", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { @@ -295838,15 +191096,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionHandlers", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_CreateCustomExtensionHandler", + "OperationId": "directory.administrativeUnit_CreateScopedRoleMember", "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" } ] @@ -295854,19 +191112,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionHandlers/{customExtensionHandler-id}", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_GetCustomExtensionHandler", + "OperationId": "directory.administrativeUnit_GetScopedRoleMember", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "customExtensionHandler-id", + "Name": "scopedRoleMembership-id", "Location": "Path" }, { @@ -295882,19 +191140,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionHandlers/{customExtensionHandler-id}", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_UpdateCustomExtensionHandler", + "OperationId": "directory.administrativeUnit_UpdateScopedRoleMember", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "customExtensionHandler-id", + "Name": "scopedRoleMembership-id", "Location": "Path" } ] @@ -295902,19 +191160,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionHandlers/{customExtensionHandler-id}", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_DeleteCustomExtensionHandler", + "OperationId": "directory.administrativeUnit_DeleteScopedRoleMember", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "customExtensionHandler-id", + "Name": "scopedRoleMembership-id", "Location": "Path" }, { @@ -295926,27 +191184,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionHandlers/{customExtensionHandler-id}/customExtension", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy.customExtensionHandler_GetCustomExtension", + "OperationId": "directory.administrativeUnit.scopedRoleMember_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "customExtensionHandler-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$select", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/administrativeUnits/$count", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.administrativeUnit_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -295954,16 +191228,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionHandlers/$count", - "Module": "Identity.Governance" + "Path": "/directory/administrativeUnits/microsoft.graph.delta()", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy.customExtensionHandler_GetCount", + "OperationId": "directory.administrativeUnit_delta", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -295972,23 +191250,35 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionStageSettings", - "Module": "Identity.Governance" + "Path": "/directory/attributeSets", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_ListCustomExtensionStageSetting", + "OperationId": "directory_ListAttributeSet", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -296026,35 +191316,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionStageSettings", - "Module": "Identity.Governance" + "Path": "/directory/attributeSets", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_CreateCustomExtensionStageSetting", + "OperationId": "directory_CreateAttributeSet", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance" + "Path": "/directory/attributeSets/{attributeSet-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_GetCustomExtensionStageSetting", + "OperationId": "directory_GetAttributeSet", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "customExtensionStageSetting-id", + "Name": "attributeSet-id", "Location": "Path" }, { @@ -296070,19 +191351,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance" + "Path": "/directory/attributeSets/{attributeSet-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_UpdateCustomExtensionStageSetting", + "OperationId": "directory_UpdateAttributeSet", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "customExtensionStageSetting-id", + "Name": "attributeSet-id", "Location": "Path" } ] @@ -296090,19 +191367,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance" + "Path": "/directory/attributeSets/{attributeSet-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_DeleteCustomExtensionStageSetting", + "OperationId": "directory_DeleteAttributeSet", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "customExtensionStageSetting-id", + "Name": "attributeSet-id", "Location": "Path" }, { @@ -296114,27 +191387,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", - "Module": "Identity.Governance" + "Path": "/directory/attributeSets/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCustomExtension", + "OperationId": "directory.attributeSet_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "customExtensionStageSetting-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -296142,23 +191407,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionStageSettings/$count", - "Module": "Identity.Governance" + "Path": "/directory/certificateAuthorities", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCount", + "OperationId": "directory_GetCertificateAuthority", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -296166,17 +191427,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests", - "Module": "Identity.Governance" + "Path": "/directory/certificateAuthorities", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_ListAccessPackageAssignmentRequest", - "Method": "Get", + "OperationId": "directory_UpdateCertificateAuthority", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directory/certificateAuthorities", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_DeleteCertificateAuthority", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.certificateAuthority_ListCertificateBasedApplicationConfiguration", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -296214,35 +191498,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests", - "Module": "Identity.Governance" + "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_CreateAccessPackageAssignmentRequest", + "OperationId": "directory.certificateAuthority_CreateCertificateBasedApplicationConfiguration", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Identity.Governance" + "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_GetAccessPackageAssignmentRequest", + "OperationId": "directory.certificateAuthority_GetCertificateBasedApplicationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentRequest-id", + "Name": "certificateBasedApplicationConfiguration-id", "Location": "Path" }, { @@ -296258,19 +191533,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Identity.Governance" + "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_UpdateAccessPackageAssignmentRequest", + "OperationId": "directory.certificateAuthority_UpdateCertificateBasedApplicationConfiguration", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentRequest-id", + "Name": "certificateBasedApplicationConfiguration-id", "Location": "Path" } ] @@ -296278,19 +191549,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Identity.Governance" + "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_DeleteAccessPackageAssignmentRequest", + "OperationId": "directory.certificateAuthority_DeleteCertificateBasedApplicationConfiguration", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentRequest-id", + "Name": "certificateBasedApplicationConfiguration-id", "Location": "Path" }, { @@ -296302,115 +191569,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage", - "Module": "Identity.Governance" + "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_GetAccessPackage", + "OperationId": "directory.certificateAuthority.certificateBasedApplicationConfiguration_ListTrustedCertificateAuthority", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "certificateBasedApplicationConfiguration-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentRequest-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_GetAccessPackageAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" }, { - "Name": "accessPackageAssignmentRequest-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "$select", + "Name": "$count", "Location": "Query" }, { - "Name": "$expand", + "Name": "$orderby", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_cancel", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" }, { - "Name": "accessPackageAssignmentRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.reprocess", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_reprocess", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessPackageAssignmentRequest-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.resume", - "Module": "Identity.Governance" + "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_resume", + "OperationId": "directory.certificateAuthority.certificateBasedApplicationConfiguration_CreateTrustedCertificateAuthority", "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentRequest-id", + "Name": "certificateBasedApplicationConfiguration-id", "Location": "Path" } ] @@ -296418,19 +191633,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor", - "Module": "Identity.Governance" + "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_GetRequestor", + "OperationId": "directory.certificateAuthority.certificateBasedApplicationConfiguration_GetTrustedCertificateAuthority", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "certificateBasedApplicationConfiguration-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentRequest-id", + "Name": "certificateAuthorityAsEntity-id", "Location": "Path" }, { @@ -296446,19 +191661,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor", - "Module": "Identity.Governance" + "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_UpdateRequestor", + "OperationId": "directory.certificateAuthority.certificateBasedApplicationConfiguration_UpdateTrustedCertificateAuthority", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "certificateBasedApplicationConfiguration-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentRequest-id", + "Name": "certificateAuthorityAsEntity-id", "Location": "Path" } ] @@ -296466,19 +191681,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor", - "Module": "Identity.Governance" + "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_DeleteRequestor", + "OperationId": "directory.certificateAuthority.certificateBasedApplicationConfiguration_DeleteTrustedCertificateAuthority", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "certificateBasedApplicationConfiguration-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentRequest-id", + "Name": "certificateAuthorityAsEntity-id", "Location": "Path" }, { @@ -296490,43 +191705,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest.requestor_GetConnectedOrganization", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentRequest-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/$count", - "Module": "Identity.Governance" + "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_GetCount", + "OperationId": "directory.certificateAuthority.certificateBasedApplicationConfiguration.trustedCertificateAuthority_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "certificateBasedApplicationConfiguration-id", "Location": "Path" }, { @@ -296542,29 +191729,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_filterGraphBPreCurrentUser", + "OperationId": "directory.certificateAuthority.certificateBasedApplicationConfiguration_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "on", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -296572,39 +191743,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles", - "Module": "Identity.Governance" + "Path": "/directory/customSecurityAttributeDefinitions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_ListAccessPackageAssignmentResourceRole", + "OperationId": "directory_ListCustomSecurityAttributeDefinition", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -296642,35 +191793,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles", - "Module": "Identity.Governance" + "Path": "/directory/customSecurityAttributeDefinitions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_CreateAccessPackageAssignmentResourceRole", + "OperationId": "directory_CreateCustomSecurityAttributeDefinition", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_GetAccessPackageAssignmentResourceRole", + "OperationId": "directory_GetCustomSecurityAttributeDefinition", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" }, { @@ -296686,19 +191828,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_UpdateAccessPackageAssignmentResourceRole", + "OperationId": "directory_UpdateCustomSecurityAttributeDefinition", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" } ] @@ -296706,19 +191844,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_DeleteAccessPackageAssignmentResourceRole", + "OperationId": "directory_DeleteCustomSecurityAttributeDefinition", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" }, { @@ -296730,19 +191864,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments", - "Module": "Identity.Governance" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_ListAccessPackageAssignment", + "OperationId": "directory.customSecurityAttributeDefinition_ListAllowedValue", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" }, { @@ -296782,79 +191912,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id1}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_GetAccessPackageAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignment-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/$count", - "Module": "Identity.Governance" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageAssignment_GetCount", - "Method": "Get", + "OperationId": "directory.customSecurityAttributeDefinition_CreateAllowedValue", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole", - "Module": "Identity.Governance" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_GetAccessPackageResourceRole", + "OperationId": "directory.customSecurityAttributeDefinition_GetAllowedValue", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "allowedValue-id", "Location": "Path" }, { @@ -296870,19 +191956,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole", - "Module": "Identity.Governance" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_UpdateAccessPackageResourceRole", + "OperationId": "directory.customSecurityAttributeDefinition_UpdateAllowedValue", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "allowedValue-id", "Location": "Path" } ] @@ -296890,19 +191976,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole", - "Module": "Identity.Governance" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_DeleteAccessPackageResourceRole", + "OperationId": "directory.customSecurityAttributeDefinition_DeleteAllowedValue", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "allowedValue-id", "Location": "Path" }, { @@ -296914,27 +192000,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole_GetAccessPackageResource", + "OperationId": "directory.customSecurityAttributeDefinition.allowedValue_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -296942,71 +192024,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole_UpdateAccessPackageResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole_DeleteAccessPackageResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/directory/customSecurityAttributeDefinitions/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "directory.customSecurityAttributeDefinition_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -297014,21 +192044,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "directory_ListDeletedItem", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -297066,43 +192088,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceRole", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "directory_GetDeletedItem", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "directoryObject-id", "Location": "Path" }, { @@ -297118,79 +192112,67 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceRole", - "Method": "Patch", + "OperationId": "directory_DeleteDeletedItem", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceRole", - "Method": "Delete", + "OperationId": "directory_GetDeletedItemAsAdministrativeUnit", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.application", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "directory_GetDeletedItemAsApplication", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -297198,71 +192180,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.checkMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, + "OperationId": "directory.deletedItem_checkMemberGroup", + "Method": "Post", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "directoryObject-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.checkMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "directory.deletedItem_checkMemberObject", "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "directoryObject-id", "Location": "Path" } ] @@ -297270,23 +192212,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.device", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "directory_GetDeletedItemAsDevice", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directoryObject-id", "Location": "Path" }, { @@ -297302,23 +192236,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.getMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", - "Method": "Patch", + "OperationId": "directory.deletedItem_getMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directoryObject-id", "Location": "Path" } ] @@ -297326,51 +192252,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.getMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", - "Method": "Delete", + "OperationId": "directory.deletedItem_getMemberObject", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directoryObject-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", + "OperationId": "directory_GetDeletedItemAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directoryObject-id", "Location": "Path" }, { @@ -297386,23 +192292,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.restore", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "directory.deletedItem_restore", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directoryObject-id", "Location": "Path" } ] @@ -297410,51 +192308,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "directory_GetDeletedItemAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "directory_GetDeletedItemAsUser", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directoryObject-id", "Location": "Path" }, { @@ -297470,25 +192356,33 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "directory.deletedItem_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/deletedItems/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_ListDeletedItemAsAdministrativeUnit", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -297526,52 +192420,56 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/microsoft.graph.administrativeUnit/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", - "Method": "Post", + "OperationId": "directory.DeletedItem_GetCountAsAdministrativeUnit", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/microsoft.graph.application", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "directory_ListDeletedItemAsApplication", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -297586,85 +192484,77 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/microsoft.graph.application/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", - "Method": "Patch", + "OperationId": "directory.DeletedItem_GetCountAsApplication", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/microsoft.graph.device", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", - "Method": "Delete", + "OperationId": "directory_ListDeletedItemAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/microsoft.graph.device/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "directory.DeletedItem_GetCountAsDevice", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -297678,44 +192568,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/microsoft.graph.getByIds", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", + "OperationId": "directory.deletedItem_getGraphBPreId", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", + "OperationId": "directory_ListDeletedItemAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -297724,46 +192601,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_refresh", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_GetAccessPackageResourceScope", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -297778,64 +192623,56 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/microsoft.graph.group/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_UpdateAccessPackageResourceScope", - "Method": "Patch", + "OperationId": "directory.DeletedItem_GetCountAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_DeleteAccessPackageResourceScope", - "Method": "Delete", + "OperationId": "directory_ListDeletedItemAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope_GetAccessPackageResource", - "Method": "Get", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -297850,71 +192687,83 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/microsoft.graph.servicePrincipal/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "directory.DeletedItem_GetCountAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "directory_ListDeletedItemAsUser", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/microsoft.graph.user/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "directory.DeletedItem_GetCountAsUser", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -297922,21 +192771,24 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directory/deletedItems/microsoft.graph.validateProperties", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "directory.deletedItem_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directory/deviceLocalCredentials", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_ListDeviceLocalCredential", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -297974,43 +192826,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directory/deviceLocalCredentials", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", + "OperationId": "directory_CreateDeviceLocalCredential", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "directory_GetDeviceLocalCredential", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "deviceLocalCredentialInfo-id", "Location": "Path" }, { @@ -298026,23 +192861,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", + "OperationId": "directory_UpdateDeviceLocalCredential", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "deviceLocalCredentialInfo-id", "Location": "Path" } ] @@ -298050,52 +192877,76 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", + "OperationId": "directory_DeleteDeviceLocalCredential", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "deviceLocalCredentialInfo-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/deviceLocalCredentials/$count", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.deviceLocalCredential_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/externalUserProfiles", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", + "OperationId": "directory_ListExternalUserProfile", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -298110,47 +192961,66 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/externalUserProfiles", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "directory_CreateExternalUserProfile", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directory/externalUserProfiles/{externalUserProfile-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_GetExternalUserProfile", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "externalUserProfile-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/externalUserProfiles/{externalUserProfile-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "directory_UpdateExternalUserProfile", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "externalUserProfile-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/externalUserProfiles/{externalUserProfile-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_DeleteExternalUserProfile", + "Method": "Delete", + "Parameters": [ { - "Name": "accessPackageResourceRole-id", + "Name": "externalUserProfile-id", "Location": "Path" }, { @@ -298162,31 +193032,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/directory/externalUserProfiles/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "directory.externalUserProfile_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -298194,25 +193052,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directory/featureRolloutPolicies", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "directory_ListFeatureRolloutPolicy", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -298250,51 +193096,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directory/featureRolloutPolicies", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "directory_CreateFeatureRolloutPolicy", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "directory_GetFeatureRolloutPolicy", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { @@ -298310,27 +193131,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", + "OperationId": "directory_UpdateFeatureRolloutPolicy", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" } ] @@ -298338,27 +193147,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", + "OperationId": "directory_DeleteFeatureRolloutPolicy", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { @@ -298370,24 +193167,24 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", + "OperationId": "directory.featureRolloutPolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -298396,49 +193193,77 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", + "OperationId": "directory.featureRolloutPolicy_CreateAppliesTo", "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.featureRolloutPolicy.appliesTo_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", + "Parameters": [ { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "directory.featureRolloutPolicy.appliesTo_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { @@ -298454,19 +193279,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "directory.featureRolloutPolicy_ListAppliesToGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { @@ -298492,33 +193313,21 @@ { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "directory.featureRolloutPolicy_CreateAppliesToGraphBPreRef", "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" } ] @@ -298526,31 +193335,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceScope", - "Method": "Get", + "OperationId": "directory.featureRolloutPolicy_DeleteAppliesToGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$expand", + "Name": "@id", "Location": "Query" } ] @@ -298558,79 +193359,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/featureRolloutPolicies/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceScope", - "Method": "Patch", + "OperationId": "directory.featureRolloutPolicy_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/federationConfigurations", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceScope", - "Method": "Delete", + "OperationId": "directory_ListFederationConfiguration", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceScope_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -298638,39 +193423,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/directory/federationConfigurations", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_refresh", + "OperationId": "directory_CreateFederationConfiguration", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject", - "Module": "Identity.Governance" + "Path": "/directory/federationConfigurations/{identityProviderBase-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_GetAccessPackageSubject", + "OperationId": "directory_GetFederationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "identityProviderBase-id", "Location": "Path" }, { @@ -298686,19 +193458,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject", - "Module": "Identity.Governance" + "Path": "/directory/federationConfigurations/{identityProviderBase-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_UpdateAccessPackageSubject", + "OperationId": "directory_UpdateFederationConfiguration", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "identityProviderBase-id", "Location": "Path" } ] @@ -298706,19 +193474,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject", - "Module": "Identity.Governance" + "Path": "/directory/federationConfigurations/{identityProviderBase-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_DeleteAccessPackageSubject", + "OperationId": "directory_DeleteFederationConfiguration", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", + "Name": "identityProviderBase-id", "Location": "Path" }, { @@ -298730,27 +193494,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization", - "Module": "Identity.Governance" + "Path": "/directory/federationConfigurations/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageSubject_GetConnectedOrganization", + "OperationId": "directory.federationConfiguration_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentResourceRole-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -298758,16 +193514,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/directory/federationConfigurations/microsoft.graph.availableProviderTypes()", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_GetCount", + "OperationId": "directory.federationConfiguration_availableProviderType", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -298776,23 +193536,23 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/microsoft.graph.My()", - "Module": "Identity.Governance" + "Path": "/directory/impactedResources", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_My", + "OperationId": "directory_ListImpactedResource", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -298814,11 +193574,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -298830,31 +193590,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/microsoft.graph.reprocess", - "Module": "Identity.Governance" + "Path": "/directory/impactedResources", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_reprocess", + "OperationId": "directory_CreateImpactedResource", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target", - "Module": "Identity.Governance" + "Path": "/directory/impactedResources/{impactedResource-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_GetTarget", + "OperationId": "directory_GetImpactedResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "impactedResource-id", "Location": "Path" }, { @@ -298870,15 +193625,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target", - "Module": "Identity.Governance" + "Path": "/directory/impactedResources/{impactedResource-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_UpdateTarget", + "OperationId": "directory_UpdateImpactedResource", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "impactedResource-id", "Location": "Path" } ] @@ -298886,15 +193641,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target", - "Module": "Identity.Governance" + "Path": "/directory/impactedResources/{impactedResource-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_DeleteTarget", + "OperationId": "directory_DeleteImpactedResource", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "impactedResource-id", "Location": "Path" }, { @@ -298906,35 +193661,75 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target/connectedOrganization", - "Module": "Identity.Governance" + "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.complete", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.target_GetConnectedOrganization", - "Method": "Get", + "OperationId": "directory.impactedResource_complete", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "impactedResource-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.dismiss", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.impactedResource_dismiss", + "Method": "Post", + "Parameters": [ { - "Name": "$select", - "Location": "Query" - }, + "Name": "impactedResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.postpone", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.impactedResource_postpone", + "Method": "Post", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "impactedResource-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count", - "Module": "Identity.Governance" + "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.reactivate", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_GetCount", + "OperationId": "directory.impactedResource_reactivate", + "Method": "Post", + "Parameters": [ + { + "Name": "impactedResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/impactedResources/$count", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.impactedResource_GetCount", "Method": "Get", "Parameters": [ { @@ -298950,11 +193745,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/microsoft.graph.additionalAccess()", - "Module": "Identity.Governance" + "Path": "/directory/inboundSharedUserProfiles", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_additionalAccess", + "OperationId": "directory_ListInboundSharedUserProfile", "Method": "Get", "Parameters": [ { @@ -298978,11 +193773,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -298994,49 +193789,32 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/microsoft.graph.additionalAccess(accessPackageId=\u0027{accessPackageId}\u0027,incompatibleAccessPackageId=\u0027{incompatibleAccessPackageId}\u0027)", - "Module": "Identity.Governance" + "Path": "/directory/inboundSharedUserProfiles", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_additionalAccess", + "OperationId": "directory_CreateInboundSharedUserProfile", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_GetInboundSharedUserProfile", "Method": "Get", "Parameters": [ { - "Name": "accessPackageId", - "Location": "Path" - }, - { - "Name": "incompatibleAccessPackageId", + "Name": "inboundSharedUserProfile-userId", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -299046,47 +193824,87 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_filterGraphBPreCurrentUser", - "Method": "Get", + "OperationId": "directory_UpdateInboundSharedUserProfile", + "Method": "Patch", "Parameters": [ { - "Name": "on", + "Name": "inboundSharedUserProfile-userId", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_DeleteInboundSharedUserProfile", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "inboundSharedUserProfile-userId", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/microsoft.graph.exportPersonalData", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.inboundSharedUserProfile_exportPersonalData", + "Method": "Post", + "Parameters": [ { - "Name": "$count", - "Location": "Query" - }, + "Name": "inboundSharedUserProfile-userId", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/microsoft.graph.removePersonalData", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.inboundSharedUserProfile_removePersonalData", + "Method": "Post", + "Parameters": [ { - "Name": "$select", - "Location": "Query" - }, + "Name": "inboundSharedUserProfile-userId", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/inboundSharedUserProfiles/$count", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.inboundSharedUserProfile_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -299094,11 +193912,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs", - "Module": "Identity.Governance" + "Path": "/directory/onPremisesSynchronization", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageCatalog", + "OperationId": "directory_ListOnPremisesSynchronization", "Method": "Get", "Parameters": [ { @@ -299138,26 +193956,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs", - "Module": "Identity.Governance" + "Path": "/directory/onPremisesSynchronization", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageCatalog", + "OperationId": "directory_CreateOnPremisesSynchronization", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "Module": "Identity.Governance" + "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageCatalog", + "OperationId": "directory_GetOnPremisesSynchronization", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "onPremisesDirectorySynchronization-id", "Location": "Path" }, { @@ -299173,15 +193991,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "Module": "Identity.Governance" + "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageCatalog", + "OperationId": "directory_UpdateOnPremisesSynchronization", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "onPremisesDirectorySynchronization-id", "Location": "Path" } ] @@ -299189,15 +194007,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "Module": "Identity.Governance" + "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageCatalog", + "OperationId": "directory_DeleteOnPremisesSynchronization", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "onPremisesDirectorySynchronization-id", "Location": "Path" }, { @@ -299209,17 +194027,33 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", - "Module": "Identity.Governance" + "Path": "/directory/onPremisesSynchronization/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackageCustomWorkflowExtension", + "OperationId": "directory.onPremisesSynchronization_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/outboundSharedUserProfiles", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_ListOutboundSharedUserProfile", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -299257,35 +194091,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", - "Module": "Identity.Governance" + "Path": "/directory/outboundSharedUserProfiles", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_CreateAccessPackageCustomWorkflowExtension", + "OperationId": "directory_CreateOutboundSharedUserProfile", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Identity.Governance" + "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_GetAccessPackageCustomWorkflowExtension", + "OperationId": "directory_GetOutboundSharedUserProfile", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "customCalloutExtension-id", + "Name": "outboundSharedUserProfile-userId", "Location": "Path" }, { @@ -299301,19 +194126,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Identity.Governance" + "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_UpdateAccessPackageCustomWorkflowExtension", + "OperationId": "directory_UpdateOutboundSharedUserProfile", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "customCalloutExtension-id", + "Name": "outboundSharedUserProfile-userId", "Location": "Path" } ] @@ -299321,19 +194142,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Identity.Governance" + "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_DeleteAccessPackageCustomWorkflowExtension", + "OperationId": "directory_DeleteOutboundSharedUserProfile", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "customCalloutExtension-id", + "Name": "outboundSharedUserProfile-userId", "Location": "Path" }, { @@ -299345,39 +194162,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageCustomWorkflowExtension_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackageResourceRole", + "OperationId": "directory.outboundSharedUserProfile_ListTenant", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "outboundSharedUserProfile-userId", "Location": "Path" }, { @@ -299417,15 +194210,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_CreateAccessPackageResourceRole", + "OperationId": "directory.outboundSharedUserProfile_CreateTenant", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "outboundSharedUserProfile-userId", "Location": "Path" } ] @@ -299433,19 +194226,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_GetAccessPackageResourceRole", + "OperationId": "directory.outboundSharedUserProfile_GetTenant", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "outboundSharedUserProfile-userId", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "tenantReference-tenantId", "Location": "Path" }, { @@ -299461,19 +194254,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_UpdateAccessPackageResourceRole", + "OperationId": "directory.outboundSharedUserProfile_UpdateTenant", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "outboundSharedUserProfile-userId", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "tenantReference-tenantId", "Location": "Path" } ] @@ -299481,19 +194274,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_DeleteAccessPackageResourceRole", + "OperationId": "directory.outboundSharedUserProfile_DeleteTenant", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "outboundSharedUserProfile-userId", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "tenantReference-tenantId", "Location": "Path" }, { @@ -299505,47 +194298,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole_GetAccessPackageResource", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/microsoft.graph.removePersonalData", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "directory.outboundSharedUserProfile.tenant_removePersonalData", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "outboundSharedUserProfile-userId", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "tenantReference-tenantId", "Location": "Path" } ] @@ -299553,51 +194318,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "directory.outboundSharedUserProfile.tenant_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "outboundSharedUserProfile-userId", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/directory/outboundSharedUserProfiles/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "directory.outboundSharedUserProfile_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -299605,21 +194362,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directory/pendingExternalUserProfiles", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "directory_ListPendingExternalUserProfile", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -299657,43 +194406,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directory/pendingExternalUserProfiles", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceRole", + "OperationId": "directory_CreatePendingExternalUserProfile", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance" + "Path": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "directory_GetPendingExternalUserProfile", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id1", + "Name": "pendingExternalUserProfile-id", "Location": "Path" }, { @@ -299709,23 +194441,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance" + "Path": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceRole", + "OperationId": "directory_UpdatePendingExternalUserProfile", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id1", + "Name": "pendingExternalUserProfile-id", "Location": "Path" } ] @@ -299733,23 +194457,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance" + "Path": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceRole", + "OperationId": "directory_DeletePendingExternalUserProfile", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id1", + "Name": "pendingExternalUserProfile-id", "Location": "Path" }, { @@ -299761,21 +194477,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/directory/pendingExternalUserProfiles/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "directory.pendingExternalUserProfile_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -299789,21 +194497,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directory/recommendations", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "directory_ListRecommendation", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -299841,43 +194541,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directory/recommendations", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "directory_CreateRecommendation", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "directory_GetRecommendation", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "recommendation-id", "Location": "Path" }, { @@ -299893,23 +194576,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", + "OperationId": "directory_UpdateRecommendation", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "recommendation-id", "Location": "Path" } ] @@ -299917,23 +194592,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", + "OperationId": "directory_DeleteRecommendation", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "recommendation-id", "Location": "Path" }, { @@ -299945,24 +194612,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}/impactedResources", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", + "OperationId": "directory.recommendation_ListImpactedResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "recommendation-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -299977,23 +194660,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}/impactedResources", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "directory.recommendation_CreateImpactedResource", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "recommendation-id", "Location": "Path" } ] @@ -300001,139 +194676,91 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "directory.recommendation_GetImpactedResource", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "recommendation-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "impactedResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", - "Method": "Get", + "OperationId": "directory.recommendation_UpdateImpactedResource", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "recommendation-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "impactedResource-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", - "Method": "Get", + "OperationId": "directory.recommendation_DeleteImpactedResource", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "recommendation-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "impactedResource-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/microsoft.graph.complete", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", + "OperationId": "directory.recommendation.impactedResource_complete", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "recommendation-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "impactedResource-id", "Location": "Path" } ] @@ -300141,63 +194768,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/microsoft.graph.dismiss", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", - "Method": "Get", + "OperationId": "directory.recommendation.impactedResource_dismiss", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "recommendation-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id1", + "Name": "impactedResource-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/microsoft.graph.postpone", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", - "Method": "Patch", + "OperationId": "directory.recommendation.impactedResource_postpone", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "recommendation-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id1", + "Name": "impactedResource-id", "Location": "Path" } ] @@ -300205,55 +194808,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/microsoft.graph.reactivate", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, + "OperationId": "directory.recommendation.impactedResource_reactivate", + "Method": "Post", + "Parameters": [ { - "Name": "accessPackageResourceScope-id", + "Name": "recommendation-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id1", + "Name": "impactedResource-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}/impactedResources/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "directory.recommendation.impactedResource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "recommendation-id", "Location": "Path" }, { @@ -300269,23 +194852,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}/microsoft.graph.complete", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", + "OperationId": "directory.recommendation_complete", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "recommendation-id", "Location": "Path" } ] @@ -300293,47 +194868,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}/microsoft.graph.dismiss", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", - "Method": "Get", + "OperationId": "directory.recommendation_dismiss", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "recommendation-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/{recommendation-id}/microsoft.graph.postpone", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_refresh", + "OperationId": "directory.recommendation_postpone", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "recommendation-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/recommendations/{recommendation-id}/microsoft.graph.reactivate", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.recommendation_reactivate", + "Method": "Post", + "Parameters": [ { - "Name": "accessPackageResourceRole-id", + "Name": "recommendation-id", "Location": "Path" } ] @@ -300341,17 +194916,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/directory/recommendations/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole_GetCount", + "OperationId": "directory.recommendation_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -300365,17 +194936,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", - "Module": "Identity.Governance" + "Path": "/directory/sharedEmailDomains", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackageResource", + "OperationId": "directory_ListSharedEmailDomain", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -300413,35 +194980,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", - "Module": "Identity.Governance" + "Path": "/directory/sharedEmailDomains", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_CreateAccessPackageResource", + "OperationId": "directory_CreateSharedEmailDomain", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}", - "Module": "Identity.Governance" + "Path": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_GetAccessPackageResource", + "OperationId": "directory_GetSharedEmailDomain", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "sharedEmailDomain-id", "Location": "Path" }, { @@ -300457,19 +195015,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}", - "Module": "Identity.Governance" + "Path": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_UpdateAccessPackageResource", + "OperationId": "directory_UpdateSharedEmailDomain", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "sharedEmailDomain-id", "Location": "Path" } ] @@ -300477,19 +195031,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}", - "Module": "Identity.Governance" + "Path": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_DeleteAccessPackageResource", + "OperationId": "directory_DeleteSharedEmailDomain", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "sharedEmailDomain-id", "Location": "Path" }, { @@ -300501,27 +195051,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/directory/sharedEmailDomains/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "directory.sharedEmailDomain_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -300529,21 +195071,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directory/subscriptions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "directory_ListSubscription", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -300581,43 +195115,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directory/subscriptions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_CreateAccessPackageResourceRole", + "OperationId": "directory_CreateSubscription", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/subscriptions/{companySubscription-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "directory_GetSubscription", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "companySubscription-id", "Location": "Path" }, { @@ -300633,23 +195150,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/subscriptions/{companySubscription-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_UpdateAccessPackageResourceRole", + "OperationId": "directory_UpdateSubscription", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "companySubscription-id", "Location": "Path" } ] @@ -300657,23 +195166,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directory/subscriptions/{companySubscription-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_DeleteAccessPackageResourceRole", + "OperationId": "directory_DeleteSubscription", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "companySubscription-id", "Location": "Path" }, { @@ -300685,23 +195186,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/subscriptions(commerceSubscriptionId=\u0027{commerceSubscriptionId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", + "OperationId": "directory.subscription_GetGraphBPreCommerceSubscriptionId", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "commerceSubscriptionId", "Location": "Path" }, { @@ -300717,23 +195210,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/subscriptions(commerceSubscriptionId=\u0027{commerceSubscriptionId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", + "OperationId": "directory.subscription_UpdateGraphBPreCommerceSubscriptionId", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "commerceSubscriptionId", "Location": "Path" } ] @@ -300741,23 +195226,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directory/subscriptions(commerceSubscriptionId=\u0027{commerceSubscriptionId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", + "OperationId": "directory.subscription_DeleteGraphBPreCommerceSubscriptionId", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "commerceSubscriptionId", "Location": "Path" }, { @@ -300769,23 +195246,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/directory/subscriptions(ocpSubscriptionId=\u0027{ocpSubscriptionId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "directory.subscription_GetGraphBPreOcpSubscriptionId", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "ocpSubscriptionId", "Location": "Path" }, { @@ -300801,25 +195270,69 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directory/subscriptions(ocpSubscriptionId=\u0027{ocpSubscriptionId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", - "Method": "Get", + "OperationId": "directory.subscription_UpdateGraphBPreOcpSubscriptionId", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "ocpSubscriptionId", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/subscriptions(ocpSubscriptionId=\u0027{ocpSubscriptionId}\u0027)", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.subscription_DeleteGraphBPreOcpSubscriptionId", + "Method": "Delete", + "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "ocpSubscriptionId", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/subscriptions/$count", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.subscription_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directoryRoles", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRole_ListDirectoryRole", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -300857,51 +195370,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directoryRoles", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "directoryRole_CreateDirectoryRole", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "directoryRole_GetDirectoryRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -300917,27 +195405,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", + "OperationId": "directoryRole_UpdateDirectoryRole", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directoryRole-id", "Location": "Path" } ] @@ -300945,27 +195421,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", + "OperationId": "directoryRole_DeleteDirectoryRole", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -300977,28 +195441,44 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", + "OperationId": "directoryRole_ListMember", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -301013,89 +195493,113 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "directoryRole.member_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.application", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "directoryRole_GetMemberAsApplication", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.device", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "directoryRole_GetMemberAsDevice", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRole_GetMemberAsGroup", + "Method": "Get", + "Parameters": [ + { + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "directoryObject-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$select", "Location": "Query" @@ -301109,59 +195613,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.orgContact", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", - "Method": "Post", + "OperationId": "directoryRole_GetMemberAsOrgContact", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", + "OperationId": "directoryRole_GetMemberAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -301169,44 +195677,52 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", - "Method": "Post", + "OperationId": "directoryRole_GetMemberAsUser", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "directoryRole.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -301221,20 +195737,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "directoryRole_ListMemberGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -301259,33 +195775,21 @@ { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "directoryRole_CreateMemberGraphBPreRef", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "directoryRole-id", "Location": "Path" } ] @@ -301293,31 +195797,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_GetAccessPackageResourceScope", - "Method": "Get", + "OperationId": "directoryRole_DeleteMemberGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$expand", + "Name": "@id", "Location": "Query" } ] @@ -301325,76 +195821,44 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.application", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_UpdateAccessPackageResourceScope", - "Method": "Patch", + "OperationId": "directoryRole_ListMemberAsApplication", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_DeleteAccessPackageResourceScope", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -301409,83 +195873,107 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.application/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "directoryRole.Member_GetCountAsApplication", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.device", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "directoryRole_ListMemberAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.device/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "directoryRole.Member_GetCountAsDevice", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -301493,24 +195981,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "directoryRole_ListMemberAsGroup", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -301549,52 +196033,72 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.group/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", - "Method": "Post", + "OperationId": "directoryRole.Member_GetCountAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.orgContact", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "directoryRole_ListMemberAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -301609,88 +196113,72 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.orgContact/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", - "Method": "Patch", + "OperationId": "directoryRole.Member_GetCountAsOrgContact", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", - "Method": "Delete", + "OperationId": "directoryRole_ListMemberAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -301705,88 +196193,72 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.servicePrincipal/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "directoryRole.Member_GetCountAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "directoryRole_ListMemberAsUser", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -301801,83 +196273,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.user/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", - "Method": "Post", + "OperationId": "directoryRole.Member_GetCountAsUser", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", - "Method": "Get", + "OperationId": "directoryRole_checkMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directoryRole-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", + "OperationId": "directoryRole_checkMemberObject", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directoryRole-id", "Location": "Path" } ] @@ -301885,47 +196333,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope_GetCount", - "Method": "Get", + "OperationId": "directoryRole_getMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "directoryRole-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_refresh", + "OperationId": "directoryRole_getMemberObject", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "directoryRole-id", "Location": "Path" } ] @@ -301933,39 +196365,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/$count", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.restore", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_GetCount", - "Method": "Get", + "OperationId": "directoryRole_restore", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/scopedMembers", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackageResourceScope", + "OperationId": "directoryRole_ListScopedMember", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -302005,15 +196429,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/scopedMembers", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_CreateAccessPackageResourceScope", + "OperationId": "directoryRole_CreateScopedMember", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" } ] @@ -302021,19 +196445,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_GetAccessPackageResourceScope", + "OperationId": "directoryRole_GetScopedMember", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "scopedRoleMembership-id", "Location": "Path" }, { @@ -302049,19 +196473,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_UpdateAccessPackageResourceScope", + "OperationId": "directoryRole_UpdateScopedMember", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "scopedRoleMembership-id", "Location": "Path" } ] @@ -302069,19 +196493,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_DeleteAccessPackageResourceScope", + "OperationId": "directoryRole_DeleteScopedMember", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "scopedRoleMembership-id", "Location": "Path" }, { @@ -302093,19 +196517,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope_GetAccessPackageResource", + "OperationId": "directoryRole.scopedMember_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directoryRoles(roleTemplateId=\u0027{roleTemplateId}\u0027)", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRole_GetDirectoryRoleGraphBPreRoleTemplateId", + "Method": "Get", + "Parameters": [ + { + "Name": "roleTemplateId", "Location": "Path" }, { @@ -302121,19 +196565,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directoryRoles(roleTemplateId=\u0027{roleTemplateId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope_UpdateAccessPackageResource", + "OperationId": "directoryRole_UpdateDirectoryRoleGraphBPreRoleTemplateId", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "roleTemplateId", "Location": "Path" } ] @@ -302141,19 +196581,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directoryRoles(roleTemplateId=\u0027{roleTemplateId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope_DeleteAccessPackageResource", + "OperationId": "directoryRole_DeleteDirectoryRoleGraphBPreRoleTemplateId", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "roleTemplateId", "Location": "Path" }, { @@ -302165,25 +196601,61 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/directoryRoles/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "directoryRole_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directoryRoles/microsoft.graph.delta()", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRole_delta", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -302193,21 +196665,46 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directoryRoles/microsoft.graph.getByIds", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "directoryRole_getGraphBPreId", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directoryRoles/microsoft.graph.getUserOwnedObjects", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRole_getUserOwnedObject", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directoryRoles/microsoft.graph.validateProperties", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRole_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directoryRoleTemplates", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRoleTemplate_ListDirectoryRoleTemplate", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -302245,43 +196742,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/directoryRoleTemplates", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", + "OperationId": "directoryRoleTemplate_CreateDirectoryRoleTemplate", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "directoryRoleTemplate_GetDirectoryRoleTemplate", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" }, { @@ -302297,23 +196777,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", + "OperationId": "directoryRoleTemplate_UpdateDirectoryRoleTemplate", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" } ] @@ -302321,23 +196793,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", + "OperationId": "directoryRoleTemplate_DeleteDirectoryRoleTemplate", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" }, { @@ -302349,55 +196813,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", - "Method": "Get", + "OperationId": "directoryRoleTemplate_checkMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "directoryRoleTemplate_checkMemberObject", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberGroups", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRoleTemplate_getMemberGroup", + "Method": "Post", + "Parameters": [ { - "Name": "accessPackageResourceRole-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" } ] @@ -302405,57 +196861,93 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "directoryRoleTemplate_getMemberObject", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.restore", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRoleTemplate_restore", + "Method": "Post", + "Parameters": [ { - "Name": "accessPackageResourceScope-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directoryRoleTemplates/$count", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRoleTemplate_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/directoryRoleTemplates/microsoft.graph.delta()", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "directoryRoleTemplate_delta", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -302465,25 +196957,46 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directoryRoleTemplates/microsoft.graph.getByIds", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "directoryRoleTemplate_getGraphBPreId", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directoryRoleTemplates/microsoft.graph.getUserOwnedObjects", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRoleTemplate_getUserOwnedObject", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directoryRoleTemplates/microsoft.graph.validateProperties", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRoleTemplate_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directorySettingTemplates", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directorySettingTemplate_ListDirectorySettingTemplate", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -302521,51 +197034,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directorySettingTemplates", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "directorySettingTemplate_CreateDirectorySettingTemplate", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance" + "Path": "/directorySettingTemplates/{directorySettingTemplate-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "directorySettingTemplate_GetDirectorySettingTemplate", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id1", + "Name": "directorySettingTemplate-id", "Location": "Path" }, { @@ -302581,27 +197069,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance" + "Path": "/directorySettingTemplates/{directorySettingTemplate-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", + "OperationId": "directorySettingTemplate_UpdateDirectorySettingTemplate", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id1", + "Name": "directorySettingTemplate-id", "Location": "Path" } ] @@ -302609,27 +197085,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance" + "Path": "/directorySettingTemplates/{directorySettingTemplate-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", + "OperationId": "directorySettingTemplate_DeleteDirectorySettingTemplate", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id1", + "Name": "directorySettingTemplate-id", "Location": "Path" }, { @@ -302641,55 +197105,79 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" + "Path": "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.checkMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", - "Method": "Get", + "OperationId": "directorySettingTemplate_checkMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directorySettingTemplate-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.checkMemberObjects", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directorySettingTemplate_checkMemberObject", + "Method": "Post", + "Parameters": [ { - "Name": "accessPackageResourceRole-id", + "Name": "directorySettingTemplate-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.getMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", + "OperationId": "directorySettingTemplate_getMemberGroup", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "directorySettingTemplate-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.getMemberObjects", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directorySettingTemplate_getMemberObject", + "Method": "Post", + "Parameters": [ { - "Name": "accessPackageResourceScope-id", + "Name": "directorySettingTemplate-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.restore", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directorySettingTemplate_restore", + "Method": "Post", + "Parameters": [ { - "Name": "accessPackageResourceRole-id", + "Name": "directorySettingTemplate-id", "Location": "Path" } ] @@ -302697,21 +197185,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/directorySettingTemplates/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "directorySettingTemplate_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -302725,21 +197205,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directorySettingTemplates/microsoft.graph.delta()", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "directorySettingTemplate_delta", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -302761,11 +197233,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -302777,131 +197249,111 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/directorySettingTemplates/microsoft.graph.getByIds", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "directorySettingTemplate_getGraphBPreId", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance" + "Path": "/directorySettingTemplates/microsoft.graph.getUserOwnedObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "directorySettingTemplate_getUserOwnedObject", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directorySettingTemplates/microsoft.graph.validateProperties", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directorySettingTemplate_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/domains", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "domain_ListDomain", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$select", + "Name": "$filter", "Location": "Query" }, { - "Name": "$expand", + "Name": "$count", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceScope", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "accessPackageCatalog-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance" + "Path": "/domains", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceScope", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "domain_CreateDomain", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceScope_GetCount", + "OperationId": "domain_GetDomain", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -302909,19 +197361,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_refresh", - "Method": "Post", + "OperationId": "domain_UpdateDomain", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "domain-id", "Location": "Path" } ] @@ -302929,39 +197377,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope_GetCount", - "Method": "Get", + "OperationId": "domain_DeleteDomain", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/domainNameReferences", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackage", + "OperationId": "domain_ListDomainNameReference", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "domain-id", "Location": "Path" }, { @@ -303001,19 +197445,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_GetAccessPackage", + "OperationId": "domain_GetDomainNameReference", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "accessPackage-id", + "Name": "directoryObject-id", "Location": "Path" }, { @@ -303029,15 +197473,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/$count", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/domainNameReferences/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackage_GetCount", + "OperationId": "domain.domainNameReference_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "domain-id", "Location": "Path" }, { @@ -303053,15 +197497,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/federationConfiguration", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_ListCustomAccessPackageWorkflowExtension", + "OperationId": "domain_ListFederationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "domain-id", "Location": "Path" }, { @@ -303101,15 +197545,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/federationConfiguration", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_CreateCustomAccessPackageWorkflowExtension", + "OperationId": "domain_CreateFederationConfiguration", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "domain-id", "Location": "Path" } ] @@ -303117,19 +197561,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_GetCustomAccessPackageWorkflowExtension", + "OperationId": "domain_GetFederationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "customAccessPackageWorkflowExtension-id", + "Name": "internalDomainFederation-id", "Location": "Path" }, { @@ -303145,19 +197589,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_UpdateCustomAccessPackageWorkflowExtension", + "OperationId": "domain_UpdateFederationConfiguration", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "customAccessPackageWorkflowExtension-id", + "Name": "internalDomainFederation-id", "Location": "Path" } ] @@ -303165,19 +197609,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_DeleteCustomAccessPackageWorkflowExtension", + "OperationId": "domain_DeleteFederationConfiguration", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "customAccessPackageWorkflowExtension-id", + "Name": "internalDomainFederation-id", "Location": "Path" }, { @@ -303189,15 +197633,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/$count", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/federationConfiguration/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.customAccessPackageWorkflowExtension_GetCount", + "OperationId": "domain.federationConfiguration_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "domain-id", "Location": "Path" }, { @@ -303213,77 +197657,81 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/microsoft.graph.forceDelete", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_GetCount", - "Method": "Get", + "OperationId": "domain_forceDelete", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "domain-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/microsoft.graph.Search()", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/microsoft.graph.promote", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_Search", - "Method": "Get", + "OperationId": "domain_promote", + "Method": "Post", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, + "Name": "domain-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/domains/{domain-id}/microsoft.graph.promoteToInitial", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "domain_promoteToInitial", + "Method": "Post", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" - }, + "Name": "domain-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/domains/{domain-id}/microsoft.graph.verify", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "domain_verify", + "Method": "Post", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "domain-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/serviceConfigurationRecords", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageResourceEnvironment", + "OperationId": "domain_ListServiceConfigurationRecord", "Method": "Get", "Parameters": [ + { + "Name": "domain-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -303321,26 +197769,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/serviceConfigurationRecords", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageResourceEnvironment", + "OperationId": "domain_CreateServiceConfigurationRecord", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "domain-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageResourceEnvironment", + "OperationId": "domain_GetServiceConfigurationRecord", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", + "Name": "domain-id", + "Location": "Path" + }, + { + "Name": "domainDnsRecord-id", "Location": "Path" }, { @@ -303356,15 +197813,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageResourceEnvironment", + "OperationId": "domain_UpdateServiceConfigurationRecord", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", + "Name": "domain-id", + "Location": "Path" + }, + { + "Name": "domainDnsRecord-id", "Location": "Path" } ] @@ -303372,15 +197833,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageResourceEnvironment", + "OperationId": "domain_DeleteServiceConfigurationRecord", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", + "Name": "domain-id", + "Location": "Path" + }, + { + "Name": "domainDnsRecord-id", "Location": "Path" }, { @@ -303392,15 +197857,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/serviceConfigurationRecords/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceEnvironment_ListAccessPackageResource", + "OperationId": "domain.serviceConfigurationRecord_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", + "Name": "domain-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/domains/{domain-id}/sharedEmailDomainInvitations", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "domain_ListSharedEmailDomainInvitation", + "Method": "Get", + "Parameters": [ + { + "Name": "domain-id", "Location": "Path" }, { @@ -303440,19 +197929,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/{accessPackageResource-id}", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/sharedEmailDomainInvitations", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceEnvironment_GetAccessPackageResource", + "OperationId": "domain_CreateSharedEmailDomainInvitation", + "Method": "Post", + "Parameters": [ + { + "Name": "domain-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "domain_GetSharedEmailDomainInvitation", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "sharedEmailDomainInvitation-id", "Location": "Path" }, { @@ -303468,37 +197973,61 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceEnvironment.accessPackageResource_GetCount", - "Method": "Get", + "OperationId": "domain_UpdateSharedEmailDomainInvitation", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "sharedEmailDomainInvitation-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "domain_DeleteSharedEmailDomainInvitation", + "Method": "Delete", + "Parameters": [ + { + "Name": "domain-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "sharedEmailDomainInvitation-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/sharedEmailDomainInvitations/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceEnvironment_GetCount", + "OperationId": "domain.sharedEmailDomainInvitation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "domain-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -303512,13 +198041,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/verificationDnsRecords", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageResourceRequest", + "OperationId": "domain_ListVerificationDnsRecord", "Method": "Get", "Parameters": [ + { + "Name": "domain-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -303556,50 +198089,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/verificationDnsRecords", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageResourceRequest", + "OperationId": "domain_CreateVerificationDnsRecord", "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageResourceRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageResourceRequest", - "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "domain-id", "Location": "Path" } ] @@ -303607,35 +198105,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageResourceRequest", - "Method": "Delete", + "OperationId": "domain_GetVerificationDnsRecord", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/accessPackageResource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRequest_GetAccessPackageResource", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", + "Name": "domainDnsRecord-id", "Location": "Path" }, { @@ -303651,39 +198133,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/requestor", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRequest_GetRequestor", - "Method": "Get", + "OperationId": "domain_UpdateVerificationDnsRecord", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/requestor", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRequest_UpdateRequestor", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", + "Name": "domainDnsRecord-id", "Location": "Path" } ] @@ -303691,15 +198153,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/requestor", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRequest_DeleteRequestor", + "OperationId": "domain_DeleteVerificationDnsRecord", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "domain-id", + "Location": "Path" + }, + { + "Name": "domainDnsRecord-id", "Location": "Path" }, { @@ -303711,23 +198177,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/requestor/connectedOrganization", - "Module": "Identity.Governance" + "Path": "/domains/{domain-id}/verificationDnsRecords/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRequest.requestor_GetConnectedOrganization", + "OperationId": "domain.verificationDnsRecord_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -303735,11 +198201,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count", - "Module": "Identity.Governance" + "Path": "/domains/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRequest_GetCount", + "OperationId": "domain_GetCount", "Method": "Get", "Parameters": [ { @@ -303755,11 +198221,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes", - "Module": "Identity.Governance" + "Path": "/organization", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageResourceRoleScope", + "OperationId": "organization_ListOrganization", "Method": "Get", "Parameters": [ { @@ -303799,26 +198265,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes", - "Module": "Identity.Governance" + "Path": "/organization", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageResourceRoleScope", + "OperationId": "organization_CreateOrganization", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageResourceRoleScope", + "OperationId": "organization_GetOrganization", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { @@ -303834,15 +198300,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageResourceRoleScope", + "OperationId": "organization_UpdateOrganization", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" } ] @@ -303850,15 +198316,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageResourceRoleScope", + "OperationId": "organization_DeleteOrganization", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { @@ -303870,15 +198336,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope_GetAccessPackageResourceRole", + "OperationId": "organization_GetBranding", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { @@ -303894,15 +198360,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope_UpdateAccessPackageResourceRole", + "OperationId": "organization_UpdateBranding", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" } ] @@ -303910,15 +198376,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope_DeleteAccessPackageResourceRole", + "OperationId": "organization_DeleteBranding", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { @@ -303930,39 +198396,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/backgroundImage", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole_GetAccessPackageResource", + "OperationId": "organization_GetBrandingBackgroundImage", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/backgroundImage", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization_SetBrandingBackgroundImage", + "Method": "Put", + "Parameters": [ { - "Name": "$select", - "Location": "Query" - }, + "Name": "organization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/bannerLogo", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization_GetBrandingBannerLogo", + "Method": "Get", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/bannerLogo", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "organization_SetBrandingBannerLogo", + "Method": "Put", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" } ] @@ -303970,59 +198460,111 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/customCSS", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "organization_GetBrandingCustomCSS", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/customCSS", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization_SetBrandingCustomCSS", + "Method": "Put", + "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "organization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/favicon", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "organization_GetBrandingFavicon", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/favicon", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization_SetBrandingFavicon", + "Method": "Put", + "Parameters": [ { - "Name": "$select", - "Location": "Query" - }, + "Name": "organization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/headerLogo", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization_GetBrandingHeaderLogo", + "Method": "Get", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/headerLogo", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "organization_SetBrandingHeaderLogo", + "Method": "Put", + "Parameters": [ + { + "Name": "organization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/localizations", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization.branding_ListLocalization", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { @@ -304062,15 +198604,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/localizations", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceRole", + "OperationId": "organization.branding_CreateLocalization", "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" } ] @@ -304078,19 +198620,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "organization.branding_GetLocalization", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "organizationalBrandingLocalization-id", "Location": "Path" }, { @@ -304106,19 +198648,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceRole", + "OperationId": "organization.branding_UpdateLocalization", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "organizationalBrandingLocalization-id", "Location": "Path" } ] @@ -304126,19 +198668,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceRole", + "OperationId": "organization.branding_DeleteLocalization", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "organizationalBrandingLocalization-id", "Location": "Path" }, { @@ -304150,87 +198692,119 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "organization.branding_GetLocalizationsBackgroundImage", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", - "Method": "Get", + "OperationId": "organization.branding_SetLocalizationsBackgroundImage", + "Method": "Put", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization.branding_GetLocalizationsBannerLogo", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization.branding_SetLocalizationsBannerLogo", + "Method": "Put", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" - }, + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization.branding_GetLocalizationsCustomCSS", + "Method": "Get", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", - "Method": "Post", + "OperationId": "organization.branding_SetLocalizationsCustomCSS", + "Method": "Put", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", + "Location": "Path" + }, + { + "Name": "organizationalBrandingLocalization-id", "Location": "Path" } ] @@ -304238,47 +198812,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "organization.branding_GetLocalizationsFavicon", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "organizationalBrandingLocalization-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization.branding_SetLocalizationsFavicon", + "Method": "Put", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", - "Method": "Patch", + "OperationId": "organization.branding_GetLocalizationsHeaderLogo", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "organizationalBrandingLocalization-id", "Location": "Path" } ] @@ -304286,71 +198872,79 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", - "Method": "Delete", + "OperationId": "organization.branding_SetLocalizationsHeaderLogo", + "Method": "Put", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "organizationalBrandingLocalization-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", + "OperationId": "organization.branding_GetLocalizationsSquareLogo", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "organizationalBrandingLocalization-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization.branding_SetLocalizationsSquareLogo", + "Method": "Put", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "organization.branding_GetLocalizationsSquareLogoDark", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "organizationalBrandingLocalization-id", "Location": "Path" } ] @@ -304358,51 +198952,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "organization.branding_SetLocalizationsSquareLogoDark", + "Method": "Put", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "organizationalBrandingLocalization-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/localizations/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "organization.branding.localization_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -304410,19 +198996,79 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/branding/squareLogo", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "organization_GetBrandingSquareLogo", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/squareLogo", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization_SetBrandingSquareLogo", + "Method": "Put", + "Parameters": [ { - "Name": "accessPackageResourceScope-id", + "Name": "organization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/squareLogoDark", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization_GetBrandingSquareLogoDark", + "Method": "Get", + "Parameters": [ + { + "Name": "organization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/squareLogoDark", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization_SetBrandingSquareLogoDark", + "Method": "Put", + "Parameters": [ + { + "Name": "organization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/extensions", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization_ListExtension", + "Method": "Get", + "Parameters": [ + { + "Name": "organization-id", "Location": "Path" }, { @@ -304462,19 +199108,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/extensions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", + "OperationId": "organization_CreateExtension", "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "organization-id", "Location": "Path" } ] @@ -304482,23 +199124,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "organization_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "extension-id", "Location": "Path" }, { @@ -304514,23 +199152,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", + "OperationId": "organization_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "extension-id", "Location": "Path" } ] @@ -304538,23 +199172,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", + "OperationId": "organization_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "extension-id", "Location": "Path" }, { @@ -304566,19 +199196,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/extensions/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "organization.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "organization-id", "Location": "Path" }, { @@ -304594,19 +199220,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/microsoft.graph.checkMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", + "OperationId": "organization_checkMemberGroup", "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "organization-id", "Location": "Path" } ] @@ -304614,39 +199236,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/microsoft.graph.checkMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", - "Method": "Get", + "OperationId": "organization_checkMemberObject", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/microsoft.graph.getMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_refresh", + "OperationId": "organization_getMemberGroup", "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" } ] @@ -304654,39 +199268,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/microsoft.graph.getMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope_GetAccessPackageResourceScope", - "Method": "Get", + "OperationId": "organization_getMemberObject", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/microsoft.graph.restore", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope_UpdateAccessPackageResourceScope", - "Method": "Patch", + "OperationId": "organization_restore", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" } ] @@ -304694,35 +199300,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/microsoft.graph.setMobileDeviceManagementAuthority", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope_DeleteAccessPackageResourceScope", - "Method": "Delete", + "OperationId": "organization_setMobileDeviceManagementAuthority", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/partnerInformation", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope_GetAccessPackageResource", + "OperationId": "organization_GetPartnerInformation", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { @@ -304738,15 +199340,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/partnerInformation", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope_UpdateAccessPackageResource", + "OperationId": "organization_UpdatePartnerInformation", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" } ] @@ -304754,15 +199356,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/partnerInformation", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope_DeleteAccessPackageResource", + "OperationId": "organization_DeletePartnerInformation", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { @@ -304774,15 +199376,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/settings", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "organization_GetSetting", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { @@ -304798,83 +199400,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/settings", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", - "Method": "Get", + "OperationId": "organization_UpdateSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/settings", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", - "Method": "Post", + "OperationId": "organization_DeleteSetting", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/settings/contactInsights", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "organization.setting_GetContactInsight", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "organization-id", "Location": "Path" }, { @@ -304890,19 +199460,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/settings/contactInsights", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", + "OperationId": "organization.setting_UpdateContactInsight", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "organization-id", "Location": "Path" } ] @@ -304910,19 +199476,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/settings/contactInsights", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", + "OperationId": "organization.setting_DeleteContactInsight", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "organization-id", "Location": "Path" }, { @@ -304934,19 +199496,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/settings/itemInsights", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", + "OperationId": "organization.setting_GetItemInsight", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "organization-id", "Location": "Path" }, { @@ -304962,19 +199520,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/settings/itemInsights", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", + "OperationId": "organization.setting_UpdateItemInsight", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "organization-id", "Location": "Path" } ] @@ -304982,19 +199536,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/settings/itemInsights", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", + "OperationId": "organization.setting_DeleteItemInsight", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "organization-id", "Location": "Path" }, { @@ -305006,19 +199556,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "organization.setting_GetMicrosoftApplicationDataAccess", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "organization-id", "Location": "Path" }, { @@ -305034,95 +199580,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", - "Method": "Get", + "OperationId": "organization.setting_UpdateMicrosoftApplicationDataAccess", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "organization-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", - "Method": "Post", + "OperationId": "organization.setting_DeleteMicrosoftApplicationDataAccess", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/settings/peopleInsights", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "organization.setting_GetPeopleInsight", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "organization-id", "Location": "Path" }, { @@ -305138,23 +199640,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/settings/peopleInsights", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", + "OperationId": "organization.setting_UpdatePeopleInsight", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "organization-id", "Location": "Path" } ] @@ -305162,23 +199656,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/settings/peopleInsights", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", + "OperationId": "organization.setting_DeletePeopleInsight", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "organization-id", "Location": "Path" }, { @@ -305190,21 +199676,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" + "Path": "/organization/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", + "OperationId": "organization_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -305218,61 +199696,46 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" + "Path": "/organization/microsoft.graph.getByIds", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", + "OperationId": "organization_getGraphBPreId", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/$count", - "Module": "Identity.Governance" + "Path": "/organization/microsoft.graph.getUserOwnedObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "organization_getUserOwnedObject", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/organization/microsoft.graph.validateProperties", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "organization_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/settings", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "setting.directorySetting_ListDirectorySetting", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -305310,35 +199773,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", - "Module": "Identity.Governance" + "Path": "/settings", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "setting.directorySetting_CreateDirectorySetting", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/settings/{directorySetting-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "setting.directorySetting_GetDirectorySetting", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directorySetting-id", "Location": "Path" }, { @@ -305354,19 +199808,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/settings/{directorySetting-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceScope", + "OperationId": "setting.directorySetting_UpdateDirectorySetting", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directorySetting-id", "Location": "Path" } ] @@ -305374,19 +199824,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" + "Path": "/settings/{directorySetting-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceScope", + "OperationId": "setting.directorySetting_DeleteDirectorySetting", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "directorySetting-id", "Location": "Path" }, { @@ -305398,51 +199844,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceScope_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_refresh", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/$count", - "Module": "Identity.Governance" + "Path": "/settings/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope_GetCount", + "OperationId": "setting_GetCount", "Method": "Get", "Parameters": [ { @@ -305458,11 +199864,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources", - "Module": "Identity.Governance" + "Path": "/subscribedSkus", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageResource", + "OperationId": "subscribedSku_ListSubscribedSku", "Method": "Get", "Parameters": [ { @@ -305502,50 +199908,46 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources", - "Module": "Identity.Governance" + "Path": "/subscribedSkus", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageResource", + "OperationId": "subscribedSku_CreateSubscribedSku", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", - "Module": "Identity.Governance" + "Path": "/subscribedSkus/{subscribedSku-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageResource", + "OperationId": "subscribedSku_GetSubscribedSku", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "subscribedSku-id", "Location": "Path" }, { "Name": "$select", "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", - "Module": "Identity.Governance" + "Path": "/subscribedSkus/{subscribedSku-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageResource", + "OperationId": "subscribedSku_UpdateSubscribedSku", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "subscribedSku-id", "Location": "Path" } ] @@ -305553,15 +199955,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", - "Module": "Identity.Governance" + "Path": "/subscribedSkus/{subscribedSku-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageResource", + "OperationId": "subscribedSku_DeleteSubscribedSku", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "subscribedSku-id", "Location": "Path" }, { @@ -305573,39 +199975,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_GetAccessPackageResourceEnvironment", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/users/{user-id}/scopedRoleMemberOf", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "user_ListScopedRoleMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "user-id", "Location": "Path" }, { @@ -305645,15 +200023,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles", - "Module": "Identity.Governance" + "Path": "/users/{user-id}/scopedRoleMemberOf", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_CreateAccessPackageResourceRole", + "OperationId": "user_CreateScopedRoleMemberGraphOPre", "Method": "Post", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "user-id", "Location": "Path" } ] @@ -305661,19 +200039,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "user_GetScopedRoleMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "scopedRoleMembership-id", "Location": "Path" }, { @@ -305689,19 +200067,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_UpdateAccessPackageResourceRole", + "OperationId": "user_UpdateScopedRoleMemberGraphOPre", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "scopedRoleMembership-id", "Location": "Path" } ] @@ -305709,19 +200087,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "Path": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_DeleteAccessPackageResourceRole", + "OperationId": "user_DeleteScopedRoleMemberGraphOPre", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "scopedRoleMembership-id", "Location": "Path" }, { @@ -305733,27 +200111,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", - "Module": "Identity.Governance" + "Path": "/users/{user-id}/scopedRoleMemberOf/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", + "OperationId": "user.scopedRoleMemberOf_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -305761,91 +200135,130 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", + "Path": "/accessReviews", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "accessReview_ListAccessReview", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", + "Path": "/accessReviews", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "accessReview_CreateAccessReview", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/accessReviews/{accessReview-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "accessReview_GetAccessReview", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", + "Path": "/accessReviews/{accessReview-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", - "Method": "Get", + "OperationId": "accessReview_UpdateAccessReview", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/accessReviews/{accessReview-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "accessReview_DeleteAccessReview", + "Method": "Delete", + "Parameters": [ { - "Name": "accessPackageResourceRole-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", + "Path": "/accessReviews/{accessReview-id}/decisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "accessReview_ListDecision", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessReview-id", "Location": "Path" }, { @@ -305885,19 +200298,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", + "Path": "/accessReviews/{accessReview-id}/decisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "accessReview_CreateDecision", "Method": "Post", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessReview-id", "Location": "Path" } ] @@ -305905,23 +200314,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Path": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "accessReview_GetDecision", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReviewDecision-id", "Location": "Path" }, { @@ -305937,23 +200342,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Path": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", + "OperationId": "accessReview_UpdateDecision", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReviewDecision-id", "Location": "Path" } ] @@ -305961,23 +200362,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Path": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", + "OperationId": "accessReview_DeleteDecision", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReviewDecision-id", "Location": "Path" }, { @@ -305989,31 +200386,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", + "Path": "/accessReviews/{accessReview-id}/decisions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", + "OperationId": "accessReview.decision_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -306021,76 +200410,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", + "Path": "/accessReviews/{accessReview-id}/instances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "accessReview_ListInstance", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -306105,23 +200458,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", + "Path": "/accessReviews/{accessReview-id}/instances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", + "OperationId": "accessReview_CreateInstance", "Method": "Post", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id", "Location": "Path" } ] @@ -306129,27 +200474,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", + "OperationId": "accessReview_GetInstance", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReview-id1", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -306157,19 +200502,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", - "Method": "Post", + "OperationId": "accessReview_UpdateInstance", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReview-id1", "Location": "Path" } ] @@ -306177,39 +200522,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/$count", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole_GetCount", - "Method": "Get", + "OperationId": "accessReview_DeleteInstance", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessReview-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "accessReview.instance_ListDecision", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", + "Location": "Path" + }, + { + "Name": "accessReview-id1", "Location": "Path" }, { @@ -306249,15 +200598,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "accessReview.instance_CreateDecision", "Method": "Post", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", + "Location": "Path" + }, + { + "Name": "accessReview-id1", "Location": "Path" } ] @@ -306265,19 +200618,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "accessReview.instance_GetDecision", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", + "Location": "Path" + }, + { + "Name": "accessReview-id1", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReviewDecision-id", "Location": "Path" }, { @@ -306293,19 +200650,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_UpdateAccessPackageResourceScope", + "OperationId": "accessReview.instance_UpdateDecision", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", + "Location": "Path" + }, + { + "Name": "accessReviewDecision-id", "Location": "Path" } ] @@ -306313,19 +200674,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_DeleteAccessPackageResourceScope", + "OperationId": "accessReview.instance_DeleteDecision", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", + "Location": "Path" + }, + { + "Name": "accessReviewDecision-id", "Location": "Path" }, { @@ -306337,27 +200702,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", + "OperationId": "accessReview.instance.decision_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -306365,19 +200730,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/microsoft.graph.applyDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "accessReview.instance_applyDecision", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", "Location": "Path" } ] @@ -306385,71 +200750,79 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/microsoft.graph.resetDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "accessReview.instance_resetDecision", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/microsoft.graph.sendReminder", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", - "Method": "Get", + "OperationId": "accessReview.instance_sendReminder", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/microsoft.graph.stop", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "accessReview.instance_stop", + "Method": "Post", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "accessReview-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessReview-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "accessReview.instance_ListMyDecision", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", "Location": "Path" }, { @@ -306489,19 +200862,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", + "OperationId": "accessReview.instance_CreateMyDecision", "Method": "Post", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", "Location": "Path" } ] @@ -306509,23 +200882,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "accessReview.instance_GetMyDecision", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewDecision-id", "Location": "Path" }, { @@ -306541,23 +200914,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", + "OperationId": "accessReview.instance_UpdateMyDecision", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewDecision-id", "Location": "Path" } ] @@ -306565,23 +200938,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", + "OperationId": "accessReview.instance_DeleteMyDecision", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewDecision-id", "Location": "Path" }, { @@ -306593,31 +200966,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", + "OperationId": "accessReview.instance.myDecision_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReview-id1", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -306625,75 +200994,95 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "accessReview.instance_ListReviewer", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "accessReview.instance_CreateReviewer", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReview-id1", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "accessReview.instance_GetReviewer", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewReviewer-id", "Location": "Path" }, { @@ -306709,23 +201098,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", - "Method": "Post", + "OperationId": "accessReview.instance_UpdateReviewer", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewReviewer-id", "Location": "Path" } ] @@ -306733,63 +201122,71 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", - "Method": "Get", + "OperationId": "accessReview.instance_DeleteReviewer", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewReviewer-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", + "Path": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", - "Method": "Post", + "OperationId": "accessReview.instance.reviewer_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessReview-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/$count", + "Path": "/accessReviews/{accessReview-id}/instances/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope_GetCount", + "OperationId": "accessReview.instance_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" }, { @@ -306805,15 +201202,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/microsoft.graph.refresh", + "Path": "/accessReviews/{accessReview-id}/microsoft.graph.applyDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_refresh", + "OperationId": "accessReview_applyDecision", "Method": "Post", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "accessReview-id", "Location": "Path" } ] @@ -306821,33 +201218,65 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageResources/$count", + "Path": "/accessReviews/{accessReview-id}/microsoft.graph.resetDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_GetCount", - "Method": "Get", + "OperationId": "accessReview_resetDecision", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, + "Name": "accessReview-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/accessReviews/{accessReview-id}/microsoft.graph.sendReminder", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "accessReview_sendReminder", + "Method": "Post", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "accessReview-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages", + "Path": "/accessReviews/{accessReview-id}/microsoft.graph.stop", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAccessPackage", + "OperationId": "accessReview_stop", + "Method": "Post", + "Parameters": [ + { + "Name": "accessReview-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/accessReviews/{accessReview-id}/myDecisions", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "accessReview_ListMyDecision", "Method": "Get", "Parameters": [ + { + "Name": "accessReview-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -306885,26 +201314,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages", + "Path": "/accessReviews/{accessReview-id}/myDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackage", + "OperationId": "accessReview_CreateMyDecision", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessReview-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Path": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAccessPackage", + "OperationId": "accessReview_GetMyDecision", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReview-id", + "Location": "Path" + }, + { + "Name": "accessReviewDecision-id", "Location": "Path" }, { @@ -306920,15 +201358,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Path": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackage", + "OperationId": "accessReview_UpdateMyDecision", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReview-id", + "Location": "Path" + }, + { + "Name": "accessReviewDecision-id", "Location": "Path" } ] @@ -306936,15 +201378,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Path": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackage", + "OperationId": "accessReview_DeleteMyDecision", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReview-id", + "Location": "Path" + }, + { + "Name": "accessReviewDecision-id", "Location": "Path" }, { @@ -306956,15 +201402,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies", + "Path": "/accessReviews/{accessReview-id}/myDecisions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListAccessPackageAssignmentPolicy", + "OperationId": "accessReview.myDecision_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReview-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/accessReviews/{accessReview-id}/reviewers", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "accessReview_ListReviewer", + "Method": "Get", + "Parameters": [ + { + "Name": "accessReview-id", "Location": "Path" }, { @@ -307004,15 +201474,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies", + "Path": "/accessReviews/{accessReview-id}/reviewers", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateAccessPackageAssignmentPolicy", + "OperationId": "accessReview_CreateReviewer", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReview-id", "Location": "Path" } ] @@ -307020,19 +201490,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Path": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetAccessPackageAssignmentPolicy", + "OperationId": "accessReview_GetReviewer", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessReviewReviewer-id", "Location": "Path" }, { @@ -307048,19 +201518,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Path": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_UpdateAccessPackageAssignmentPolicy", + "OperationId": "accessReview_UpdateReviewer", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessReviewReviewer-id", "Location": "Path" } ] @@ -307068,19 +201538,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Path": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteAccessPackageAssignmentPolicy", + "OperationId": "accessReview_DeleteReviewer", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessReviewReviewer-id", "Location": "Path" }, { @@ -307092,27 +201562,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", + "Path": "/accessReviews/{accessReview-id}/reviewers/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_GetAccessPackage", + "OperationId": "accessReview.reviewer_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessReview-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -307120,27 +201586,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog", + "Path": "/accessReviews/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_GetAccessPackageCatalog", + "OperationId": "accessReview_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -307148,21 +201606,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", + "Path": "/agreements", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_ListCustomExtensionHandler", + "OperationId": "agreement_ListAgreement", "Method": "Get", "Parameters": [ - { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -307200,75 +201650,46 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", + "Path": "/agreements", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_CreateCustomExtensionHandler", + "OperationId": "agreement_CreateAgreement", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "Path": "/agreements/{agreement-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_GetCustomExtensionHandler", + "OperationId": "agreement_GetAgreement", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" - }, - { - "Name": "customExtensionHandler-id", + "Name": "agreement-id", "Location": "Path" }, { "Name": "$select", "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "Path": "/agreements/{agreement-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_UpdateCustomExtensionHandler", + "OperationId": "agreement_UpdateAgreement", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" - }, - { - "Name": "customExtensionHandler-id", + "Name": "agreement-id", "Location": "Path" } ] @@ -307276,23 +201697,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "Path": "/agreements/{agreement-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_DeleteCustomExtensionHandler", + "OperationId": "agreement_DeleteAgreement", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" - }, - { - "Name": "customExtensionHandler-id", + "Name": "agreement-id", "Location": "Path" }, { @@ -307304,24 +201717,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}/customExtension", + "Path": "/agreements/{agreement-id}/acceptances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy.customExtensionHandler_GetCustomExtension", + "OperationId": "agreement_ListAcceptance", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "customExtensionHandler-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -307336,73 +201765,37 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/$count", + "Path": "/agreements/{agreement-id}/acceptances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy.customExtensionHandler_GetCount", - "Method": "Get", + "OperationId": "agreement_CreateAcceptance", + "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "agreement-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Path": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_ListCustomExtensionStageSetting", + "OperationId": "agreement_GetAcceptance", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "agreementAcceptance-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -307416,19 +201809,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Path": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_CreateCustomExtensionStageSetting", - "Method": "Post", + "OperationId": "agreement_UpdateAcceptance", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "agreementAcceptance-id", "Location": "Path" } ] @@ -307436,31 +201829,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Path": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_GetCustomExtensionStageSetting", - "Method": "Get", + "OperationId": "agreement_DeleteAcceptance", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "agreementAcceptance-id", "Location": "Path" }, { - "Name": "customExtensionStageSetting-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/agreements/{agreement-id}/acceptances/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "agreement.acceptance_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "agreement-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -307468,47 +201877,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Path": "/agreements/{agreement-id}/file", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_UpdateCustomExtensionStageSetting", - "Method": "Patch", + "OperationId": "agreement_GetFile", + "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "customExtensionStageSetting-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Path": "/agreements/{agreement-id}/file", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_DeleteCustomExtensionStageSetting", - "Method": "Delete", + "OperationId": "agreement_UpdateFile", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "agreement-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/agreements/{agreement-id}/file", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "agreement_DeleteFile", + "Method": "Delete", + "Parameters": [ { - "Name": "customExtensionStageSetting-id", + "Name": "agreement-id", "Location": "Path" }, { @@ -307520,24 +201937,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", + "Path": "/agreements/{agreement-id}/file/localizations", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCustomExtension", + "OperationId": "agreement.file_ListLocalization", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "customExtensionStageSetting-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -307552,27 +201985,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", + "Path": "/agreements/{agreement-id}/file/localizations", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCount", + "OperationId": "agreement.file_CreateLocalization", + "Method": "Post", + "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "agreement.file_GetLocalization", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -307580,63 +202029,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/$count", + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_GetCount", - "Method": "Get", + "OperationId": "agreement.file_UpdateLocalization", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "agreementFileLocalization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageCatalog", + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetAccessPackageCatalog", - "Method": "Get", + "OperationId": "agreement.file_DeleteLocalization", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "agreementFileLocalization-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListAccessPackageResourceRoleScope", + "OperationId": "agreement.file.localization_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", "Location": "Path" }, { @@ -307676,15 +202125,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateAccessPackageResourceRoleScope", + "OperationId": "agreement.file.localization_CreateVersion", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", "Location": "Path" } ] @@ -307692,19 +202145,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetAccessPackageResourceRoleScope", + "OperationId": "agreement.file.localization_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, + { + "Name": "agreementFileVersion-id", "Location": "Path" }, { @@ -307720,19 +202177,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_UpdateAccessPackageResourceRoleScope", + "OperationId": "agreement.file.localization_UpdateVersion", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, + { + "Name": "agreementFileVersion-id", "Location": "Path" } ] @@ -307740,19 +202201,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteAccessPackageResourceRoleScope", + "OperationId": "agreement.file.localization_DeleteVersion", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, + { + "Name": "agreementFileVersion-id", "Location": "Path" }, { @@ -307764,27 +202229,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope_GetAccessPackageResourceRole", + "OperationId": "agreement.file.localization.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -307792,63 +202257,107 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", + "Path": "/agreements/{agreement-id}/file/localizations/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope_UpdateAccessPackageResourceRole", - "Method": "Patch", + "OperationId": "agreement.file.localization_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", + "Path": "/agreements/{agreement-id}/files", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope_DeleteAccessPackageResourceRole", - "Method": "Delete", + "OperationId": "agreement_ListFile", + "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", + "Path": "/agreements/{agreement-id}/files", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole_GetAccessPackageResource", + "OperationId": "agreement_CreateFile", + "Method": "Post", + "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "agreement_GetFile", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { @@ -307864,19 +202373,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole_UpdateAccessPackageResource", + "OperationId": "agreement_UpdateFile", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "agreementFileLocalization-id", "Location": "Path" } ] @@ -307884,19 +202393,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole_DeleteAccessPackageResource", + "OperationId": "agreement_DeleteFile", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { @@ -307908,47 +202417,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "agreement.file_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { @@ -307988,19 +202469,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceRole", + "OperationId": "agreement.file_CreateVersion", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "agreementFileLocalization-id", "Location": "Path" } ] @@ -308008,23 +202489,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "agreement.file_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "agreementFileVersion-id", "Location": "Path" }, { @@ -308040,23 +202521,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceRole", + "OperationId": "agreement.file_UpdateVersion", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "agreementFileVersion-id", "Location": "Path" } ] @@ -308064,23 +202545,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceRole", + "OperationId": "agreement.file_DeleteVersion", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "agreementFileVersion-id", "Location": "Path" }, { @@ -308092,19 +202573,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/$count", + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "agreement.file.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { @@ -308120,21 +202601,37 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", + "Path": "/agreements/{agreement-id}/files/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "agreement.file_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/businessFlowTemplates", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "businessFlowTemplate_ListBusinessFlowTemplate", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -308172,43 +202669,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", + "Path": "/businessFlowTemplates", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "businessFlowTemplate_CreateBusinessFlowTemplate", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Path": "/businessFlowTemplates/{businessFlowTemplate-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "businessFlowTemplate_GetBusinessFlowTemplate", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "businessFlowTemplate-id", "Location": "Path" }, { @@ -308224,23 +202704,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Path": "/businessFlowTemplates/{businessFlowTemplate-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", + "OperationId": "businessFlowTemplate_UpdateBusinessFlowTemplate", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "businessFlowTemplate-id", "Location": "Path" } ] @@ -308248,23 +202720,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Path": "/businessFlowTemplates/{businessFlowTemplate-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", + "OperationId": "businessFlowTemplate_DeleteBusinessFlowTemplate", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "businessFlowTemplate-id", "Location": "Path" }, { @@ -308276,31 +202740,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", + "Path": "/businessFlowTemplates/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", + "OperationId": "businessFlowTemplate_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -308308,77 +202760,44 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", + "Path": "/identityGovernance", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "identityGovernance_GetIdentityGovernance", + "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", + "Path": "/identityGovernance", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "identityGovernance_UpdateIdentityGovernance", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", + "Path": "/identityGovernance/accessReviews", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "OperationId": "identityGovernance_GetAccessReview", "Method": "Get", "Parameters": [ - { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -308392,25 +202811,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", + "Path": "/identityGovernance/accessReviews", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", - "Method": "Get", + "OperationId": "identityGovernance_UpdateAccessReview", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance_DeleteAccessReview", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/decisions", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview_ListDecision", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -308448,51 +202882,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", + "Path": "/identityGovernance/accessReviews/decisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", + "OperationId": "identityGovernance.accessReview_CreateDecision", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "identityGovernance.accessReview_GetDecision", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { @@ -308508,27 +202917,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", + "OperationId": "identityGovernance.accessReview_UpdateDecision", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" } ] @@ -308536,27 +202933,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", + "OperationId": "identityGovernance.accessReview_DeleteDecision", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { @@ -308568,24 +202953,24 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "identityGovernance.accessReview.decision_ListInsight", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -308594,57 +202979,21 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackage-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -308652,19 +203001,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/microsoft.graph.refresh", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_refresh", + "OperationId": "identityGovernance.accessReview.decision_CreateInsight", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" } ] @@ -308672,19 +203017,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope_GetAccessPackageResourceScope", + "OperationId": "identityGovernance.accessReview.decision_GetInsight", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "governanceInsight-id", "Location": "Path" }, { @@ -308700,19 +203045,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope_UpdateAccessPackageResourceScope", + "OperationId": "identityGovernance.accessReview.decision_UpdateInsight", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "governanceInsight-id", "Location": "Path" } ] @@ -308720,19 +203065,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope_DeleteAccessPackageResourceScope", + "OperationId": "identityGovernance.accessReview.decision_DeleteInsight", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "governanceInsight-id", "Location": "Path" }, { @@ -308744,27 +203089,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope_GetAccessPackageResource", + "OperationId": "identityGovernance.accessReview.decision.insight_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -308772,91 +203113,75 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "identityGovernance.accessReview.decision_GetInstance", + "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "identityGovernance.accessReview.decision_UpdateInstance", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.decision_DeleteInstance", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", + "OperationId": "identityGovernance.accessReview.decision.instance_ListContactedReviewer", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { @@ -308896,19 +203221,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", + "OperationId": "identityGovernance.accessReview.decision.instance_CreateContactedReviewer", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" } ] @@ -308916,23 +203237,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", + "OperationId": "identityGovernance.accessReview.decision.instance_GetContactedReviewer", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewReviewer-id", "Location": "Path" }, { @@ -308948,23 +203265,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", + "OperationId": "identityGovernance.accessReview.decision.instance_UpdateContactedReviewer", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewReviewer-id", "Location": "Path" } ] @@ -308972,23 +203285,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", + "OperationId": "identityGovernance.accessReview.decision.instance_DeleteContactedReviewer", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewReviewer-id", "Location": "Path" }, { @@ -309000,25 +203309,65 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", + "OperationId": "identityGovernance.accessReview.decision.instance.contactedReviewer_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.decision.instance_ListDecision", + "Method": "Get", + "Parameters": [ + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -309032,23 +203381,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", - "Method": "Patch", + "OperationId": "identityGovernance.accessReview.decision.instance_CreateDecision", + "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" } ] @@ -309056,83 +203397,91 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", - "Method": "Delete", + "OperationId": "identityGovernance.accessReview.decision.instance_GetDecision", + "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id1", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.decision.instance_UpdateDecision", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id1", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.decision.instance_DeleteDecision", + "Method": "Delete", + "Parameters": [ { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "identityGovernance.accessReview.decision.instance.decision_ListInsight", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewInstanceDecisionItem-id1", "Location": "Path" }, { @@ -309172,23 +203521,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "identityGovernance.accessReview.decision.instance.decision_CreateInsight", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewInstanceDecisionItem-id1", "Location": "Path" } ] @@ -309196,27 +203541,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "identityGovernance.accessReview.decision.instance.decision_GetInsight", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewInstanceDecisionItem-id1", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "governanceInsight-id", "Location": "Path" }, { @@ -309232,27 +203573,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", + "OperationId": "identityGovernance.accessReview.decision.instance.decision_UpdateInsight", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewInstanceDecisionItem-id1", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "governanceInsight-id", "Location": "Path" } ] @@ -309260,27 +203597,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", + "OperationId": "identityGovernance.accessReview.decision.instance.decision_DeleteInsight", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewInstanceDecisionItem-id1", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "governanceInsight-id", "Location": "Path" }, { @@ -309292,23 +203625,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", + "OperationId": "identityGovernance.accessReview.decision.instance.decision.insight_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessReviewInstanceDecisionItem-id1", "Location": "Path" }, { @@ -309324,43 +203653,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/$count", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "OperationId": "identityGovernance.accessReview.decision.instance.decision_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { @@ -309376,19 +203677,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceScope", + "OperationId": "identityGovernance.accessReview.decision.instance.decision_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "on", "Location": "Path" }, { @@ -309412,11 +203713,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -309428,19 +203729,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/microsoft.graph.recordAllDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceScope", + "OperationId": "identityGovernance.accessReview.decision.instance.decision_recordAllDecision", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" } ] @@ -309448,23 +203745,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceScope", + "OperationId": "identityGovernance.accessReview.decision.instance_GetDefinition", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { @@ -309480,23 +203769,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.acceptRecommendations", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceScope", - "Method": "Patch", + "OperationId": "identityGovernance.accessReview.decision.instance_acceptRecommendation", + "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" } ] @@ -309504,75 +203785,79 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceScope", - "Method": "Delete", + "OperationId": "identityGovernance.accessReview.decision.instance_applyDecision", + "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/$count", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceScope_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.decision.instance_batchRecordDecision", + "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.resetDecisions", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.decision.instance_resetDecision", + "Method": "Post", + "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/microsoft.graph.refresh", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.sendReminder", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_refresh", + "OperationId": "identityGovernance.accessReview.decision.instance_sendReminder", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stop", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.decision.instance_stop", + "Method": "Post", + "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" } ] @@ -309580,39 +203865,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/$count", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stopApplyDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.decision.instance_stopApplyDecision", + "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListAccessPackagesIncompatibleGraphWPre", + "OperationId": "identityGovernance.accessReview.decision.instance_ListStage", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { @@ -309652,19 +203929,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetAccessPackagesIncompatibleGraphWPre", + "OperationId": "identityGovernance.accessReview.decision.instance_CreateStage", + "Method": "Post", + "Parameters": [ + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.decision.instance_GetStage", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackage-id1", + "Name": "accessReviewStage-id", "Location": "Path" }, { @@ -309680,39 +203973,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/$count", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackagesIncompatibleWith_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.decision.instance_UpdateStage", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewStage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.decision.instance_DeleteStage", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackage", + "OperationId": "identityGovernance.accessReview.decision.instance.stage_ListDecision", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", "Location": "Path" }, { @@ -309752,63 +204069,127 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.decision.instance.stage_CreateDecision", + "Method": "Post", + "Parameters": [ + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.decision.instance.stage_GetDecision", + "Method": "Get", + "Parameters": [ + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleAccessPackage_DeleteAccessPackageGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.accessReview.decision.instance.stage_UpdateDecision", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "accessPackage-id1", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$count", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleAccessPackage_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.decision.instance.stage_DeleteDecision", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewStage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackageGraphBPreRef", + "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_ListInsight", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", "Location": "Path" }, { @@ -309834,86 +204215,66 @@ { "Name": "$orderby", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleAccessPackageGraphBPreRef", - "Method": "Post", - "Parameters": [ + }, { - "Name": "accessPackage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleAccessPackageGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_CreateInsight", + "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessReviewStage-id", + "Location": "Path" }, { - "Name": "@id", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroup", + "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_GetInsight", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewStage-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "governanceInsight-id", + "Location": "Path" }, { "Name": "$select", @@ -309928,95 +204289,83 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_DeleteGroupGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_UpdateInsight", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" + }, + { + "Name": "governanceInsight-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/serviceProvisioningErrors", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_DeleteInsight", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "governanceInsight-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision.insight_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", "Location": "Path" }, { @@ -310032,15 +204381,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$count", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_GetCount", + "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", "Location": "Path" }, { @@ -310056,15 +204409,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroupGraphBPreRef", + "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "on", "Location": "Path" }, { @@ -310088,47 +204449,15 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleGroupGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleGroupGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackage-id", - "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "@id", + "Name": "$expand", "Location": "Query" } ] @@ -310136,15 +204465,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/microsoft.graph.getApplicablePolicyRequirements", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/microsoft.graph.recordAllDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_getApplicablePolicyRequirement", + "OperationId": "identityGovernance.accessReview.decision.instance.stage.decision_recordAllDecision", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", "Location": "Path" } ] @@ -310152,15 +204485,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/microsoft.graph.moveToCatalog", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/microsoft.graph.stop", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_moveToCatalog", + "OperationId": "identityGovernance.accessReview.decision.instance.stage_stop", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", "Location": "Path" } ] @@ -310168,13 +204505,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/$count", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetCount", + "OperationId": "identityGovernance.accessReview.decision.instance.stage_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -310188,13 +204529,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.accessReview.decision.instance.stage_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, { "Name": "on", "Location": "Path" @@ -310236,13 +204581,37 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/microsoft.graph.Search()", + "Path": "/identityGovernance/accessReviews/decisions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_Search", + "OperationId": "identityGovernance.accessReview.decision_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.decision_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ + { + "Name": "on", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -310280,11 +204649,22 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests", + "Path": "/identityGovernance/accessReviews/decisions/microsoft.graph.recordAllDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAssignmentRequest", + "OperationId": "identityGovernance.accessReview.decision_recordAllDecision", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview_ListDefinition", "Method": "Get", "Parameters": [ { @@ -310324,26 +204704,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests", + "Path": "/identityGovernance/accessReviews/definitions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAssignmentRequest", + "OperationId": "identityGovernance.accessReview_CreateDefinition", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAssignmentRequest", + "OperationId": "identityGovernance.accessReview_GetDefinition", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { @@ -310359,15 +204739,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateAssignmentRequest", - "Method": "Patch", + "OperationId": "identityGovernance.accessReview_SetDefinition", + "Method": "Put", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" } ] @@ -310375,15 +204755,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAssignmentRequest", + "OperationId": "identityGovernance.accessReview_DeleteDefinition", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { @@ -310395,17 +204775,41 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetAccessPackage", + "OperationId": "identityGovernance.accessReview.definition_ListInstance", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -310419,15 +204823,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetAccessPackageAssignment", + "OperationId": "identityGovernance.accessReview.definition_CreateInstance", + "Method": "Post", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition_GetInstance", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", "Location": "Path" }, { @@ -310443,15 +204867,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_cancel", - "Method": "Post", + "OperationId": "identityGovernance.accessReview.definition_UpdateInstance", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", "Location": "Path" } ] @@ -310459,31 +204887,95 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.reprocess", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_reprocess", - "Method": "Post", + "OperationId": "identityGovernance.accessReview.definition_DeleteInstance", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.resume", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_resume", + "OperationId": "identityGovernance.accessReview.definition.instance_ListContactedReviewer", + "Method": "Get", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition.instance_CreateContactedReviewer", "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", "Location": "Path" } ] @@ -310491,15 +204983,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetRequestor", + "OperationId": "identityGovernance.accessReview.definition.instance_GetContactedReviewer", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewReviewer-id", "Location": "Path" }, { @@ -310515,15 +205015,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_UpdateRequestor", + "OperationId": "identityGovernance.accessReview.definition.instance_UpdateContactedReviewer", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewReviewer-id", "Location": "Path" } ] @@ -310531,15 +205039,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_DeleteRequestor", + "OperationId": "identityGovernance.accessReview.definition.instance_DeleteContactedReviewer", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewReviewer-id", "Location": "Path" }, { @@ -310551,23 +205067,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest.requestor_GetConnectedOrganization", + "OperationId": "identityGovernance.accessReview.definition.instance.contactedReviewer_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$select", + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -310575,13 +205095,29 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetCount", + "OperationId": "identityGovernance.accessReview.definition.instance_ListDecision", "Method": "Get", "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -310589,67 +205125,151 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.accessReview.definition.instance_CreateDecision", + "Method": "Post", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition.instance_GetDecision", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition.instance_UpdateDecision", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition.instance_DeleteDecision", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListConnectedOrganization", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_ListInsight", "Method": "Get", "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -310687,26 +205307,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateConnectedOrganization", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_CreateInsight", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetConnectedOrganization", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_GetInsight", "Method": "Get", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "governanceInsight-id", "Location": "Path" }, { @@ -310722,15 +205367,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateConnectedOrganization", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_UpdateInsight", "Method": "Patch", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "governanceInsight-id", "Location": "Path" } ] @@ -310738,15 +205395,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteConnectedOrganization", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_DeleteInsight", "Method": "Delete", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "governanceInsight-id", "Location": "Path" }, { @@ -310758,24 +205427,24 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListExternalSponsor", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.insight_GetCount", "Method": "Get", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { "Name": "$search", @@ -310784,14 +205453,30 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition.instance.decision_GetInstance", + "Method": "Get", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { "Name": "$select", @@ -310806,63 +205491,75 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.externalSponsor_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_UpdateInstance", + "Method": "Patch", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.externalSponsor_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_DeleteInstance", + "Method": "Delete", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListExternalSponsorGraphBPreRef", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_ListContactedReviewer", "Method": "Get", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { @@ -310888,21 +205585,37 @@ { "Name": "$orderby", "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_CreateExternalSponsorGraphBPreRef", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_CreateContactedReviewer", "Method": "Post", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" } ] @@ -310910,23 +205623,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_DeleteExternalSponsorGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_GetContactedReviewer", + "Method": "Get", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "@id", + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewReviewer-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -310934,95 +205659,123 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListInternalSponsor", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_UpdateContactedReviewer", + "Method": "Patch", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, + "Name": "accessReviewReviewer-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_DeleteContactedReviewer", + "Method": "Delete", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewReviewer-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.internalSponsor_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.contactedReviewer_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.internalSponsor_GetCount", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_GetDefinition", "Method": "Get", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -311030,55 +205783,71 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.acceptRecommendations", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_acceptRecommendation", + "Method": "Post", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListInternalSponsorGraphBPreRef", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_applyDecision", + "Method": "Post", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_CreateInternalSponsorGraphBPreRef", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_batchRecordDecision", "Method": "Post", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" } ] @@ -311086,104 +205855,121 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.resetDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_DeleteInternalSponsorGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_resetDecision", + "Method": "Post", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "@id", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.sendReminder", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_sendReminder", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/settings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stop", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetSetting", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_stop", + "Method": "Post", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/settings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateSetting", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/settings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stopApplyDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteSetting", - "Method": "Delete", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_stopApplyDecision", + "Method": "Post", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/subjects", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListSubject", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_ListStage", "Method": "Get", "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -311221,26 +206007,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/subjects", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateSubject", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_CreateStage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetSubject", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_GetStage", "Method": "Get", "Parameters": [ { - "Name": "accessPackageSubject-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", "Location": "Path" }, { @@ -311256,15 +206067,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateSubject", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_UpdateStage", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageSubject-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", "Location": "Path" } ] @@ -311272,15 +206095,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteSubject", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance_DeleteStage", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageSubject-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", "Location": "Path" }, { @@ -311292,40 +206127,52 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.subject_GetConnectedOrganization", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_ListDecision", "Method": "Get", "Parameters": [ { - "Name": "accessPackageSubject-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$select", + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/subjects(objectId=\u0027{objectId}\u0027)", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.subject_GetGraphBPreObjectId", - "Method": "Get", - "Parameters": [ + }, { - "Name": "objectId", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -311340,69 +206187,61 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/subjects(objectId=\u0027{objectId}\u0027)", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.subject_UpdateGraphBPreObjectId", - "Method": "Patch", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_CreateDecision", + "Method": "Post", "Parameters": [ { - "Name": "objectId", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/subjects(objectId=\u0027{objectId}\u0027)", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.subject_DeleteGraphBPreObjectId", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "objectId", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/subjects/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.subject_GetCount", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_GetDecision", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_GetLifecycleWorkflow", - "Method": "Get", - "Parameters": [ + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -311416,24 +206255,65 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance_UpdateLifecycleWorkflow", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_UpdateDecision", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance_DeleteLifecycleWorkflow", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_DeleteDecision", "Method": "Delete", "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -311443,13 +206323,33 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_ListCustomTaskExtension", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_ListInsight", "Method": "Get", "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -311487,26 +206387,67 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_CreateCustomTaskExtension", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_CreateInsight", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_GetCustomTaskExtension", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_GetInsight", "Method": "Get", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" + }, + { + "Name": "governanceInsight-id", "Location": "Path" }, { @@ -311522,15 +206463,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_UpdateCustomTaskExtension", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_UpdateInsight", "Method": "Patch", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" + }, + { + "Name": "governanceInsight-id", "Location": "Path" } ] @@ -311538,15 +206499,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_DeleteCustomTaskExtension", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_DeleteInsight", "Method": "Delete", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" + }, + { + "Name": "governanceInsight-id", "Location": "Path" }, { @@ -311558,23 +206539,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension_GetCreatedGraphBPre", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision.insight_GetCount", "Method": "Get", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$select", + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -311582,23 +206579,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy_GetMailboxSetting", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_GetCount", "Method": "Get", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$select", + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -311606,31 +206615,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_filterGraphBPreCurrentUser", + "Method": "Get", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ + }, { - "Name": "customTaskExtension-id", + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "on", "Location": "Path" }, { @@ -311654,11 +206663,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -311670,71 +206679,87 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/microsoft.graph.recordAllDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_recordAllDecision", + "Method": "Post", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/microsoft.graph.stop", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension_GetLastModifiedGraphBPre", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_stop", + "Method": "Post", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy_GetMailboxSetting", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_GetCount", "Method": "Get", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$select", + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -311742,31 +206767,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.instance.stage_filterGraphBPreCurrentUser", + "Method": "Get", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ + }, { - "Name": "customTaskExtension-id", + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "on", "Location": "Path" }, { @@ -311790,11 +206811,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -311806,15 +206827,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_GetCount", "Method": "Get", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", "Location": "Path" }, { @@ -311830,13 +206855,33 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension_GetCount", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "on", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -311844,23 +206889,19 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_GetDeletedItem", - "Method": "Get", - "Parameters": [ + }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -311870,52 +206911,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/microsoft.graph.recordAllDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_DeleteDeletedItem", - "Method": "Delete", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_recordAllDecision", + "Method": "Post", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem_ListWorkflow", + "OperationId": "identityGovernance.accessReview.definition.instance_GetDefinition", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { "Name": "$select", @@ -311930,107 +206959,99 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.acceptRecommendations", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem_GetWorkflow", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance_acceptRecommendation", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem_DeleteWorkflow", - "Method": "Delete", + "OperationId": "identityGovernance.accessReview.definition.instance_applyDecision", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessReviewInstance-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetCreatedGraphBPre", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance_batchRecordDecision", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.resetDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance_resetDecision", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.sendReminder", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.accessReview.definition.instance_sendReminder", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", "Location": "Path" } ] @@ -312038,87 +207059,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.stop", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance_stop", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.stopApplyDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance_stopApplyDecision", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListExecutionScope", + "OperationId": "identityGovernance.accessReview.definition.instance_ListStage", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", "Location": "Path" }, { @@ -312158,67 +207151,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetExecutionScope", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance_CreateStage", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewInstance-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.executionScope_GetCount", + "OperationId": "identityGovernance.accessReview.definition.instance_GetStage", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetLastModifiedGraphBPre", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { @@ -312234,55 +207203,75 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance_UpdateStage", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewStage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.accessReview.definition.instance_DeleteStage", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy_ListServiceProvisioningError", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_ListDecision", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", "Location": "Path" }, { @@ -312322,55 +207311,87 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_CreateDecision", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewStage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.activate", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_activate", - "Method": "Post", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_GetDecision", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_createNewVersion", - "Method": "Post", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_UpdateDecision", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" } ] @@ -312378,31 +207399,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.restore", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_restore", - "Method": "Post", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_DeleteDecision", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListRun", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_ListInsight", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { @@ -312442,72 +207491,60 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetRun", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_CreateInsight", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewStage-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_ListTaskProcessingResult", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_GetInsight", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewStage-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "governanceInsight-id", + "Location": "Path" }, { "Name": "$select", @@ -312522,87 +207559,103 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_GetTaskProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_UpdateInsight", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "governanceInsight-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_DeleteInsight", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "governanceInsight-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_GetSubject", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.insight_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -312610,23 +207663,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_GetInstance", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { @@ -312642,23 +207699,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject_UpdateMailboxSetting", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_UpdateInstance", "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" } ] @@ -312666,23 +207727,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_DeleteInstance", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_ListContactedReviewer", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { @@ -312722,55 +207819,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_CreateContactedReviewer", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_GetTask", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_GetContactedReviewer", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewReviewer-id", "Location": "Path" }, { @@ -312786,19 +207887,95 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_GetCount", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_UpdateContactedReviewer", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewReviewer-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_DeleteContactedReviewer", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewReviewer-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.contactedReviewer_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { @@ -312814,19 +207991,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_ListUserProcessingResult", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_ListDecision", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { @@ -312866,55 +208051,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_GetUserProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_CreateDecision", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_GetSubject", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_GetDecision", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", "Location": "Path" }, { @@ -312930,79 +208119,99 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_UpdateDecision", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_DeleteDecision", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_ListInsight", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", "Location": "Path" }, { @@ -313042,80 +208251,68 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_CreateInsight", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_ListTaskProcessingResult", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_GetInsight", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "governanceInsight-id", + "Location": "Path" }, { "Name": "$select", @@ -313130,99 +208327,115 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_GetTaskProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_UpdateInsight", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "governanceInsight-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_DeleteInsight", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" + }, + { + "Name": "governanceInsight-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_GetSubject", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision.insight_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "$select", + "Name": "accessReviewInstanceDecisionItem-id1", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -313230,35 +208443,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -313266,55 +208479,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_filterGraphBPreCurrentUser", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "on", "Location": "Path" }, { @@ -313338,11 +208527,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -313354,63 +208543,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/microsoft.graph.recordAllDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_recordAllDecision", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_GetTask", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_GetDefinition", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { @@ -313426,87 +208607,83 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.acceptRecommendations", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_acceptRecommendation", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_applyDecision", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewStage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_summary", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_batchRecordDecision", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" } ] @@ -313514,47 +208691,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.resetDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_resetDecision", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_summary", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" } ] @@ -313562,131 +208719,115 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.sendReminder", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListTaskReport", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_sendReminder", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewStage-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stop", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetTaskReport", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_stop", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "taskReport-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewStage-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stopApplyDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetTask", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.instance_stopApplyDecision", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "taskReport-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewStage-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetTaskDefinition", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "taskReport-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "$select", + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -313694,19 +208835,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_ListTaskProcessingResult", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "taskReport-id", + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "on", "Location": "Path" }, { @@ -313729,44 +208878,12 @@ "Name": "$count", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetTaskProcessingResult", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -313778,135 +208895,99 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/microsoft.graph.recordAllDecisions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_resume", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_recordAllDecision", "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_GetSubject", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewStage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/microsoft.graph.stop", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_stop", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "taskReport-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewStage-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "taskReport-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "taskReport-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "on", "Location": "Path" }, { @@ -313930,11 +209011,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -313946,23 +209027,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.accessReview.definition.instance_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { @@ -313978,29 +209051,49 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_GetTask", + "OperationId": "identityGovernance.accessReview.definition.instance_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "taskReport-id", + "Name": "on", "Location": "Path" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -314010,45 +209103,29 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/microsoft.graph.stop", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition_stop", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/$count", + "Path": "/identityGovernance/accessReviews/definitions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetCount", + "OperationId": "identityGovernance.accessReview.definition_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -314062,41 +209139,61 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Path": "/identityGovernance/accessReviews/definitions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_summary", + "OperationId": "identityGovernance.accessReview.definition_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "on", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "endDateTime", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "Path": "/identityGovernance/accessReviews/historyDefinitions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListTask", + "OperationId": "identityGovernance.accessReview_ListHistoryDefinition", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -314134,35 +209231,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "Path": "/identityGovernance/accessReviews/historyDefinitions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_CreateTask", + "OperationId": "identityGovernance.accessReview_CreateHistoryDefinition", "Method": "Post", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetTask", + "OperationId": "identityGovernance.accessReview_GetHistoryDefinition", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" }, { @@ -314178,19 +209266,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_UpdateTask", + "OperationId": "identityGovernance.accessReview_UpdateHistoryDefinition", "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" } ] @@ -314198,19 +209282,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_DeleteTask", + "OperationId": "identityGovernance.accessReview_DeleteHistoryDefinition", "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" }, { @@ -314222,19 +209302,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task_ListTaskProcessingResult", + "OperationId": "identityGovernance.accessReview.historyDefinition_ListInstance", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" }, { @@ -314274,23 +209350,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task_GetTaskProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.historyDefinition_CreateInstance", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.historyDefinition_GetInstance", + "Method": "Get", + "Parameters": [ { - "Name": "task-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewHistoryInstance-id", "Location": "Path" }, { @@ -314306,55 +209394,87 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "identityGovernance.accessReview.historyDefinition_UpdateInstance", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessReviewHistoryInstance-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.historyDefinition_DeleteInstance", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessReviewHistoryInstance-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/microsoft.graph.generateDownloadUri", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_GetSubject", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.historyDefinition.instance_generateDownloadUri", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessReviewHistoryInstance-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.historyDefinition.instance_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "taskProcessingResult-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -314362,25 +209482,33 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/accessReviews/historyDefinitions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "identityGovernance.accessReview.historyDefinition_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/policy", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview_GetPolicy", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -314394,49 +209522,87 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/accessReviews/policy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject_UpdateMailboxSetting", + "OperationId": "identityGovernance.accessReview_UpdatePolicy", "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/policy", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview_DeletePolicy", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/appConsent", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance_GetAppConsent", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "task-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/appConsent", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance_UpdateAppConsent", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/appConsent", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance_DeleteAppConsent", + "Method": "Delete", + "Parameters": [ { - "Name": "taskProcessingResult-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/appConsent/appConsentRequests", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.appConsent_ListAppConsentRequest", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -314474,55 +209640,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/appConsent/appConsentRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "identityGovernance.appConsent_CreateAppConsentRequest", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_GetTask", + "OperationId": "identityGovernance.appConsent_GetAppConsentRequest", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { @@ -314538,67 +209675,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.appConsent_UpdateAppConsentRequest", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "appConsentRequest-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/$count", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.appConsent_DeleteAppConsentRequest", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListUserProcessingResult", + "OperationId": "identityGovernance.appConsent.appConsentRequest_ListUserConsentRequest", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { @@ -314638,47 +209759,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetUserProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.appConsent.appConsentRequest_CreateUserConsentRequest", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "appConsentRequest-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_GetSubject", + "OperationId": "identityGovernance.appConsent.appConsentRequest_GetUserConsentRequest", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "userConsentRequest-id", "Location": "Path" }, { @@ -314694,93 +209803,65 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.appConsent.appConsentRequest_UpdateUserConsentRequest", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "userConsentRequest-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.appConsent.appConsentRequest_DeleteUserConsentRequest", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "userConsentRequest-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_GetApproval", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "userConsentRequest-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -314794,47 +209875,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_UpdateApproval", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "userConsentRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_DeleteApproval", + "Method": "Delete", + "Parameters": [ + { + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "userConsentRequest-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_ListTaskProcessingResult", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_ListStep", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "userConsentRequest-id", "Location": "Path" }, { @@ -314874,23 +209971,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_GetTaskProcessingResult", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_CreateStep", + "Method": "Post", + "Parameters": [ + { + "Name": "appConsentRequest-id", + "Location": "Path" + }, + { + "Name": "userConsentRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_GetStep", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "userConsentRequest-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "approvalStep-id", "Location": "Path" }, { @@ -314906,23 +210023,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_UpdateStep", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "userConsentRequest-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "approvalStep-id", "Location": "Path" } ] @@ -314930,63 +210047,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_GetSubject", - "Method": "Get", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_DeleteStep", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "userConsentRequest-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "approvalStep-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval.step_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "userConsentRequest-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -314994,47 +210103,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "on", "Location": "Path" }, { @@ -315058,11 +210163,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -315074,25 +210179,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/appConsent/appConsentRequests/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.appConsent.appConsentRequest_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -315106,59 +210199,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_GetTask", + "OperationId": "identityGovernance.appConsent.appConsentRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "on", "Location": "Path" }, { - "Name": "userProcessingResult-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "workflow-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "userProcessingResult-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -315166,23 +210247,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/$count", + "Path": "/identityGovernance/entitlementManagement", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_GetCount", + "OperationId": "identityGovernance_GetEntitlementManagement", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -315190,41 +210267,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Path": "/identityGovernance/entitlementManagement", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_summary", - "Method": "Get", + "OperationId": "identityGovernance_UpdateEntitlementManagement", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance_DeleteEntitlementManagement", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListVersion", + "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageAssignmentApproval", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -315262,47 +210338,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageAssignmentApproval", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetCreatedGraphBPre", + "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageAssignmentApproval", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "approval-id", "Location": "Path" }, { @@ -315318,67 +210373,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageAssignmentApproval", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "approval-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageAssignmentApproval", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_ListStep", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "approval-id", "Location": "Path" }, { @@ -315418,27 +210457,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_CreateStep", + "Method": "Post", + "Parameters": [ + { + "Name": "approval-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_GetStep", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "approvalStep-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -315446,55 +210501,67 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetLastModifiedGraphBPre", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_UpdateStep", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "approvalStep-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_DeleteStep", + "Method": "Delete", + "Parameters": [ + { + "Name": "approval-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "approvalStep-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy_GetMailboxSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval.step_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "approval-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -315502,39 +210569,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", "Module": "Identity.Governance" }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy_UpdateMailboxSetting", - "Method": "Patch", + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "workflowVersion-versionNumber", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "on", "Location": "Path" }, { @@ -315557,44 +210620,16 @@ "Name": "$count", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -315602,21 +210637,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_ListTask", + "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageAssignmentPolicy", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -315654,43 +210681,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_CreateTask", + "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageAssignmentPolicy", "Method": "Post", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetTask", + "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageAssignmentPolicy", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -315706,23 +210716,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_UpdateTask", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement_SetAccessPackageAssignmentPolicy", + "Method": "Put", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" } ] @@ -315730,51 +210732,83 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_DeleteTask", + "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageAssignmentPolicy", "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_GetAccessPackage", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "task-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task_ListTaskProcessingResult", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_GetAccessPackageCatalog", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "task-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_ListCustomExtensionHandler", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -315814,27 +210848,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task_GetTaskProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_CreateCustomExtensionHandler", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_GetCustomExtensionHandler", + "Method": "Get", + "Parameters": [ { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "customExtensionHandler-id", "Location": "Path" }, { @@ -315850,27 +210892,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_UpdateCustomExtensionHandler", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "customExtensionHandler-id", "Location": "Path" } ] @@ -315878,63 +210912,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_GetSubject", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_DeleteCustomExtensionHandler", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "customExtensionHandler-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}/customExtension", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy.customExtensionHandler_GetCustomExtension", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "customExtensionHandler-id", "Location": "Path" }, { @@ -315950,55 +210964,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy.customExtensionHandler_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "task-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_ListCustomExtensionStageSetting", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -316038,63 +211036,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_CreateCustomExtensionStageSetting", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_GetTask", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_GetCustomExtensionStageSetting", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "customExtensionStageSetting-id", "Location": "Path" }, { @@ -316110,83 +211080,71 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_UpdateCustomExtensionStageSetting", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "customExtensionStageSetting-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_DeleteCustomExtensionStageSetting", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "customExtensionStageSetting-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCustomExtension", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "$search", + "Name": "customExtensionStageSetting-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -316194,13 +211152,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -316214,19 +211176,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/settings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_GetSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentPolicy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -316234,22 +211196,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/settings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_UpdateSetting", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/taskDefinitions", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_ListTaskDefinition", + "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageAssignmentRequest", "Method": "Get", "Parameters": [ { @@ -316289,15 +211240,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_GetTaskDefinition", + "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageAssignmentRequest", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageAssignmentRequest", "Method": "Get", "Parameters": [ { - "Name": "taskDefinition-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -316313,56 +211275,76 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.taskDefinition_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageAssignmentRequest", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_ListWorkflow", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageAssignmentRequest", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_GetAccessPackage", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_GetAccessPackageAssignment", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" }, { "Name": "$select", @@ -316377,26 +211359,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_CreateWorkflow", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_cancel", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.reprocess", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_GetWorkflow", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_reprocess", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.resume", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_resume", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_GetRequestor", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -316412,15 +211431,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_UpdateWorkflow", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_UpdateRequestor", "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" } ] @@ -316428,15 +211447,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_DeleteWorkflow", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_DeleteRequestor", "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -316448,15 +211467,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetCreatedGraphBPre", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest.requestor_GetConnectedOrganization", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -316472,23 +211491,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy_GetMailboxSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -316496,33 +211511,61 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentRequest_filterGraphBPreCurrentUser", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "on", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageAssignmentResourceRole", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -316560,23 +211603,34 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageAssignmentResourceRole", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageAssignmentResourceRole", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -316584,15 +211638,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListExecutionScope", + "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageAssignmentResourceRole", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageAssignmentResourceRole", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_ListAccessPackageAssignment", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -316632,19 +211722,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetExecutionScope", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_GetAccessPackageAssignment", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { @@ -316660,15 +211750,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.executionScope_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageAssignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -316684,15 +211774,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetLastModifiedGraphBPre", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -316708,15 +211798,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy_GetMailboxSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_UpdateAccessPackageResourceRole", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_DeleteAccessPackageResourceRole", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -316732,15 +211858,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy_UpdateMailboxSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole_UpdateAccessPackageResource", "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" } ] @@ -316748,15 +211874,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole_DeleteAccessPackageResource", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceRole", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -316796,23 +211966,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceRole", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -316820,15 +212010,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.activate", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_activate", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceRole", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -316836,47 +212030,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_createNewVersion", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceRole", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.restore", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_restore", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceRole_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListRun", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -316916,73 +212126,37 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetRun", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_ListTaskProcessingResult", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -316996,79 +212170,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_GetTaskProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_GetSubject", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -317084,79 +212242,91 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -317196,55 +212366,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_GetTask", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -317260,111 +212418,79 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_ListUserProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_GetUserProcessingResult", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -317372,31 +212498,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_GetSubject", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -317404,23 +212542,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_GetAccessPackageResourceScope", + "Method": "Get", + "Parameters": [ { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -317436,73 +212582,53 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject_UpdateMailboxSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_UpdateAccessPackageResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_DeleteAccessPackageResourceScope", + "Method": "Delete", + "Parameters": [ { - "Name": "run-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -317516,31 +212642,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope_DeleteAccessPackageResource", + "Method": "Delete", + "Parameters": [ { - "Name": "run-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -317548,23 +212702,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_ListTaskProcessingResult", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -317604,27 +212750,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_GetTaskProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", + "Method": "Get", + "Parameters": [ { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -317640,27 +212794,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -317668,27 +212814,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_GetSubject", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -317704,91 +212866,91 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", + "Method": "Delete", + "Parameters": [ { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -317828,63 +212990,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_GetTask", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -317900,151 +213042,139 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_summary", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "endDateTime", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_summary", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "endDateTime", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListTaskReport", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -318084,47 +213214,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetTaskReport", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceScope", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetTask", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "taskReport-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -318140,111 +213258,67 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetTaskDefinition", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "taskReport-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_ListTaskProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceScope", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "taskReport-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetTaskProcessingResult", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -318252,23 +213326,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_resume", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_refresh", "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" } ] @@ -318276,23 +213342,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_GetSubject", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_GetAccessPackageSubject", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -318308,23 +213366,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_UpdateAccessPackageSubject", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_DeleteAccessPackageSubject", + "Method": "Delete", + "Parameters": [ { - "Name": "taskReport-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageSubject_GetConnectedOrganization", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -318340,49 +213426,33 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/microsoft.graph.My()", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole_My", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -318404,11 +213474,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -318420,24 +213490,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageAssignment", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -318446,29 +213512,48 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_GetTask", + "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageAssignment", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageAssignment", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { @@ -318484,51 +213569,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageAssignment", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageAssignment", + "Method": "Delete", + "Parameters": [ { - "Name": "taskReport-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_GetAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -318536,39 +213629,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_summary", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_UpdateAccessPackage", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_DeleteAccessPackage", + "Method": "Delete", + "Parameters": [ { - "Name": "startDateTime", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListTask", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListAccessPackageAssignmentPolicy", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { @@ -318608,35 +213713,107 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_CreateAccessPackageAssignmentPolicy", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_GetAccessPackageAssignmentPolicy", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_UpdateAccessPackageAssignmentPolicy", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_CreateTask", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_DeleteAccessPackageAssignmentPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetTask", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_GetAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -318652,63 +213829,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_UpdateTask", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_GetAccessPackageCatalog", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "workflow-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "task-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task_ListTaskProcessingResult", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_ListCustomExtensionHandler", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -318748,23 +213909,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task_GetTaskProcessingResult", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_CreateCustomExtensionHandler", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_GetCustomExtensionHandler", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "customExtensionHandler-id", "Location": "Path" }, { @@ -318780,23 +213961,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_UpdateCustomExtensionHandler", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "customExtensionHandler-id", "Location": "Path" } ] @@ -318804,55 +213985,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_GetSubject", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_DeleteCustomExtensionHandler", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "customExtensionHandler-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}/customExtension", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy.customExtensionHandler_GetCustomExtension", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "customExtensionHandler-id", "Location": "Path" }, { @@ -318868,47 +214045,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy.customExtensionHandler_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_ListCustomExtensionStageSetting", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -318948,55 +214125,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_CreateCustomExtensionStageSetting", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_GetTask", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_GetCustomExtensionStageSetting", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "customExtensionStageSetting-id", "Location": "Path" }, { @@ -319012,92 +214177,76 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_UpdateCustomExtensionStageSetting", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "customExtensionStageSetting-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_DeleteCustomExtensionStageSetting", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "customExtensionStageSetting-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListUserProcessingResult", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCustomExtension", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "customExtensionStageSetting-id", + "Location": "Path" }, { "Name": "$select", @@ -319112,27 +214261,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetUserProcessingResult", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -319140,27 +214289,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_GetSubject", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -319168,19 +214313,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageCatalog", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject_GetMailboxSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_GetAccessPackageCatalog", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { @@ -319196,39 +214337,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListAccessPackageResourceRoleScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { @@ -319268,27 +214385,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_CreateAccessPackageResourceRoleScope", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_GetAccessPackageResourceRoleScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -319296,44 +214429,64 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_ListTaskProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_UpdateAccessPackageResourceRoleScope", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_DeleteAccessPackageResourceRoleScope", + "Method": "Delete", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope_GetAccessPackageResourceRole", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { "Name": "$select", @@ -319348,79 +214501,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_GetTaskProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope_UpdateAccessPackageResourceRole", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope_DeleteAccessPackageResourceRole", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_GetSubject", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -319436,79 +214573,91 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole_DeleteAccessPackageResource", + "Method": "Delete", + "Parameters": [ { - "Name": "taskProcessingResult-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -319548,55 +214697,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceRole", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_GetTask", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -319612,91 +214749,99 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceRole", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceRole", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_summary", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceRole_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListVersion", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -319736,47 +214881,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetVersion", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetCreatedGraphBPre", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -319792,92 +214933,76 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", @@ -319892,75 +215017,75 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetLastModifiedGraphBPre", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy_GetMailboxSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -319976,39 +215101,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -320048,72 +215157,52 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_ListTask", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { "Name": "$select", @@ -320128,19 +215217,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_CreateTask", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -320148,117 +215245,109 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetTask", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_UpdateTask", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_DeleteTask", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task_ListTaskProcessingResult", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -320266,49 +215355,45 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task_GetTaskProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope_GetAccessPackageResourceScope", + "Method": "Get", + "Parameters": [ { - "Name": "task-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -320324,55 +215409,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope_UpdateAccessPackageResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope_DeleteAccessPackageResourceScope", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_GetSubject", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -320388,91 +215481,91 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope_DeleteAccessPackageResource", + "Method": "Delete", + "Parameters": [ { - "Name": "task-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "task-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -320512,63 +215605,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_GetTask", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -320584,83 +215657,83 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -320668,79 +215741,75 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_ListWorkflowTemplate", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_GetWorkflowTemplate", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -320756,15 +215825,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate_ListTask", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -320804,72 +215881,52 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate_GetTask", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "Method": "Post", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task_ListTaskProcessingResult", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", @@ -320884,87 +215941,91 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task_GetTaskProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", + "Method": "Delete", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_GetSubject", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -320972,79 +216033,71 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -321084,55 +216137,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceScope", + "Method": "Post", "Parameters": [ { - "Name": "workflowTemplate-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_GetTask", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -321148,65 +216189,73 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceScope", + "Method": "Delete", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -321220,107 +216269,61 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance_GetPermissionsAnalytic", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_UpdatePermissionsAnalytic", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_DeletePermissionsAnalytic", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic_GetAw", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic_UpdateAw", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic_DeleteAw", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws/findings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackagesIncompatibleWith", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.aw_ListFinding", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListAccessPackagesIncompatibleGraphWPre", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -321358,26 +216361,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws/findings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.aw_CreateFinding", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackagesIncompatibleWith/{accessPackage-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.aw_GetFinding", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_GetAccessPackagesIncompatibleGraphWPre", "Method": "Get", "Parameters": [ { - "Name": "finding-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackage-id", "Location": "Path" }, { @@ -321393,49 +216389,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.aw_UpdateFinding", - "Method": "Patch", - "Parameters": [ - { - "Name": "finding-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackagesIncompatibleWith/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.aw_DeleteFinding", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackagesIncompatibleWith_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "finding-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws/findings/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.aw.finding_GetCount", - "Method": "Get", - "Parameters": [ { "Name": "$search", "Location": "Query" @@ -321449,13 +216413,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleAccessPackages", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.aw_ListPermissionsCreepIndexDistribution", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListIncompatibleAccessPackage", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -321493,108 +216461,73 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.aw_CreatePermissionsCreepIndexDistribution", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleAccessPackages/{accessPackage-id}/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.aw_GetPermissionsCreepIndexDistribution", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.incompatibleAccessPackage_DeleteAccessPackageGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "permissionsCreepIndexDistribution-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleAccessPackages/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.aw_UpdatePermissionsCreepIndexDistribution", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.incompatibleAccessPackage_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "permissionsCreepIndexDistribution-id", + "Name": "accessPackageAssignment-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.aw_DeletePermissionsCreepIndexDistribution", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "permissionsCreepIndexDistribution-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleAccessPackages/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.aw.permissionsCreepIndexDistribution_GetAuthorizationSystem", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListIncompatibleAccessPackageGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "permissionsCreepIndexDistribution-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.aw.permissionsCreepIndexDistribution_GetCount", - "Method": "Get", - "Parameters": [ + }, { "Name": "$search", "Location": "Query" @@ -321602,25 +216535,13 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic_GetAzure", - "Method": "Get", - "Parameters": [ + }, { - "Name": "$select", + "Name": "$count", "Location": "Query" }, { - "Name": "$expand", + "Name": "$orderby", "Location": "Query" } ] @@ -321628,40 +216549,57 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleAccessPackages/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic_UpdateAzure", - "Method": "Patch", - "Parameters": [] + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_CreateIncompatibleAccessPackageGraphBPreRef", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleAccessPackages/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic_DeleteAzure", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_DeleteIncompatibleAccessPackageGraphBPreRef", "Method": "Delete", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure/findings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.azure_ListFinding", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListIncompatibleGroup", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -321699,66 +216637,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure/findings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.azure_CreateFinding", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups/{group-id}/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.azure_GetFinding", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.incompatibleGroup_DeleteGroupGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "finding-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.azure_UpdateFinding", - "Method": "Patch", - "Parameters": [ - { - "Name": "finding-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.azure_DeleteFinding", - "Method": "Delete", - "Parameters": [ - { - "Name": "finding-id", + "Name": "group-id", "Location": "Path" }, { @@ -321770,33 +216661,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure/findings/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups/{group-id}/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.azure.finding_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.incompatibleGroup_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.azure_ListPermissionsCreepIndexDistribution", - "Method": "Get", - "Parameters": [ + "Name": "group-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -321834,34 +216713,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.azure_CreatePermissionsCreepIndexDistribution", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups/{group-id}/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.azure_GetPermissionsCreepIndexDistribution", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.incompatibleGroup.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "permissionsCreepIndexDistribution-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -321869,73 +216741,49 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.azure_UpdatePermissionsCreepIndexDistribution", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.incompatibleGroup_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "permissionsCreepIndexDistribution-id", + "Name": "accessPackageAssignment-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.azure_DeletePermissionsCreepIndexDistribution", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "permissionsCreepIndexDistribution-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.azure.permissionsCreepIndexDistribution_GetAuthorizationSystem", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListIncompatibleGroupGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "permissionsCreepIndexDistribution-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.azure.permissionsCreepIndexDistribution_GetCount", - "Method": "Get", - "Parameters": [ + }, { "Name": "$search", "Location": "Query" @@ -321943,25 +216791,13 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic_GetGcp", - "Method": "Get", - "Parameters": [ + }, { - "Name": "$select", + "Name": "$count", "Location": "Query" }, { - "Name": "$expand", + "Name": "$orderby", "Location": "Query" } ] @@ -321969,70 +216805,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic_UpdateGcp", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic_DeleteGcp", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_CreateIncompatibleGroupGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "accessPackageAssignment-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp/findings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/incompatibleGroups/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.gcp_ListFinding", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_DeleteIncompatibleGroupGraphBPreRef", + "Method": "Delete", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$expand", + "Name": "@id", "Location": "Query" } ] @@ -322040,26 +216845,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp/findings", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/microsoft.graph.getApplicablePolicyRequirements", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.gcp_CreateFinding", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_getApplicablePolicyRequirement", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/microsoft.graph.moveToCatalog", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.gcp_GetFinding", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_moveToCatalog", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_GetAccessPackageAssignmentPolicy", "Method": "Get", "Parameters": [ { - "Name": "finding-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { @@ -322075,15 +216901,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.gcp_UpdateFinding", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_UpdateAccessPackageAssignmentPolicy", "Method": "Patch", "Parameters": [ { - "Name": "finding-id", + "Name": "accessPackageAssignment-id", "Location": "Path" } ] @@ -322091,15 +216917,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.gcp_DeleteFinding", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_DeleteAccessPackageAssignmentPolicy", "Method": "Delete", "Parameters": [ { - "Name": "finding-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { @@ -322111,19 +216937,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp/findings/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackage", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.gcp.finding_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_GetAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -322131,13 +216961,41 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.gcp_ListPermissionsCreepIndexDistribution", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_GetAccessPackageCatalog", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionHandlers", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_ListCustomExtensionHandler", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -322175,26 +217033,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionHandlers", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.gcp_CreatePermissionsCreepIndexDistribution", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_CreateCustomExtensionHandler", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionHandlers/{customExtensionHandler-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.gcp_GetPermissionsCreepIndexDistribution", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_GetCustomExtensionHandler", "Method": "Get", "Parameters": [ { - "Name": "permissionsCreepIndexDistribution-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "customExtensionHandler-id", "Location": "Path" }, { @@ -322210,15 +217077,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionHandlers/{customExtensionHandler-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.gcp_UpdatePermissionsCreepIndexDistribution", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_UpdateCustomExtensionHandler", "Method": "Patch", "Parameters": [ { - "Name": "permissionsCreepIndexDistribution-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "customExtensionHandler-id", "Location": "Path" } ] @@ -322226,15 +217097,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionHandlers/{customExtensionHandler-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.gcp_DeletePermissionsCreepIndexDistribution", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_DeleteCustomExtensionHandler", "Method": "Delete", "Parameters": [ { - "Name": "permissionsCreepIndexDistribution-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "customExtensionHandler-id", "Location": "Path" }, { @@ -322246,15 +217121,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionHandlers/{customExtensionHandler-id}/customExtension", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.gcp.permissionsCreepIndexDistribution_GetAuthorizationSystem", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy.customExtensionHandler_GetCustomExtension", "Method": "Get", "Parameters": [ { - "Name": "permissionsCreepIndexDistribution-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "customExtensionHandler-id", "Location": "Path" }, { @@ -322270,13 +217149,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionHandlers/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsAnalytic.gcp.permissionsCreepIndexDistribution_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy.customExtensionHandler_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -322290,60 +217173,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionStageSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance_GetPermissionsManagement", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_ListCustomExtensionStageSetting", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsManagement", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_UpdatePermissionsManagement", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsManagement", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_DeletePermissionsManagement", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/permissionsRequestChanges", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement_ListPermissionsRequestChange", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -322381,26 +217221,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/permissionsRequestChanges", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionStageSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement_CreatePermissionsRequestChange", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_CreateCustomExtensionStageSetting", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionStageSettings/{customExtensionStageSetting-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement_GetPermissionsRequestChange", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_GetCustomExtensionStageSetting", "Method": "Get", "Parameters": [ { - "Name": "permissionsRequestChange-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "customExtensionStageSetting-id", "Location": "Path" }, { @@ -322416,15 +217265,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionStageSettings/{customExtensionStageSetting-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement_UpdatePermissionsRequestChange", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_UpdateCustomExtensionStageSetting", "Method": "Patch", "Parameters": [ { - "Name": "permissionsRequestChange-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "customExtensionStageSetting-id", "Location": "Path" } ] @@ -322432,15 +217285,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionStageSettings/{customExtensionStageSetting-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement_DeletePermissionsRequestChange", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy_DeleteCustomExtensionStageSetting", "Method": "Delete", "Parameters": [ { - "Name": "permissionsRequestChange-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "customExtensionStageSetting-id", "Location": "Path" }, { @@ -322452,13 +217309,45 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement.permissionsRequestChange_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCustomExtension", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "customExtensionStageSetting-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/customExtensionStageSettings/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -322472,13 +217361,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement_ListScheduledPermissionsApproval", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_ListAccessPackageAssignmentRequest", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -322516,26 +217409,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement_CreateScheduledPermissionsApproval", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_CreateAccessPackageAssignmentRequest", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement_GetScheduledPermissionsApproval", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_GetAccessPackageAssignmentRequest", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -322551,15 +217453,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement_UpdateScheduledPermissionsApproval", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_UpdateAccessPackageAssignmentRequest", "Method": "Patch", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" } ] @@ -322567,15 +217473,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement_DeleteScheduledPermissionsApproval", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_DeleteAccessPackageAssignmentRequest", "Method": "Delete", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -322587,63 +217497,115 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval_ListStep", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_GetAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_GetAccessPackageAssignment", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" }, { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_cancel", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.reprocess", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_reprocess", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval_CreateStep", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_resume", "Method": "Post", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" } ] @@ -322651,19 +217613,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval_GetStep", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_GetRequestor", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "approvalStep-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -322679,19 +217641,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval_UpdateStep", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_UpdateRequestor", "Method": "Patch", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "approvalStep-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" } ] @@ -322699,19 +217661,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval_DeleteStep", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_DeleteRequestor", "Method": "Delete", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "approvalStep-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -322723,23 +217685,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval.step_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest.requestor_GetConnectedOrganization", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -322747,13 +217713,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -322767,13 +217737,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, { "Name": "on", "Location": "Path" @@ -322815,13 +217789,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement_ListScheduledPermissionsRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_ListAccessPackageAssignmentResourceRole", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -322859,26 +217837,107 @@ }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement_CreateScheduledPermissionsRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_CreateAccessPackageAssignmentResourceRole", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsRequest_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_GetAccessPackageAssignmentResourceRole", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_UpdateAccessPackageAssignmentResourceRole", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_DeleteAccessPackageAssignmentResourceRole", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_ListAccessPackageAssignment", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -322902,11 +217961,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -322918,13 +217977,25 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance_GetPrivilegedAccess", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_GetAccessPackageAssignment", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignment-id1", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -322938,40 +218009,49 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_UpdatePrivilegedAccess", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance_DeletePrivilegedAccess", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageAssignment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess_GetGroup", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -322985,24 +218065,41 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess_UpdateGroup", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_UpdateAccessPackageResourceRole", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess_DeleteGroup", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_DeleteAccessPackageResourceRole", "Method": "Delete", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -323012,36 +218109,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentApproval", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { "Name": "$select", @@ -323056,86 +218137,91 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentApproval", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentApproval", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentApproval", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole_DeleteAccessPackageResource", + "Method": "Delete", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentApproval", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", + "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_ListStep", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -323175,15 +218261,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_CreateStep", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceRole", "Method": "Post", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" } ] @@ -323191,19 +218281,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_GetStep", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "approvalStep-id", + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -323219,19 +218313,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_UpdateStep", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceRole", "Method": "Patch", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "approvalStep-id", + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -323239,19 +218337,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_DeleteStep", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceRole", "Method": "Delete", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "approvalStep-id", + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -323263,37 +218365,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval.step_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceRole_GetCount", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_GetCount", - "Method": "Get", - "Parameters": [ { "Name": "$search", "Location": "Query" @@ -323307,61 +218393,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentScheduleInstance", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -323399,50 +218445,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentScheduleInstance", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentScheduleInstance", - "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentScheduleInstance", - "Method": "Patch", - "Parameters": [ - { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" } ] @@ -323450,35 +218465,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentScheduleInstance", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", + "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetActivatedUsing", - "Method": "Get", - "Parameters": [ + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -323494,95 +218497,83 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetGroup", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance.group_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", + "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance.group.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -323590,89 +218581,81 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetPrincipal", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -323682,13 +218665,25 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentScheduleRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -323726,26 +218721,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentScheduleRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentScheduleRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -323761,15 +218781,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentScheduleRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -323777,15 +218809,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentScheduleRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -323797,23 +218841,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetActivatedUsing", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -323821,48 +218873,44 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetGroup", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest.group_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { "Name": "$search", @@ -323871,45 +218919,53 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/microsoft.graph.refresh", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_refresh", + "Method": "Post", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest.group.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -323917,15 +218973,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/microsoft.graph.cancel", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_cancel", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_UpdateAccessPackageResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" } ] @@ -323933,39 +218993,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetPrincipal", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_DeleteAccessPackageResourceScope", + "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetTargetSchedule", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -323981,65 +219045,69 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_filterGraphBPreCurrentUser", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope_DeleteAccessPackageResource", + "Method": "Delete", "Parameters": [ { - "Name": "on", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -324049,13 +219117,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentSchedule", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -324093,26 +219169,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentSchedule", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentSchedule", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentSchedule-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -324128,15 +219221,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentSchedule", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentSchedule-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -324144,15 +219245,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentSchedule", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentSchedule-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -324164,15 +219273,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetActivatedUsing", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentSchedule-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -324188,111 +219305,75 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetGroup", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentSchedule-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule.group_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", + "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentSchedule-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule.group.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentSchedule-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetPrincipal", - "Method": "Get", - "Parameters": [ - { - "Name": "privilegedAccessGroupAssignmentSchedule-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -324308,35 +219389,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_filterGraphBPreCurrentUser", - "Method": "Get", - "Parameters": [ + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, { - "Name": "on", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -324360,11 +219429,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -324376,70 +219445,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_ListEligibilityScheduleInstance", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "Method": "Post", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_CreateEligibilityScheduleInstance", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_GetEligibilityScheduleInstance", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -324455,15 +219505,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_UpdateEligibilityScheduleInstance", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -324471,68 +219533,56 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_DeleteEligibilityScheduleInstance", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_GetGroup", - "Method": "Get", - "Parameters": [ + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, { - "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance.group_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { "Name": "$search", @@ -324541,83 +219591,51 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance.group.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_GetPrincipal", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_GetCount", - "Method": "Get", - "Parameters": [ { "Name": "$search", "Location": "Query" @@ -324631,15 +219649,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -324663,11 +219685,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -324679,70 +219701,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_ListEligibilityScheduleRequest", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceScope", + "Method": "Post", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_CreateEligibilityScheduleRequest", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_GetEligibilityScheduleRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -324758,15 +219753,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_UpdateEligibilityScheduleRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -324774,15 +219777,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_DeleteEligibilityScheduleRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -324794,23 +219805,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetGroup", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -324818,71 +219833,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest.group_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest.group.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_GetAccessPackageSubject", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -324890,15 +219881,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/microsoft.graph.cancel", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_cancel", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_UpdateAccessPackageSubject", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" } ] @@ -324906,39 +219901,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetPrincipal", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_DeleteAccessPackageSubject", + "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignmentResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetTargetSchedule", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageSubject_GetConnectedOrganization", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentResourceRole-id", "Location": "Path" }, { @@ -324954,13 +219953,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageAssignment-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -324974,15 +219977,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/microsoft.graph.My()", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole_My", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { @@ -325022,70 +220025,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/microsoft.graph.reprocess", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_ListEligibilitySchedule", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_reprocess", + "Method": "Post", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageAssignment-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_CreateEligibilitySchedule", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_GetEligibilitySchedule", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_GetTarget", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilitySchedule-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { @@ -325101,15 +220065,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_UpdateEligibilitySchedule", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_UpdateTarget", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilitySchedule-id", + "Name": "accessPackageAssignment-id", "Location": "Path" } ] @@ -325117,15 +220081,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_DeleteEligibilitySchedule", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_DeleteTarget", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilitySchedule-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { @@ -325137,15 +220101,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target/connectedOrganization", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_GetGroup", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment.target_GetConnectedOrganization", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilitySchedule-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { @@ -325161,17 +220125,33 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule.group_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilitySchedule-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/microsoft.graph.additionalAccess()", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_additionalAccess", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -325193,11 +220173,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -325209,17 +220189,29 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/microsoft.graph.additionalAccess(accessPackageId=\u0027{accessPackageId}\u0027,incompatibleAccessPackageId=\u0027{incompatibleAccessPackageId}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule.group.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_additionalAccess", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilitySchedule-id", + "Name": "accessPackageId", "Location": "Path" }, + { + "Name": "incompatibleAccessPackageId", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -325227,49 +220219,21 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_GetPrincipal", - "Method": "Get", - "Parameters": [ - { - "Name": "privilegedAccessGroupEligibilitySchedule-id", - "Location": "Path" }, { - "Name": "$select", + "Name": "$count", "Location": "Query" }, { - "Name": "$expand", + "Name": "$select", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -325277,11 +220241,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignment_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { @@ -325325,58 +220289,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_GetRoleManagementAlert", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_UpdateRoleManagementAlert", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_DeleteRoleManagementAlert", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_ListAlertConfiguration", + "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageCatalog", "Method": "Get", "Parameters": [ { @@ -325416,26 +220333,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_CreateAlertConfiguration", + "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageCatalog", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_GetAlertConfiguration", + "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageCatalog", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementAlertConfiguration-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { @@ -325451,15 +220368,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_UpdateAlertConfiguration", + "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageCatalog", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleManagementAlertConfiguration-id", + "Name": "accessPackageCatalog-id", "Location": "Path" } ] @@ -325467,15 +220384,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_DeleteAlertConfiguration", + "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageCatalog", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleManagementAlertConfiguration-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { @@ -325487,57 +220404,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.alertConfiguration_GetAlertDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackageCustomWorkflowExtension", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementAlertConfiguration-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.alertConfiguration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alertDefinitions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_ListAlertDefinition", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -325575,26 +220452,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_CreateAlertDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_CreateAccessPackageCustomWorkflowExtension", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_GetAlertDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_GetAccessPackageCustomWorkflowExtension", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementAlertDefinition-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "customCalloutExtension-id", "Location": "Path" }, { @@ -325610,15 +220496,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_UpdateAlertDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_UpdateAccessPackageCustomWorkflowExtension", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleManagementAlertDefinition-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "customCalloutExtension-id", "Location": "Path" } ] @@ -325626,15 +220516,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_DeleteAlertDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_DeleteAccessPackageCustomWorkflowExtension", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleManagementAlertDefinition-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "customCalloutExtension-id", "Location": "Path" }, { @@ -325646,13 +220540,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.alertDefinition_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageCustomWorkflowExtension_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -325666,13 +220564,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_ListAlert", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -325710,26 +220612,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_CreateAlert", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_CreateAccessPackageResourceRole", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_GetAlert", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementAlert-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -325745,15 +220656,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_UpdateAlert", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_UpdateAccessPackageResourceRole", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleManagementAlert-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -325761,15 +220676,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_DeleteAlert", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_DeleteAccessPackageResourceRole", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleManagementAlert-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -325781,15 +220700,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertConfiguration", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.alert_GetAlertConfiguration", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementAlert-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -325805,15 +220728,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.alert_GetAlertDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole_UpdateAccessPackageResource", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole_DeleteAccessPackageResource", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementAlert-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -325829,15 +220800,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.alert_ListAlertIncident", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementAlert-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -325877,15 +220852,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.alert_CreateAlertIncident", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceRole", "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleManagementAlert-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -325893,19 +220872,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.alert_GetAlertIncident", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementAlert-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "unifiedRoleManagementAlertIncident-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id1", "Location": "Path" }, { @@ -325921,19 +220904,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.alert_UpdateAlertIncident", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceRole", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleManagementAlert-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "unifiedRoleManagementAlertIncident-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id1", "Location": "Path" } ] @@ -325941,19 +220928,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.alert_DeleteAlertIncident", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceRole", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleManagementAlert-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "unifiedRoleManagementAlertIncident-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id1", "Location": "Path" }, { @@ -325965,35 +220956,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/microsoft.graph.remediate", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.alert.alertIncident_remediate", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceRole_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementAlert-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "unifiedRoleManagementAlertIncident-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.alert.alertIncident_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleManagementAlert-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -326009,60 +220984,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/microsoft.graph.refresh", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.alert_refresh", - "Method": "Post", - "Parameters": [ - { - "Name": "unifiedRoleManagementAlert-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.alert_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageCatalog-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/alerts/microsoft.graph.refresh", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.alert_refresh", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/operations", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_ListOperation", - "Method": "Get", - "Parameters": [ + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -326100,26 +221036,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/operations", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_CreateOperation", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_GetOperation", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "longRunningOperation-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -326135,15 +221088,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_UpdateOperation", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "longRunningOperation-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -326151,15 +221112,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert_DeleteOperation", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "longRunningOperation-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -326171,19 +221140,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/roleManagementAlerts/operations/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.roleManagementAlert.operation_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -326191,60 +221172,109 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance_GetTermsGraphOPreUse", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageCatalog-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance_UpdateTermsGraphOPreUse", - "Method": "Patch", - "Parameters": [] + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance_DeleteTermsGraphOPreUse", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreementAcceptances", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_ListAgreementAcceptance", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -326282,26 +221312,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreementAcceptances", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_CreateAgreementAcceptance", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_GetAgreementAcceptance", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "agreementAcceptance-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id1", "Location": "Path" }, { @@ -326317,15 +221372,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_UpdateAgreementAcceptance", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", "Method": "Patch", "Parameters": [ { - "Name": "agreementAcceptance-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id1", "Location": "Path" } ] @@ -326333,15 +221400,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_DeleteAgreementAcceptance", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", "Method": "Delete", "Parameters": [ { - "Name": "agreementAcceptance-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id1", "Location": "Path" }, { @@ -326353,13 +221432,25 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreementAcceptances/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreementAcceptance_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -326373,78 +221464,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_ListAgreement", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageCatalog-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_CreateAgreement", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_GetAgreement", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "$select", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -326452,15 +221516,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_UpdateAgreement", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -326468,35 +221536,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_DeleteAgreement", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_ListAcceptance", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { @@ -326536,15 +221608,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_CreateAcceptance", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_CreateAccessPackageResource", "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" } ] @@ -326552,19 +221624,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetAcceptance", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementAcceptance-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -326580,19 +221652,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_UpdateAcceptance", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_UpdateAccessPackageResource", "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementAcceptance-id", + "Name": "accessPackageResource-id", "Location": "Path" } ] @@ -326600,19 +221672,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_DeleteAcceptance", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_DeleteAccessPackageResource", "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementAcceptance-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -326624,23 +221696,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.acceptance_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -326648,17 +221724,45 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetFile", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -326672,119 +221776,127 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_UpdateFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "agreement-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_DeleteFile", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_CreateAccessPackageResourceRole", + "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessPackageResource-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_ListLocalization", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_UpdateAccessPackageResourceRole", + "Method": "Patch", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageCatalog-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_CreateLocalization", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_DeleteAccessPackageResourceRole", + "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_GetLocalization", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -326800,19 +221912,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_UpdateLocalization", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -326820,19 +221936,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_DeleteLocalization", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -326844,19 +221964,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_ListVersion", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -326896,19 +222052,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_CreateVersion", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -326916,23 +222076,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_GetVersion", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -326948,23 +222112,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_UpdateVersion", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -326972,23 +222140,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_DeleteVersion", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -327000,27 +222172,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization.version_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -327028,64 +222208,88 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_ListFile", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", + "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", @@ -327100,15 +222304,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_CreateFile", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -327116,27 +222332,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetFile", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$select", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -327144,19 +222364,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_UpdateFile", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -327164,43 +222388,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_DeleteFile", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_ListVersion", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -327240,19 +222468,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_CreateVersion", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_CreateAccessPackageResourceScope", "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" } ] @@ -327260,23 +222488,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_GetVersion", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -327292,23 +222520,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_UpdateVersion", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_UpdateAccessPackageResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -327316,23 +222544,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_DeleteVersion", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_DeleteAccessPackageResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -327344,27 +222572,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.version_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -327372,80 +222604,76 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageCatalog-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_ListPrivilegedAccess", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageCatalog-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", @@ -327460,86 +222688,23 @@ }, { "PathInfo": { - "Path": "/privilegedAccess", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedAccess_CreatePrivilegedAccess", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_GetPrivilegedAccess", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedAccess_UpdatePrivilegedAccess", - "Method": "Patch", - "Parameters": [ - { - "Name": "privilegedAccess-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedAccess_DeletePrivilegedAccess", - "Method": "Delete", - "Parameters": [ - { - "Name": "privilegedAccess-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedAccess_ListResource", - "Method": "Get", - "Parameters": [ - { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -327579,15 +222744,23 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_CreateResource", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", "Method": "Post", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -327595,19 +222768,27 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_GetResource", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -327623,19 +222804,27 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_UpdateResource", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -327643,19 +222832,27 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_DeleteResource", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -327667,19 +222864,27 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_GetParent", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -327695,95 +222900,87 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_ListRoleAssignmentRequest", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_CreateRoleAssignmentRequest", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", + "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_GetRoleAssignmentRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -327799,23 +222996,27 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_UpdateRoleAssignmentRequest", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -327823,51 +223024,55 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_DeleteRoleAssignmentRequest", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/microsoft.graph.cancel", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignmentRequest_cancel", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", "Method": "Post", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -327875,55 +223080,71 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/microsoft.graph.updateRequest", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignmentRequest_updateRequest", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "governanceRoleAssignmentRequest-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignmentRequest_GetResource", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResource-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -327931,24 +223152,40 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignmentRequest_GetRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "governanceRoleAssignmentRequest-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -327963,23 +223200,15 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignmentRequest_UpdateRoleDefinition", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_CreateAccessPackageResourceScope", + "Method": "Post", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageCatalog-id", "Location": "Path" } ] @@ -327987,115 +223216,91 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignmentRequest_DeleteRoleDefinition", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_GetAccessPackageResourceScope", + "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceRoleAssignmentRequest-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignmentRequest.roleDefinition_GetResource", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_UpdateAccessPackageResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignmentRequest.roleDefinition_GetRoleSetting", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_DeleteAccessPackageResourceScope", + "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignmentRequest_GetSubject", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -328111,23 +223316,19 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignmentRequest_UpdateSubject", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope_UpdateAccessPackageResource", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -328135,23 +223336,19 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignmentRequest_DeleteSubject", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope_DeleteAccessPackageResource", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -328163,27 +223360,27 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignmentRequest_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -328191,19 +223388,19 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_ListRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -328243,19 +223440,19 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_CreateRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", "Method": "Post", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -328263,23 +223460,23 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_GetRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -328295,139 +223492,75 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_UpdateRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedAccess.resource_DeleteRoleAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignment_GetLinkedEligibleRoleAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignment_GetResource", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", + "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignment_GetRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -328443,23 +223576,23 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignment_UpdateRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -328467,23 +223600,23 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignment_DeleteRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -328495,23 +223628,23 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignment.roleDefinition_GetResource", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -328527,25 +223660,49 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignment.roleDefinition_GetRoleSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -328559,23 +223716,51 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignment_GetSubject", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id1", "Location": "Path" }, { @@ -328591,23 +223776,27 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignment_UpdateSubject", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id1", "Location": "Path" } ] @@ -328615,23 +223804,27 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignment_DeleteSubject", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id1", "Location": "Path" }, { @@ -328643,19 +223836,23 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignment_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -328671,28 +223868,44 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/microsoft.graph.export()", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleAssignment_export", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$search", @@ -328701,29 +223914,25 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_ListRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -328763,19 +223972,19 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_CreateRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceScope", "Method": "Post", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -328783,23 +223992,23 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_GetRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceRoleDefinition-id", + "Name": "accessPackageResourceScope-id1", "Location": "Path" }, { @@ -328815,23 +224024,23 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_UpdateRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceRoleDefinition-id", + "Name": "accessPackageResourceScope-id1", "Location": "Path" } ] @@ -328839,23 +224048,23 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_DeleteRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceRoleDefinition-id", + "Name": "accessPackageResourceScope-id1", "Location": "Path" }, { @@ -328867,31 +224076,27 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleDefinition_GetResource", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceRoleDefinition-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -328899,51 +224104,35 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleDefinition_GetRoleSetting", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceRoleDefinition-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleDefinition_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { @@ -328959,19 +224148,15 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_ListRoleSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { @@ -329011,43 +224196,19 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedAccess.resource_CreateRoleSetting", - "Method": "Post", - "Parameters": [ - { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_GetRoleSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_GetAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceRoleSetting-id", + "Name": "accessPackage-id", "Location": "Path" }, { @@ -329063,76 +224224,64 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_UpdateRoleSetting", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.accessPackage_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "governanceRoleSetting-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_DeleteRoleSetting", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_ListCustomAccessPackageWorkflowExtension", + "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "governanceRoleSetting-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleSetting_GetResource", - "Method": "Get", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "privilegedAccess-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "governanceResource-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "governanceRoleSetting-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -329147,23 +224296,35 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleSetting_GetRoleDefinition", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_CreateCustomAccessPackageWorkflowExtension", + "Method": "Post", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_GetCustomAccessPackageWorkflowExtension", + "Method": "Get", + "Parameters": [ { - "Name": "governanceResource-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceRoleSetting-id", + "Name": "customAccessPackageWorkflowExtension-id", "Location": "Path" }, { @@ -329179,23 +224340,19 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleSetting_UpdateRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_UpdateCustomAccessPackageWorkflowExtension", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceRoleSetting-id", + "Name": "customAccessPackageWorkflowExtension-id", "Location": "Path" } ] @@ -329203,23 +224360,19 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleSetting_DeleteRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_DeleteCustomAccessPackageWorkflowExtension", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceResource-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceRoleSetting-id", + "Name": "customAccessPackageWorkflowExtension-id", "Location": "Path" }, { @@ -329231,31 +224384,43 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleSetting.roleDefinition_GetResource", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog.customAccessPackageWorkflowExtension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "governanceResource-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "governanceRoleSetting-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -329263,29 +224428,41 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", + "Path": "/identityGovernance/entitlementManagement/accessPackageCatalogs/microsoft.graph.Search()", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleSetting.roleDefinition_GetRoleSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageCatalog_Search", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "governanceResource-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "governanceRoleSetting-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -329295,20 +224472,20 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource.roleSetting_GetCount", + "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "governanceResource-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -329317,29 +224494,56 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_GetCount", + "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageResourceEnvironment", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -329347,15 +224551,15 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/resources/microsoft.graph.register", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.resource_register", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageResourceEnvironment", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" } ] @@ -329363,15 +224567,35 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_ListRoleAssignmentRequest", + "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageResourceEnvironment", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackageResourceEnvironment-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceEnvironment_ListAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { @@ -329411,35 +224635,19 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedAccess_CreateRoleAssignmentRequest", - "Method": "Post", - "Parameters": [ - { - "Name": "privilegedAccess-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_GetRoleAssignmentRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceEnvironment_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -329455,104 +224663,80 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_UpdateRoleAssignmentRequest", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceEnvironment.accessPackageResource_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "governanceRoleAssignmentRequest-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_DeleteRoleAssignmentRequest", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceEnvironment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignmentRequest-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/microsoft.graph.cancel", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignmentRequest_cancel", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageResourceRequest", + "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "governanceRoleAssignmentRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/microsoft.graph.updateRequest", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignmentRequest_updateRequest", - "Method": "Post", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "privilegedAccess-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "governanceRoleAssignmentRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignmentRequest_GetResource", - "Method": "Get", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "privilegedAccess-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "governanceRoleAssignmentRequest-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -329567,19 +224751,26 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignmentRequest_GetRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageResourceRequest", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageResourceRequest", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -329595,19 +224786,15 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignmentRequest_UpdateRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageResourceRequest", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" } ] @@ -329615,19 +224802,15 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignmentRequest_DeleteRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageResourceRequest", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -329639,19 +224822,15 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignmentRequest.roleDefinition_GetResource", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRequest_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -329667,19 +224846,15 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/requestor", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignmentRequest.roleDefinition_GetRoleSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRequest_GetRequestor", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -329695,89 +224870,73 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/requestor", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignmentRequest_GetSubject", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRequest_UpdateRequestor", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignmentRequest-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/requestor", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignmentRequest_UpdateSubject", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRequest_DeleteRequestor", + "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "governanceRoleAssignmentRequest-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/requestor/connectedOrganization", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignmentRequest_DeleteSubject", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRequest.requestor_GetConnectedOrganization", + "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "governanceRoleAssignmentRequest-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignmentRequest_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRequest_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "privilegedAccess-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -329791,17 +224950,13 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_ListRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageResourceRoleScope", "Method": "Get", "Parameters": [ - { - "Name": "privilegedAccess-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -329839,35 +224994,26 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_CreateRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageResourceRoleScope", "Method": "Post", - "Parameters": [ - { - "Name": "privilegedAccess-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_GetRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageResourceRoleScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -329883,19 +225029,15 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_UpdateRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageResourceRoleScope", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -329903,19 +225045,15 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_DeleteRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageResourceRoleScope", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -329927,19 +225065,15 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignment_GetLinkedEligibleRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -329955,47 +225089,51 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignment_GetResource", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope_UpdateAccessPackageResourceRole", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope_DeleteAccessPackageResourceRole", + "Method": "Delete", + "Parameters": [ { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignment_GetRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -330011,19 +225149,15 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignment_UpdateRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole_UpdateAccessPackageResource", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -330031,19 +225165,15 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignment_DeleteRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole_DeleteAccessPackageResource", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -330055,19 +225185,15 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignment.roleDefinition_GetResource", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -330083,20 +225209,40 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignment.roleDefinition_GetRoleSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "governanceRoleAssignment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -330111,121 +225257,105 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignment_GetSubject", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceRole", + "Method": "Post", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignment_UpdateSubject", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceRole", + "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "governanceRoleAssignment-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignment_DeleteSubject", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceRole", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "governanceRoleAssignment-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignment_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceRole", + "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/microsoft.graph.export()", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleAssignment_export", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceRole_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -330233,25 +225363,21 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_ListRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -330291,15 +225417,15 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_CreateRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", "Method": "Post", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -330307,19 +225433,19 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_GetRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "governanceRoleDefinition-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -330335,19 +225461,19 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_UpdateRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "governanceRoleDefinition-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -330355,19 +225481,19 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_DeleteRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "governanceRoleDefinition-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -330379,19 +225505,19 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleDefinition_GetResource", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "governanceRoleDefinition-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -330407,51 +225533,71 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleDefinition_GetRoleSetting", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "governanceRoleDefinition-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleDefinition_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -330459,15 +225605,19 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_ListRoleSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -330507,15 +225657,19 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_CreateRoleSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", "Method": "Post", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -330523,19 +225677,23 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_GetRoleSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "governanceRoleSetting-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -330551,19 +225709,23 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_UpdateRoleSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "governanceRoleSetting-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -330571,19 +225733,23 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_DeleteRoleSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "governanceRoleSetting-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -330595,27 +225761,27 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleSetting_GetResource", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "governanceRoleSetting-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -330623,27 +225789,43 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleSetting_GetRoleDefinition", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "governanceRoleSetting-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -330651,19 +225833,15 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleSetting_UpdateRoleDefinition", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleSetting-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -330671,71 +225849,75 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleSetting_DeleteRoleDefinition", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope_GetAccessPackageResourceScope", + "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "governanceRoleSetting-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleSetting.roleDefinition_GetResource", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope_UpdateAccessPackageResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope_DeleteAccessPackageResourceScope", + "Method": "Delete", + "Parameters": [ { - "Name": "governanceRoleSetting-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleSetting.roleDefinition_GetRoleSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccess-id", - "Location": "Path" - }, - { - "Name": "governanceRoleSetting-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -330751,43 +225933,59 @@ }, { "PathInfo": { - "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess.roleSetting_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccess-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope_DeleteAccessPackageResource", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedAccess/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedAccess_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -330795,13 +225993,17 @@ }, { "PathInfo": { - "Path": "/privilegedApproval", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval_ListPrivilegedApproval", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -330839,26 +226041,35 @@ }, { "PathInfo": { - "Path": "/privilegedApproval", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval_CreatePrivilegedApproval", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval_GetPrivilegedApproval", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -330874,15 +226085,19 @@ }, { "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval_UpdatePrivilegedApproval", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", "Method": "Patch", "Parameters": [ { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -330890,15 +226105,19 @@ }, { "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval_DeletePrivilegedApproval", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", "Method": "Delete", "Parameters": [ { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -330910,15 +226129,19 @@ }, { "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}/request", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval_GetRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -330934,75 +226157,91 @@ }, { "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval_GetRoleInfo", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval_UpdateRoleInfo", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", + "Method": "Delete", "Parameters": [ { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval_DeleteRoleInfo", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", + "Method": "Get", "Parameters": [ { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval.roleInfo_ListAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -331042,99 +226281,43 @@ }, { "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval.roleInfo_GetAssignment", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "Method": "Post", "Parameters": [ { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval.roleInfo.assignment_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/microsoft.graph.selfActivate", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedApproval.roleInfo_selfActivate", - "Method": "Post", - "Parameters": [ - { - "Name": "privilegedApproval-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/microsoft.graph.selfDeactivate", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedApproval.roleInfo_selfDeactivate", - "Method": "Post", - "Parameters": [ - { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedApproval.roleInfo_GetSetting", - "Method": "Get", - "Parameters": [ + }, { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -331150,15 +226333,23 @@ }, { "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval.roleInfo_UpdateSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -331166,15 +226357,23 @@ }, { "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval.roleInfo_DeleteSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -331186,73 +226385,65 @@ }, { "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval.roleInfo_GetSummary", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedApproval.roleInfo_UpdateSummary", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "privilegedApproval-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval.roleInfo_DeleteSummary", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "privilegedApproval-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/privilegedApproval/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -331266,13 +226457,17 @@ }, { "PathInfo": { - "Path": "/privilegedApproval/microsoft.graph.myRequests()", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedApproval_myRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -331294,11 +226489,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -331310,36 +226505,36 @@ }, { "PathInfo": { - "Path": "/privilegedOperationEvents", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedOperationEvent_ListPrivilegedOperationEvent", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceScope", + "Method": "Post", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceScope", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", @@ -331354,82 +226549,95 @@ }, { "PathInfo": { - "Path": "/privilegedOperationEvents", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedOperationEvent_CreatePrivilegedOperationEvent", - "Method": "Post", - "Parameters": [] + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceScope", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedOperationEvent_GetPrivilegedOperationEvent", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceScope", + "Method": "Delete", "Parameters": [ { - "Name": "privilegedOperationEvent-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedOperationEvent_UpdatePrivilegedOperationEvent", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceScope_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "privilegedOperationEvent-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedOperationEvent_DeletePrivilegedOperationEvent", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "privilegedOperationEvent-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedOperationEvents/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedOperationEvent_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResourceRoleScope_GetCount", "Method": "Get", "Parameters": [ { @@ -331445,11 +226653,11 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest_ListPrivilegedRoleAssignmentRequest", + "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageResource", "Method": "Get", "Parameters": [ { @@ -331489,26 +226697,26 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest_CreatePrivilegedRoleAssignmentRequest", + "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageResource", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest_GetPrivilegedRoleAssignmentRequest", + "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedRoleAssignmentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -331524,15 +226732,15 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest_UpdatePrivilegedRoleAssignmentRequest", + "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageResource", "Method": "Patch", "Parameters": [ { - "Name": "privilegedRoleAssignmentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" } ] @@ -331540,15 +226748,15 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest_DeletePrivilegedRoleAssignmentRequest", + "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageResource", "Method": "Delete", "Parameters": [ { - "Name": "privilegedRoleAssignmentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -331560,31 +226768,15 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/microsoft.graph.cancel", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest_cancel", - "Method": "Post", - "Parameters": [ - { - "Name": "privilegedRoleAssignmentRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest_GetRoleInfo", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "privilegedRoleAssignmentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -331600,51 +226792,15 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest_UpdateRoleInfo", - "Method": "Patch", - "Parameters": [ - { - "Name": "privilegedRoleAssignmentRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest_DeleteRoleInfo", - "Method": "Delete", - "Parameters": [ - { - "Name": "privilegedRoleAssignmentRequest-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest.roleInfo_ListAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "privilegedRoleAssignmentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -331684,99 +226840,35 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest.roleInfo_GetAssignment", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_CreateAccessPackageResourceRole", + "Method": "Post", "Parameters": [ { - "Name": "privilegedRoleAssignmentRequest-id", - "Location": "Path" - }, - { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest.roleInfo.assignment_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "privilegedRoleAssignmentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/microsoft.graph.selfActivate", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest.roleInfo_selfActivate", - "Method": "Post", - "Parameters": [ - { - "Name": "privilegedRoleAssignmentRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/microsoft.graph.selfDeactivate", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest.roleInfo_selfDeactivate", - "Method": "Post", - "Parameters": [ - { - "Name": "privilegedRoleAssignmentRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest.roleInfo_GetSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "privilegedRoleAssignmentRequest-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -331792,15 +226884,19 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest.roleInfo_UpdateSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_UpdateAccessPackageResourceRole", "Method": "Patch", "Parameters": [ { - "Name": "privilegedRoleAssignmentRequest-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -331808,15 +226904,19 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest.roleInfo_DeleteSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_DeleteAccessPackageResourceRole", "Method": "Delete", "Parameters": [ { - "Name": "privilegedRoleAssignmentRequest-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -331828,15 +226928,19 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest.roleInfo_GetSummary", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedRoleAssignmentRequest-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -331852,15 +226956,19 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest.roleInfo_UpdateSummary", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", "Method": "Patch", "Parameters": [ { - "Name": "privilegedRoleAssignmentRequest-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -331868,81 +226976,49 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest.roleInfo_DeleteSummary", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", "Method": "Delete", "Parameters": [ { - "Name": "privilegedRoleAssignmentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedRoleAssignmentRequests/microsoft.graph.my()", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignmentRequest_my", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -331952,13 +227028,21 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment_ListPrivilegedRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -331996,26 +227080,43 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment_CreatePrivilegedRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment_GetPrivilegedRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -332031,15 +227132,23 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment_UpdatePrivilegedRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -332047,15 +227156,23 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment_DeletePrivilegedRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -332067,47 +227184,23 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/microsoft.graph.makeEligible", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment_makeEligible", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", + "Method": "Get", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/microsoft.graph.makePermanent", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedRoleAssignment_makePermanent", - "Method": "Post", - "Parameters": [ + }, { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedRoleAssignment_GetRoleInfo", - "Method": "Get", - "Parameters": [ + }, { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -332123,15 +227216,23 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment_UpdateRoleInfo", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", "Method": "Patch", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -332139,15 +227240,23 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment_DeleteRoleInfo", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", "Method": "Delete", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -332159,75 +227268,83 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment.roleInfo_ListAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", + "Method": "Post", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment.roleInfo_GetAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "privilegedRoleAssignment-id1", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -332235,15 +227352,35 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment.roleInfo.assignment_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -332259,31 +227396,63 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/microsoft.graph.selfActivate", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment.roleInfo_selfActivate", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_ListAccessPackageResourceScope", + "Method": "Get", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/microsoft.graph.selfDeactivate", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment.roleInfo_selfDeactivate", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_CreateAccessPackageResourceScope", "Method": "Post", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", "Location": "Path" } ] @@ -332291,15 +227460,19 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment.roleInfo_GetSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -332315,15 +227488,19 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment.roleInfo_UpdateSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_UpdateAccessPackageResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -332331,15 +227508,19 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment.roleInfo_DeleteSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_DeleteAccessPackageResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -332351,15 +227532,19 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment.roleInfo_GetSummary", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -332375,15 +227560,19 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment.roleInfo_UpdateSummary", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", "Method": "Patch", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -332391,81 +227580,49 @@ }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment.roleInfo_DeleteSummary", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", "Method": "Delete", "Parameters": [ { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/privilegedRoleAssignments/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "privilegedRoleAssignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedRoleAssignments/microsoft.graph.my()", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRoleAssignment_my", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -332475,13 +227632,21 @@ }, { "PathInfo": { - "Path": "/privilegedRoles", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_ListPrivilegedRole", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -332519,26 +227684,43 @@ }, { "PathInfo": { - "Path": "/privilegedRoles", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_CreatePrivilegedRole", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/privilegedRoles/{privilegedRole-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_GetPrivilegedRole", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "privilegedRole-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -332554,15 +227736,23 @@ }, { "PathInfo": { - "Path": "/privilegedRoles/{privilegedRole-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_UpdatePrivilegedRole", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", "Method": "Patch", "Parameters": [ { - "Name": "privilegedRole-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -332570,15 +227760,23 @@ }, { "PathInfo": { - "Path": "/privilegedRoles/{privilegedRole-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_DeletePrivilegedRole", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", "Method": "Delete", "Parameters": [ { - "Name": "privilegedRole-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -332590,67 +227788,107 @@ }, { "PathInfo": { - "Path": "/privilegedRoles/{privilegedRole-id}/assignments", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_ListAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "privilegedRole-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedRoles/{privilegedRole-id}/assignments/{privilegedRoleAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_GetAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "privilegedRole-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "privilegedRoleAssignment-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -332666,55 +227904,71 @@ }, { "PathInfo": { - "Path": "/privilegedRoles/{privilegedRole-id}/assignments/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole.assignment_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "privilegedRole-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/privilegedRoles/{privilegedRole-id}/microsoft.graph.selfActivate", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_selfActivate", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "privilegedRole-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedRoles/{privilegedRole-id}/microsoft.graph.selfDeactivate", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_selfDeactivate", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", "Method": "Post", "Parameters": [ { - "Name": "privilegedRole-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -332722,23 +227976,23 @@ }, { "PathInfo": { - "Path": "/privilegedRoles/{privilegedRole-id}/settings", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_GetSetting", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedRole-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -332746,15 +228000,15 @@ }, { "PathInfo": { - "Path": "/privilegedRoles/{privilegedRole-id}/settings", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_UpdateSetting", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "privilegedRole-id", + "Name": "accessPackageResource-id", "Location": "Path" } ] @@ -332762,36 +228016,56 @@ }, { "PathInfo": { - "Path": "/privilegedRoles/{privilegedRole-id}/settings", + "Path": "/identityGovernance/entitlementManagement/accessPackageResources/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_DeleteSetting", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackageResource_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "privilegedRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedRoles/{privilegedRole-id}/summary", + "Path": "/identityGovernance/entitlementManagement/accessPackages", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_GetSummary", + "OperationId": "identityGovernance.entitlementManagement_ListAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "privilegedRole-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -332806,69 +228080,88 @@ }, { "PathInfo": { - "Path": "/privilegedRoles/{privilegedRole-id}/summary", + "Path": "/identityGovernance/entitlementManagement/accessPackages", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_UpdateSummary", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackage", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_GetAccessPackage", + "Method": "Get", "Parameters": [ { - "Name": "privilegedRole-id", + "Name": "accessPackage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/privilegedRoles/{privilegedRole-id}/summary", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_DeleteSummary", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackage", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedRole-id", + "Name": "accessPackage-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/privilegedRoles/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "privilegedRole_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackage", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/programControls", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControl_ListProgramControl", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListAccessPackageAssignmentPolicy", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -332906,26 +228199,35 @@ }, { "PathInfo": { - "Path": "/programControls", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControl_CreateProgramControl", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateAccessPackageAssignmentPolicy", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/programControls/{programControl-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControl_GetProgramControl", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetAccessPackageAssignmentPolicy", "Method": "Get", "Parameters": [ { - "Name": "programControl-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -332941,15 +228243,19 @@ }, { "PathInfo": { - "Path": "/programControls/{programControl-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControl_UpdateProgramControl", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_UpdateAccessPackageAssignmentPolicy", "Method": "Patch", "Parameters": [ { - "Name": "programControl-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" } ] @@ -332957,15 +228263,19 @@ }, { "PathInfo": { - "Path": "/programControls/{programControl-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControl_DeleteProgramControl", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteAccessPackageAssignmentPolicy", "Method": "Delete", "Parameters": [ { - "Name": "programControl-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -332977,15 +228287,19 @@ }, { "PathInfo": { - "Path": "/programControls/{programControl-id}/program", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControl_GetProgram", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_GetAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "programControl-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -333001,51 +228315,47 @@ }, { "PathInfo": { - "Path": "/programControls/{programControl-id}/program", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControl_UpdateProgram", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_GetAccessPackageCatalog", + "Method": "Get", "Parameters": [ { - "Name": "programControl-id", + "Name": "accessPackage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/programControls/{programControl-id}/program", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "programControl_DeleteProgram", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "programControl-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/programControls/{programControl-id}/program/controls", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControl.program_ListControl", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_ListCustomExtensionHandler", "Method": "Get", "Parameters": [ { - "Name": "programControl-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -333085,15 +228395,19 @@ }, { "PathInfo": { - "Path": "/programControls/{programControl-id}/program/controls", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControl.program_CreateControl", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_CreateCustomExtensionHandler", "Method": "Post", "Parameters": [ { - "Name": "programControl-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" } ] @@ -333101,19 +228415,23 @@ }, { "PathInfo": { - "Path": "/programControls/{programControl-id}/program/controls/{programControl-id1}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControl.program_GetControl", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_GetCustomExtensionHandler", "Method": "Get", "Parameters": [ { - "Name": "programControl-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "programControl-id1", + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "customExtensionHandler-id", "Location": "Path" }, { @@ -333129,19 +228447,23 @@ }, { "PathInfo": { - "Path": "/programControls/{programControl-id}/program/controls/{programControl-id1}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControl.program_UpdateControl", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_UpdateCustomExtensionHandler", "Method": "Patch", "Parameters": [ { - "Name": "programControl-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "programControl-id1", + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "customExtensionHandler-id", "Location": "Path" } ] @@ -333149,19 +228471,23 @@ }, { "PathInfo": { - "Path": "/programControls/{programControl-id}/program/controls/{programControl-id1}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControl.program_DeleteControl", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_DeleteCustomExtensionHandler", "Method": "Delete", "Parameters": [ { - "Name": "programControl-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "programControl-id1", + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "customExtensionHandler-id", "Location": "Path" }, { @@ -333173,23 +228499,31 @@ }, { "PathInfo": { - "Path": "/programControls/{programControl-id}/program/controls/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}/customExtension", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControl.program.control_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy.customExtensionHandler_GetCustomExtension", "Method": "Get", "Parameters": [ { - "Name": "programControl-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "customExtensionHandler-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -333197,13 +228531,21 @@ }, { "PathInfo": { - "Path": "/programControls/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControl_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy.customExtensionHandler_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -333217,13 +228559,21 @@ }, { "PathInfo": { - "Path": "/programControlTypes", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControlType_ListProgramControlType", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_ListCustomExtensionStageSetting", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -333261,26 +228611,43 @@ }, { "PathInfo": { - "Path": "/programControlTypes", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControlType_CreateProgramControlType", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_CreateCustomExtensionStageSetting", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/programControlTypes/{programControlType-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControlType_GetProgramControlType", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_GetCustomExtensionStageSetting", "Method": "Get", "Parameters": [ { - "Name": "programControlType-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "customExtensionStageSetting-id", "Location": "Path" }, { @@ -333296,15 +228663,23 @@ }, { "PathInfo": { - "Path": "/programControlTypes/{programControlType-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControlType_UpdateProgramControlType", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_UpdateCustomExtensionStageSetting", "Method": "Patch", "Parameters": [ { - "Name": "programControlType-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "customExtensionStageSetting-id", "Location": "Path" } ] @@ -333312,15 +228687,23 @@ }, { "PathInfo": { - "Path": "/programControlTypes/{programControlType-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControlType_DeleteProgramControlType", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_DeleteCustomExtensionStageSetting", "Method": "Delete", "Parameters": [ { - "Name": "programControlType-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "customExtensionStageSetting-id", "Location": "Path" }, { @@ -333332,19 +228715,31 @@ }, { "PathInfo": { - "Path": "/programControlTypes/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "programControlType_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCustomExtension", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "customExtensionStageSetting-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -333352,20 +228747,20 @@ }, { "PathInfo": { - "Path": "/programs", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "program_ListProgram", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy.customExtensionStageSetting_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" }, { "Name": "$search", @@ -333374,56 +228769,29 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/programs", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "program_CreateProgram", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/programs/{program-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "program_GetProgram", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageAssignmentPolicy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "program-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -333431,51 +228799,39 @@ }, { "PathInfo": { - "Path": "/programs/{program-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "program_UpdateProgram", - "Method": "Patch", - "Parameters": [ - { - "Name": "program-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/programs/{program-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageCatalog", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "program_DeleteProgram", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetAccessPackageCatalog", + "Method": "Get", "Parameters": [ { - "Name": "program-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/programs/{program-id}/controls", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "program_ListControl", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListAccessPackageResourceRoleScope", "Method": "Get", "Parameters": [ { - "Name": "program-id", + "Name": "accessPackage-id", "Location": "Path" }, { @@ -333515,15 +228871,15 @@ }, { "PathInfo": { - "Path": "/programs/{program-id}/controls", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "program_CreateControl", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateAccessPackageResourceRoleScope", "Method": "Post", "Parameters": [ { - "Name": "program-id", + "Name": "accessPackage-id", "Location": "Path" } ] @@ -333531,19 +228887,19 @@ }, { "PathInfo": { - "Path": "/programs/{program-id}/controls/{programControl-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "program_GetControl", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetAccessPackageResourceRoleScope", "Method": "Get", "Parameters": [ { - "Name": "program-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "programControl-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -333559,19 +228915,19 @@ }, { "PathInfo": { - "Path": "/programs/{program-id}/controls/{programControl-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "program_UpdateControl", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_UpdateAccessPackageResourceRoleScope", "Method": "Patch", "Parameters": [ { - "Name": "program-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "programControl-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -333579,19 +228935,19 @@ }, { "PathInfo": { - "Path": "/programs/{program-id}/controls/{programControl-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "program_DeleteControl", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteAccessPackageResourceRoleScope", "Method": "Delete", "Parameters": [ { - "Name": "program-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "programControl-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -333603,19 +228959,19 @@ }, { "PathInfo": { - "Path": "/programs/{program-id}/controls/{programControl-id}/program", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "program.control_GetProgram", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "program-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "programControl-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -333631,19 +228987,19 @@ }, { "PathInfo": { - "Path": "/programs/{program-id}/controls/{programControl-id}/program", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "program.control_UpdateProgram", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope_UpdateAccessPackageResourceRole", "Method": "Patch", "Parameters": [ { - "Name": "program-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "programControl-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -333651,19 +229007,19 @@ }, { "PathInfo": { - "Path": "/programs/{program-id}/controls/{programControl-id}/program", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "program.control_DeleteProgram", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope_DeleteAccessPackageResourceRole", "Method": "Delete", "Parameters": [ { - "Name": "program-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "programControl-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -333675,23 +229031,27 @@ }, { "PathInfo": { - "Path": "/programs/{program-id}/controls/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "program.control_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "program-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -333699,97 +229059,69 @@ }, { "PathInfo": { - "Path": "/programs/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "program_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.cloudPC.resourceNamespace_importResourceAction", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole_DeleteAccessPackageResource", + "Method": "Delete", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleDefinition.inheritsPermissionsFrom_assignedPrincipal", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, - { - "Name": "transitive", - "Location": "Query" - }, - { - "Name": "directoryScopeType", - "Location": "Query" - }, - { - "Name": "directoryScopeId", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -333799,28 +229131,20 @@ }, { "PathInfo": { - "Path": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.cloudPC.roleDefinition_assignedPrincipal", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "transitive", - "Location": "Query" - }, - { - "Name": "directoryScopeType", - "Location": "Query" - }, - { - "Name": "directoryScopeId", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { "Name": "$top", @@ -333843,11 +229167,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -333859,15 +229183,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.resourceNamespace_importResourceAction", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceRole", "Method": "Post", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -333875,92 +229203,132 @@ }, { "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleDefinition.inheritsPermissionsFrom_assignedPrincipal", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "transitive", - "Location": "Query" - }, - { - "Name": "directoryScopeType", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "directoryScopeId", + "Name": "$select", "Location": "Query" }, { - "Name": "$top", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceRole", + "Method": "Patch", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "accessPackageResourceRole-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceRole", + "Method": "Delete", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.deviceManagement.roleDefinition_assignedPrincipal", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceRole_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "transitive", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "directoryScopeType", + "Name": "$search", "Location": "Query" }, { - "Name": "directoryScopeId", + "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { "Name": "$top", @@ -333983,11 +229351,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -333999,13 +229367,45 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement_GetDirectory", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -334019,24 +229419,49 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement_UpdateDirectory", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/roleManagement/directory", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement_DeleteDirectory", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", "Method": "Delete", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -334046,57 +229471,29 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/microsoft.graph.roleScheduleInstances(directoryScopeId=\u0027@directoryScopeId\u0027,appScopeId=\u0027@appScopeId\u0027,principalId=\u0027@principalId\u0027,roleDefinitionId=\u0027@roleDefinitionId\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_roleScheduleInstance", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "directoryScopeId", - "Location": "Query" - }, - { - "Name": "appScopeId", - "Location": "Query" - }, - { - "Name": "principalId", - "Location": "Query" - }, - { - "Name": "roleDefinitionId", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -334106,55 +229503,79 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/microsoft.graph.roleSchedules(directoryScopeId=\u0027@directoryScopeId\u0027,appScopeId=\u0027@appScopeId\u0027,principalId=\u0027@principalId\u0027,roleDefinitionId=\u0027@roleDefinitionId\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_roleSchedule", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "directoryScopeId", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "appScopeId", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "principalId", - "Location": "Query" - }, + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_DeleteAccessPackageResource", + "Method": "Delete", + "Parameters": [ { - "Name": "roleDefinitionId", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -334166,13 +229587,25 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListResourceNamespace", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -334210,26 +229643,51 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateResourceNamespace", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetResourceNamespace", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -334245,15 +229703,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateResourceNamespace", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -334261,15 +229731,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteResourceNamespace", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -334281,63 +229763,83 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace_importResourceAction", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace_ListResourceAction", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -334345,15 +229847,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace_CreateResourceAction", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_refresh", "Method": "Post", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -334361,19 +229867,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace_GetResourceAction", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -334389,19 +229895,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace_UpdateResourceAction", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope_UpdateAccessPackageResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -334409,19 +229915,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace_DeleteResourceAction", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope_DeleteAccessPackageResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -334433,19 +229939,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace.resourceAction_GetAuthenticationContext", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -334461,89 +229967,101 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace.resourceAction_GetResourceScope", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope_UpdateAccessPackageResource", + "Method": "Patch", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace.resourceAction_UpdateResourceScope", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope_DeleteAccessPackageResource", + "Method": "Delete", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace.resourceAction_DeleteResourceScope", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceEnvironment", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace.resourceAction_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -334551,96 +230069,149 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceRole", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentApprovals", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleAssignmentApproval", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceRole", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceRole", + "Method": "Patch", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentApprovals", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleAssignmentApproval", - "Method": "Post", - "Parameters": [] + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceRole", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleAssignmentApproval", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetAccessPackageResource", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -334656,15 +230227,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleAssignmentApproval", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_UpdateAccessPackageResource", "Method": "Patch", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -334672,15 +230251,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleAssignmentApproval", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_DeleteAccessPackageResource", "Method": "Delete", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -334692,15 +230279,55 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentApproval_ListStep", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_ListAccessPackageResourceScope", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -334740,15 +230367,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentApproval_CreateStep", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_CreateAccessPackageResourceScope", "Method": "Post", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -334756,19 +230391,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentApproval_GetStep", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "approvalStep-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -334784,19 +230427,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentApproval_UpdateStep", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_UpdateAccessPackageResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "approvalStep-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -334804,19 +230455,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentApproval_DeleteStep", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_DeleteAccessPackageResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "approvalStep-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -334828,15 +230487,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentApproval.step_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -334852,44 +230519,44 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentApprovals/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, - "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentApproval_GetCount", - "Method": "Get", + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentApproval_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole_GetCount", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { "Name": "$search", @@ -334898,35 +230565,27 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_ListAccessPackageResourceScope", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -334964,26 +230623,43 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_CreateAccessPackageResourceScope", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_GetAccessPackageResourceScope", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -334999,15 +230675,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_UpdateAccessPackageResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -335015,15 +230699,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleAssignment", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_DeleteAccessPackageResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -335035,83 +230727,71 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignment_GetAppScope", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignment_UpdateAppScope", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/microsoft.graph.refresh", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignment_DeleteAppScope", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_refresh", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignment_GetDirectoryScope", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -335119,17 +230799,41 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignment_GetPrincipal", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListAccessPackagesIncompatibleGraphWPre", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "accessPackage-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -335143,15 +230847,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignment_GetRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetAccessPackagesIncompatibleGraphWPre", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackage-id1", "Location": "Path" }, { @@ -335167,13 +230875,17 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignment_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackagesIncompatibleWith_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -335187,13 +230899,17 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleAssignmentScheduleInstance", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackage", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -335231,66 +230947,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleAssignmentScheduleInstance", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleAssignmentScheduleInstance", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleAccessPackage_DeleteAccessPackageGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleAssignmentScheduleInstance", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentScheduleInstance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleAssignmentScheduleInstance", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "accessPackage-id1", "Location": "Path" }, { @@ -335302,23 +230971,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetActivatedUsing", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleAccessPackage_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -335326,71 +230995,39 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetAppScope", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackageGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetDirectoryScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentScheduleInstance-id", - "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetPrincipal", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentScheduleInstance-id", - "Location": "Path" }, { - "Name": "$select", + "Name": "$count", "Location": "Query" }, { - "Name": "$expand", + "Name": "$orderby", "Location": "Query" } ] @@ -335398,43 +231035,39 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetRoleDefinition", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleAccessPackageGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "accessPackage-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleAccessPackageGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "If-Match", + "Location": "Header" + }, + { + "Name": "@id", "Location": "Query" } ] @@ -335442,15 +231075,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroup", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "accessPackage-id", "Location": "Path" }, { @@ -335474,11 +231107,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -335490,13 +231123,45 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleAssignmentScheduleRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_DeleteGroupGraphBPreRef", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/serviceProvisioningErrors", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_ListServiceProvisioningError", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -335534,34 +231199,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleAssignmentScheduleRequest", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleAssignmentScheduleRequest", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -335569,59 +231227,63 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleAssignmentScheduleRequest", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "accessPackage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleAssignmentScheduleRequest", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "unifiedRoleAssignmentScheduleRequest-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetActivatedUsing", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroupGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", "Location": "Query" } ] @@ -335629,47 +231291,39 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetAppScope", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleGroupGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "accessPackage-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetDirectoryScope", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleGroupGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$expand", + "Name": "@id", "Location": "Query" } ] @@ -335677,15 +231331,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/microsoft.graph.cancel", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/microsoft.graph.getApplicablePolicyRequirements", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_cancel", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_getApplicablePolicyRequirement", "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "accessPackage-id", "Location": "Path" } ] @@ -335693,47 +231347,35 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/microsoft.graph.moveToCatalog", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetPrincipal", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_moveToCatalog", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "accessPackage-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/accessPackages/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -335741,37 +231383,25 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Path": "/identityGovernance/entitlementManagement/accessPackages/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetTargetSchedule", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "on", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetCount", - "Method": "Get", - "Parameters": [ + }, { "Name": "$search", "Location": "Query" @@ -335779,23 +231409,35 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/accessPackages/microsoft.graph.Search()", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_Search", "Method": "Get", "Parameters": [ - { - "Name": "on", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -335833,11 +231475,11 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules", + "Path": "/identityGovernance/entitlementManagement/assignmentRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleAssignmentSchedule", + "OperationId": "identityGovernance.entitlementManagement_ListAssignmentRequest", "Method": "Get", "Parameters": [ { @@ -335877,26 +231519,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules", + "Path": "/identityGovernance/entitlementManagement/assignmentRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleAssignmentSchedule", + "OperationId": "identityGovernance.entitlementManagement_CreateAssignmentRequest", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleAssignmentSchedule", + "OperationId": "identityGovernance.entitlementManagement_GetAssignmentRequest", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -335912,15 +231554,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleAssignmentSchedule", + "OperationId": "identityGovernance.entitlementManagement_UpdateAssignmentRequest", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" } ] @@ -335928,15 +231570,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleAssignmentSchedule", + "OperationId": "identityGovernance.entitlementManagement_DeleteAssignmentRequest", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -335948,15 +231590,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetActivatedUsing", + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -335972,15 +231614,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetAppScope", + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetAccessPackageAssignment", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -335996,15 +231638,63 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetDirectoryScope", + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_cancel", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.reprocess", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_reprocess", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.resume", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_resume", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetRequestor", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -336020,39 +231710,51 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetPrincipal", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_UpdateRequestor", + "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_DeleteRequestor", + "Method": "Delete", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignmentRequest-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest.requestor_GetConnectedOrganization", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -336068,11 +231770,11 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/$count", + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetCount", + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetCount", "Method": "Get", "Parameters": [ { @@ -336088,11 +231790,11 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentSchedule_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { @@ -336136,11 +231838,11 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement_ListConnectedOrganization", "Method": "Get", "Parameters": [ { @@ -336180,26 +231882,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement_CreateConnectedOrganization", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement_GetConnectedOrganization", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { @@ -336215,15 +231917,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement_UpdateConnectedOrganization", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "connectedOrganization-id", "Location": "Path" } ] @@ -336231,15 +231933,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement_DeleteConnectedOrganization", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { @@ -336251,15 +231953,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition_ListInheritsPermissionsFrom", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListExternalSponsor", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { @@ -336299,121 +232001,65 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition_CreateInheritsPermissionsFrom", - "Method": "Post", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition_GetInheritsPermissionsFrom", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.externalSponsor_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleDefinition-id1", + "Name": "connectedOrganization-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition_UpdateInheritsPermissionsFrom", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition_DeleteInheritsPermissionsFrom", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.externalSponsor_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition.inheritsPermissionsFrom_assignedPrincipal", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListExternalSponsorGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleDefinition-id1", + "Name": "connectedOrganization-id", "Location": "Path" }, - { - "Name": "transitive", - "Location": "Query" - }, - { - "Name": "directoryScopeType", - "Location": "Query" - }, - { - "Name": "directoryScopeId", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -336434,100 +232080,48 @@ "Name": "$count", "Location": "Query" }, - { - "Name": "$select", - "Location": "Query" - }, { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition.inheritsPermissionsFrom_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_CreateExternalSponsorGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "connectedOrganization-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition_assignedPrincipal", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_DeleteExternalSponsorGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { - "Name": "transitive", - "Location": "Query" - }, - { - "Name": "directoryScopeType", - "Location": "Query" - }, - { - "Name": "directoryScopeId", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$expand", + "Name": "@id", "Location": "Query" } ] @@ -336535,33 +232129,17 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/$count", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition_GetCount", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListInternalSponsor", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "connectedOrganization-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleEligibilityScheduleInstance", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -336585,80 +232163,33 @@ { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleEligibilityScheduleInstance", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleEligibilityScheduleInstance", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleEligibilityScheduleInstance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleEligibilityScheduleInstance", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "unifiedRoleEligibilityScheduleInstance-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleEligibilityScheduleInstance", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.internalSponsor_DeleteDirectoryObjectGraphBPreRef", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "connectedOrganization-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" }, { @@ -336670,23 +232201,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetAppScope", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.internalSponsor_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -336694,23 +232225,39 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetDirectoryScope", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListInternalSponsorGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", "Location": "Query" } ] @@ -336718,47 +232265,39 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetPrincipal", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_CreateInternalSponsorGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "connectedOrganization-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetRoleDefinition", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_DeleteInternalSponsorGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$expand", + "Name": "@id", "Location": "Query" } ] @@ -336766,11 +232305,11 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetCount", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_GetCount", "Method": "Get", "Parameters": [ { @@ -336786,45 +232325,17 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/settings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement_GetSetting", "Method": "Get", "Parameters": [ - { - "Name": "on", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -336834,11 +232345,38 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests", + "Path": "/identityGovernance/entitlementManagement/settings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleEligibilityScheduleRequest", + "OperationId": "identityGovernance.entitlementManagement_UpdateSetting", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/settings", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_DeleteSetting", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/subjects", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_ListSubject", "Method": "Get", "Parameters": [ { @@ -336878,26 +232416,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests", + "Path": "/identityGovernance/entitlementManagement/subjects", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleEligibilityScheduleRequest", + "OperationId": "identityGovernance.entitlementManagement_CreateSubject", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Path": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleEligibilityScheduleRequest", + "OperationId": "identityGovernance.entitlementManagement_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "accessPackageSubject-id", "Location": "Path" }, { @@ -336913,15 +232451,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Path": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleEligibilityScheduleRequest", + "OperationId": "identityGovernance.entitlementManagement_UpdateSubject", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "accessPackageSubject-id", "Location": "Path" } ] @@ -336929,15 +232467,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Path": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleEligibilityScheduleRequest", + "OperationId": "identityGovernance.entitlementManagement_DeleteSubject", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "accessPackageSubject-id", "Location": "Path" }, { @@ -336949,15 +232487,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Path": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetAppScope", + "OperationId": "identityGovernance.entitlementManagement.subject_GetConnectedOrganization", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "accessPackageSubject-id", "Location": "Path" }, { @@ -336973,15 +232511,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Path": "/identityGovernance/entitlementManagement/subjects(objectId=\u0027{objectId}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetDirectoryScope", + "OperationId": "identityGovernance.entitlementManagement.subject_GetGraphBPreObjectId", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "objectId", "Location": "Path" }, { @@ -336997,15 +232535,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/microsoft.graph.cancel", + "Path": "/identityGovernance/entitlementManagement/subjects(objectId=\u0027{objectId}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_cancel", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.subject_UpdateGraphBPreObjectId", + "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "objectId", "Location": "Path" } ] @@ -337013,47 +232551,39 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Path": "/identityGovernance/entitlementManagement/subjects(objectId=\u0027{objectId}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetPrincipal", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.subject_DeleteGraphBPreObjectId", + "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "objectId", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Path": "/identityGovernance/entitlementManagement/subjects/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetRoleDefinition", + "OperationId": "identityGovernance.entitlementManagement.subject_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -337061,17 +232591,13 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Path": "/identityGovernance/lifecycleWorkflows", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetTargetSchedule", + "OperationId": "identityGovernance_GetLifecycleWorkflow", "Method": "Get", "Parameters": [ - { - "Name": "unifiedRoleEligibilityScheduleRequest-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -337085,79 +232611,38 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", + "Path": "/identityGovernance/lifecycleWorkflows", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "identityGovernance_UpdateLifecycleWorkflow", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_filterGraphBPreCurrentUser", - "Method": "Get", + "OperationId": "identityGovernance_DeleteLifecycleWorkflow", + "Method": "Delete", "Parameters": [ { - "Name": "on", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleEligibilitySchedule", + "OperationId": "identityGovernance.lifecycleWorkflow_ListCustomTaskExtension", "Method": "Get", "Parameters": [ { @@ -337197,26 +232682,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleEligibilitySchedule", + "OperationId": "identityGovernance.lifecycleWorkflow_CreateCustomTaskExtension", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleEligibilitySchedule", + "OperationId": "identityGovernance.lifecycleWorkflow_GetCustomTaskExtension", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "customTaskExtension-id", "Location": "Path" }, { @@ -337232,15 +232717,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleEligibilitySchedule", + "OperationId": "identityGovernance.lifecycleWorkflow_UpdateCustomTaskExtension", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "customTaskExtension-id", "Location": "Path" } ] @@ -337248,15 +232733,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleEligibilitySchedule", + "OperationId": "identityGovernance.lifecycleWorkflow_DeleteCustomTaskExtension", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "customTaskExtension-id", "Location": "Path" }, { @@ -337268,15 +232753,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension_GetCreatedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "customTaskExtension-id", "Location": "Path" }, { @@ -337292,15 +232777,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetDirectoryScope", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "customTaskExtension-id", "Location": "Path" }, { @@ -337316,41 +232801,57 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetPrincipal", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "customTaskExtension-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "customTaskExtension-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -337364,13 +232865,17 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/$count", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "customTaskExtension-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -337384,45 +232889,45 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilitySchedule_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension_GetLastModifiedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "customTaskExtension-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy_GetMailboxSetting", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "customTaskExtension-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -337432,16 +232937,32 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/transitiveRoleAssignments", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListTransitiveRoleAssignment", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "customTaskExtension-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "customTaskExtension-id", + "Location": "Path" }, { "Name": "$top", @@ -337480,38 +233001,43 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/transitiveRoleAssignments", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateTransitiveRoleAssignment", - "Method": "Post", - "Parameters": [] + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy.ServiceProvisioningError_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "customTaskExtension-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetTransitiveRoleAssignment", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -337519,33 +233045,33 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateTransitiveRoleAssignment", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow_GetDeletedItem", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteTransitiveRoleAssignment", + "OperationId": "identityGovernance.lifecycleWorkflow_DeleteDeletedItem", "Method": "Delete", "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -337555,16 +233081,36 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.transitiveRoleAssignment_GetAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem_ListWorkflow", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -337579,31 +233125,39 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.transitiveRoleAssignment_UpdateAppScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem_GetWorkflow", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.transitiveRoleAssignment_DeleteAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem_DeleteWorkflow", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -337615,15 +233169,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.transitiveRoleAssignment_GetDirectoryScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetCreatedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -337639,15 +233193,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.transitiveRoleAssignment_GetPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -337663,17 +233217,57 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.transitiveRoleAssignment_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -337687,16 +233281,16 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/transitiveRoleAssignments/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.directory.transitiveRoleAssignment_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "workflow-id", + "Location": "Path" }, { "Name": "$search", @@ -337711,13 +233305,17 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement_ListEnterpriseApp", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListExecutionScope", "Method": "Get", "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -337755,26 +233353,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement_CreateEnterpriseApp", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement_GetEnterpriseApp", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetExecutionScope", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -337790,97 +233381,69 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement_UpdateEnterpriseApp", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.executionScope_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement_DeleteEnterpriseApp", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetLastModifiedGraphBPre", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/microsoft.graph.roleScheduleInstances(directoryScopeId=\u0027@directoryScopeId\u0027,appScopeId=\u0027@appScopeId\u0027,principalId=\u0027@principalId\u0027,roleDefinitionId=\u0027@roleDefinitionId\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_roleScheduleInstance", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, - { - "Name": "directoryScopeId", - "Location": "Query" - }, - { - "Name": "appScopeId", - "Location": "Query" - }, - { - "Name": "principalId", - "Location": "Query" - }, - { - "Name": "roleDefinitionId", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -337890,79 +233453,31 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/microsoft.graph.roleSchedules(directoryScopeId=\u0027@directoryScopeId\u0027,appScopeId=\u0027@appScopeId\u0027,principalId=\u0027@principalId\u0027,roleDefinitionId=\u0027@roleDefinitionId\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_roleSchedule", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" - }, - { - "Name": "directoryScopeId", - "Location": "Query" - }, - { - "Name": "appScopeId", - "Location": "Query" - }, - { - "Name": "principalId", - "Location": "Query" - }, - { - "Name": "roleDefinitionId", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_ListResourceNamespace", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -338002,43 +233517,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_CreateResourceNamespace", - "Method": "Post", - "Parameters": [ - { - "Name": "rbacApplication-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_GetResourceNamespace", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -338046,19 +233541,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.activate", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_UpdateResourceNamespace", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_activate", + "Method": "Post", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" } ] @@ -338066,43 +233557,31 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_DeleteResourceNamespace", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_createNewVersion", + "Method": "Post", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.restore", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.resourceNamespace_importResourceAction", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_restore", "Method": "Post", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" } ] @@ -338110,19 +233589,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.resourceNamespace_ListResourceAction", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListRun", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -338162,43 +233637,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.resourceNamespace_CreateResourceAction", - "Method": "Post", - "Parameters": [ - { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.resourceNamespace_GetResourceAction", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetRun", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "run-id", "Location": "Path" }, { @@ -338214,76 +233665,44 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.resourceNamespace_UpdateResourceAction", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_ListTaskProcessingResult", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.resourceNamespace_DeleteResourceAction", - "Method": "Delete", - "Parameters": [ - { - "Name": "rbacApplication-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.resourceNamespace.resourceAction_GetAuthenticationContext", - "Method": "Get", - "Parameters": [ - { - "Name": "rbacApplication-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -338298,23 +233717,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.resourceNamespace.resourceAction_GetResourceScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -338330,23 +233749,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.resourceNamespace.resourceAction_UpdateResourceScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -338354,55 +233773,63 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.resourceNamespace.resourceAction_DeleteResourceScope", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.resourceNamespace.resourceAction_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "$search", + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -338410,39 +233837,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.resourceNamespace_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "run-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_ListRoleAssignmentApproval", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -338482,43 +233917,31 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_CreateRoleAssignmentApproval", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_GetRoleAssignmentApproval", - "Method": "Get", - "Parameters": [ + }, { - "Name": "rbacApplication-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "approval-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -338526,63 +233949,79 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_UpdateRoleAssignmentApproval", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_GetTask", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "approval-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_DeleteRoleAssignmentApproval", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "approval-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval_ListStep", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_ListUserProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "approval-id", + "Name": "run-id", "Location": "Path" }, { @@ -338622,43 +234061,55 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval_CreateStep", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_GetUserProcessingResult", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "approval-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval_GetStep", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "approval-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "approvalStep-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -338674,73 +234125,89 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval_UpdateStep", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "approval-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "approvalStep-id", + "Name": "userProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval_DeleteStep", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "approval-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "approvalStep-id", + "Name": "userProcessingResult-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval.step_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "approval-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -338748,21 +234215,45 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -338778,19 +234269,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "on", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -338814,11 +234309,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -338830,40 +234325,28 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_ListRoleAssignment", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "run-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" }, { "Name": "$select", @@ -338878,15 +234361,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_CreateRoleAssignment", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_resume", "Method": "Post", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -338894,19 +234389,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_GetRoleAssignment", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignment-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -338922,65 +234425,117 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_UpdateRoleAssignment", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignment-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_DeleteRoleAssignment", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignment-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignment_GetAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignment-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -338994,71 +234549,103 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignment_UpdateAppScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignment-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignment_DeleteAppScope", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_GetTask", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignment-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignment_GetDirectoryScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignment-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "$select", + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -339066,27 +234653,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignment_GetPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignment-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -339094,43 +234681,43 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignment_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_summary", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignment-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "startDateTime", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "endDateTime", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignment_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -339146,15 +234733,39 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_ListRoleAssignmentScheduleInstance", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_summary", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListTaskReport", + "Method": "Get", + "Parameters": [ + { + "Name": "workflow-id", "Location": "Path" }, { @@ -339194,35 +234805,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_CreateRoleAssignmentScheduleInstance", - "Method": "Post", - "Parameters": [ - { - "Name": "rbacApplication-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_GetRoleAssignmentScheduleInstance", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetTaskReport", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "taskReport-id", "Location": "Path" }, { @@ -339238,65 +234833,101 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_UpdateRoleAssignmentScheduleInstance", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetTask", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "taskReport-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_DeleteRoleAssignmentScheduleInstance", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetTaskDefinition", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleInstance_GetActivatedUsing", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "taskReport-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -339310,19 +234941,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleInstance_GetAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "taskReport-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -339338,47 +234973,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleInstance_GetDirectoryScope", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleInstance_GetPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "taskReport-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -339394,19 +235029,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleInstance_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "taskReport-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -339422,43 +235061,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleInstance_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "taskReport-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleInstance_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "on", + "Name": "taskReport-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -339482,11 +235125,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -339498,24 +235141,24 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_ListRoleAssignmentScheduleRequest", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "taskReport-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" }, { "Name": "$search", @@ -339524,57 +235167,29 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_CreateRoleAssignmentScheduleRequest", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_GetTask", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_GetRoleAssignmentScheduleRequest", - "Method": "Get", - "Parameters": [ + }, { - "Name": "rbacApplication-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -339590,120 +235205,116 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_UpdateRoleAssignmentScheduleRequest", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "taskReport-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_DeleteRoleAssignmentScheduleRequest", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentScheduleRequest-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_GetActivatedUsing", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_summary", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "startDateTime", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "endDateTime", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_GetAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListTask", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentScheduleRequest-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_GetDirectoryScope", - "Method": "Get", - "Parameters": [ + }, { - "Name": "rbacApplication-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "unifiedRoleAssignmentScheduleRequest-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -339718,19 +235329,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/microsoft.graph.cancel", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_cancel", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "workflow-id", "Location": "Path" } ] @@ -339738,19 +235345,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_GetPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetTask", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "task-id", "Location": "Path" }, { @@ -339766,99 +235373,63 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_GetRoleDefinition", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_UpdateTask", + "Method": "Patch", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "task-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_GetTargetSchedule", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_DeleteTask", + "Method": "Delete", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "rbacApplication-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "on", + "Name": "task-id", "Location": "Path" }, { @@ -339882,11 +235453,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -339898,40 +235469,24 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_ListRoleAssignmentSchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "task-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" }, { "Name": "$select", @@ -339946,15 +235501,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_CreateRoleAssignmentSchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_resume", "Method": "Post", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -339962,19 +235525,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_GetRoleAssignmentSchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -339990,93 +235557,105 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_UpdateRoleAssignmentSchedule", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentSchedule-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_DeleteRoleAssignmentSchedule", - "Method": "Delete", - "Parameters": [ - { - "Name": "rbacApplication-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentSchedule_GetActivatedUsing", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentSchedule_GetAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -340090,27 +235669,31 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentSchedule_GetDirectoryScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "$select", + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -340118,19 +235701,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentSchedule_GetPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_GetTask", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -340146,27 +235733,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentSchedule_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -340174,15 +235761,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentSchedule_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -340198,19 +235785,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleAssignmentSchedule_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListUserProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "on", + "Name": "workflow-id", "Location": "Path" }, { @@ -340234,11 +235817,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -340250,40 +235833,20 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_ListRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetUserProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" }, { "Name": "$select", @@ -340298,35 +235861,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_CreateRoleDefinition", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -340342,19 +235917,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_UpdateRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id", + "Name": "userProcessingResult-id", "Location": "Path" } ] @@ -340362,43 +235937,99 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_DeleteRoleDefinition", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleDefinition_ListInheritsPermissionsFrom", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id", + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_ListTaskProcessingResult", + "Method": "Get", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -340438,19 +236069,55 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleDefinition_CreateInheritsPermissionsFrom", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_GetTaskProcessingResult", + "Method": "Get", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_resume", "Method": "Post", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id", + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -340458,23 +236125,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleDefinition_GetInheritsPermissionsFrom", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -340490,89 +236157,81 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleDefinition_UpdateInheritsPermissionsFrom", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", + "Name": "taskProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleDefinition_DeleteInheritsPermissionsFrom", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", + "Name": "taskProcessingResult-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleDefinition.inheritsPermissionsFrom_assignedPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", + "Name": "taskProcessingResult-id", "Location": "Path" }, - { - "Name": "transitive", - "Location": "Query" - }, - { - "Name": "directoryScopeType", - "Location": "Query" - }, - { - "Name": "directoryScopeId", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -340594,11 +236253,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -340610,19 +236269,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleDefinition.inheritsPermissionsFrom_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id", + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -340638,40 +236301,52 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleDefinition_assignedPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_GetTask", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "transitive", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" }, { - "Name": "directoryScopeType", + "Name": "$select", "Location": "Query" }, { - "Name": "directoryScopeId", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" }, { "Name": "$search", @@ -340680,21 +236355,29 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -340702,39 +236385,39 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleDefinition_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_summary", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "startDateTime", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "endDateTime", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_ListRoleEligibilityScheduleInstance", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -340774,35 +236457,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_CreateRoleEligibilityScheduleInstance", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetVersion", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_GetRoleEligibilityScheduleInstance", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetCreatedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { @@ -340818,65 +236513,93 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_UpdateRoleEligibilityScheduleInstance", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_DeleteRoleEligibilityScheduleInstance", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleInstance_GetAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -340890,27 +236613,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleInstance_GetDirectoryScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -340918,19 +236641,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleInstance_GetPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetLastModifiedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { @@ -340946,19 +236669,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleInstance_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { @@ -340974,43 +236697,39 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleInstance_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleInstance_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "on", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { @@ -341034,11 +236753,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -341050,15 +236769,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_ListRoleEligibilityScheduleRequest", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_ListTask", + "Method": "Get", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { @@ -341098,15 +236849,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_CreateRoleEligibilityScheduleRequest", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", "Location": "Path" } ] @@ -341114,19 +236869,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_GetRoleEligibilityScheduleRequest", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetTask", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" }, { @@ -341142,19 +236901,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_UpdateRoleEligibilityScheduleRequest", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" } ] @@ -341162,19 +236925,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_DeleteRoleEligibilityScheduleRequest", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" }, { @@ -341186,21 +236953,49 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_GetAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -341214,19 +237009,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_GetDirectoryScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -341242,19 +237045,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/microsoft.graph.cancel", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_cancel", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_resume", "Method": "Post", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -341262,19 +237073,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_GetPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -341290,19 +237109,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -341318,71 +237145,55 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_GetTargetSchedule", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "task-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_filterGraphBPreCurrentUser", - "Method": "Get", - "Parameters": [ - { - "Name": "rbacApplication-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "on", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -341406,11 +237217,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -341422,24 +237233,28 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_ListRoleEligibilitySchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" }, { "Name": "$search", @@ -341448,14 +237263,34 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_GetTask", + "Method": "Get", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" }, { "Name": "$select", @@ -341470,43 +237305,31 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_CreateRoleEligibilitySchedule", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_GetRoleEligibilitySchedule", - "Method": "Get", - "Parameters": [ + }, { - "Name": "rbacApplication-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -341514,71 +237337,71 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_UpdateRoleEligibilitySchedule", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_DeleteRoleEligibilitySchedule", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleEligibilitySchedule-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilitySchedule_GetAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleEligibilitySchedule-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -341586,21 +237409,13 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "Path": "/identityGovernance/lifecycleWorkflows/settings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilitySchedule_GetDirectoryScope", + "OperationId": "identityGovernance.lifecycleWorkflow_GetSetting", "Method": "Get", "Parameters": [ - { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleEligibilitySchedule-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -341614,48 +237429,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/settings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilitySchedule_GetPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow_UpdateSetting", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/taskDefinitions", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow_ListTaskDefinition", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "unifiedRoleEligibilitySchedule-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", "Location": "Query" }, { - "Name": "$expand", + "Name": "$count", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilitySchedule_GetRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "rbacApplication-id", - "Location": "Path" }, { - "Name": "unifiedRoleEligibilitySchedule-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -341670,23 +237484,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count", + "Path": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilitySchedule_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow_GetTaskDefinition", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "taskDefinition-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -341694,29 +237508,13 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.roleEligibilitySchedule_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.lifecycleWorkflow.taskDefinition_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "on", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -341724,43 +237522,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", + "Path": "/identityGovernance/lifecycleWorkflows/workflows", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_ListTransitiveRoleAssignment", + "OperationId": "identityGovernance.lifecycleWorkflow_ListWorkflow", "Method": "Get", "Parameters": [ - { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -341798,41 +237572,28 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", + "Path": "/identityGovernance/lifecycleWorkflows/workflows", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_CreateTransitiveRoleAssignment", + "OperationId": "identityGovernance.lifecycleWorkflow_CreateWorkflow", "Method": "Post", - "Parameters": [ - { - "Name": "rbacApplication-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_GetTransitiveRoleAssignment", + "OperationId": "identityGovernance.lifecycleWorkflow_GetWorkflow", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -341846,19 +237607,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_UpdateTransitiveRoleAssignment", + "OperationId": "identityGovernance.lifecycleWorkflow_UpdateWorkflow", "Method": "Patch", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" } ] @@ -341866,19 +237623,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_DeleteTransitiveRoleAssignment", + "OperationId": "identityGovernance.lifecycleWorkflow_DeleteWorkflow", "Method": "Delete", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -341890,19 +237643,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.transitiveRoleAssignment_GetAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetCreatedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -341918,64 +237667,80 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.transitiveRoleAssignment_UpdateAppScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.transitiveRoleAssignment_DeleteAppScope", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.transitiveRoleAssignment_GetDirectoryScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -341990,27 +237755,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.transitiveRoleAssignment_GetPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -342018,20 +237779,40 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.transitiveRoleAssignment_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListExecutionScope", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleAssignment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -342046,27 +237827,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp.transitiveRoleAssignment_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetExecutionScope", "Method": "Get", "Parameters": [ { - "Name": "rbacApplication-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "userProcessingResult-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -342074,13 +237855,17 @@ }, { "PathInfo": { - "Path": "/roleManagement/enterpriseApps/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.enterpriseApp_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.executionScope_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -342094,13 +237879,17 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement_GetEntitlementManagement", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetLastModifiedGraphBPre", "Method": "Get", "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -342114,84 +237903,21 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement_UpdateEntitlementManagement", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement_DeleteEntitlementManagement", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/microsoft.graph.roleScheduleInstances(directoryScopeId=\u0027@directoryScopeId\u0027,appScopeId=\u0027@appScopeId\u0027,principalId=\u0027@principalId\u0027,roleDefinitionId=\u0027@roleDefinitionId\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_roleScheduleInstance", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "directoryScopeId", - "Location": "Query" - }, - { - "Name": "appScopeId", - "Location": "Query" - }, - { - "Name": "principalId", - "Location": "Query" - }, - { - "Name": "roleDefinitionId", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -342201,73 +237927,33 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/microsoft.graph.roleSchedules(directoryScopeId=\u0027@directoryScopeId\u0027,appScopeId=\u0027@appScopeId\u0027,principalId=\u0027@principalId\u0027,roleDefinitionId=\u0027@roleDefinitionId\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_roleSchedule", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "directoryScopeId", - "Location": "Query" - }, - { - "Name": "appScopeId", - "Location": "Query" - }, - { - "Name": "principalId", - "Location": "Query" - }, - { - "Name": "roleDefinitionId", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListResourceNamespace", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -342305,34 +237991,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateResourceNamespace", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetResourceNamespace", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -342340,15 +238015,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.activate", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateResourceNamespace", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_activate", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" } ] @@ -342356,35 +238031,31 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteResourceNamespace", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_createNewVersion", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.restore", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace_importResourceAction", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_restore", "Method": "Post", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" } ] @@ -342392,15 +238063,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace_ListResourceAction", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListRun", "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -342440,35 +238111,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace_CreateResourceAction", - "Method": "Post", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace_GetResourceAction", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetRun", "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "run-id", "Location": "Path" }, { @@ -342484,64 +238139,44 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace_UpdateResourceAction", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_ListTaskProcessingResult", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "run-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace_DeleteResourceAction", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace.resourceAction_GetAuthenticationContext", - "Method": "Get", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -342556,19 +238191,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace.resourceAction_GetResourceScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -342584,19 +238223,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace.resourceAction_UpdateResourceScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -342604,47 +238247,63 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace.resourceAction_DeleteResourceScope", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace.resourceAction_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -342652,33 +238311,49 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleAssignmentApproval", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -342716,34 +238391,31 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignmentApproval", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleAssignmentApproval", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -342751,51 +238423,79 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignmentApproval", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_GetTask", + "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignmentApproval", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval_ListStep", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_ListUserProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", "Location": "Path" }, { @@ -342835,35 +238535,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval_CreateStep", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_GetUserProcessingResult", + "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval_GetStep", - "Method": "Get", - "Parameters": [ + }, { - "Name": "approval-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "approvalStep-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -342879,67 +238567,63 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval_UpdateStep", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "approvalStep-id", + "Name": "run-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval_DeleteStep", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "approval-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "approvalStep-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval.step_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -342947,35 +238631,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -342999,11 +238695,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -343015,13 +238711,57 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleAssignment", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject.ServiceProvisioningError_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_ListTaskProcessingResult", "Method": "Get", "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -343059,86 +238799,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignment", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleAssignment", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", + "Name": "run-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignment", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "unifiedRoleAssignment-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetAppScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -343154,51 +238835,55 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignment_UpdateAppScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignment_DeleteAppScope", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "unifiedRoleAssignment-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetDirectoryScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -343214,15 +238899,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -343238,57 +238935,57 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetRoleDefinition", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "run-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleAssignmentScheduleInstance", - "Method": "Get", - "Parameters": [ + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -343326,26 +239023,63 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignmentScheduleInstance", - "Method": "Post", - "Parameters": [] + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleAssignmentScheduleInstance", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_GetTask", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -343361,83 +239095,111 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignmentScheduleInstance", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignmentScheduleInstance", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetActivatedUsing", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_summary", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "run-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -343445,41 +239207,65 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetDirectoryScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_summary", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "startDateTime", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "endDateTime", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListTaskReport", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "workflow-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -343493,15 +239279,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetTaskReport", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "taskReport-id", "Location": "Path" }, { @@ -343517,19 +239307,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetTask", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "taskReport-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -343537,45 +239335,25 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetTaskDefinition", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "taskReport-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -343585,13 +239363,21 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleAssignmentScheduleRequest", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_ListTaskProcessingResult", "Method": "Get", "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "taskReport-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -343629,26 +239415,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignmentScheduleRequest", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleAssignmentScheduleRequest", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "taskReport-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -343664,75 +239447,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignmentScheduleRequest", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignmentScheduleRequest", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetActivatedUsing", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "taskReport-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetAppScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -343748,15 +239503,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetDirectoryScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "taskReport-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -343772,15 +239535,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/microsoft.graph.cancel", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_cancel", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "taskReport-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -343788,17 +239559,49 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "taskReport-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -343812,23 +239615,31 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "taskReport-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -343836,15 +239647,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetTargetSchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_GetTask", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "taskReport-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -343860,13 +239679,21 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "taskReport-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -343880,25 +239707,17 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetCount", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "workflow-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -343906,35 +239725,47 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_summary", + "Method": "Get", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "startDateTime", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "endDateTime", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleAssignmentSchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListTask", "Method": "Get", "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -343972,26 +239803,35 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignmentSchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_CreateTask", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleAssignmentSchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetTask", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" }, { @@ -344007,15 +239847,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignmentSchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" } ] @@ -344023,15 +239867,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignmentSchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" }, { @@ -344043,17 +239891,45 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetActivatedUsing", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -344067,15 +239943,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -344091,39 +239975,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetDirectoryScope", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "task-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -344139,15 +240031,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -344163,35 +240063,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -344215,11 +240127,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -344231,43 +240143,31 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "task-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -344275,26 +240175,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleDefinition", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_GetTask", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -344310,51 +240207,67 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleDefinition", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleDefinition", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition_ListInheritsPermissionsFrom", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListUserProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -344394,35 +240307,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition_CreateInheritsPermissionsFrom", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetUserProcessingResult", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition_GetInheritsPermissionsFrom", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -344438,19 +240363,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition_UpdateInheritsPermissionsFrom", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject_GetMailboxSetting", + "Method": "Get", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", + "Name": "userProcessingResult-id", "Location": "Path" } ] @@ -344458,56 +240411,100 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition_DeleteInheritsPermissionsFrom", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition.inheritsPermissionsFrom_assignedPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "transitive", + "Name": "$search", "Location": "Query" }, { - "Name": "directoryScopeType", + "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_ListTaskProcessingResult", + "Method": "Get", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "directoryScopeId", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" }, { "Name": "$top", @@ -344530,11 +240527,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -344546,23 +240543,31 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition.inheritsPermissionsFrom_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -344570,55 +240575,83 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition_assignedPrincipal", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "transitive", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" }, { - "Name": "directoryScopeType", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_GetSubject", + "Method": "Get", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "directoryScopeId", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -344630,33 +240663,49 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleEligibilityScheduleInstance", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -344694,110 +240743,55 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleEligibilityScheduleInstance", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleEligibilityScheduleInstance", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleEligibilityScheduleInstance", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "taskProcessingResult-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleEligibilityScheduleInstance", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "unifiedRoleEligibilityScheduleInstance-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_GetTask", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetDirectoryScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -344813,23 +240807,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -344837,23 +240835,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -344861,35 +240859,39 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_summary", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "workflow-id", "Location": "Path" }, { @@ -344913,11 +240915,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -344929,36 +240931,20 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleEligibilityScheduleRequest", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" }, { "Name": "$select", @@ -344973,26 +240959,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleEligibilityScheduleRequest", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleEligibilityScheduleRequest", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetCreatedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { @@ -345008,76 +240987,92 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleEligibilityScheduleRequest", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleEligibilityScheduleRequest", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "workflowVersion-versionNumber", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetDirectoryScope", - "Method": "Get", - "Parameters": [ + }, { - "Name": "unifiedRoleEligibilityScheduleRequest-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -345092,39 +241087,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/microsoft.graph.cancel", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_cancel", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetPrincipal", - "Method": "Get", - "Parameters": [ + }, { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -345132,15 +241115,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetLastModifiedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { @@ -345156,15 +241143,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetTargetSchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { @@ -345180,35 +241171,39 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { @@ -345232,11 +241227,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -345248,13 +241243,49 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleEligibilitySchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy.ServiceProvisioningError_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_ListTask", "Method": "Get", "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -345292,26 +241323,43 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleEligibilitySchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_CreateTask", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleEligibilitySchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetTask", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" }, { @@ -345327,15 +241375,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleEligibilitySchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" } ] @@ -345343,15 +241399,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleEligibilitySchedule", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" }, { @@ -345363,17 +241427,49 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetAppScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", "Location": "Path" }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -345387,15 +241483,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetDirectoryScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -345411,39 +241519,55 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetPrincipal", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -345459,19 +241583,35 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -345479,64 +241619,56 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_filterGraphBPreCurrentUser", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "on", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "task-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListTransitiveRoleAssignment", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" }, { "Name": "$top", @@ -345575,38 +241707,35 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateTransitiveRoleAssignment", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetTransitiveRoleAssignment", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "workflowVersion-versionNumber", + "Location": "Path" }, { - "Name": "$select", + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -345614,51 +241743,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateTransitiveRoleAssignment", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_GetTask", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteTransitiveRoleAssignment", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "unifiedRoleAssignment-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.transitiveRoleAssignment_GetAppScope", - "Method": "Get", - "Parameters": [ + "Name": "task-id", + "Location": "Path" + }, { - "Name": "unifiedRoleAssignment-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -345674,59 +241779,31 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.transitiveRoleAssignment_UpdateAppScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.transitiveRoleAssignment_DeleteAppScope", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "unifiedRoleAssignment-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.transitiveRoleAssignment_GetDirectoryScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleAssignment-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -345734,23 +241811,27 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.transitiveRoleAssignment_GetPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -345758,23 +241839,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.transitiveRoleAssignment_GetRoleDefinition", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -345782,17 +241863,13 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.transitiveRoleAssignment_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -345806,49 +241883,13 @@ }, { "PathInfo": { - "Path": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.exchange.resourceNamespace_importResourceAction", - "Method": "Post", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.exchange.roleDefinition.inheritsPermissionsFrom_assignedPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow_ListWorkflowTemplate", "Method": "Get", "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleDefinition-id1", - "Location": "Path" - }, - { - "Name": "transitive", - "Location": "Query" - }, - { - "Name": "directoryScopeType", - "Location": "Query" - }, - { - "Name": "directoryScopeId", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -345870,11 +241911,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -345886,28 +241927,40 @@ }, { "PathInfo": { - "Path": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "roleManagement.exchange.roleDefinition_assignedPrincipal", + "OperationId": "identityGovernance.lifecycleWorkflow_GetWorkflowTemplate", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "transitive", + "Name": "$select", "Location": "Query" }, { - "Name": "directoryScopeType", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate_ListTask", + "Method": "Get", + "Parameters": [ { - "Name": "directoryScopeId", - "Location": "Query" + "Name": "workflowTemplate-id", + "Location": "Path" }, { "Name": "$top", @@ -345929,12 +241982,40 @@ "Name": "$count", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate_GetTask", + "Method": "Get", + "Parameters": [ + { + "Name": "workflowTemplate-id", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { @@ -345946,15 +242027,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/agreementAcceptances", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_ListAgreementAcceptance", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "workflowTemplate-id", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" }, { @@ -345994,19 +242079,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_GetAgreementAcceptance", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "agreementAcceptance-id", + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -346022,60 +242111,48 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/agreementAcceptances/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.agreementAcceptance_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "task-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers", - "Module": "Identity.Partner" + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship_ListDelegatedAdminCustomer", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "workflowTemplate-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "task-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" }, { "Name": "$select", @@ -346090,86 +242167,79 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers", - "Module": "Identity.Partner" - }, - "MethodInfo": { - "OperationId": "tenantRelationship_CreateDelegatedAdminCustomer", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship_GetDelegatedAdminCustomer", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminCustomer-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "task-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Identity.Partner" - }, - "MethodInfo": { - "OperationId": "tenantRelationship_UpdateDelegatedAdminCustomer", - "Method": "Patch", - "Parameters": [ - { - "Name": "delegatedAdminCustomer-id", + "Name": "taskProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship_DeleteDelegatedAdminCustomer", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "delegatedAdminCustomer-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "Module": "Identity.Partner" + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminCustomer_ListServiceManagementDetail", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminCustomer-id", + "Name": "workflowTemplate-id", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -346209,43 +242279,31 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "Module": "Identity.Partner" + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminCustomer_CreateServiceManagementDetail", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminCustomer-id", + "Name": "workflowTemplate-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Identity.Partner" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminCustomer_GetServiceManagementDetail", - "Method": "Get", - "Parameters": [ + }, { - "Name": "delegatedAdminCustomer-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "delegatedAdminServiceManagementDetail-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -346253,59 +242311,75 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminCustomer_UpdateServiceManagementDetail", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_GetTask", + "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminCustomer-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "delegatedAdminServiceManagementDetail-id", + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminCustomer_DeleteServiceManagementDetail", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminCustomer-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "delegatedAdminServiceManagementDetail-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", - "Module": "Identity.Partner" + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminCustomer.serviceManagementDetail_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminCustomer-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { @@ -346321,11 +242395,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/$count", - "Module": "Identity.Partner" + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminCustomer_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate_GetCount", "Method": "Get", "Parameters": [ { @@ -346341,37 +242415,13 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship_ListDelegatedAdminRelationship", + "OperationId": "identityGovernance_GetPermissionsAnalytic", "Method": "Get", "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -346385,28 +242435,40 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship_CreateDelegatedAdminRelationship", - "Method": "Post", + "OperationId": "identityGovernance_UpdatePermissionsAnalytic", + "Method": "Patch", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship_GetDelegatedAdminRelationship", - "Method": "Get", + "OperationId": "identityGovernance_DeletePermissionsAnalytic", + "Method": "Delete", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/permissionsAnalytics/aws", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.permissionsAnalytic_GetAw", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -346420,33 +242482,24 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/aws", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship_UpdateDelegatedAdminRelationship", + "OperationId": "identityGovernance.permissionsAnalytic_UpdateAw", "Method": "Patch", - "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/aws", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship_DeleteDelegatedAdminRelationship", + "OperationId": "identityGovernance.permissionsAnalytic_DeleteAw", "Method": "Delete", "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -346456,17 +242509,13 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/aws/findings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_ListAccessAssignment", + "OperationId": "identityGovernance.permissionsAnalytic.aw_ListFinding", "Method": "Get", "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -346504,35 +242553,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/aws/findings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_CreateAccessAssignment", + "OperationId": "identityGovernance.permissionsAnalytic.aw_CreateFinding", "Method": "Post", - "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_GetAccessAssignment", + "OperationId": "identityGovernance.permissionsAnalytic.aw_GetFinding", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminAccessAssignment-id", + "Name": "finding-id", "Location": "Path" }, { @@ -346548,19 +242588,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_UpdateAccessAssignment", + "OperationId": "identityGovernance.permissionsAnalytic.aw_UpdateFinding", "Method": "Patch", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminAccessAssignment-id", + "Name": "finding-id", "Location": "Path" } ] @@ -346568,19 +242604,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_DeleteAccessAssignment", + "OperationId": "identityGovernance.permissionsAnalytic.aw_DeleteFinding", "Method": "Delete", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminAccessAssignment-id", + "Name": "finding-id", "Location": "Path" }, { @@ -346592,17 +242624,13 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/aws/findings/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship.accessAssignment_GetCount", + "OperationId": "identityGovernance.permissionsAnalytic.aw.finding_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -346616,17 +242644,13 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_ListOperation", + "OperationId": "identityGovernance.permissionsAnalytic.aw_ListPermissionsCreepIndexDistribution", "Method": "Get", "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -346664,35 +242688,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_CreateOperation", + "OperationId": "identityGovernance.permissionsAnalytic.aw_CreatePermissionsCreepIndexDistribution", "Method": "Post", - "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_GetOperation", + "OperationId": "identityGovernance.permissionsAnalytic.aw_GetPermissionsCreepIndexDistribution", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminRelationshipOperation-id", + "Name": "permissionsCreepIndexDistribution-id", "Location": "Path" }, { @@ -346708,19 +242723,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_UpdateOperation", + "OperationId": "identityGovernance.permissionsAnalytic.aw_UpdatePermissionsCreepIndexDistribution", "Method": "Patch", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminRelationshipOperation-id", + "Name": "permissionsCreepIndexDistribution-id", "Location": "Path" } ] @@ -346728,19 +242739,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_DeleteOperation", + "OperationId": "identityGovernance.permissionsAnalytic.aw_DeletePermissionsCreepIndexDistribution", "Method": "Delete", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminRelationshipOperation-id", + "Name": "permissionsCreepIndexDistribution-id", "Location": "Path" }, { @@ -346752,17 +242759,37 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship.operation_GetCount", + "OperationId": "identityGovernance.permissionsAnalytic.aw.permissionsCreepIndexDistribution_GetAuthorizationSystem", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", + "Name": "permissionsCreepIndexDistribution-id", "Location": "Path" }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.permissionsAnalytic.aw.permissionsCreepIndexDistribution_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -346776,17 +242803,60 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/azure", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_ListRequest", + "OperationId": "identityGovernance.permissionsAnalytic_GetAzure", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/permissionsAnalytics/azure", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.permissionsAnalytic_UpdateAzure", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/permissionsAnalytics/azure", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.permissionsAnalytic_DeleteAzure", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/permissionsAnalytics/azure/findings", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.permissionsAnalytic.azure_ListFinding", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -346824,35 +242894,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/azure/findings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_CreateRequest", + "OperationId": "identityGovernance.permissionsAnalytic.azure_CreateFinding", "Method": "Post", - "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_GetRequest", + "OperationId": "identityGovernance.permissionsAnalytic.azure_GetFinding", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminRelationshipRequest-id", + "Name": "finding-id", "Location": "Path" }, { @@ -346868,19 +242929,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_UpdateRequest", + "OperationId": "identityGovernance.permissionsAnalytic.azure_UpdateFinding", "Method": "Patch", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminRelationshipRequest-id", + "Name": "finding-id", "Location": "Path" } ] @@ -346888,19 +242945,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_DeleteRequest", + "OperationId": "identityGovernance.permissionsAnalytic.azure_DeleteFinding", "Method": "Delete", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminRelationshipRequest-id", + "Name": "finding-id", "Location": "Path" }, { @@ -346912,35 +242965,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", - "Module": "Identity.Partner" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship.request_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/$count", - "Module": "Identity.Partner" + "Path": "/identityGovernance/permissionsAnalytics/azure/findings/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_GetCount", + "OperationId": "identityGovernance.permissionsAnalytic.azure.finding_GetCount", "Method": "Get", "Parameters": [ { @@ -346956,11 +242985,11 @@ }, { "PathInfo": { - "Path": "/dataPolicyOperations", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "dataPolicyOperation_ListDataPolicyOperation", + "OperationId": "identityGovernance.permissionsAnalytic.azure_ListPermissionsCreepIndexDistribution", "Method": "Get", "Parameters": [ { @@ -347000,26 +243029,26 @@ }, { "PathInfo": { - "Path": "/dataPolicyOperations", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "dataPolicyOperation_CreateDataPolicyOperation", + "OperationId": "identityGovernance.permissionsAnalytic.azure_CreatePermissionsCreepIndexDistribution", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "dataPolicyOperation_GetDataPolicyOperation", + "OperationId": "identityGovernance.permissionsAnalytic.azure_GetPermissionsCreepIndexDistribution", "Method": "Get", "Parameters": [ { - "Name": "dataPolicyOperation-id", + "Name": "permissionsCreepIndexDistribution-id", "Location": "Path" }, { @@ -347035,15 +243064,15 @@ }, { "PathInfo": { - "Path": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "dataPolicyOperation_UpdateDataPolicyOperation", + "OperationId": "identityGovernance.permissionsAnalytic.azure_UpdatePermissionsCreepIndexDistribution", "Method": "Patch", "Parameters": [ { - "Name": "dataPolicyOperation-id", + "Name": "permissionsCreepIndexDistribution-id", "Location": "Path" } ] @@ -347051,15 +243080,15 @@ }, { "PathInfo": { - "Path": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "dataPolicyOperation_DeleteDataPolicyOperation", + "OperationId": "identityGovernance.permissionsAnalytic.azure_DeletePermissionsCreepIndexDistribution", "Method": "Delete", "Parameters": [ { - "Name": "dataPolicyOperation-id", + "Name": "permissionsCreepIndexDistribution-id", "Location": "Path" }, { @@ -347071,11 +243100,35 @@ }, { "PathInfo": { - "Path": "/dataPolicyOperations/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "dataPolicyOperation_GetCount", + "OperationId": "identityGovernance.permissionsAnalytic.azure.permissionsCreepIndexDistribution_GetAuthorizationSystem", + "Method": "Get", + "Parameters": [ + { + "Name": "permissionsCreepIndexDistribution-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.permissionsAnalytic.azure.permissionsCreepIndexDistribution_GetCount", "Method": "Get", "Parameters": [ { @@ -347091,11 +243144,11 @@ }, { "PathInfo": { - "Path": "/identity", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/gcp", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.identityContainer_GetIdentityContainer", + "OperationId": "identityGovernance.permissionsAnalytic_GetGcp", "Method": "Get", "Parameters": [ { @@ -347111,22 +243164,38 @@ }, { "PathInfo": { - "Path": "/identity", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/gcp", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.identityContainer_UpdateIdentityContainer", + "OperationId": "identityGovernance.permissionsAnalytic_UpdateGcp", "Method": "Patch", "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/apiConnectors", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/gcp", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_ListApiConnector", + "OperationId": "identityGovernance.permissionsAnalytic_DeleteGcp", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/permissionsAnalytics/gcp/findings", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.permissionsAnalytic.gcp_ListFinding", "Method": "Get", "Parameters": [ { @@ -347166,26 +243235,26 @@ }, { "PathInfo": { - "Path": "/identity/apiConnectors", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/gcp/findings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_CreateApiConnector", + "OperationId": "identityGovernance.permissionsAnalytic.gcp_CreateFinding", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/apiConnectors/{identityApiConnector-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_GetApiConnector", + "OperationId": "identityGovernance.permissionsAnalytic.gcp_GetFinding", "Method": "Get", "Parameters": [ { - "Name": "identityApiConnector-id", + "Name": "finding-id", "Location": "Path" }, { @@ -347201,15 +243270,15 @@ }, { "PathInfo": { - "Path": "/identity/apiConnectors/{identityApiConnector-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_UpdateApiConnector", + "OperationId": "identityGovernance.permissionsAnalytic.gcp_UpdateFinding", "Method": "Patch", "Parameters": [ { - "Name": "identityApiConnector-id", + "Name": "finding-id", "Location": "Path" } ] @@ -347217,15 +243286,15 @@ }, { "PathInfo": { - "Path": "/identity/apiConnectors/{identityApiConnector-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_DeleteApiConnector", + "OperationId": "identityGovernance.permissionsAnalytic.gcp_DeleteFinding", "Method": "Delete", "Parameters": [ { - "Name": "identityApiConnector-id", + "Name": "finding-id", "Location": "Path" }, { @@ -347237,27 +243306,11 @@ }, { "PathInfo": { - "Path": "/identity/apiConnectors/{identityApiConnector-id}/microsoft.graph.uploadClientCertificate", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.apiConnector_uploadClientCertificate", - "Method": "Post", - "Parameters": [ - { - "Name": "identityApiConnector-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/apiConnectors/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/gcp/findings/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.apiConnector_GetCount", + "OperationId": "identityGovernance.permissionsAnalytic.gcp.finding_GetCount", "Method": "Get", "Parameters": [ { @@ -347273,11 +243326,11 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventListeners", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_ListAuthenticationEventListener", + "OperationId": "identityGovernance.permissionsAnalytic.gcp_ListPermissionsCreepIndexDistribution", "Method": "Get", "Parameters": [ { @@ -347317,26 +243370,26 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventListeners", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_CreateAuthenticationEventListener", + "OperationId": "identityGovernance.permissionsAnalytic.gcp_CreatePermissionsCreepIndexDistribution", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_GetAuthenticationEventListener", + "OperationId": "identityGovernance.permissionsAnalytic.gcp_GetPermissionsCreepIndexDistribution", "Method": "Get", "Parameters": [ { - "Name": "authenticationEventListener-id", + "Name": "permissionsCreepIndexDistribution-id", "Location": "Path" }, { @@ -347352,15 +243405,15 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_UpdateAuthenticationEventListener", + "OperationId": "identityGovernance.permissionsAnalytic.gcp_UpdatePermissionsCreepIndexDistribution", "Method": "Patch", "Parameters": [ { - "Name": "authenticationEventListener-id", + "Name": "permissionsCreepIndexDistribution-id", "Location": "Path" } ] @@ -347368,15 +243421,15 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_DeleteAuthenticationEventListener", + "OperationId": "identityGovernance.permissionsAnalytic.gcp_DeletePermissionsCreepIndexDistribution", "Method": "Delete", "Parameters": [ { - "Name": "authenticationEventListener-id", + "Name": "permissionsCreepIndexDistribution-id", "Location": "Path" }, { @@ -347388,11 +243441,35 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventListeners/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventListener_GetCount", + "OperationId": "identityGovernance.permissionsAnalytic.gcp.permissionsCreepIndexDistribution_GetAuthorizationSystem", + "Method": "Get", + "Parameters": [ + { + "Name": "permissionsCreepIndexDistribution-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.permissionsAnalytic.gcp.permissionsCreepIndexDistribution_GetCount", "Method": "Get", "Parameters": [ { @@ -347408,11 +243485,58 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_ListAuthenticationEventsFlow", + "OperationId": "identityGovernance_GetPermissionsManagement", + "Method": "Get", + "Parameters": [ + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/permissionsManagement", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance_UpdatePermissionsManagement", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/permissionsManagement", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance_DeletePermissionsManagement", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/permissionsManagement/permissionsRequestChanges", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.permissionsManagement_ListPermissionsRequestChange", "Method": "Get", "Parameters": [ { @@ -347452,26 +243576,26 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/permissionsRequestChanges", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_CreateAuthenticationEventsFlow", + "OperationId": "identityGovernance.permissionsManagement_CreatePermissionsRequestChange", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_GetAuthenticationEventsFlow", + "OperationId": "identityGovernance.permissionsManagement_GetPermissionsRequestChange", "Method": "Get", "Parameters": [ { - "Name": "authenticationEventsFlow-id", + "Name": "permissionsRequestChange-id", "Location": "Path" }, { @@ -347487,15 +243611,15 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_UpdateAuthenticationEventsFlow", + "OperationId": "identityGovernance.permissionsManagement_UpdatePermissionsRequestChange", "Method": "Patch", "Parameters": [ { - "Name": "authenticationEventsFlow-id", + "Name": "permissionsRequestChange-id", "Location": "Path" } ] @@ -347503,15 +243627,15 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_DeleteAuthenticationEventsFlow", + "OperationId": "identityGovernance.permissionsManagement_DeletePermissionsRequestChange", "Method": "Delete", "Parameters": [ { - "Name": "authenticationEventsFlow-id", + "Name": "permissionsRequestChange-id", "Location": "Path" }, { @@ -347523,23 +243647,19 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlow_GetCondition", + "OperationId": "identityGovernance.permissionsManagement.permissionsRequestChange_GetCount", "Method": "Get", "Parameters": [ { - "Name": "authenticationEventsFlow-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -347547,17 +243667,13 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlow_ListIncludeApplication", + "OperationId": "identityGovernance.permissionsManagement_ListScheduledPermissionsApproval", "Method": "Get", "Parameters": [ - { - "Name": "authenticationEventsFlow-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -347595,35 +243711,26 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlow_CreateIncludeApplication", + "OperationId": "identityGovernance.permissionsManagement_CreateScheduledPermissionsApproval", "Method": "Post", - "Parameters": [ - { - "Name": "authenticationEventsFlow-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlow_GetIncludeApplication", + "OperationId": "identityGovernance.permissionsManagement_GetScheduledPermissionsApproval", "Method": "Get", "Parameters": [ { - "Name": "authenticationEventsFlow-id", - "Location": "Path" - }, - { - "Name": "authenticationConditionApplication-appId", + "Name": "approval-id", "Location": "Path" }, { @@ -347639,19 +243746,15 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlow_UpdateIncludeApplication", + "OperationId": "identityGovernance.permissionsManagement_UpdateScheduledPermissionsApproval", "Method": "Patch", "Parameters": [ { - "Name": "authenticationEventsFlow-id", - "Location": "Path" - }, - { - "Name": "authenticationConditionApplication-appId", + "Name": "approval-id", "Location": "Path" } ] @@ -347659,19 +243762,15 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlow_DeleteIncludeApplication", + "OperationId": "identityGovernance.permissionsManagement_DeleteScheduledPermissionsApproval", "Method": "Delete", "Parameters": [ { - "Name": "authenticationEventsFlow-id", - "Location": "Path" - }, - { - "Name": "authenticationConditionApplication-appId", + "Name": "approval-id", "Location": "Path" }, { @@ -347683,87 +243782,15 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.authenticationEventsFlow.includeApplication_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "authenticationEventsFlow-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity_GetAuthenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow", - "Method": "Get", - "Parameters": [ - { - "Name": "authenticationEventsFlow-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_GetCondition", - "Method": "Get", - "Parameters": [ - { - "Name": "authenticationEventsFlow-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_ListIncludeApplication", + "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval_ListStep", "Method": "Get", "Parameters": [ { - "Name": "authenticationEventsFlow-id", + "Name": "approval-id", "Location": "Path" }, { @@ -347803,15 +243830,15 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_CreateIncludeApplication", + "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval_CreateStep", "Method": "Post", "Parameters": [ { - "Name": "authenticationEventsFlow-id", + "Name": "approval-id", "Location": "Path" } ] @@ -347819,19 +243846,19 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_GetIncludeApplication", + "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval_GetStep", "Method": "Get", "Parameters": [ { - "Name": "authenticationEventsFlow-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "authenticationConditionApplication-appId", + "Name": "approvalStep-id", "Location": "Path" }, { @@ -347847,19 +243874,19 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_UpdateIncludeApplication", + "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval_UpdateStep", "Method": "Patch", "Parameters": [ { - "Name": "authenticationEventsFlow-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "authenticationConditionApplication-appId", + "Name": "approvalStep-id", "Location": "Path" } ] @@ -347867,71 +243894,47 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_DeleteIncludeApplication", + "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval_DeleteStep", "Method": "Delete", "Parameters": [ { - "Name": "authenticationEventsFlow-id", - "Location": "Path" - }, - { - "Name": "authenticationConditionApplication-appId", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow.includeApplication_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "authenticationEventsFlow-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "approvalStep-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_GetOnAttributeCollection", + "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval.step_GetCount", "Method": "Get", "Parameters": [ { - "Name": "authenticationEventsFlow-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -347939,31 +243942,35 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlow_GetOnAttributeCollectionAsOnAttributeCollectionExternalUsersSelfServiceSignUp", + "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval_GetCount", "Method": "Get", "Parameters": [ { - "Name": "authenticationEventsFlow-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsOnAttributeCollectionExternalUsersSelfServiceSignUp_ListAttribute", + "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsApproval_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "authenticationEventsFlow-id", + "Name": "on", "Location": "Path" }, { @@ -347987,11 +243994,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -348003,47 +244010,43 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp.attribute_DeleteIdentityUserFlowGraphAPretributeGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.permissionsManagement_ListScheduledPermissionsRequest", + "Method": "Get", "Parameters": [ { - "Name": "authenticationEventsFlow-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "identityUserFlowAttribute-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsOnAttributeCollectionExternalUsersSelfServiceSignUp.attribute_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "authenticationEventsFlow-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "$search", + "Name": "$count", "Location": "Query" }, { - "Name": "$filter", + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -348051,15 +244054,26 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp_ListGraphAPretributeGraphBPreRef", + "OperationId": "identityGovernance.permissionsManagement_CreateScheduledPermissionsRequest", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.permissionsManagement.scheduledPermissionsRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "authenticationEventsFlow-id", + "Name": "on", "Location": "Path" }, { @@ -348082,66 +244096,77 @@ "Name": "$count", "Location": "Query" }, + { + "Name": "$select", + "Location": "Query" + }, { "Name": "$orderby", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp_CreateGraphAPretributeGraphBPreRef", - "Method": "Post", + "OperationId": "identityGovernance_GetPrivilegedAccess", + "Method": "Get", "Parameters": [ { - "Name": "authenticationEventsFlow-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp_DeleteGraphAPretributeGraphBPreRef", + "OperationId": "identityGovernance_UpdatePrivilegedAccess", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance_DeletePrivilegedAccess", "Method": "Delete", "Parameters": [ - { - "Name": "authenticationEventsFlow-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" - }, - { - "Name": "@id", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_GetOnAuthenticationMethodLoadStart", + "OperationId": "identityGovernance.privilegedAccess_GetGroup", "Method": "Get", "Parameters": [ - { - "Name": "authenticationEventsFlow-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -348155,33 +244180,40 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlow_GetOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", - "Method": "Get", + "OperationId": "identityGovernance.privilegedAccess_UpdateGroup", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess_DeleteGroup", + "Method": "Delete", "Parameters": [ { - "Name": "authenticationEventsFlow-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp_ListIdentityProvider", + "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentApproval", "Method": "Get", "Parameters": [ - { - "Name": "authenticationEventsFlow-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -348219,63 +244251,86 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.identityProvider_DeleteIdentityProviderBaseGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentApproval", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentApproval", + "Method": "Get", "Parameters": [ { - "Name": "authenticationEventsFlow-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "identityProviderBase-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.identityProvider_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentApproval", + "Method": "Patch", "Parameters": [ { - "Name": "authenticationEventsFlow-id", + "Name": "approval-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentApproval", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "approval-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp_ListIdentityProviderGraphBPreRef", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_ListStep", "Method": "Get", "Parameters": [ { - "Name": "authenticationEventsFlow-id", + "Name": "approval-id", "Location": "Path" }, { @@ -348301,21 +244356,29 @@ { "Name": "$orderby", "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp_CreateIdentityProviderGraphBPreRef", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_CreateStep", "Method": "Post", "Parameters": [ { - "Name": "authenticationEventsFlow-id", + "Name": "approval-id", "Location": "Path" } ] @@ -348323,23 +244386,95 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp_DeleteIdentityProviderGraphBPreRef", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_GetStep", + "Method": "Get", + "Parameters": [ + { + "Name": "approval-id", + "Location": "Path" + }, + { + "Name": "approvalStep-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_UpdateStep", + "Method": "Patch", + "Parameters": [ + { + "Name": "approval-id", + "Location": "Path" + }, + { + "Name": "approvalStep-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_DeleteStep", "Method": "Delete", "Parameters": [ { - "Name": "authenticationEventsFlow-id", + "Name": "approval-id", + "Location": "Path" + }, + { + "Name": "approvalStep-id", "Location": "Path" }, { "Name": "If-Match", "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval.step_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "approval-id", + "Location": "Path" }, { - "Name": "@id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", "Location": "Query" } ] @@ -348347,11 +244482,11 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.authenticationEventsFlow_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_GetCount", "Method": "Get", "Parameters": [ { @@ -348367,13 +244502,17 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventsFlows/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_ListAuthenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ + { + "Name": "on", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -348394,36 +244533,16 @@ "Name": "$count", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/authenticationEventsFlows/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.AuthenticationEventsFlow_GetCountAsExternalUsersSelfServiceSignUpEventsFlow", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -348431,11 +244550,11 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_ListB2cUserFlow", + "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentScheduleInstance", "Method": "Get", "Parameters": [ { @@ -348475,26 +244594,26 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_CreateB2cUserFlow", + "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentScheduleInstance", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_GetB2cUserFlow", + "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -348510,15 +244629,15 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_UpdateB2cUserFlow", + "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentScheduleInstance", "Method": "Patch", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", "Location": "Path" } ] @@ -348526,15 +244645,15 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_DeleteB2cUserFlow", + "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentScheduleInstance", "Method": "Delete", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -348546,15 +244665,63 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow_ListIdentityProvider", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetActivatedUsing", "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetGroup", + "Method": "Get", + "Parameters": [ + { + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance.group_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ + { + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -348594,41 +244761,61 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/{identityProvider-id}/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.identityProvider_DeleteIdentityProviderGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance.group.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "identityProvider-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.identityProvider_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", "Location": "Path" }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -348642,15 +244829,15 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow_ListIdentityProviderGraphBPreRef", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "on", "Location": "Path" }, { @@ -348674,47 +244861,15 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2cUserFlow_CreateIdentityProviderGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2cUserFlow_DeleteIdentityProviderGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "@id", + "Name": "$expand", "Location": "Query" } ] @@ -348722,17 +244877,13 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow_ListLanguage", + "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentScheduleRequest", "Method": "Get", "Parameters": [ - { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -348770,35 +244921,26 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow_CreateLanguage", + "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentScheduleRequest", "Method": "Post", - "Parameters": [ - { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow_GetLanguage", + "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -348814,19 +244956,15 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow_UpdateLanguage", + "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentScheduleRequest", "Method": "Patch", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" } ] @@ -348834,43 +244972,83 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow_DeleteLanguage", + "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentScheduleRequest", "Method": "Delete", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "userFlowLanguageConfiguration-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetActivatedUsing", + "Method": "Get", + "Parameters": [ + { + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language_ListDefaultPage", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "userFlowLanguageConfiguration-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest.group_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ + { + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -348910,51 +245088,23 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language_CreateDefaultPage", - "Method": "Post", - "Parameters": [ - { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language_GetDefaultPage", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest.group.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguagePage-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -348962,23 +245112,15 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/microsoft.graph.cancel", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language_UpdateDefaultPage", - "Method": "Patch", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_cancel", + "Method": "Post", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguagePage-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" } ] @@ -348986,96 +245128,92 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language_DeleteDefaultPage", - "Method": "Delete", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetPrincipal", + "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "userFlowLanguagePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language_GetDefaultPagesContent", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetTargetSchedule", "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "userFlowLanguagePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language_SetDefaultPagesContent", - "Method": "Put", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "userFlowLanguagePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language.defaultPage_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "on", "Location": "Path" }, { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -349084,27 +245222,35 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language_ListOverridesPage", + "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentSchedule", "Method": "Get", "Parameters": [ - { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -349142,43 +245288,86 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language_CreateOverridesPage", + "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentSchedule", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentSchedule", + "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" }, { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language_GetOverridesPage", - "Method": "Get", + "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentSchedule", + "Method": "Patch", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentSchedule", + "Method": "Delete", + "Parameters": [ { - "Name": "userFlowLanguageConfiguration-id", + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" }, { - "Name": "userFlowLanguagePage-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetActivatedUsing", + "Method": "Get", + "Parameters": [ + { + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" }, { @@ -349194,121 +245383,133 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language_UpdateOverridesPage", - "Method": "Patch", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetGroup", + "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" }, { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "userFlowLanguagePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language_DeleteOverridesPage", - "Method": "Delete", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule.group_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" }, { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "userFlowLanguagePage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language_GetOverridesPagesContent", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule.group.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" }, { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "userFlowLanguagePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", + "Module": "Identity.Governance" }, - "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language_SetOverridesPagesContent", - "Method": "Put", + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetPrincipal", + "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" }, { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "userFlowLanguagePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language.overridesPage_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -349322,17 +245523,25 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.language_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "on", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -349340,23 +245549,35 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow_ListUserAttributeAssignment", + "OperationId": "identityGovernance.privilegedAccess.group_ListEligibilityScheduleInstance", "Method": "Get", "Parameters": [ - { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -349394,35 +245615,26 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow_CreateUserAttributeAssignment", + "OperationId": "identityGovernance.privilegedAccess.group_CreateEligibilityScheduleInstance", "Method": "Post", - "Parameters": [ - { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow_GetUserAttributeAssignment", + "OperationId": "identityGovernance.privilegedAccess.group_GetEligibilityScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "identityUserFlowAttributeAssignment-id", + "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -349438,19 +245650,15 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow_UpdateUserAttributeAssignment", + "OperationId": "identityGovernance.privilegedAccess.group_UpdateEligibilityScheduleInstance", "Method": "Patch", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "identityUserFlowAttributeAssignment-id", + "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", "Location": "Path" } ] @@ -349458,19 +245666,15 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow_DeleteUserAttributeAssignment", + "OperationId": "identityGovernance.privilegedAccess.group_DeleteEligibilityScheduleInstance", "Method": "Delete", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "identityUserFlowAttributeAssignment-id", + "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -349482,19 +245686,15 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.userAttributeAssignment_GetUserAttribute", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "identityUserFlowAttributeAssignment-id", + "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -349510,71 +245710,15 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2cUserFlow.userAttributeAssignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/microsoft.graph.getOrder()", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2cUserFlow.userAttributeAssignment_getOrder", - "Method": "Get", - "Parameters": [ - { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/microsoft.graph.setOrder", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2cUserFlow.userAttributeAssignment_setOrder", - "Method": "Post", - "Parameters": [ - { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow_ListUserFlowIdentityProvider", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance.group_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -349614,19 +245758,39 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow_GetUserFlowIdentityProvider", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance.group.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "b2cIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", "Location": "Path" }, { - "Name": "identityProviderBase-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_GetPrincipal", + "Method": "Get", + "Parameters": [ + { + "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -349642,17 +245806,13 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow.userFlowIdentityProvider_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "b2cIdentityUserFlow-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -349666,13 +245826,25 @@ }, { "PathInfo": { - "Path": "/identity/b2cUserFlows/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2cUserFlow_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ + { + "Name": "on", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -349680,17 +245852,33 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_ListB2xUserFlow", + "OperationId": "identityGovernance.privilegedAccess.group_ListEligibilityScheduleRequest", "Method": "Get", "Parameters": [ { @@ -349730,26 +245918,26 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_CreateB2xUserFlow", + "OperationId": "identityGovernance.privilegedAccess.group_CreateEligibilityScheduleRequest", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_GetB2xUserFlow", + "OperationId": "identityGovernance.privilegedAccess.group_GetEligibilityScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -349765,15 +245953,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_UpdateB2xUserFlow", + "OperationId": "identityGovernance.privilegedAccess.group_UpdateEligibilityScheduleRequest", "Method": "Patch", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" } ] @@ -349781,15 +245969,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_DeleteB2xUserFlow", + "OperationId": "identityGovernance.privilegedAccess.group_DeleteEligibilityScheduleRequest", "Method": "Delete", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -349801,15 +245989,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetApiConnectorConfiguration", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -349825,127 +246013,87 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetPostAttributeCollection", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest.group_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow_UpdatePostAttributeCollection", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow_DeletePostAttributeCollection", - "Method": "Delete", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetPostGraphAPretributeCollectionGraphBPreRef", - "Method": "Get", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow_SetPostGraphAPretributeCollectionGraphBPreRef", - "Method": "Put", - "Parameters": [ + "Name": "$orderby", + "Location": "Query" + }, { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_DeletePostGraphAPretributeCollectionGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest.group.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/microsoft.graph.uploadClientCertificate", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/microsoft.graph.cancel", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.apiConnectorConfiguration.postAttributeCollection_uploadClientCertificate", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_cancel", "Method": "Post", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" } ] @@ -349953,15 +246101,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetPostFederationSignup", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -349977,119 +246125,162 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_UpdatePostFederationSignup", - "Method": "Patch", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetTargetSchedule", + "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow_DeletePostFederationSignup", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetPostFederationSignupGraphBPreRef", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_SetPostFederationSignupGraphBPreRef", - "Method": "Put", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_filterGraphBPreCurrentUser", + "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "on", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_DeletePostFederationSignupGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.privilegedAccess.group_ListEligibilitySchedule", + "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/microsoft.graph.uploadClientCertificate", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.apiConnectorConfiguration.postFederationSignup_uploadClientCertificate", + "OperationId": "identityGovernance.privilegedAccess.group_CreateEligibilitySchedule", "Method": "Post", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetPreTokenIssuance", + "OperationId": "identityGovernance.privilegedAccess.group_GetEligibilitySchedule", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilitySchedule-id", "Location": "Path" }, { @@ -350105,15 +246296,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_UpdatePreTokenIssuance", + "OperationId": "identityGovernance.privilegedAccess.group_UpdateEligibilitySchedule", "Method": "Patch", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilitySchedule-id", "Location": "Path" } ] @@ -350121,15 +246312,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_DeletePreTokenIssuance", + "OperationId": "identityGovernance.privilegedAccess.group_DeleteEligibilitySchedule", "Method": "Delete", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilitySchedule-id", "Location": "Path" }, { @@ -350141,31 +246332,39 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance/microsoft.graph.uploadClientCertificate", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.apiConnectorConfiguration.preTokenIssuance_uploadClientCertificate", - "Method": "Post", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_GetGroup", + "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilitySchedule-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_ListIdentityProvider", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule.group_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilitySchedule-id", "Location": "Path" }, { @@ -350205,19 +246404,39 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetIdentityProvider", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule.group.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "privilegedAccessGroupEligibilitySchedule-id", "Location": "Path" }, { - "Name": "identityProvider-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_GetPrincipal", + "Method": "Get", + "Parameters": [ + { + "Name": "privilegedAccessGroupEligibilitySchedule-id", "Location": "Path" }, { @@ -350233,17 +246452,13 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.identityProvider_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -350257,15 +246472,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_ListLanguage", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "on", "Location": "Path" }, { @@ -350289,11 +246504,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -350305,37 +246520,13 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow_CreateLanguage", - "Method": "Post", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetLanguage", + "OperationId": "identityGovernance_GetRoleManagementAlert", "Method": "Get", "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -350349,41 +246540,24 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_UpdateLanguage", + "OperationId": "identityGovernance_UpdateRoleManagementAlert", "Method": "Patch", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_DeleteLanguage", + "OperationId": "identityGovernance_DeleteRoleManagementAlert", "Method": "Delete", "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -350393,21 +246567,13 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_ListDefaultPage", + "OperationId": "identityGovernance.roleManagementAlert_ListAlertConfiguration", "Method": "Get", "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -350445,43 +246611,26 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_CreateDefaultPage", + "OperationId": "identityGovernance.roleManagementAlert_CreateAlertConfiguration", "Method": "Post", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_GetDefaultPage", + "OperationId": "identityGovernance.roleManagementAlert_GetAlertConfiguration", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguagePage-id", + "Name": "unifiedRoleManagementAlertConfiguration-id", "Location": "Path" }, { @@ -350497,23 +246646,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_UpdateDefaultPage", + "OperationId": "identityGovernance.roleManagementAlert_UpdateAlertConfiguration", "Method": "Patch", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguagePage-id", + "Name": "unifiedRoleManagementAlertConfiguration-id", "Location": "Path" } ] @@ -350521,23 +246662,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_DeleteDefaultPage", + "OperationId": "identityGovernance.roleManagementAlert_DeleteAlertConfiguration", "Method": "Delete", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguagePage-id", + "Name": "unifiedRoleManagementAlertConfiguration-id", "Location": "Path" }, { @@ -350549,69 +246682,37 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_GetDefaultPagesContent", + "OperationId": "identityGovernance.roleManagementAlert.alertConfiguration_GetAlertDefinition", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguagePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_SetDefaultPagesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", + "Name": "unifiedRoleManagementAlertConfiguration-id", "Location": "Path" }, { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "userFlowLanguagePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language.defaultPage_GetCount", + "OperationId": "identityGovernance.roleManagementAlert.alertConfiguration_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -350625,21 +246726,13 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_ListOverridesPage", + "OperationId": "identityGovernance.roleManagementAlert_ListAlertDefinition", "Method": "Get", "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -350677,43 +246770,26 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_CreateOverridesPage", + "OperationId": "identityGovernance.roleManagementAlert_CreateAlertDefinition", "Method": "Post", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_GetOverridesPage", + "OperationId": "identityGovernance.roleManagementAlert_GetAlertDefinition", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguagePage-id", + "Name": "unifiedRoleManagementAlertDefinition-id", "Location": "Path" }, { @@ -350729,23 +246805,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_UpdateOverridesPage", + "OperationId": "identityGovernance.roleManagementAlert_UpdateAlertDefinition", "Method": "Patch", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguagePage-id", + "Name": "unifiedRoleManagementAlertDefinition-id", "Location": "Path" } ] @@ -350753,121 +246821,33 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_DeleteOverridesPage", + "OperationId": "identityGovernance.roleManagementAlert_DeleteAlertDefinition", "Method": "Delete", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguagePage-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_GetOverridesPagesContent", - "Method": "Get", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguagePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_SetOverridesPagesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguagePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language.overridesPage_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementAlertDefinition-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_GetCount", + "OperationId": "identityGovernance.roleManagementAlert.alertDefinition_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -350881,17 +246861,13 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alerts", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_ListUserAttributeAssignment", + "OperationId": "identityGovernance.roleManagementAlert_ListAlert", "Method": "Get", "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -350929,35 +246905,26 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alerts", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_CreateUserAttributeAssignment", + "OperationId": "identityGovernance.roleManagementAlert_CreateAlert", "Method": "Post", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetUserAttributeAssignment", + "OperationId": "identityGovernance.roleManagementAlert_GetAlert", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "identityUserFlowAttributeAssignment-id", + "Name": "unifiedRoleManagementAlert-id", "Location": "Path" }, { @@ -350973,19 +246940,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_UpdateUserAttributeAssignment", + "OperationId": "identityGovernance.roleManagementAlert_UpdateAlert", "Method": "Patch", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "identityUserFlowAttributeAssignment-id", + "Name": "unifiedRoleManagementAlert-id", "Location": "Path" } ] @@ -350993,19 +246956,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_DeleteUserAttributeAssignment", + "OperationId": "identityGovernance.roleManagementAlert_DeleteAlert", "Method": "Delete", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "identityUserFlowAttributeAssignment-id", + "Name": "unifiedRoleManagementAlert-id", "Location": "Path" }, { @@ -351017,19 +246976,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertConfiguration", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.userAttributeAssignment_GetUserAttribute", + "OperationId": "identityGovernance.roleManagementAlert.alert_GetAlertConfiguration", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "identityUserFlowAttributeAssignment-id", + "Name": "unifiedRoleManagementAlert-id", "Location": "Path" }, { @@ -351045,23 +247000,23 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.userAttributeAssignment_GetCount", + "OperationId": "identityGovernance.roleManagementAlert.alert_GetAlertDefinition", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "unifiedRoleManagementAlert-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -351069,47 +247024,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/microsoft.graph.getOrder()", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow.userAttributeAssignment_getOrder", - "Method": "Get", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/microsoft.graph.setOrder", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow.userAttributeAssignment_setOrder", - "Method": "Post", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_ListUserFlowIdentityProvider", + "OperationId": "identityGovernance.roleManagementAlert.alert_ListAlertIncident", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "unifiedRoleManagementAlert-id", "Location": "Path" }, { @@ -351149,47 +247072,43 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.userFlowIdentityProvider_DeleteIdentityProviderBaseGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.roleManagementAlert.alert_CreateAlertIncident", + "Method": "Post", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "identityProviderBase-id", + "Name": "unifiedRoleManagementAlert-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.userFlowIdentityProvider_GetCount", + "OperationId": "identityGovernance.roleManagementAlert.alert_GetAlertIncident", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "unifiedRoleManagementAlert-id", "Location": "Path" }, { - "Name": "$search", + "Name": "unifiedRoleManagementAlertIncident-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -351197,55 +247116,63 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_ListUserFlowIdentityProviderGraphBPreRef", - "Method": "Get", + "OperationId": "identityGovernance.roleManagementAlert.alert_UpdateAlertIncident", + "Method": "Patch", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "unifiedRoleManagementAlert-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, + "Name": "unifiedRoleManagementAlertIncident-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.roleManagementAlert.alert_DeleteAlertIncident", + "Method": "Delete", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "unifiedRoleManagementAlert-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "unifiedRoleManagementAlertIncident-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/microsoft.graph.remediate", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_CreateUserFlowIdentityProviderGraphBPreRef", + "OperationId": "identityGovernance.roleManagementAlert.alert.alertIncident_remediate", "Method": "Post", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "unifiedRoleManagementAlert-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleManagementAlertIncident-id", "Location": "Path" } ] @@ -351253,23 +247180,23 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_DeleteUserFlowIdentityProviderGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.roleManagementAlert.alert.alertIncident_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "unifiedRoleManagementAlert-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" }, { - "Name": "@id", + "Name": "$filter", "Location": "Query" } ] @@ -351277,11 +247204,27 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/microsoft.graph.refresh", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetCount", + "OperationId": "identityGovernance.roleManagementAlert.alert_refresh", + "Method": "Post", + "Parameters": [ + { + "Name": "unifiedRoleManagementAlert-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/roleManagementAlerts/alerts/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.roleManagementAlert.alert_GetCount", "Method": "Get", "Parameters": [ { @@ -351297,11 +247240,22 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationContextClassReferences", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/alerts/microsoft.graph.refresh", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_ListAuthenticationContextClassReference", + "OperationId": "identityGovernance.roleManagementAlert.alert_refresh", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/roleManagementAlerts/operations", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.roleManagementAlert_ListOperation", "Method": "Get", "Parameters": [ { @@ -351341,26 +247295,26 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationContextClassReferences", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/operations", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_CreateAuthenticationContextClassReference", + "OperationId": "identityGovernance.roleManagementAlert_CreateOperation", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_GetAuthenticationContextClassReference", + "OperationId": "identityGovernance.roleManagementAlert_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "authenticationContextClassReference-id", + "Name": "longRunningOperation-id", "Location": "Path" }, { @@ -351376,15 +247330,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_UpdateAuthenticationContextClassReference", + "OperationId": "identityGovernance.roleManagementAlert_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "authenticationContextClassReference-id", + "Name": "longRunningOperation-id", "Location": "Path" } ] @@ -351392,15 +247346,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_DeleteAuthenticationContextClassReference", + "OperationId": "identityGovernance.roleManagementAlert_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "authenticationContextClassReference-id", + "Name": "longRunningOperation-id", "Location": "Path" }, { @@ -351412,11 +247366,11 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationContextClassReferences/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/roleManagementAlerts/operations/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationContextClassReference_GetCount", + "OperationId": "identityGovernance.roleManagementAlert.operation_GetCount", "Method": "Get", "Parameters": [ { @@ -351432,11 +247386,11 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_GetAuthenticationStrength", + "OperationId": "identityGovernance_GetTermsGraphOPreUse", "Method": "Get", "Parameters": [ { @@ -351452,22 +247406,22 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_UpdateAuthenticationStrength", + "OperationId": "identityGovernance_UpdateTermsGraphOPreUse", "Method": "Patch", "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_DeleteAuthenticationStrength", + "OperationId": "identityGovernance_DeleteTermsGraphOPreUse", "Method": "Delete", "Parameters": [ { @@ -351479,11 +247433,11 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreementAcceptances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_ListAuthenticationMethodMode", + "OperationId": "identityGovernance.termsGraphOPreUse_ListAgreementAcceptance", "Method": "Get", "Parameters": [ { @@ -351523,26 +247477,26 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreementAcceptances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_CreateAuthenticationMethodMode", + "OperationId": "identityGovernance.termsGraphOPreUse_CreateAgreementAcceptance", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_GetAuthenticationMethodMode", + "OperationId": "identityGovernance.termsGraphOPreUse_GetAgreementAcceptance", "Method": "Get", "Parameters": [ { - "Name": "authenticationMethodModeDetail-id", + "Name": "agreementAcceptance-id", "Location": "Path" }, { @@ -351558,15 +247512,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_UpdateAuthenticationMethodMode", + "OperationId": "identityGovernance.termsGraphOPreUse_UpdateAgreementAcceptance", "Method": "Patch", "Parameters": [ { - "Name": "authenticationMethodModeDetail-id", + "Name": "agreementAcceptance-id", "Location": "Path" } ] @@ -351574,15 +247528,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_DeleteAuthenticationMethodMode", + "OperationId": "identityGovernance.termsGraphOPreUse_DeleteAgreementAcceptance", "Method": "Delete", "Parameters": [ { - "Name": "authenticationMethodModeDetail-id", + "Name": "agreementAcceptance-id", "Location": "Path" }, { @@ -351594,11 +247548,11 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreementAcceptances/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.authenticationMethodMode_GetCount", + "OperationId": "identityGovernance.termsGraphOPreUse.agreementAcceptance_GetCount", "Method": "Get", "Parameters": [ { @@ -351614,11 +247568,11 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_ListPolicy", + "OperationId": "identityGovernance.termsGraphOPreUse_ListAgreement", "Method": "Get", "Parameters": [ { @@ -351658,26 +247612,26 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_CreatePolicy", + "OperationId": "identityGovernance.termsGraphOPreUse_CreateAgreement", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_GetPolicy", + "OperationId": "identityGovernance.termsGraphOPreUse_GetAgreement", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" }, { @@ -351693,15 +247647,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_UpdatePolicy", + "OperationId": "identityGovernance.termsGraphOPreUse_UpdateAgreement", "Method": "Patch", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" } ] @@ -351709,15 +247663,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_DeletePolicy", + "OperationId": "identityGovernance.termsGraphOPreUse_DeleteAgreement", "Method": "Delete", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" }, { @@ -351729,15 +247683,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_ListCombinationConfiguration", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_ListAcceptance", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" }, { @@ -351777,15 +247731,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_CreateCombinationConfiguration", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_CreateAcceptance", "Method": "Post", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" } ] @@ -351793,19 +247747,19 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_GetCombinationConfiguration", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetAcceptance", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "authenticationCombinationConfiguration-id", + "Name": "agreementAcceptance-id", "Location": "Path" }, { @@ -351821,19 +247775,19 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_UpdateCombinationConfiguration", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_UpdateAcceptance", "Method": "Patch", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "authenticationCombinationConfiguration-id", + "Name": "agreementAcceptance-id", "Location": "Path" } ] @@ -351841,19 +247795,19 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_DeleteCombinationConfiguration", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_DeleteAcceptance", "Method": "Delete", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "authenticationCombinationConfiguration-id", + "Name": "agreementAcceptance-id", "Location": "Path" }, { @@ -351865,15 +247819,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy.combinationConfiguration_GetCount", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.acceptance_GetCount", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" }, { @@ -351889,31 +247843,39 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/microsoft.graph.updateAllowedCombinations", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_updateAllowedCombination", - "Method": "Post", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetFile", + "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/microsoft.graph.usage()", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_usage", - "Method": "Get", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_UpdateFile", + "Method": "Patch", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" } ] @@ -351921,35 +247883,35 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_DeleteFile", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "agreement-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/microsoft.graph.findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_findGraphBPreMethodMode", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_ListLocalization", "Method": "Get", "Parameters": [ { - "Name": "authenticationMethodModes", + "Name": "agreement-id", "Location": "Path" }, { @@ -351973,11 +247935,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -351989,13 +247951,37 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_GetAuthenticationStrength", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_CreateLocalization", + "Method": "Post", + "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_GetLocalization", "Method": "Get", "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -352009,24 +247995,41 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_UpdateAuthenticationStrength", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_UpdateLocalization", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_DeleteAuthenticationStrength", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_DeleteLocalization", "Method": "Delete", "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -352036,13 +248039,21 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_ListAuthenticationMethodMode", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_ListVersion", "Method": "Get", "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -352080,26 +248091,43 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_CreateAuthenticationMethodMode", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_CreateVersion", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_GetAuthenticationMethodMode", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "authenticationMethodModeDetail-id", + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, + { + "Name": "agreementFileVersion-id", "Location": "Path" }, { @@ -352115,15 +248143,23 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_UpdateAuthenticationMethodMode", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_UpdateVersion", "Method": "Patch", "Parameters": [ { - "Name": "authenticationMethodModeDetail-id", + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, + { + "Name": "agreementFileVersion-id", "Location": "Path" } ] @@ -352131,60 +248167,48 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_DeleteAuthenticationMethodMode", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_DeleteVersion", "Method": "Delete", "Parameters": [ { - "Name": "authenticationMethodModeDetail-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.authenticationMethodMode_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, { - "Name": "$search", - "Location": "Query" + "Name": "agreementFileVersion-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/policies", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_ListPolicy", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "agreement-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "agreementFileLocalization-id", + "Location": "Path" }, { "Name": "$search", @@ -352193,56 +248217,29 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/policies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_CreatePolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_GetPolicy", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_GetCount", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -352250,51 +248247,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_UpdatePolicy", - "Method": "Patch", - "Parameters": [ - { - "Name": "authenticationStrengthPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_DeletePolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "authenticationStrengthPolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_ListCombinationConfiguration", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_ListFile", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" }, { @@ -352334,15 +248295,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_CreateCombinationConfiguration", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_CreateFile", "Method": "Post", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" } ] @@ -352350,19 +248311,19 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_GetCombinationConfiguration", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetFile", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "authenticationCombinationConfiguration-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { @@ -352378,19 +248339,19 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_UpdateCombinationConfiguration", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_UpdateFile", "Method": "Patch", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "authenticationCombinationConfiguration-id", + "Name": "agreementFileLocalization-id", "Location": "Path" } ] @@ -352398,19 +248359,19 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_DeleteCombinationConfiguration", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_DeleteFile", "Method": "Delete", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "authenticationCombinationConfiguration-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { @@ -352422,91 +248383,19 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy.combinationConfiguration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "authenticationStrengthPolicy-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/microsoft.graph.updateAllowedCombinations", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_updateAllowedCombination", - "Method": "Post", - "Parameters": [ - { - "Name": "authenticationStrengthPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/microsoft.graph.usage()", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_usage", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "agreement-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/policies/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrengths/policies/microsoft.graph.findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_findGraphBPreMethodMode", - "Method": "Get", - "Parameters": [ - { - "Name": "authenticationMethodModes", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { @@ -352530,11 +248419,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -352546,47 +248435,44 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/microsoft.graph.evaluate", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_evaluate", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_CreateVersion", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/namedLocations", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_ListNamedLocation", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "agreement-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "agreementFileLocalization-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "agreementFileVersion-id", + "Location": "Path" }, { "Name": "$select", @@ -352601,82 +248487,115 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/namedLocations", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_CreateNamedLocation", - "Method": "Post", - "Parameters": [] + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_UpdateVersion", + "Method": "Patch", + "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, + { + "Name": "agreementFileVersion-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_GetNamedLocation", - "Method": "Get", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_DeleteVersion", + "Method": "Delete", "Parameters": [ { - "Name": "namedLocation-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "agreementFileLocalization-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "agreementFileVersion-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_UpdateNamedLocation", - "Method": "Patch", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.version_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "namedLocation-id", + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_DeleteNamedLocation", - "Method": "Delete", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "namedLocation-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/namedLocations/$count", - "Module": "Identity.SignIns" + "Path": "/identityGovernance/termsOfUse/agreements/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.namedLocation_GetCount", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetCount", "Method": "Get", "Parameters": [ { @@ -352692,11 +248611,11 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/policies", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_ListPolicy", + "OperationId": "privilegedAccess_ListPrivilegedAccess", "Method": "Get", "Parameters": [ { @@ -352736,26 +248655,26 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/policies", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_CreatePolicy", + "OperationId": "privilegedAccess_CreatePrivilegedAccess", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_GetPolicy", + "OperationId": "privilegedAccess_GetPrivilegedAccess", "Method": "Get", "Parameters": [ { - "Name": "conditionalAccessPolicy-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { @@ -352771,15 +248690,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_UpdatePolicy", + "OperationId": "privilegedAccess_UpdatePrivilegedAccess", "Method": "Patch", "Parameters": [ { - "Name": "conditionalAccessPolicy-id", + "Name": "privilegedAccess-id", "Location": "Path" } ] @@ -352787,15 +248706,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_DeletePolicy", + "OperationId": "privilegedAccess_DeletePrivilegedAccess", "Method": "Delete", "Parameters": [ { - "Name": "conditionalAccessPolicy-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { @@ -352807,33 +248726,17 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/policies/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.policy_GetCount", + "OperationId": "privilegedAccess_ListResource", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/templates", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess_ListTemplate", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -352871,43 +248774,43 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_GetTemplate", - "Method": "Get", + "OperationId": "privilegedAccess_CreateResource", + "Method": "Post", "Parameters": [ { - "Name": "conditionalAccessTemplate-id", + "Name": "privilegedAccess-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/templates/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.template_GetCount", + "OperationId": "privilegedAccess_GetResource", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -352915,60 +248818,93 @@ }, { "PathInfo": { - "Path": "/identity/continuousAccessEvaluationPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_GetContinuousAccessEvaluationPolicy", - "Method": "Get", + "OperationId": "privilegedAccess_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "governanceResource-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identity/continuousAccessEvaluationPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_UpdateContinuousAccessEvaluationPolicy", - "Method": "Patch", - "Parameters": [] + "OperationId": "privilegedAccess_DeleteResource", + "Method": "Delete", + "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/identity/continuousAccessEvaluationPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_DeleteContinuousAccessEvaluationPolicy", - "Method": "Delete", + "OperationId": "privilegedAccess.resource_GetParent", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/customAuthenticationExtensions", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_ListCustomAuthenticationExtension", + "OperationId": "privilegedAccess.resource_ListRoleAssignmentRequest", "Method": "Get", "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -353006,26 +248942,43 @@ }, { "PathInfo": { - "Path": "/identity/customAuthenticationExtensions", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_CreateCustomAuthenticationExtension", + "OperationId": "privilegedAccess.resource_CreateRoleAssignmentRequest", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_GetCustomAuthenticationExtension", + "OperationId": "privilegedAccess.resource_GetRoleAssignmentRequest", "Method": "Get", "Parameters": [ { - "Name": "customAuthenticationExtension-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", "Location": "Path" }, { @@ -353041,15 +248994,23 @@ }, { "PathInfo": { - "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_UpdateCustomAuthenticationExtension", + "OperationId": "privilegedAccess.resource_UpdateRoleAssignmentRequest", "Method": "Patch", "Parameters": [ { - "Name": "customAuthenticationExtension-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", "Location": "Path" } ] @@ -353057,15 +249018,23 @@ }, { "PathInfo": { - "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_DeleteCustomAuthenticationExtension", + "OperationId": "privilegedAccess.resource_DeleteRoleAssignmentRequest", "Method": "Delete", "Parameters": [ { - "Name": "customAuthenticationExtension-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", "Location": "Path" }, { @@ -353077,15 +249046,23 @@ }, { "PathInfo": { - "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/microsoft.graph.validateAuthenticationConfiguration", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/microsoft.graph.cancel", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.customAuthenticationExtension_validateAuthenticationConfiguration", + "OperationId": "privilegedAccess.resource.roleAssignmentRequest_cancel", "Method": "Post", "Parameters": [ { - "Name": "customAuthenticationExtension-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", "Location": "Path" } ] @@ -353093,67 +249070,48 @@ }, { "PathInfo": { - "Path": "/identity/customAuthenticationExtensions/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/microsoft.graph.updateRequest", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.customAuthenticationExtension_GetCount", - "Method": "Get", + "OperationId": "privilegedAccess.resource.roleAssignmentRequest_updateRequest", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identity/customAuthenticationExtensions/microsoft.graph.validateAuthenticationConfiguration", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.customAuthenticationExtension_validateAuthenticationConfiguration", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identity/identityProviders", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_ListIdentityProvider", + "OperationId": "privilegedAccess.resource.roleAssignmentRequest_GetResource", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "governanceResource-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "governanceRoleAssignmentRequest-id", + "Location": "Path" }, { "Name": "$select", @@ -353168,26 +249126,23 @@ }, { "PathInfo": { - "Path": "/identity/identityProviders", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity_CreateIdentityProvider", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identity/identityProviders/{identityProviderBase-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_GetIdentityProvider", + "OperationId": "privilegedAccess.resource.roleAssignmentRequest_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "identityProviderBase-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", "Location": "Path" }, { @@ -353203,15 +249158,23 @@ }, { "PathInfo": { - "Path": "/identity/identityProviders/{identityProviderBase-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_UpdateIdentityProvider", + "OperationId": "privilegedAccess.resource.roleAssignmentRequest_UpdateRoleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "identityProviderBase-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", "Location": "Path" } ] @@ -353219,71 +249182,59 @@ }, { "PathInfo": { - "Path": "/identity/identityProviders/{identityProviderBase-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_DeleteIdentityProvider", + "OperationId": "privilegedAccess.resource.roleAssignmentRequest_DeleteRoleDefinition", "Method": "Delete", "Parameters": [ { - "Name": "identityProviderBase-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/identityProviders/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.identityProvider_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "governanceResource-id", + "Location": "Path" + }, { - "Name": "$search", - "Location": "Query" + "Name": "governanceRoleAssignmentRequest-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identity/identityProviders/microsoft.graph.availableProviderTypes()", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.identityProvider_availableProviderType", + "OperationId": "privilegedAccess.resource.roleAssignmentRequest.roleDefinition_GetResource", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "governanceResource-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "governanceRoleAssignmentRequest-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -353291,36 +249242,24 @@ }, { "PathInfo": { - "Path": "/identity/userFlowAttributes", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_ListUserFlowAttribute", + "OperationId": "privilegedAccess.resource.roleAssignmentRequest.roleDefinition_GetRoleSetting", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "governanceResource-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "governanceRoleAssignmentRequest-id", + "Location": "Path" }, { "Name": "$select", @@ -353335,26 +249274,23 @@ }, { "PathInfo": { - "Path": "/identity/userFlowAttributes", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity_CreateUserFlowAttribute", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_GetUserFlowAttribute", + "OperationId": "privilegedAccess.resource.roleAssignmentRequest_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "identityUserFlowAttribute-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", "Location": "Path" }, { @@ -353370,15 +249306,23 @@ }, { "PathInfo": { - "Path": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_UpdateUserFlowAttribute", + "OperationId": "privilegedAccess.resource.roleAssignmentRequest_UpdateSubject", "Method": "Patch", "Parameters": [ { - "Name": "identityUserFlowAttribute-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", "Location": "Path" } ] @@ -353386,15 +249330,23 @@ }, { "PathInfo": { - "Path": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_DeleteUserFlowAttribute", + "OperationId": "privilegedAccess.resource.roleAssignmentRequest_DeleteSubject", "Method": "Delete", "Parameters": [ { - "Name": "identityUserFlowAttribute-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", "Location": "Path" }, { @@ -353406,13 +249358,21 @@ }, { "PathInfo": { - "Path": "/identity/userFlowAttributes/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.userFlowAttribute_GetCount", + "OperationId": "privilegedAccess.resource.roleAssignmentRequest_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -353426,13 +249386,21 @@ }, { "PathInfo": { - "Path": "/identity/userFlows", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_ListUserFlow", + "OperationId": "privilegedAccess.resource_ListRoleAssignment", "Method": "Get", "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -353470,26 +249438,43 @@ }, { "PathInfo": { - "Path": "/identity/userFlows", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_CreateUserFlow", + "OperationId": "privilegedAccess.resource_CreateRoleAssignment", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identity/userFlows/{identityUserFlow-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_GetUserFlow", + "OperationId": "privilegedAccess.resource_GetRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "identityUserFlow-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", "Location": "Path" }, { @@ -353505,15 +249490,23 @@ }, { "PathInfo": { - "Path": "/identity/userFlows/{identityUserFlow-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_UpdateUserFlow", + "OperationId": "privilegedAccess.resource_UpdateRoleAssignment", "Method": "Patch", "Parameters": [ { - "Name": "identityUserFlow-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", "Location": "Path" } ] @@ -353521,15 +249514,23 @@ }, { "PathInfo": { - "Path": "/identity/userFlows/{identityUserFlow-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity_DeleteUserFlow", + "OperationId": "privilegedAccess.resource_DeleteRoleAssignment", "Method": "Delete", "Parameters": [ { - "Name": "identityUserFlow-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", "Location": "Path" }, { @@ -353541,33 +249542,25 @@ }, { "PathInfo": { - "Path": "/identity/userFlows/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identity.userFlow_GetCount", + "OperationId": "privilegedAccess.resource.roleAssignment_GetLinkedEligibleRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityProtection", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProtection.identityProtectionRoot_GetIdentityProtectionRoot", - "Method": "Get", - "Parameters": [ + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -353581,47 +249574,24 @@ }, { "PathInfo": { - "Path": "/identityProtection", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProtection.identityProtectionRoot_UpdateIdentityProtectionRoot", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityProtection/riskDetections", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_ListRiskDetection", + "OperationId": "privilegedAccess.resource.roleAssignment_GetResource", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "governanceResource-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "governanceRoleAssignment-id", + "Location": "Path" }, { "Name": "$select", @@ -353636,26 +249606,23 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskDetections", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProtection_CreateRiskDetection", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityProtection/riskDetections/{riskDetection-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_GetRiskDetection", + "OperationId": "privilegedAccess.resource.roleAssignment_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "riskDetection-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", "Location": "Path" }, { @@ -353671,15 +249638,23 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskDetections/{riskDetection-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_UpdateRiskDetection", + "OperationId": "privilegedAccess.resource.roleAssignment_UpdateRoleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "riskDetection-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", "Location": "Path" } ] @@ -353687,15 +249662,23 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskDetections/{riskDetection-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_DeleteRiskDetection", + "OperationId": "privilegedAccess.resource.roleAssignment_DeleteRoleDefinition", "Method": "Delete", "Parameters": [ { - "Name": "riskDetection-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", "Location": "Path" }, { @@ -353707,19 +249690,31 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskDetections/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskDetection_GetCount", + "OperationId": "privilegedAccess.resource.roleAssignment.roleDefinition_GetResource", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -353727,36 +249722,56 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_ListRiskyServicePrincipal", + "OperationId": "privilegedAccess.resource.roleAssignment.roleDefinition_GetRoleSetting", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "governanceResource-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "governanceRoleAssignment-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedAccess.resource.roleAssignment_GetSubject", + "Method": "Get", + "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", + "Location": "Path" }, { "Name": "$select", @@ -353771,86 +249786,139 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_CreateRiskyServicePrincipal", - "Method": "Post", - "Parameters": [] + "OperationId": "privilegedAccess.resource.roleAssignment_UpdateSubject", + "Method": "Patch", + "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_GetRiskyServicePrincipal", - "Method": "Get", + "OperationId": "privilegedAccess.resource.roleAssignment_DeleteSubject", + "Method": "Delete", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "governanceResource-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "governanceRoleAssignment-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_UpdateRiskyServicePrincipal", - "Method": "Patch", + "OperationId": "privilegedAccess.resource.roleAssignment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "privilegedAccess-id", "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/microsoft.graph.export()", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_DeleteRiskyServicePrincipal", - "Method": "Delete", + "OperationId": "privilegedAccess.resource.roleAssignment_export", + "Method": "Get", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_ListHistory", + "OperationId": "privilegedAccess.resource_ListRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", "Location": "Path" }, { @@ -353890,15 +249958,19 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_CreateHistory", + "OperationId": "privilegedAccess.resource_CreateRoleDefinition", "Method": "Post", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", "Location": "Path" } ] @@ -353906,19 +249978,23 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_GetHistory", + "OperationId": "privilegedAccess.resource_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "riskyServicePrincipalHistoryItem-id", + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleDefinition-id", "Location": "Path" }, { @@ -353934,19 +250010,23 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_UpdateHistory", + "OperationId": "privilegedAccess.resource_UpdateRoleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "riskyServicePrincipalHistoryItem-id", + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleDefinition-id", "Location": "Path" } ] @@ -353954,19 +250034,23 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_DeleteHistory", + "OperationId": "privilegedAccess.resource_DeleteRoleDefinition", "Method": "Delete", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "riskyServicePrincipalHistoryItem-id", + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleDefinition-id", "Location": "Path" }, { @@ -353978,23 +250062,63 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedAccess.resource.roleDefinition_GetResource", + "Method": "Get", + "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal.history_GetCount", + "OperationId": "privilegedAccess.resource.roleDefinition_GetRoleSetting", "Method": "Get", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "$search", + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -354002,13 +250126,21 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_GetCount", + "OperationId": "privilegedAccess.resource.roleDefinition_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -354022,35 +250154,21 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/microsoft.graph.confirmCompromised", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_confirmCompromised", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/microsoft.graph.dismiss", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_dismiss", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityProtection/riskyUsers", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_ListRiskyUser", + "OperationId": "privilegedAccess.resource_ListRoleSetting", "Method": "Get", "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -354088,26 +250206,43 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_CreateRiskyUser", + "OperationId": "privilegedAccess.resource_CreateRoleSetting", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_GetRiskyUser", + "OperationId": "privilegedAccess.resource_GetRoleSetting", "Method": "Get", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleSetting-id", "Location": "Path" }, { @@ -354123,15 +250258,23 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_UpdateRiskyUser", + "OperationId": "privilegedAccess.resource_UpdateRoleSetting", "Method": "Patch", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleSetting-id", "Location": "Path" } ] @@ -354139,15 +250282,23 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_DeleteRiskyUser", + "OperationId": "privilegedAccess.resource_DeleteRoleSetting", "Method": "Delete", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleSetting-id", "Location": "Path" }, { @@ -354159,40 +250310,56 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskyUser_ListHistory", + "OperationId": "privilegedAccess.resource.roleSetting_GetResource", "Method": "Get", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "governanceResource-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "governanceRoleSetting-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedAccess.resource.roleSetting_GetRoleDefinition", + "Method": "Get", + "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "governanceResource-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "governanceRoleSetting-id", + "Location": "Path" }, { "Name": "$select", @@ -354207,15 +250374,23 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskyUser_CreateHistory", - "Method": "Post", + "OperationId": "privilegedAccess.resource.roleSetting_UpdateRoleDefinition", + "Method": "Patch", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleSetting-id", "Location": "Path" } ] @@ -354223,87 +250398,111 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskyUser_GetHistory", - "Method": "Get", + "OperationId": "privilegedAccess.resource.roleSetting_DeleteRoleDefinition", + "Method": "Delete", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "riskyUserHistoryItem-id", + "Name": "governanceResource-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "governanceRoleSetting-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskyUser_UpdateHistory", - "Method": "Patch", + "OperationId": "privilegedAccess.resource.roleSetting.roleDefinition_GetResource", + "Method": "Get", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "riskyUserHistoryItem-id", + "Name": "governanceResource-id", + "Location": "Path" + }, + { + "Name": "governanceRoleSetting-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskyUser_DeleteHistory", - "Method": "Delete", + "OperationId": "privilegedAccess.resource.roleSetting.roleDefinition_GetRoleSetting", + "Method": "Get", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "riskyUserHistoryItem-id", + "Name": "governanceResource-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "governanceRoleSetting-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskyUser.history_GetCount", + "OperationId": "privilegedAccess.resource.roleSetting_GetCount", "Method": "Get", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceResource-id", "Location": "Path" }, { @@ -354319,13 +250518,17 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskyUser_GetCount", + "OperationId": "privilegedAccess.resource_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -354339,35 +250542,33 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/microsoft.graph.confirmCompromised", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProtection.riskyUser_confirmCompromised", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityProtection/riskyUsers/microsoft.graph.dismiss", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/resources/microsoft.graph.register", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.riskyUser_dismiss", + "OperationId": "privilegedAccess.resource_register", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityProtection/servicePrincipalRiskDetections", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_ListServicePrincipalRiskDetection", + "OperationId": "privilegedAccess_ListRoleAssignmentRequest", "Method": "Get", "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -354405,26 +250606,35 @@ }, { "PathInfo": { - "Path": "/identityProtection/servicePrincipalRiskDetections", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_CreateServicePrincipalRiskDetection", + "OperationId": "privilegedAccess_CreateRoleAssignmentRequest", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_GetServicePrincipalRiskDetection", + "OperationId": "privilegedAccess_GetRoleAssignmentRequest", "Method": "Get", "Parameters": [ { - "Name": "servicePrincipalRiskDetection-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", "Location": "Path" }, { @@ -354440,15 +250650,19 @@ }, { "PathInfo": { - "Path": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_UpdateServicePrincipalRiskDetection", + "OperationId": "privilegedAccess_UpdateRoleAssignmentRequest", "Method": "Patch", "Parameters": [ { - "Name": "servicePrincipalRiskDetection-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", "Location": "Path" } ] @@ -354456,15 +250670,19 @@ }, { "PathInfo": { - "Path": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection_DeleteServicePrincipalRiskDetection", + "OperationId": "privilegedAccess_DeleteRoleAssignmentRequest", "Method": "Delete", "Parameters": [ { - "Name": "servicePrincipalRiskDetection-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", "Location": "Path" }, { @@ -354476,56 +250694,60 @@ }, { "PathInfo": { - "Path": "/identityProtection/servicePrincipalRiskDetections/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/microsoft.graph.cancel", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProtection.servicePrincipalRiskDetection_GetCount", - "Method": "Get", + "OperationId": "privilegedAccess.roleAssignmentRequest_cancel", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "governanceRoleAssignmentRequest-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityProviders", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/microsoft.graph.updateRequest", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProvider_ListIdentityProvider", - "Method": "Get", + "OperationId": "privilegedAccess.roleAssignmentRequest_updateRequest", + "Method": "Post", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "governanceRoleAssignmentRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedAccess.roleAssignmentRequest_GetResource", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "governanceRoleAssignmentRequest-id", + "Location": "Path" }, { "Name": "$select", @@ -354540,26 +250762,19 @@ }, { "PathInfo": { - "Path": "/identityProviders", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProvider_CreateIdentityProvider", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityProviders/{identityProvider-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProvider_GetIdentityProvider", + "OperationId": "privilegedAccess.roleAssignmentRequest_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "identityProvider-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", "Location": "Path" }, { @@ -354575,15 +250790,19 @@ }, { "PathInfo": { - "Path": "/identityProviders/{identityProvider-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProvider_UpdateIdentityProvider", + "OperationId": "privilegedAccess.roleAssignmentRequest_UpdateRoleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "identityProvider-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", "Location": "Path" } ] @@ -354591,15 +250810,19 @@ }, { "PathInfo": { - "Path": "/identityProviders/{identityProvider-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProvider_DeleteIdentityProvider", + "OperationId": "privilegedAccess.roleAssignmentRequest_DeleteRoleDefinition", "Method": "Delete", "Parameters": [ { - "Name": "identityProvider-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", "Location": "Path" }, { @@ -354611,19 +250834,27 @@ }, { "PathInfo": { - "Path": "/identityProviders/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProvider_GetCount", + "OperationId": "privilegedAccess.roleAssignmentRequest.roleDefinition_GetResource", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignmentRequest-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -354631,31 +250862,27 @@ }, { "PathInfo": { - "Path": "/identityProviders/microsoft.graph.availableProviderTypes()", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityProvider_availableProviderType", + "OperationId": "privilegedAccess.roleAssignmentRequest.roleDefinition_GetRoleSetting", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "governanceRoleAssignmentRequest-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -354663,44 +250890,21 @@ }, { "PathInfo": { - "Path": "/informationProtection", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_GetInformationProtection", + "OperationId": "privilegedAccess.roleAssignmentRequest_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/informationProtection", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection_UpdateInformationProtection", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/bitlocker", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection_GetBitlocker", - "Method": "Get", - "Parameters": [ + "Name": "governanceRoleAssignmentRequest-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -354714,81 +250918,61 @@ }, { "PathInfo": { - "Path": "/informationProtection/bitlocker/recoveryKeys", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.bitlocker_ListRecoveryKey", - "Method": "Get", + "OperationId": "privilegedAccess.roleAssignmentRequest_UpdateSubject", + "Method": "Patch", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "governanceRoleAssignmentRequest-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.bitlocker_GetRecoveryKey", - "Method": "Get", + "OperationId": "privilegedAccess.roleAssignmentRequest_DeleteSubject", + "Method": "Delete", "Parameters": [ { - "Name": "bitlockerRecoveryKey-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "governanceRoleAssignmentRequest-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/informationProtection/bitlocker/recoveryKeys/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.bitlocker.recoveryKey_GetCount", + "OperationId": "privilegedAccess.roleAssignmentRequest_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -354802,13 +250986,17 @@ }, { "PathInfo": { - "Path": "/informationProtection/dataLossPreventionPolicies", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_ListDataLossPreventionPolicy", + "OperationId": "privilegedAccess_ListRoleAssignment", "Method": "Get", "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -354846,26 +251034,35 @@ }, { "PathInfo": { - "Path": "/informationProtection/dataLossPreventionPolicies", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_CreateDataLossPreventionPolicy", + "OperationId": "privilegedAccess_CreateRoleAssignment", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_GetDataLossPreventionPolicy", + "OperationId": "privilegedAccess_GetRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "dataLossPreventionPolicy-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", "Location": "Path" }, { @@ -354881,15 +251078,19 @@ }, { "PathInfo": { - "Path": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_UpdateDataLossPreventionPolicy", + "OperationId": "privilegedAccess_UpdateRoleAssignment", "Method": "Patch", "Parameters": [ { - "Name": "dataLossPreventionPolicy-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", "Location": "Path" } ] @@ -354897,15 +251098,19 @@ }, { "PathInfo": { - "Path": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_DeleteDataLossPreventionPolicy", + "OperationId": "privilegedAccess_DeleteRoleAssignment", "Method": "Delete", "Parameters": [ { - "Name": "dataLossPreventionPolicy-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", "Location": "Path" }, { @@ -354917,88 +251122,21 @@ }, { "PathInfo": { - "Path": "/informationProtection/dataLossPreventionPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.dataLossPreventionPolicy_GetCount", + "OperationId": "privilegedAccess.roleAssignment_GetLinkedEligibleRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/dataLossPreventionPolicies/microsoft.graph.evaluate", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection.dataLossPreventionPolicy_evaluate", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/microsoft.graph.decryptBuffer", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection_decryptBuffer", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/microsoft.graph.encryptBuffer", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection_encryptBuffer", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/microsoft.graph.signDigest", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection_signDigest", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/microsoft.graph.verifySignature", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection_verifySignature", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/policy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection_GetPolicy", - "Method": "Get", - "Parameters": [ + "Name": "governanceRoleAssignment-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -355012,63 +251150,20 @@ }, { "PathInfo": { - "Path": "/informationProtection/policy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection_UpdatePolicy", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/policy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection_DeletePolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/policy/labels", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.policy_ListLabel", + "OperationId": "privilegedAccess.roleAssignment_GetResource", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "governanceRoleAssignment-id", + "Location": "Path" }, { "Name": "$select", @@ -355083,26 +251178,19 @@ }, { "PathInfo": { - "Path": "/informationProtection/policy/labels", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection.policy_CreateLabel", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.policy_GetLabel", + "OperationId": "privilegedAccess.roleAssignment_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "informationProtectionLabel-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", "Location": "Path" }, { @@ -355118,15 +251206,19 @@ }, { "PathInfo": { - "Path": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.policy_UpdateLabel", + "OperationId": "privilegedAccess.roleAssignment_UpdateRoleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "informationProtectionLabel-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", "Location": "Path" } ] @@ -355134,15 +251226,19 @@ }, { "PathInfo": { - "Path": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.policy_DeleteLabel", + "OperationId": "privilegedAccess.roleAssignment_DeleteRoleDefinition", "Method": "Delete", "Parameters": [ { - "Name": "informationProtectionLabel-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", "Location": "Path" }, { @@ -355154,19 +251250,27 @@ }, { "PathInfo": { - "Path": "/informationProtection/policy/labels/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.policy.label_GetCount", + "OperationId": "privilegedAccess.roleAssignment.roleDefinition_GetResource", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -355174,80 +251278,48 @@ }, { "PathInfo": { - "Path": "/informationProtection/policy/labels/microsoft.graph.evaluateApplication", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection.policy.label_evaluateApplication", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/policy/labels/microsoft.graph.evaluateClassificationResults", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection.policy.label_evaluateClassificationResult", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/policy/labels/microsoft.graph.evaluateRemoval", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection.policy.label_evaluateRemoval", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/policy/labels/microsoft.graph.extractLabel", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection.policy.label_extractLabel", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/sensitivityLabels", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_ListSensitivityLabel", + "OperationId": "privilegedAccess.roleAssignment.roleDefinition_GetRoleSetting", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "governanceRoleAssignment-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedAccess.roleAssignment_GetSubject", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "governanceRoleAssignment-id", + "Location": "Path" }, { "Name": "$select", @@ -355262,86 +251334,119 @@ }, { "PathInfo": { - "Path": "/informationProtection/sensitivityLabels", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_CreateSensitivityLabel", - "Method": "Post", - "Parameters": [] + "OperationId": "privilegedAccess.roleAssignment_UpdateSubject", + "Method": "Patch", + "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleAssignment-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_GetSensitivityLabel", - "Method": "Get", + "OperationId": "privilegedAccess.roleAssignment_DeleteSubject", + "Method": "Delete", "Parameters": [ { - "Name": "sensitivityLabel-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "governanceRoleAssignment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_UpdateSensitivityLabel", - "Method": "Patch", + "OperationId": "privilegedAccess.roleAssignment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "sensitivityLabel-id", - "Location": "Path" + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/microsoft.graph.export()", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_DeleteSensitivityLabel", - "Method": "Delete", + "OperationId": "privilegedAccess.roleAssignment_export", + "Method": "Get", "Parameters": [ { - "Name": "sensitivityLabel-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.sensitivityLabel_ListSublabel", + "OperationId": "privilegedAccess_ListRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "sensitivityLabel-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { @@ -355381,15 +251486,15 @@ }, { "PathInfo": { - "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.sensitivityLabel_CreateSublabel", + "OperationId": "privilegedAccess_CreateRoleDefinition", "Method": "Post", "Parameters": [ { - "Name": "sensitivityLabel-id", + "Name": "privilegedAccess-id", "Location": "Path" } ] @@ -355397,19 +251502,19 @@ }, { "PathInfo": { - "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.sensitivityLabel_GetSublabel", + "OperationId": "privilegedAccess_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "sensitivityLabel-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id1", + "Name": "governanceRoleDefinition-id", "Location": "Path" }, { @@ -355425,19 +251530,19 @@ }, { "PathInfo": { - "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.sensitivityLabel_UpdateSublabel", + "OperationId": "privilegedAccess_UpdateRoleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "sensitivityLabel-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id1", + "Name": "governanceRoleDefinition-id", "Location": "Path" } ] @@ -355445,19 +251550,19 @@ }, { "PathInfo": { - "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.sensitivityLabel_DeleteSublabel", + "OperationId": "privilegedAccess_DeleteRoleDefinition", "Method": "Delete", "Parameters": [ { - "Name": "sensitivityLabel-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id1", + "Name": "governanceRoleDefinition-id", "Location": "Path" }, { @@ -355469,23 +251574,27 @@ }, { "PathInfo": { - "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.sensitivityLabel.sublabel_GetCount", + "OperationId": "privilegedAccess.roleDefinition_GetResource", "Method": "Get", "Parameters": [ { - "Name": "sensitivityLabel-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "$search", + "Name": "governanceRoleDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -355493,35 +251602,27 @@ }, { "PathInfo": { - "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.evaluate", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.sensitivityLabel.sublabel_evaluate", - "Method": "Post", + "OperationId": "privilegedAccess.roleDefinition_GetRoleSetting", + "Method": "Get", "Parameters": [ { - "Name": "sensitivityLabel-id", + "Name": "privilegedAccess-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/sensitivityLabels/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection.sensitivityLabel_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "$search", + "Name": "governanceRoleDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -355529,71 +251630,41 @@ }, { "PathInfo": { - "Path": "/informationProtection/sensitivityLabels/microsoft.graph.evaluate", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection.sensitivityLabel_evaluate", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/sensitivityPolicySettings", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_GetSensitivityPolicySetting", + "OperationId": "privilegedAccess.roleDefinition_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/sensitivityPolicySettings", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection_UpdateSensitivityPolicySetting", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/sensitivityPolicySettings", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection_DeleteSensitivityPolicySetting", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_ListThreatAssessmentRequest", + "OperationId": "privilegedAccess_ListRoleSetting", "Method": "Get", "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -355631,26 +251702,35 @@ }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_CreateThreatAssessmentRequest", + "OperationId": "privilegedAccess_CreateRoleSetting", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "privilegedAccess-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_GetThreatAssessmentRequest", + "OperationId": "privilegedAccess_GetRoleSetting", "Method": "Get", "Parameters": [ { - "Name": "threatAssessmentRequest-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleSetting-id", "Location": "Path" }, { @@ -355666,15 +251746,19 @@ }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_UpdateThreatAssessmentRequest", + "OperationId": "privilegedAccess_UpdateRoleSetting", "Method": "Patch", "Parameters": [ { - "Name": "threatAssessmentRequest-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleSetting-id", "Location": "Path" } ] @@ -355682,15 +251766,19 @@ }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection_DeleteThreatAssessmentRequest", + "OperationId": "privilegedAccess_DeleteRoleSetting", "Method": "Delete", "Parameters": [ { - "Name": "threatAssessmentRequest-id", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleSetting-id", "Location": "Path" }, { @@ -355702,40 +251790,20 @@ }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.threatAssessmentRequest_ListResult", + "OperationId": "privilegedAccess.roleSetting_GetResource", "Method": "Get", "Parameters": [ { - "Name": "threatAssessmentRequest-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "governanceRoleSetting-id", + "Location": "Path" }, { "Name": "$select", @@ -355750,35 +251818,19 @@ }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection.threatAssessmentRequest_CreateResult", - "Method": "Post", - "Parameters": [ - { - "Name": "threatAssessmentRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.threatAssessmentRequest_GetResult", + "OperationId": "privilegedAccess.roleSetting_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "threatAssessmentRequest-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "threatAssessmentResult-id", + "Name": "governanceRoleSetting-id", "Location": "Path" }, { @@ -355794,19 +251846,19 @@ }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.threatAssessmentRequest_UpdateResult", + "OperationId": "privilegedAccess.roleSetting_UpdateRoleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "threatAssessmentRequest-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "threatAssessmentResult-id", + "Name": "governanceRoleSetting-id", "Location": "Path" } ] @@ -355814,19 +251866,19 @@ }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.threatAssessmentRequest_DeleteResult", + "OperationId": "privilegedAccess.roleSetting_DeleteRoleDefinition", "Method": "Delete", "Parameters": [ { - "Name": "threatAssessmentRequest-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "threatAssessmentResult-id", + "Name": "governanceRoleSetting-id", "Location": "Path" }, { @@ -355838,23 +251890,27 @@ }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.threatAssessmentRequest.result_GetCount", + "OperationId": "privilegedAccess.roleSetting.roleDefinition_GetResource", "Method": "Get", "Parameters": [ { - "Name": "threatAssessmentRequest-id", + "Name": "privilegedAccess-id", "Location": "Path" }, { - "Name": "$search", + "Name": "governanceRoleSetting-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -355862,19 +251918,27 @@ }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "informationProtection.threatAssessmentRequest_GetCount", + "OperationId": "privilegedAccess.roleSetting.roleDefinition_GetRoleSetting", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "privilegedAccess-id", + "Location": "Path" + }, + { + "Name": "governanceRoleSetting-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -355882,20 +251946,16 @@ }, { "PathInfo": { - "Path": "/invitations", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "invitation_ListInvitation", + "OperationId": "privilegedAccess.roleSetting_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "privilegedAccess-id", + "Location": "Path" }, { "Name": "$search", @@ -355904,44 +251964,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/invitations", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "invitation_CreateInvitation", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/invitations/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedAccess/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "invitation_GetCount", + "OperationId": "privilegedAccess_GetCount", "Method": "Get", "Parameters": [ { @@ -355957,11 +251990,11 @@ }, { "PathInfo": { - "Path": "/oauth2PermissionGrants", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "oauth2PermissionGrant_ListOAuth2PermissionGrant", + "OperationId": "privilegedApproval_ListPrivilegedApproval", "Method": "Get", "Parameters": [ { @@ -356001,26 +252034,26 @@ }, { "PathInfo": { - "Path": "/oauth2PermissionGrants", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "oauth2PermissionGrant_CreateOAuth2PermissionGrant", + "OperationId": "privilegedApproval_CreatePrivilegedApproval", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/{privilegedApproval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "oauth2PermissionGrant_GetOAuth2PermissionGrant", + "OperationId": "privilegedApproval_GetPrivilegedApproval", "Method": "Get", "Parameters": [ { - "Name": "oAuth2PermissionGrant-id", + "Name": "privilegedApproval-id", "Location": "Path" }, { @@ -356036,15 +252069,15 @@ }, { "PathInfo": { - "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/{privilegedApproval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "oauth2PermissionGrant_UpdateOAuth2PermissionGrant", + "OperationId": "privilegedApproval_UpdatePrivilegedApproval", "Method": "Patch", "Parameters": [ { - "Name": "oAuth2PermissionGrant-id", + "Name": "privilegedApproval-id", "Location": "Path" } ] @@ -356052,15 +252085,15 @@ }, { "PathInfo": { - "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/{privilegedApproval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "oauth2PermissionGrant_DeleteOAuth2PermissionGrant", + "OperationId": "privilegedApproval_DeletePrivilegedApproval", "Method": "Delete", "Parameters": [ { - "Name": "oAuth2PermissionGrant-id", + "Name": "privilegedApproval-id", "Location": "Path" }, { @@ -356072,19 +252105,23 @@ }, { "PathInfo": { - "Path": "/oauth2PermissionGrants/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/{privilegedApproval-id}/request", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "oauth2PermissionGrant_GetCount", + "OperationId": "privilegedApproval_GetRequest", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "privilegedApproval-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -356092,59 +252129,75 @@ }, { "PathInfo": { - "Path": "/oauth2PermissionGrants/microsoft.graph.delta()", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "oauth2PermissionGrant_delta", + "OperationId": "privilegedApproval_GetRoleInfo", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "privilegedApproval-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedApproval_UpdateRoleInfo", + "Method": "Patch", + "Parameters": [ { - "Name": "$select", - "Location": "Query" - }, + "Name": "privilegedApproval-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedApproval_DeleteRoleInfo", + "Method": "Delete", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "privilegedApproval-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_ListCertificateBasedAuthConfiguration", + "OperationId": "privilegedApproval.roleInfo_ListAssignment", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "privilegedApproval-id", "Location": "Path" }, { @@ -356184,43 +252237,51 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_CreateCertificateBasedAuthConfiguration", - "Method": "Post", + "OperationId": "privilegedApproval.roleInfo_GetAssignment", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "privilegedApproval-id", + "Location": "Path" + }, + { + "Name": "privilegedRoleAssignment-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_GetCertificateBasedAuthConfiguration", + "OperationId": "privilegedApproval.roleInfo.assignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "organization-id", - "Location": "Path" - }, - { - "Name": "certificateBasedAuthConfiguration-id", + "Name": "privilegedApproval-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -356228,47 +252289,55 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/microsoft.graph.selfActivate", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_DeleteCertificateBasedAuthConfiguration", - "Method": "Delete", + "OperationId": "privilegedApproval.roleInfo_selfActivate", + "Method": "Post", "Parameters": [ { - "Name": "organization-id", + "Name": "privilegedApproval-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/microsoft.graph.selfDeactivate", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedApproval.roleInfo_selfDeactivate", + "Method": "Post", + "Parameters": [ { - "Name": "certificateBasedAuthConfiguration-id", + "Name": "privilegedApproval-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.certificateBasedAuthConfiguration_GetCount", + "OperationId": "privilegedApproval.roleInfo_GetSetting", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "privilegedApproval-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -356276,44 +252345,53 @@ }, { "PathInfo": { - "Path": "/policies", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.policyRoot_GetPolicyRoot", - "Method": "Get", + "OperationId": "privilegedApproval.roleInfo_UpdateSetting", + "Method": "Patch", "Parameters": [ { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "privilegedApproval-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.policyRoot_UpdatePolicyRoot", - "Method": "Patch", - "Parameters": [] + "OperationId": "privilegedApproval.roleInfo_DeleteSetting", + "Method": "Delete", + "Parameters": [ + { + "Name": "privilegedApproval-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/policies/accessReviewPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetAccessReviewPolicy", + "OperationId": "privilegedApproval.roleInfo_GetSummary", "Method": "Get", "Parameters": [ + { + "Name": "privilegedApproval-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -356327,24 +252405,33 @@ }, { "PathInfo": { - "Path": "/policies/accessReviewPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateAccessReviewPolicy", + "OperationId": "privilegedApproval.roleInfo_UpdateSummary", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "privilegedApproval-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/accessReviewPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteAccessReviewPolicy", + "OperationId": "privilegedApproval.roleInfo_DeleteSummary", "Method": "Delete", "Parameters": [ + { + "Name": "privilegedApproval-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -356354,11 +252441,75 @@ }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies", - "Module": "Identity.SignIns" + "Path": "/privilegedApproval/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_ListActivityBasedTimeoutPolicy", + "OperationId": "privilegedApproval_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedApproval/microsoft.graph.myRequests()", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedApproval_myRequest", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedOperationEvents", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedOperationEvent_ListPrivilegedOperationEvent", "Method": "Get", "Parameters": [ { @@ -356398,26 +252549,26 @@ }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies", - "Module": "Identity.SignIns" + "Path": "/privilegedOperationEvents", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_CreateActivityBasedTimeoutPolicy", + "OperationId": "privilegedOperationEvent_CreatePrivilegedOperationEvent", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetActivityBasedTimeoutPolicy", + "OperationId": "privilegedOperationEvent_GetPrivilegedOperationEvent", "Method": "Get", "Parameters": [ { - "Name": "activityBasedTimeoutPolicy-id", + "Name": "privilegedOperationEvent-id", "Location": "Path" }, { @@ -356433,15 +252584,15 @@ }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateActivityBasedTimeoutPolicy", + "OperationId": "privilegedOperationEvent_UpdatePrivilegedOperationEvent", "Method": "Patch", "Parameters": [ { - "Name": "activityBasedTimeoutPolicy-id", + "Name": "privilegedOperationEvent-id", "Location": "Path" } ] @@ -356449,15 +252600,15 @@ }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteActivityBasedTimeoutPolicy", + "OperationId": "privilegedOperationEvent_DeletePrivilegedOperationEvent", "Method": "Delete", "Parameters": [ { - "Name": "activityBasedTimeoutPolicy-id", + "Name": "privilegedOperationEvent-id", "Location": "Path" }, { @@ -356469,17 +252620,33 @@ }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "Path": "/privilegedOperationEvents/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.activityBasedTimeoutPolicy_ListAppliesTo", + "OperationId": "privilegedOperationEvent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "activityBasedTimeoutPolicy-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedRoleAssignmentRequests", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedRoleAssignmentRequest_ListPrivilegedRoleAssignmentRequest", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -356517,19 +252684,26 @@ }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.activityBasedTimeoutPolicy_GetAppliesTo", + "OperationId": "privilegedRoleAssignmentRequest_CreatePrivilegedRoleAssignmentRequest", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedRoleAssignmentRequest_GetPrivilegedRoleAssignmentRequest", "Method": "Get", "Parameters": [ { - "Name": "activityBasedTimeoutPolicy-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "privilegedRoleAssignmentRequest-id", "Location": "Path" }, { @@ -356545,57 +252719,69 @@ }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.activityBasedTimeoutPolicy.appliesTo_GetCount", - "Method": "Get", + "OperationId": "privilegedRoleAssignmentRequest_UpdatePrivilegedRoleAssignmentRequest", + "Method": "Patch", "Parameters": [ { - "Name": "activityBasedTimeoutPolicy-id", + "Name": "privilegedRoleAssignmentRequest-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedRoleAssignmentRequest_DeletePrivilegedRoleAssignmentRequest", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "privilegedRoleAssignmentRequest-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/microsoft.graph.cancel", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.activityBasedTimeoutPolicy_GetCount", - "Method": "Get", + "OperationId": "privilegedRoleAssignmentRequest_cancel", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "privilegedRoleAssignmentRequest-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/adminConsentRequestPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetAdminConsentRequestPolicy", + "OperationId": "privilegedRoleAssignmentRequest_GetRoleInfo", "Method": "Get", "Parameters": [ + { + "Name": "privilegedRoleAssignmentRequest-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -356609,24 +252795,33 @@ }, { "PathInfo": { - "Path": "/policies/adminConsentRequestPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateAdminConsentRequestPolicy", + "OperationId": "privilegedRoleAssignmentRequest_UpdateRoleInfo", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "privilegedRoleAssignmentRequest-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/adminConsentRequestPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteAdminConsentRequestPolicy", + "OperationId": "privilegedRoleAssignmentRequest_DeleteRoleInfo", "Method": "Delete", "Parameters": [ + { + "Name": "privilegedRoleAssignmentRequest-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -356636,13 +252831,17 @@ }, { "PathInfo": { - "Path": "/policies/appManagementPolicies", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_ListAppManagementPolicy", + "OperationId": "privilegedRoleAssignmentRequest.roleInfo_ListAssignment", "Method": "Get", "Parameters": [ + { + "Name": "privilegedRoleAssignmentRequest-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -356680,26 +252879,19 @@ }, { "PathInfo": { - "Path": "/policies/appManagementPolicies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_CreateAppManagementPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetAppManagementPolicy", + "OperationId": "privilegedRoleAssignmentRequest.roleInfo_GetAssignment", "Method": "Get", "Parameters": [ { - "Name": "appManagementPolicy-id", + "Name": "privilegedRoleAssignmentRequest-id", + "Location": "Path" + }, + { + "Name": "privilegedRoleAssignment-id", "Location": "Path" }, { @@ -356715,103 +252907,71 @@ }, { "PathInfo": { - "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateAppManagementPolicy", - "Method": "Patch", + "OperationId": "privilegedRoleAssignmentRequest.roleInfo.assignment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "appManagementPolicy-id", + "Name": "privilegedRoleAssignmentRequest-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/microsoft.graph.selfActivate", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteAppManagementPolicy", - "Method": "Delete", + "OperationId": "privilegedRoleAssignmentRequest.roleInfo_selfActivate", + "Method": "Post", "Parameters": [ { - "Name": "appManagementPolicy-id", + "Name": "privilegedRoleAssignmentRequest-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/microsoft.graph.selfDeactivate", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.appManagementPolicy_ListAppliesTo", - "Method": "Get", + "OperationId": "privilegedRoleAssignmentRequest.roleInfo_selfDeactivate", + "Method": "Post", "Parameters": [ { - "Name": "appManagementPolicy-id", + "Name": "privilegedRoleAssignmentRequest-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.appManagementPolicy_GetAppliesTo", + "OperationId": "privilegedRoleAssignmentRequest.roleInfo_GetSetting", "Method": "Get", "Parameters": [ { - "Name": "appManagementPolicy-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "privilegedRoleAssignmentRequest-id", "Location": "Path" }, { @@ -356827,57 +252987,53 @@ }, { "PathInfo": { - "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.appManagementPolicy.appliesTo_GetCount", - "Method": "Get", + "OperationId": "privilegedRoleAssignmentRequest.roleInfo_UpdateSetting", + "Method": "Patch", "Parameters": [ { - "Name": "appManagementPolicy-id", + "Name": "privilegedRoleAssignmentRequest-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/appManagementPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.appManagementPolicy_GetCount", - "Method": "Get", + "OperationId": "privilegedRoleAssignmentRequest.roleInfo_DeleteSetting", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "privilegedRoleAssignmentRequest-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/authenticationFlowsPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetAuthenticationFlowsPolicy", + "OperationId": "privilegedRoleAssignmentRequest.roleInfo_GetSummary", "Method": "Get", "Parameters": [ + { + "Name": "privilegedRoleAssignmentRequest-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -356891,24 +253047,33 @@ }, { "PathInfo": { - "Path": "/policies/authenticationFlowsPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateAuthenticationFlowsPolicy", + "OperationId": "privilegedRoleAssignmentRequest.roleInfo_UpdateSummary", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "privilegedRoleAssignmentRequest-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/authenticationFlowsPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteAuthenticationFlowsPolicy", + "OperationId": "privilegedRoleAssignmentRequest.roleInfo_DeleteSummary", "Method": "Delete", "Parameters": [ + { + "Name": "privilegedRoleAssignmentRequest-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -356918,19 +253083,19 @@ }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetAuthenticationMethodsPolicy", + "OperationId": "privilegedRoleAssignmentRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -356938,38 +253103,55 @@ }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_UpdateAuthenticationMethodsPolicy", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignmentRequests/microsoft.graph.my()", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteAuthenticationMethodsPolicy", - "Method": "Delete", + "OperationId": "privilegedRoleAssignmentRequest_my", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationMethodsPolicy_ListAuthenticationMethodConfiguration", + "OperationId": "privilegedRoleAssignment_ListPrivilegedRoleAssignment", "Method": "Get", "Parameters": [ { @@ -357009,26 +253191,26 @@ }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationMethodsPolicy_CreateAuthenticationMethodConfiguration", + "OperationId": "privilegedRoleAssignment_CreatePrivilegedRoleAssignment", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationMethodsPolicy_GetAuthenticationMethodConfiguration", + "OperationId": "privilegedRoleAssignment_GetPrivilegedRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "authenticationMethodConfiguration-id", + "Name": "privilegedRoleAssignment-id", "Location": "Path" }, { @@ -357044,15 +253226,15 @@ }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationMethodsPolicy_UpdateAuthenticationMethodConfiguration", + "OperationId": "privilegedRoleAssignment_UpdatePrivilegedRoleAssignment", "Method": "Patch", "Parameters": [ { - "Name": "authenticationMethodConfiguration-id", + "Name": "privilegedRoleAssignment-id", "Location": "Path" } ] @@ -357060,15 +253242,15 @@ }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationMethodsPolicy_DeleteAuthenticationMethodConfiguration", + "OperationId": "privilegedRoleAssignment_DeletePrivilegedRoleAssignment", "Method": "Delete", "Parameters": [ { - "Name": "authenticationMethodConfiguration-id", + "Name": "privilegedRoleAssignment-id", "Location": "Path" }, { @@ -357080,90 +253262,47 @@ }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/microsoft.graph.makeEligible", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationMethodsPolicy.authenticationMethodConfiguration_GetCount", - "Method": "Get", + "OperationId": "privilegedRoleAssignment_makeEligible", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "privilegedRoleAssignment-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/microsoft.graph.makePermanent", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_ListAuthenticationStrengthPolicy", - "Method": "Get", + "OperationId": "privilegedRoleAssignment_makePermanent", + "Method": "Post", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "privilegedRoleAssignment-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_CreateAuthenticationStrengthPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetAuthenticationStrengthPolicy", + "OperationId": "privilegedRoleAssignment_GetRoleInfo", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "privilegedRoleAssignment-id", "Location": "Path" }, { @@ -357179,15 +253318,15 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateAuthenticationStrengthPolicy", + "OperationId": "privilegedRoleAssignment_UpdateRoleInfo", "Method": "Patch", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "privilegedRoleAssignment-id", "Location": "Path" } ] @@ -357195,15 +253334,15 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteAuthenticationStrengthPolicy", + "OperationId": "privilegedRoleAssignment_DeleteRoleInfo", "Method": "Delete", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "privilegedRoleAssignment-id", "Location": "Path" }, { @@ -357215,15 +253354,15 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_ListCombinationConfiguration", + "OperationId": "privilegedRoleAssignment.roleInfo_ListAssignment", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "privilegedRoleAssignment-id", "Location": "Path" }, { @@ -357263,35 +253402,99 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_CreateCombinationConfiguration", - "Method": "Post", + "OperationId": "privilegedRoleAssignment.roleInfo_GetAssignment", + "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "privilegedRoleAssignment-id", + "Location": "Path" + }, + { + "Name": "privilegedRoleAssignment-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_GetCombinationConfiguration", + "OperationId": "privilegedRoleAssignment.roleInfo.assignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "privilegedRoleAssignment-id", "Location": "Path" }, { - "Name": "authenticationCombinationConfiguration-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/microsoft.graph.selfActivate", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedRoleAssignment.roleInfo_selfActivate", + "Method": "Post", + "Parameters": [ + { + "Name": "privilegedRoleAssignment-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/microsoft.graph.selfDeactivate", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedRoleAssignment.roleInfo_selfDeactivate", + "Method": "Post", + "Parameters": [ + { + "Name": "privilegedRoleAssignment-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedRoleAssignment.roleInfo_GetSetting", + "Method": "Get", + "Parameters": [ + { + "Name": "privilegedRoleAssignment-id", "Location": "Path" }, { @@ -357307,19 +253510,15 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_UpdateCombinationConfiguration", + "OperationId": "privilegedRoleAssignment.roleInfo_UpdateSetting", "Method": "Patch", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", - "Location": "Path" - }, - { - "Name": "authenticationCombinationConfiguration-id", + "Name": "privilegedRoleAssignment-id", "Location": "Path" } ] @@ -357327,19 +253526,15 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_DeleteCombinationConfiguration", + "OperationId": "privilegedRoleAssignment.roleInfo_DeleteSetting", "Method": "Delete", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", - "Location": "Path" - }, - { - "Name": "authenticationCombinationConfiguration-id", + "Name": "privilegedRoleAssignment-id", "Location": "Path" }, { @@ -357351,23 +253546,23 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy.combinationConfiguration_GetCount", + "OperationId": "privilegedRoleAssignment.roleInfo_GetSummary", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "privilegedRoleAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -357375,15 +253570,15 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/microsoft.graph.updateAllowedCombinations", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_updateAllowedCombination", - "Method": "Post", + "OperationId": "privilegedRoleAssignment.roleInfo_UpdateSummary", + "Method": "Patch", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "privilegedRoleAssignment-id", "Location": "Path" } ] @@ -357391,27 +253586,31 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/microsoft.graph.usage()", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_usage", - "Method": "Get", + "OperationId": "privilegedRoleAssignment.roleInfo_DeleteSummary", + "Method": "Delete", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "privilegedRoleAssignment-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_GetCount", + "OperationId": "privilegedRoleAssignment_GetCount", "Method": "Get", "Parameters": [ { @@ -357427,17 +253626,13 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/microsoft.graph.findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "Module": "Identity.SignIns" + "Path": "/privilegedRoleAssignments/microsoft.graph.my()", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_findGraphBPreMethodMode", + "OperationId": "privilegedRoleAssignment_my", "Method": "Get", "Parameters": [ - { - "Name": "authenticationMethodModes", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -357475,11 +253670,11 @@ }, { "PathInfo": { - "Path": "/policies/authorizationPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_ListAuthorizationPolicy", + "OperationId": "privilegedRole_ListPrivilegedRole", "Method": "Get", "Parameters": [ { @@ -357519,26 +253714,26 @@ }, { "PathInfo": { - "Path": "/policies/authorizationPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_CreateAuthorizationPolicy", + "OperationId": "privilegedRole_CreatePrivilegedRole", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles/{privilegedRole-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetAuthorizationPolicy", + "OperationId": "privilegedRole_GetPrivilegedRole", "Method": "Get", "Parameters": [ { - "Name": "authorizationPolicy-id", + "Name": "privilegedRole-id", "Location": "Path" }, { @@ -357554,15 +253749,15 @@ }, { "PathInfo": { - "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles/{privilegedRole-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateAuthorizationPolicy", + "OperationId": "privilegedRole_UpdatePrivilegedRole", "Method": "Patch", "Parameters": [ { - "Name": "authorizationPolicy-id", + "Name": "privilegedRole-id", "Location": "Path" } ] @@ -357570,15 +253765,15 @@ }, { "PathInfo": { - "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles/{privilegedRole-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteAuthorizationPolicy", + "OperationId": "privilegedRole_DeletePrivilegedRole", "Method": "Delete", "Parameters": [ { - "Name": "authorizationPolicy-id", + "Name": "privilegedRole-id", "Location": "Path" }, { @@ -357590,15 +253785,15 @@ }, { "PathInfo": { - "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles/{privilegedRole-id}/assignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authorizationPolicy_ListDefaultUserRoleOverride", + "OperationId": "privilegedRole_ListAssignment", "Method": "Get", "Parameters": [ { - "Name": "authorizationPolicy-id", + "Name": "privilegedRole-id", "Location": "Path" }, { @@ -357638,43 +253833,51 @@ }, { "PathInfo": { - "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles/{privilegedRole-id}/assignments/{privilegedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authorizationPolicy_CreateDefaultUserRoleOverride", - "Method": "Post", + "OperationId": "privilegedRole_GetAssignment", + "Method": "Get", "Parameters": [ { - "Name": "authorizationPolicy-id", + "Name": "privilegedRole-id", + "Location": "Path" + }, + { + "Name": "privilegedRoleAssignment-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles/{privilegedRole-id}/assignments/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authorizationPolicy_GetDefaultUserRoleOverride", + "OperationId": "privilegedRole.assignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "authorizationPolicy-id", - "Location": "Path" - }, - { - "Name": "defaultUserRoleOverride-id", + "Name": "privilegedRole-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -357682,19 +253885,15 @@ }, { "PathInfo": { - "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles/{privilegedRole-id}/microsoft.graph.selfActivate", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authorizationPolicy_UpdateDefaultUserRoleOverride", - "Method": "Patch", + "OperationId": "privilegedRole_selfActivate", + "Method": "Post", "Parameters": [ { - "Name": "authorizationPolicy-id", - "Location": "Path" - }, - { - "Name": "defaultUserRoleOverride-id", + "Name": "privilegedRole-id", "Location": "Path" } ] @@ -357702,47 +253901,39 @@ }, { "PathInfo": { - "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles/{privilegedRole-id}/microsoft.graph.selfDeactivate", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authorizationPolicy_DeleteDefaultUserRoleOverride", - "Method": "Delete", + "OperationId": "privilegedRole_selfDeactivate", + "Method": "Post", "Parameters": [ { - "Name": "authorizationPolicy-id", - "Location": "Path" - }, - { - "Name": "defaultUserRoleOverride-id", + "Name": "privilegedRole-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles/{privilegedRole-id}/settings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authorizationPolicy.defaultUserRoleOverride_GetCount", + "OperationId": "privilegedRole_GetSetting", "Method": "Get", "Parameters": [ { - "Name": "authorizationPolicy-id", + "Name": "privilegedRole-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -357750,33 +253941,53 @@ }, { "PathInfo": { - "Path": "/policies/authorizationPolicy/$count", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles/{privilegedRole-id}/settings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.authorizationPolicy_GetCount", - "Method": "Get", + "OperationId": "privilegedRole_UpdateSetting", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "privilegedRole-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/privilegedRoles/{privilegedRole-id}/settings", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "privilegedRole_DeleteSetting", + "Method": "Delete", + "Parameters": [ + { + "Name": "privilegedRole-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/b2cAuthenticationMethodsPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles/{privilegedRole-id}/summary", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetB2cAuthenticationMethodsPolicy", + "OperationId": "privilegedRole_GetSummary", "Method": "Get", "Parameters": [ + { + "Name": "privilegedRole-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -357790,24 +254001,33 @@ }, { "PathInfo": { - "Path": "/policies/b2cAuthenticationMethodsPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles/{privilegedRole-id}/summary", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateB2cAuthenticationMethodsPolicy", + "OperationId": "privilegedRole_UpdateSummary", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "privilegedRole-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/b2cAuthenticationMethodsPolicy", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles/{privilegedRole-id}/summary", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteB2cAuthenticationMethodsPolicy", + "OperationId": "privilegedRole_DeleteSummary", "Method": "Delete", "Parameters": [ + { + "Name": "privilegedRole-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -357817,11 +254037,31 @@ }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies", - "Module": "Identity.SignIns" + "Path": "/privilegedRoles/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_ListClaimsMappingPolicy", + "OperationId": "privilegedRole_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/programControls", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "programControl_ListProgramControl", "Method": "Get", "Parameters": [ { @@ -357861,26 +254101,26 @@ }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies", - "Module": "Identity.SignIns" + "Path": "/programControls", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_CreateClaimsMappingPolicy", + "OperationId": "programControl_CreateProgramControl", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/programControls/{programControl-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetClaimsMappingPolicy", + "OperationId": "programControl_GetProgramControl", "Method": "Get", "Parameters": [ { - "Name": "claimsMappingPolicy-id", + "Name": "programControl-id", "Location": "Path" }, { @@ -357896,15 +254136,15 @@ }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/programControls/{programControl-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateClaimsMappingPolicy", + "OperationId": "programControl_UpdateProgramControl", "Method": "Patch", "Parameters": [ { - "Name": "claimsMappingPolicy-id", + "Name": "programControl-id", "Location": "Path" } ] @@ -357912,15 +254152,15 @@ }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/programControls/{programControl-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteClaimsMappingPolicy", + "OperationId": "programControl_DeleteProgramControl", "Method": "Delete", "Parameters": [ { - "Name": "claimsMappingPolicy-id", + "Name": "programControl-id", "Location": "Path" }, { @@ -357932,41 +254172,17 @@ }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "Path": "/programControls/{programControl-id}/program", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.claimsMappingPolicy_ListAppliesTo", + "OperationId": "programControl_GetProgram", "Method": "Get", "Parameters": [ { - "Name": "claimsMappingPolicy-id", + "Name": "programControl-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -357980,85 +254196,53 @@ }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "Path": "/programControls/{programControl-id}/program", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.claimsMappingPolicy_GetAppliesTo", - "Method": "Get", + "OperationId": "programControl_UpdateProgram", + "Method": "Patch", "Parameters": [ { - "Name": "claimsMappingPolicy-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "programControl-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "Path": "/programControls/{programControl-id}/program", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.claimsMappingPolicy.appliesTo_GetCount", - "Method": "Get", + "OperationId": "programControl_DeleteProgram", + "Method": "Delete", "Parameters": [ { - "Name": "claimsMappingPolicy-id", + "Name": "programControl-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/programControls/{programControl-id}/program/controls", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.claimsMappingPolicy_GetCount", + "OperationId": "programControl.program_ListControl", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "programControl-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/conditionalAccessPolicies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_ListConditionalAccessPolicy", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -358096,26 +254280,35 @@ }, { "PathInfo": { - "Path": "/policies/conditionalAccessPolicies", - "Module": "Identity.SignIns" + "Path": "/programControls/{programControl-id}/program/controls", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_CreateConditionalAccessPolicy", + "OperationId": "programControl.program_CreateControl", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "programControl-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/programControls/{programControl-id}/program/controls/{programControl-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetConditionalAccessPolicy", + "OperationId": "programControl.program_GetControl", "Method": "Get", "Parameters": [ { - "Name": "conditionalAccessPolicy-id", + "Name": "programControl-id", + "Location": "Path" + }, + { + "Name": "programControl-id1", "Location": "Path" }, { @@ -358131,15 +254324,19 @@ }, { "PathInfo": { - "Path": "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/programControls/{programControl-id}/program/controls/{programControl-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateConditionalAccessPolicy", + "OperationId": "programControl.program_UpdateControl", "Method": "Patch", "Parameters": [ { - "Name": "conditionalAccessPolicy-id", + "Name": "programControl-id", + "Location": "Path" + }, + { + "Name": "programControl-id1", "Location": "Path" } ] @@ -358147,15 +254344,19 @@ }, { "PathInfo": { - "Path": "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/programControls/{programControl-id}/program/controls/{programControl-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteConditionalAccessPolicy", + "OperationId": "programControl.program_DeleteControl", "Method": "Delete", "Parameters": [ { - "Name": "conditionalAccessPolicy-id", + "Name": "programControl-id", + "Location": "Path" + }, + { + "Name": "programControl-id1", "Location": "Path" }, { @@ -358167,13 +254368,17 @@ }, { "PathInfo": { - "Path": "/policies/conditionalAccessPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/programControls/{programControl-id}/program/controls/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.conditionalAccessPolicy_GetCount", + "OperationId": "programControl.program.control_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "programControl-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -358187,19 +254392,19 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy", - "Module": "Identity.SignIns" + "Path": "/programControls/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetCrossTenantAccessPolicy", + "OperationId": "programControl_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -358207,40 +254412,72 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy", - "Module": "Identity.SignIns" + "Path": "/programControlTypes", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateCrossTenantAccessPolicy", - "Method": "Patch", - "Parameters": [] + "OperationId": "programControlType_ListProgramControlType", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy", - "Module": "Identity.SignIns" + "Path": "/programControlTypes", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteCrossTenantAccessPolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "programControlType_CreateProgramControlType", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/default", - "Module": "Identity.SignIns" + "Path": "/programControlTypes/{programControlType-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_GetDefault", + "OperationId": "programControlType_GetProgramControlType", "Method": "Get", "Parameters": [ + { + "Name": "programControlType-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -358254,24 +254491,33 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/default", - "Module": "Identity.SignIns" + "Path": "/programControlTypes/{programControlType-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_UpdateDefault", + "OperationId": "programControlType_UpdateProgramControlType", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "programControlType-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/default", - "Module": "Identity.SignIns" + "Path": "/programControlTypes/{programControlType-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_DeleteDefault", + "OperationId": "programControlType_DeleteProgramControlType", "Method": "Delete", "Parameters": [ + { + "Name": "programControlType-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -358281,22 +254527,31 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/default/microsoft.graph.resetToSystemDefault", - "Module": "Identity.SignIns" + "Path": "/programControlTypes/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.default_resetToSystemDefault", - "Method": "Post", - "Parameters": [] + "OperationId": "programControlType_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners", - "Module": "Identity.SignIns" + "Path": "/programs", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_ListPartner", + "OperationId": "program_ListProgram", "Method": "Get", "Parameters": [ { @@ -358336,86 +254591,26 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners", - "Module": "Identity.SignIns" + "Path": "/programs", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_CreatePartner", + "OperationId": "program_CreateProgram", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_GetPartner", - "Method": "Get", - "Parameters": [ - { - "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_UpdatePartner", - "Method": "Patch", - "Parameters": [ - { - "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_DeletePartner", - "Method": "Delete", - "Parameters": [ - { - "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Identity.SignIns" + "Path": "/programs/{program-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.partner_GetIdentitySynchronization", + "OperationId": "program_GetProgram", "Method": "Get", "Parameters": [ { - "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", + "Name": "program-id", "Location": "Path" }, { @@ -358431,15 +254626,15 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Identity.SignIns" + "Path": "/programs/{program-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.partner_SetIdentitySynchronization", - "Method": "Put", + "OperationId": "program_UpdateProgram", + "Method": "Patch", "Parameters": [ { - "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", + "Name": "program-id", "Location": "Path" } ] @@ -358447,15 +254642,15 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Identity.SignIns" + "Path": "/programs/{program-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.partner_DeleteIdentitySynchronization", + "OperationId": "program_DeleteProgram", "Method": "Delete", "Parameters": [ { - "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", + "Name": "program-id", "Location": "Path" }, { @@ -358467,13 +254662,25 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners/$count", - "Module": "Identity.SignIns" + "Path": "/programs/{program-id}/controls", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.partner_GetCount", + "OperationId": "program_ListControl", "Method": "Get", "Parameters": [ + { + "Name": "program-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -358481,19 +254688,15 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_GetTemplate", - "Method": "Get", - "Parameters": [ + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -358507,40 +254710,37 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_UpdateTemplate", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates", - "Module": "Identity.SignIns" + "Path": "/programs/{program-id}/controls", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_DeleteTemplate", - "Method": "Delete", + "OperationId": "program_CreateControl", + "Method": "Post", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "program-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Identity.SignIns" + "Path": "/programs/{program-id}/controls/{programControl-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationIdentitySynchronization", + "OperationId": "program_GetControl", "Method": "Get", "Parameters": [ + { + "Name": "program-id", + "Location": "Path" + }, + { + "Name": "programControl-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -358554,24 +254754,41 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Identity.SignIns" + "Path": "/programs/{program-id}/controls/{programControl-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationIdentitySynchronization", + "OperationId": "program_UpdateControl", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "program-id", + "Location": "Path" + }, + { + "Name": "programControl-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Identity.SignIns" + "Path": "/programs/{program-id}/controls/{programControl-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.template_DeleteMultiTenantOrganizationIdentitySynchronization", + "OperationId": "program_DeleteControl", "Method": "Delete", "Parameters": [ + { + "Name": "program-id", + "Location": "Path" + }, + { + "Name": "programControl-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -358581,24 +254798,21 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/microsoft.graph.resetToDefaultSettings", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.template.multiTenantOrganizationIdentitySynchronization_resetToDefaultSetting", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Identity.SignIns" + "Path": "/programs/{program-id}/controls/{programControl-id}/program", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationPartnerConfiguration", + "OperationId": "program.control_GetProgram", "Method": "Get", "Parameters": [ + { + "Name": "program-id", + "Location": "Path" + }, + { + "Name": "programControl-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -358612,24 +254826,41 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Identity.SignIns" + "Path": "/programs/{program-id}/controls/{programControl-id}/program", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationPartnerConfiguration", + "OperationId": "program.control_UpdateProgram", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "program-id", + "Location": "Path" + }, + { + "Name": "programControl-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Identity.SignIns" + "Path": "/programs/{program-id}/controls/{programControl-id}/program", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.template_DeleteMultiTenantOrganizationPartnerConfiguration", + "OperationId": "program.control_DeleteProgram", "Method": "Delete", "Parameters": [ + { + "Name": "program-id", + "Location": "Path" + }, + { + "Name": "programControl-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -358639,77 +254870,43 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/microsoft.graph.resetToDefaultSettings", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.template.multiTenantOrganizationPartnerConfiguration_resetToDefaultSetting", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/defaultAppManagementPolicy", - "Module": "Identity.SignIns" + "Path": "/programs/{program-id}/controls/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetDefaultAppManagementPolicy", + "OperationId": "program.control_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "program-id", + "Location": "Path" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/defaultAppManagementPolicy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_UpdateDefaultAppManagementPolicy", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/defaultAppManagementPolicy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_DeleteDefaultAppManagementPolicy", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/deviceRegistrationPolicy", - "Module": "Identity.SignIns" + "Path": "/programs/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetDeviceRegistrationPolicy", + "OperationId": "program_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -358717,11 +254914,11 @@ }, { "PathInfo": { - "Path": "/policies/directoryRoleAccessReviewPolicy", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetDirectoryRoleAccessReviewPolicy", + "OperationId": "roleManagement_GetDirectory", "Method": "Get", "Parameters": [ { @@ -358737,22 +254934,22 @@ }, { "PathInfo": { - "Path": "/policies/directoryRoleAccessReviewPolicy", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateDirectoryRoleAccessReviewPolicy", + "OperationId": "roleManagement_UpdateDirectory", "Method": "Patch", "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/directoryRoleAccessReviewPolicy", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteDirectoryRoleAccessReviewPolicy", + "OperationId": "roleManagement_DeleteDirectory", "Method": "Delete", "Parameters": [ { @@ -358764,17 +254961,57 @@ }, { "PathInfo": { - "Path": "/policies/externalIdentitiesPolicy", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/microsoft.graph.roleScheduleInstances(directoryScopeId=\u0027@directoryScopeId\u0027,appScopeId=\u0027@appScopeId\u0027,principalId=\u0027@principalId\u0027,roleDefinitionId=\u0027@roleDefinitionId\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetExternalIdentitiesPolicy", + "OperationId": "roleManagement.directory_roleScheduleInstance", "Method": "Get", "Parameters": [ + { + "Name": "directoryScopeId", + "Location": "Query" + }, + { + "Name": "appScopeId", + "Location": "Query" + }, + { + "Name": "principalId", + "Location": "Query" + }, + { + "Name": "roleDefinitionId", + "Location": "Query" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -358784,38 +255021,71 @@ }, { "PathInfo": { - "Path": "/policies/externalIdentitiesPolicy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_UpdateExternalIdentitiesPolicy", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/externalIdentitiesPolicy", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/microsoft.graph.roleSchedules(directoryScopeId=\u0027@directoryScopeId\u0027,appScopeId=\u0027@appScopeId\u0027,principalId=\u0027@principalId\u0027,roleDefinitionId=\u0027@roleDefinitionId\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteExternalIdentitiesPolicy", - "Method": "Delete", + "OperationId": "roleManagement.directory_roleSchedule", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "directoryScopeId", + "Location": "Query" + }, + { + "Name": "appScopeId", + "Location": "Query" + }, + { + "Name": "principalId", + "Location": "Query" + }, + { + "Name": "roleDefinitionId", + "Location": "Query" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/resourceNamespaces", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_ListFeatureRolloutPolicy", + "OperationId": "roleManagement.directory_ListResourceNamespace", "Method": "Get", "Parameters": [ { @@ -358855,26 +255125,26 @@ }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/resourceNamespaces", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_CreateFeatureRolloutPolicy", + "OperationId": "roleManagement.directory_CreateResourceNamespace", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetFeatureRolloutPolicy", + "OperationId": "roleManagement.directory_GetResourceNamespace", "Method": "Get", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -358890,15 +255160,15 @@ }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateFeatureRolloutPolicy", + "OperationId": "roleManagement.directory_UpdateResourceNamespace", "Method": "Patch", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" } ] @@ -358906,15 +255176,15 @@ }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteFeatureRolloutPolicy", + "OperationId": "roleManagement.directory_DeleteResourceNamespace", "Method": "Delete", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -358926,15 +255196,31 @@ }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy_ListAppliesTo", + "OperationId": "roleManagement.directory.resourceNamespace_importResourceAction", + "Method": "Post", + "Parameters": [ + { + "Name": "unifiedRbacResourceNamespace-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.resourceNamespace_ListResourceAction", "Method": "Get", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -358974,15 +255260,15 @@ }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy_CreateAppliesTo", + "OperationId": "roleManagement.directory.resourceNamespace_CreateResourceAction", "Method": "Post", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" } ] @@ -358990,87 +255276,127 @@ }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy.appliesTo_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "roleManagement.directory.resourceNamespace_GetResourceAction", + "Method": "Get", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy.appliesTo_GetCount", - "Method": "Get", + "OperationId": "roleManagement.directory.resourceNamespace_UpdateResourceAction", + "Method": "Patch", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "unifiedRbacResourceAction-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.resourceNamespace_DeleteResourceAction", + "Method": "Delete", + "Parameters": [ + { + "Name": "unifiedRbacResourceNamespace-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "unifiedRbacResourceAction-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy_ListAppliesToGraphBPreRef", + "OperationId": "roleManagement.directory.resourceNamespace.resourceAction_GetAuthenticationContext", "Method": "Get", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "unifiedRbacResourceAction-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.resourceNamespace.resourceAction_GetResourceScope", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRbacResourceNamespace-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "unifiedRbacResourceAction-id", + "Location": "Path" }, { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" } ] @@ -359078,15 +255404,19 @@ }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy_CreateAppliesToGraphBPreRef", - "Method": "Post", + "OperationId": "roleManagement.directory.resourceNamespace.resourceAction_UpdateResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "unifiedRbacResourceNamespace-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceAction-id", "Location": "Path" } ] @@ -359094,37 +255424,41 @@ }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy_DeleteAppliesToGraphBPreRef", + "OperationId": "roleManagement.directory.resourceNamespace.resourceAction_DeleteResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "unifiedRbacResourceAction-id", + "Location": "Path" }, { - "Name": "@id", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy_GetCount", + "OperationId": "roleManagement.directory.resourceNamespace.resourceAction_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "unifiedRbacResourceNamespace-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -359138,19 +255472,19 @@ }, { "PathInfo": { - "Path": "/policies/federatedTokenValidationPolicy", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/resourceNamespaces/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetFederatedTokenValidationPolicy", + "OperationId": "roleManagement.directory.resourceNamespace_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -359158,38 +255492,11 @@ }, { "PathInfo": { - "Path": "/policies/federatedTokenValidationPolicy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_UpdateFederatedTokenValidationPolicy", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/federatedTokenValidationPolicy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_DeleteFederatedTokenValidationPolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentApprovals", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_ListHomeRealmDiscoveryPolicy", + "OperationId": "roleManagement.directory_ListRoleAssignmentApproval", "Method": "Get", "Parameters": [ { @@ -359229,26 +255536,26 @@ }, { "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentApprovals", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_CreateHomeRealmDiscoveryPolicy", + "OperationId": "roleManagement.directory_CreateRoleAssignmentApproval", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetHomeRealmDiscoveryPolicy", + "OperationId": "roleManagement.directory_GetRoleAssignmentApproval", "Method": "Get", "Parameters": [ { - "Name": "homeRealmDiscoveryPolicy-id", + "Name": "approval-id", "Location": "Path" }, { @@ -359264,15 +255571,15 @@ }, { "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateHomeRealmDiscoveryPolicy", + "OperationId": "roleManagement.directory_UpdateRoleAssignmentApproval", "Method": "Patch", "Parameters": [ { - "Name": "homeRealmDiscoveryPolicy-id", + "Name": "approval-id", "Location": "Path" } ] @@ -359280,15 +255587,15 @@ }, { "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteHomeRealmDiscoveryPolicy", + "OperationId": "roleManagement.directory_DeleteRoleAssignmentApproval", "Method": "Delete", "Parameters": [ { - "Name": "homeRealmDiscoveryPolicy-id", + "Name": "approval-id", "Location": "Path" }, { @@ -359300,15 +255607,15 @@ }, { "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.homeRealmDiscoveryPolicy_ListAppliesTo", + "OperationId": "roleManagement.directory.roleAssignmentApproval_ListStep", "Method": "Get", "Parameters": [ { - "Name": "homeRealmDiscoveryPolicy-id", + "Name": "approval-id", "Location": "Path" }, { @@ -359348,19 +255655,35 @@ }, { "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.homeRealmDiscoveryPolicy_GetAppliesTo", + "OperationId": "roleManagement.directory.roleAssignmentApproval_CreateStep", + "Method": "Post", + "Parameters": [ + { + "Name": "approval-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.roleAssignmentApproval_GetStep", "Method": "Get", "Parameters": [ { - "Name": "homeRealmDiscoveryPolicy-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "approvalStep-id", "Location": "Path" }, { @@ -359376,37 +255699,61 @@ }, { "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.homeRealmDiscoveryPolicy.appliesTo_GetCount", - "Method": "Get", + "OperationId": "roleManagement.directory.roleAssignmentApproval_UpdateStep", + "Method": "Patch", "Parameters": [ { - "Name": "homeRealmDiscoveryPolicy-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "approvalStep-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.roleAssignmentApproval_DeleteStep", + "Method": "Delete", + "Parameters": [ + { + "Name": "approval-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "approvalStep-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.homeRealmDiscoveryPolicy_GetCount", + "OperationId": "roleManagement.directory.roleAssignmentApproval.step_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "approval-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -359420,19 +255767,19 @@ }, { "PathInfo": { - "Path": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentApprovals/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetIdentitySecurityDefaultsEnforcementPolicy", + "OperationId": "roleManagement.directory.roleAssignmentApproval_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -359440,38 +255787,59 @@ }, { "PathInfo": { - "Path": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_UpdateIdentitySecurityDefaultsEnforcementPolicy", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteIdentitySecurityDefaultsEnforcementPolicy", - "Method": "Delete", + "OperationId": "roleManagement.directory.roleAssignmentApproval_filterGraphBPreCurrentUser", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "on", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/mobileAppManagementPolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_ListMobileAppManagementPolicy", + "OperationId": "roleManagement.directory_ListRoleAssignment", "Method": "Get", "Parameters": [ { @@ -359511,26 +255879,26 @@ }, { "PathInfo": { - "Path": "/policies/mobileAppManagementPolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_CreateMobileAppManagementPolicy", + "OperationId": "roleManagement.directory_CreateRoleAssignment", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetMobileAppManagementPolicy", + "OperationId": "roleManagement.directory_GetRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -359546,15 +255914,15 @@ }, { "PathInfo": { - "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateMobileAppManagementPolicy", + "OperationId": "roleManagement.directory_UpdateRoleAssignment", "Method": "Patch", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" } ] @@ -359562,15 +255930,15 @@ }, { "PathInfo": { - "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteMobileAppManagementPolicy", + "OperationId": "roleManagement.directory_DeleteRoleAssignment", "Method": "Delete", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -359582,41 +255950,17 @@ }, { "PathInfo": { - "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.mobileAppManagementPolicy_ListIncludedGroup", + "OperationId": "roleManagement.directory.roleAssignment_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -359630,103 +255974,59 @@ }, { "PathInfo": { - "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.mobileAppManagementPolicy.includedGroup_DeleteGroupGraphBPreRef", - "Method": "Delete", + "OperationId": "roleManagement.directory.roleAssignment_UpdateAppScope", + "Method": "Patch", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.mobileAppManagementPolicy.includedGroup_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "roleManagement.directory.roleAssignment_DeleteAppScope", + "Method": "Delete", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.mobileAppManagementPolicy.includedGroup.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement.directory.roleAssignment_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -359734,23 +256034,23 @@ }, { "PathInfo": { - "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.mobileAppManagementPolicy.includedGroup_GetCount", + "OperationId": "roleManagement.directory.roleAssignment_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -359758,79 +256058,23 @@ }, { "PathInfo": { - "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.mobileAppManagementPolicy_ListIncludedGroupGraphBPreRef", + "OperationId": "roleManagement.directory.roleAssignment_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.mobileAppManagementPolicy_CreateIncludedGroupGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "mobilityManagementPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.mobileAppManagementPolicy_DeleteIncludedGroupGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobilityManagementPolicy-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" }, { - "Name": "@id", + "Name": "$expand", "Location": "Query" } ] @@ -359838,11 +256082,11 @@ }, { "PathInfo": { - "Path": "/policies/mobileAppManagementPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignments/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.mobileAppManagementPolicy_GetCount", + "OperationId": "roleManagement.directory.roleAssignment_GetCount", "Method": "Get", "Parameters": [ { @@ -359858,11 +256102,11 @@ }, { "PathInfo": { - "Path": "/policies/mobileDeviceManagementPolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_ListMobileDeviceManagementPolicy", + "OperationId": "roleManagement.directory_ListRoleAssignmentScheduleInstance", "Method": "Get", "Parameters": [ { @@ -359902,26 +256146,26 @@ }, { "PathInfo": { - "Path": "/policies/mobileDeviceManagementPolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_CreateMobileDeviceManagementPolicy", + "OperationId": "roleManagement.directory_CreateRoleAssignmentScheduleInstance", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetMobileDeviceManagementPolicy", + "OperationId": "roleManagement.directory_GetRoleAssignmentScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -359937,15 +256181,15 @@ }, { "PathInfo": { - "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateMobileDeviceManagementPolicy", + "OperationId": "roleManagement.directory_UpdateRoleAssignmentScheduleInstance", "Method": "Patch", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" } ] @@ -359953,15 +256197,15 @@ }, { "PathInfo": { - "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteMobileDeviceManagementPolicy", + "OperationId": "roleManagement.directory_DeleteRoleAssignmentScheduleInstance", "Method": "Delete", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -359973,41 +256217,17 @@ }, { "PathInfo": { - "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.mobileDeviceManagementPolicy_ListIncludedGroup", + "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetActivatedUsing", "Method": "Get", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -360021,68 +256241,64 @@ }, { "PathInfo": { - "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.mobileDeviceManagementPolicy.includedGroup_DeleteGroupGraphBPreRef", - "Method": "Delete", + "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetAppScope", + "Method": "Get", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.mobileDeviceManagementPolicy.includedGroup_ListServiceProvisioningError", + "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetPrincipal", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Location": "Path" }, { "Name": "$select", @@ -360097,27 +256313,23 @@ }, { "PathInfo": { - "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.mobileDeviceManagementPolicy.includedGroup.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -360125,17 +256337,13 @@ }, { "PathInfo": { - "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.mobileDeviceManagementPolicy.includedGroup_GetCount", + "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "mobilityManagementPolicy-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -360149,15 +256357,15 @@ }, { "PathInfo": { - "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.mobileDeviceManagementPolicy_ListIncludedGroupGraphBPreRef", + "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "mobilityManagementPolicy-id", + "Name": "on", "Location": "Path" }, { @@ -360181,67 +256389,15 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.mobileDeviceManagementPolicy_CreateIncludedGroupGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "mobilityManagementPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.mobileDeviceManagementPolicy_DeleteIncludedGroupGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "mobilityManagementPolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" }, { - "Name": "@id", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/mobileDeviceManagementPolicies/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.mobileDeviceManagementPolicy_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -360249,11 +256405,11 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_ListPermissionGrantPolicy", + "OperationId": "roleManagement.directory_ListRoleAssignmentScheduleRequest", "Method": "Get", "Parameters": [ { @@ -360293,26 +256449,26 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_CreatePermissionGrantPolicy", + "OperationId": "roleManagement.directory_CreateRoleAssignmentScheduleRequest", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetPermissionGrantPolicy", + "OperationId": "roleManagement.directory_GetRoleAssignmentScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -360328,15 +256484,15 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdatePermissionGrantPolicy", + "OperationId": "roleManagement.directory_UpdateRoleAssignmentScheduleRequest", "Method": "Patch", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" } ] @@ -360344,15 +256500,15 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeletePermissionGrantPolicy", + "OperationId": "roleManagement.directory_DeleteRoleAssignmentScheduleRequest", "Method": "Delete", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -360364,40 +256520,64 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_ListExclude", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetActivatedUsing", "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetAppScope", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetDirectoryScope", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Location": "Path" }, { "Name": "$select", @@ -360412,15 +256592,15 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/microsoft.graph.cancel", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_CreateExclude", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_cancel", "Method": "Post", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" } ] @@ -360428,19 +256608,15 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_GetExclude", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", - "Location": "Path" - }, - { - "Name": "permissionGrantConditionSet-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -360456,61 +256632,61 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_UpdateExclude", - "Method": "Patch", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "permissionGrantConditionSet-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_DeleteExclude", - "Method": "Delete", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetTargetSchedule", + "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "permissionGrantConditionSet-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy.exclude_GetCount", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "permissionGrantPolicy-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -360524,17 +256700,61 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_ListInclude", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "on", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentSchedules", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory_ListRoleAssignmentSchedule", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -360572,35 +256792,86 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentSchedules", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_CreateInclude", + "OperationId": "roleManagement.directory_CreateRoleAssignmentSchedule", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory_GetRoleAssignmentSchedule", + "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_GetInclude", - "Method": "Get", + "OperationId": "roleManagement.directory_UpdateRoleAssignmentSchedule", + "Method": "Patch", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "unifiedRoleAssignmentSchedule-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory_DeleteRoleAssignmentSchedule", + "Method": "Delete", + "Parameters": [ + { + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { - "Name": "permissionGrantConditionSet-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetActivatedUsing", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { @@ -360616,61 +256887,109 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_UpdateInclude", - "Method": "Patch", + "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetAppScope", + "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { - "Name": "permissionGrantConditionSet-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_DeleteInclude", - "Method": "Delete", + "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetDirectoryScope", + "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { - "Name": "permissionGrantConditionSet-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetPrincipal", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy.include_GetCount", + "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentSchedules/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -360684,13 +257003,25 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_GetCount", + "OperationId": "roleManagement.directory.roleAssignmentSchedule_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ + { + "Name": "on", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -360698,17 +257029,33 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleDefinitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_ListRoleManagementPolicy", + "OperationId": "roleManagement.directory_ListRoleDefinition", "Method": "Get", "Parameters": [ { @@ -360748,26 +257095,26 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleDefinitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_CreateRoleManagementPolicy", + "OperationId": "roleManagement.directory_CreateRoleDefinition", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetRoleManagementPolicy", + "OperationId": "roleManagement.directory_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -360783,15 +257130,15 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateRoleManagementPolicy", + "OperationId": "roleManagement.directory_UpdateRoleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" } ] @@ -360799,15 +257146,15 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteRoleManagementPolicy", + "OperationId": "roleManagement.directory_DeleteRoleDefinition", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -360819,15 +257166,15 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_ListEffectiveRule", + "OperationId": "roleManagement.directory.roleDefinition_ListInheritsPermissionsFrom", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -360867,15 +257214,15 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_CreateEffectiveRule", + "OperationId": "roleManagement.directory.roleDefinition_CreateInheritsPermissionsFrom", "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" } ] @@ -360883,19 +257230,19 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_GetEffectiveRule", + "OperationId": "roleManagement.directory.roleDefinition_GetInheritsPermissionsFrom", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "unifiedRoleManagementPolicyRule-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" }, { @@ -360911,19 +257258,19 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_UpdateEffectiveRule", + "OperationId": "roleManagement.directory.roleDefinition_UpdateInheritsPermissionsFrom", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "unifiedRoleManagementPolicyRule-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" } ] @@ -360931,19 +257278,19 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_DeleteEffectiveRule", + "OperationId": "roleManagement.directory.roleDefinition_DeleteInheritsPermissionsFrom", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "unifiedRoleManagementPolicyRule-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" }, { @@ -360955,40 +257302,32 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy.effectiveRule_GetCount", + "OperationId": "roleManagement.directory.roleDefinition.inheritsPermissionsFrom_assignedPrincipal", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "$search", + "Name": "unifiedRoleDefinition-id1", + "Location": "Path" + }, + { + "Name": "transitive", "Location": "Query" }, { - "Name": "$filter", + "Name": "directoryScopeType", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_ListRule", - "Method": "Get", - "Parameters": [ + }, { - "Name": "unifiedRoleManagementPolicy-id", - "Location": "Path" + "Name": "directoryScopeId", + "Location": "Query" }, { "Name": "$top", @@ -361011,11 +257350,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -361027,111 +257366,83 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_CreateRule", - "Method": "Post", + "OperationId": "roleManagement.directory.roleDefinition.inheritsPermissionsFrom_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_GetRule", + "OperationId": "roleManagement.directory.roleDefinition_assignedPrincipal", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "unifiedRoleManagementPolicyRule-id", - "Location": "Path" + "Name": "transitive", + "Location": "Query" }, { - "Name": "$select", + "Name": "directoryScopeType", "Location": "Query" }, { - "Name": "$expand", + "Name": "directoryScopeId", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_UpdateRule", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "unifiedRoleManagementPolicy-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "unifiedRoleManagementPolicyRule-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_DeleteRule", - "Method": "Delete", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "unifiedRoleManagementPolicy-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "unifiedRoleManagementPolicyRule-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.roleManagementPolicy.rule_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "unifiedRoleManagementPolicy-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -361139,11 +257450,11 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleDefinitions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_GetCount", + "OperationId": "roleManagement.directory.roleDefinition_GetCount", "Method": "Get", "Parameters": [ { @@ -361159,11 +257470,11 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicyAssignments", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_ListRoleManagementPolicyAssignment", + "OperationId": "roleManagement.directory_ListRoleEligibilityScheduleInstance", "Method": "Get", "Parameters": [ { @@ -361203,26 +257514,26 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicyAssignments", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_CreateRoleManagementPolicyAssignment", + "OperationId": "roleManagement.directory_CreateRoleEligibilityScheduleInstance", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetRoleManagementPolicyAssignment", + "OperationId": "roleManagement.directory_GetRoleEligibilityScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicyAssignment-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -361238,15 +257549,15 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateRoleManagementPolicyAssignment", + "OperationId": "roleManagement.directory_UpdateRoleEligibilityScheduleInstance", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleManagementPolicyAssignment-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" } ] @@ -361254,15 +257565,15 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteRoleManagementPolicyAssignment", + "OperationId": "roleManagement.directory_DeleteRoleEligibilityScheduleInstance", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleManagementPolicyAssignment-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -361274,15 +257585,15 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicyAssignment_GetPolicy", + "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicyAssignment-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -361298,19 +257609,23 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicyAssignments/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicyAssignment_GetCount", + "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -361318,36 +257633,16 @@ }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_ListServicePrincipalCreationPolicy", + "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Location": "Path" }, { "Name": "$select", @@ -361362,26 +257657,15 @@ }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_CreateServicePrincipalCreationPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetServicePrincipalCreationPolicy", + "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "servicePrincipalCreationPolicy-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -361397,53 +257681,81 @@ }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateServicePrincipalCreationPolicy", - "Method": "Patch", + "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "servicePrincipalCreationPolicy-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteServicePrincipalCreationPolicy", - "Method": "Delete", + "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_filterGraphBPreCurrentUser", + "Method": "Get", "Parameters": [ { - "Name": "servicePrincipalCreationPolicy-id", + "Name": "on", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.servicePrincipalCreationPolicy_ListExclude", + "OperationId": "roleManagement.directory_ListRoleEligibilityScheduleRequest", "Method": "Get", "Parameters": [ - { - "Name": "servicePrincipalCreationPolicy-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -361481,35 +257793,26 @@ }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.servicePrincipalCreationPolicy_CreateExclude", + "OperationId": "roleManagement.directory_CreateRoleEligibilityScheduleRequest", "Method": "Post", - "Parameters": [ - { - "Name": "servicePrincipalCreationPolicy-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.servicePrincipalCreationPolicy_GetExclude", + "OperationId": "roleManagement.directory_GetRoleEligibilityScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "servicePrincipalCreationPolicy-id", - "Location": "Path" - }, - { - "Name": "servicePrincipalCreationConditionSet-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -361525,19 +257828,15 @@ }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.servicePrincipalCreationPolicy_UpdateExclude", + "OperationId": "roleManagement.directory_UpdateRoleEligibilityScheduleRequest", "Method": "Patch", "Parameters": [ { - "Name": "servicePrincipalCreationPolicy-id", - "Location": "Path" - }, - { - "Name": "servicePrincipalCreationConditionSet-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" } ] @@ -361545,19 +257844,15 @@ }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.servicePrincipalCreationPolicy_DeleteExclude", + "OperationId": "roleManagement.directory_DeleteRoleEligibilityScheduleRequest", "Method": "Delete", "Parameters": [ { - "Name": "servicePrincipalCreationPolicy-id", - "Location": "Path" - }, - { - "Name": "servicePrincipalCreationConditionSet-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -361569,23 +257864,23 @@ }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.servicePrincipalCreationPolicy.exclude_GetCount", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "servicePrincipalCreationPolicy-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -361593,41 +257888,17 @@ }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.servicePrincipalCreationPolicy_ListInclude", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "servicePrincipalCreationPolicy-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -361641,15 +257912,15 @@ }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/microsoft.graph.cancel", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.servicePrincipalCreationPolicy_CreateInclude", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_cancel", "Method": "Post", "Parameters": [ { - "Name": "servicePrincipalCreationPolicy-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" } ] @@ -361657,19 +257928,15 @@ }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.servicePrincipalCreationPolicy_GetInclude", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "servicePrincipalCreationPolicy-id", - "Location": "Path" - }, - { - "Name": "servicePrincipalCreationConditionSet-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -361685,61 +257952,61 @@ }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.servicePrincipalCreationPolicy_UpdateInclude", - "Method": "Patch", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "servicePrincipalCreationPolicy-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "servicePrincipalCreationConditionSet-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.servicePrincipalCreationPolicy_DeleteInclude", - "Method": "Delete", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetTargetSchedule", + "Method": "Get", "Parameters": [ { - "Name": "servicePrincipalCreationPolicy-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "servicePrincipalCreationConditionSet-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.servicePrincipalCreationPolicy.include_GetCount", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "servicePrincipalCreationPolicy-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -361753,13 +258020,25 @@ }, { "PathInfo": { - "Path": "/policies/servicePrincipalCreationPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.servicePrincipalCreationPolicy_GetCount", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ + { + "Name": "on", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -361767,17 +258046,33 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilitySchedules", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_ListTokenIssuancePolicy", + "OperationId": "roleManagement.directory_ListRoleEligibilitySchedule", "Method": "Get", "Parameters": [ { @@ -361817,26 +258112,26 @@ }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilitySchedules", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_CreateTokenIssuancePolicy", + "OperationId": "roleManagement.directory_CreateRoleEligibilitySchedule", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetTokenIssuancePolicy", + "OperationId": "roleManagement.directory_GetRoleEligibilitySchedule", "Method": "Get", "Parameters": [ { - "Name": "tokenIssuancePolicy-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { @@ -361852,15 +258147,15 @@ }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateTokenIssuancePolicy", + "OperationId": "roleManagement.directory_UpdateRoleEligibilitySchedule", "Method": "Patch", "Parameters": [ { - "Name": "tokenIssuancePolicy-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" } ] @@ -361868,15 +258163,15 @@ }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteTokenIssuancePolicy", + "OperationId": "roleManagement.directory_DeleteRoleEligibilitySchedule", "Method": "Delete", "Parameters": [ { - "Name": "tokenIssuancePolicy-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { @@ -361888,40 +258183,64 @@ }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.tokenIssuancePolicy_ListAppliesTo", + "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "tokenIssuancePolicy-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetDirectoryScope", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "unifiedRoleEligibilitySchedule-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetPrincipal", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "unifiedRoleEligibilitySchedule-id", + "Location": "Path" }, { "Name": "$select", @@ -361936,19 +258255,15 @@ }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.tokenIssuancePolicy_GetAppliesTo", + "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "tokenIssuancePolicy-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { @@ -361964,17 +258279,13 @@ }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilitySchedules/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.tokenIssuancePolicy.appliesTo_GetCount", + "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "tokenIssuancePolicy-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -361988,13 +258299,25 @@ }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.tokenIssuancePolicy_GetCount", + "OperationId": "roleManagement.directory.roleEligibilitySchedule_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ + { + "Name": "on", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -362002,19 +258325,39 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/transitiveRoleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_ListTokenLifetimePolicy", + "OperationId": "roleManagement.directory_ListTransitiveRoleAssignment", "Method": "Get", "Parameters": [ + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -362052,28 +258395,32 @@ }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/transitiveRoleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_CreateTokenLifetimePolicy", + "OperationId": "roleManagement.directory_CreateTransitiveRoleAssignment", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_GetTokenLifetimePolicy", + "OperationId": "roleManagement.directory_GetTransitiveRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "tokenLifetimePolicy-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$select", "Location": "Query" @@ -362087,15 +258434,15 @@ }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_UpdateTokenLifetimePolicy", + "OperationId": "roleManagement.directory_UpdateTransitiveRoleAssignment", "Method": "Patch", "Parameters": [ { - "Name": "tokenLifetimePolicy-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" } ] @@ -362103,15 +258450,15 @@ }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy_DeleteTokenLifetimePolicy", + "OperationId": "roleManagement.directory_DeleteTransitiveRoleAssignment", "Method": "Delete", "Parameters": [ { - "Name": "tokenLifetimePolicy-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -362123,41 +258470,17 @@ }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.tokenLifetimePolicy_ListAppliesTo", + "OperationId": "roleManagement.directory.transitiveRoleAssignment_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "tokenLifetimePolicy-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -362171,51 +258494,59 @@ }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.tokenLifetimePolicy_GetAppliesTo", - "Method": "Get", + "OperationId": "roleManagement.directory.transitiveRoleAssignment_UpdateAppScope", + "Method": "Patch", "Parameters": [ { - "Name": "tokenLifetimePolicy-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.transitiveRoleAssignment_DeleteAppScope", + "Method": "Delete", + "Parameters": [ { - "Name": "directoryObject-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.tokenLifetimePolicy.appliesTo_GetCount", + "OperationId": "roleManagement.directory.transitiveRoleAssignment_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "tokenLifetimePolicy-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -362223,19 +258554,23 @@ }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "policy.tokenLifetimePolicy_GetCount", + "OperationId": "roleManagement.directory.transitiveRoleAssignment_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "unifiedRoleAssignment-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -362243,13 +258578,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship_GetMultiTenantOrganization", + "OperationId": "roleManagement.directory.transitiveRoleAssignment_GetRoleDefinition", "Method": "Get", "Parameters": [ + { + "Name": "unifiedRoleAssignment-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -362263,19 +258602,23 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/joinRequest", - "Module": "Identity.SignIns" + "Path": "/roleManagement/directory/transitiveRoleAssignments/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization_GetJoinRequest", + "OperationId": "roleManagement.directory.transitiveRoleAssignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -362283,22 +258626,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/joinRequest", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization_UpdateJoinRequest", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/tenants", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization_ListTenant", + "OperationId": "roleManagement_ListEnterpriseApp", "Method": "Get", "Parameters": [ { @@ -362338,26 +258670,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/tenants", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization_CreateTenant", + "OperationId": "roleManagement_CreateEnterpriseApp", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization_GetTenant", + "OperationId": "roleManagement_GetEnterpriseApp", "Method": "Get", "Parameters": [ { - "Name": "multiTenantOrganizationMember-id", + "Name": "rbacApplication-id", "Location": "Path" }, { @@ -362373,15 +258705,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization_UpdateTenant", + "OperationId": "roleManagement_UpdateEnterpriseApp", "Method": "Patch", "Parameters": [ { - "Name": "multiTenantOrganizationMember-id", + "Name": "rbacApplication-id", "Location": "Path" } ] @@ -362389,15 +258721,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization_DeleteTenant", + "OperationId": "roleManagement_DeleteEnterpriseApp", "Method": "Delete", "Parameters": [ { - "Name": "multiTenantOrganizationMember-id", + "Name": "rbacApplication-id", "Location": "Path" }, { @@ -362409,64 +258741,33 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/tenants/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/microsoft.graph.roleScheduleInstances(directoryScopeId=\u0027@directoryScopeId\u0027,appScopeId=\u0027@appScopeId\u0027,principalId=\u0027@principalId\u0027,roleDefinitionId=\u0027@roleDefinitionId\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization.tenant_GetCount", + "OperationId": "roleManagement.enterpriseApp_roleScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "directoryScopeId", "Location": "Query" }, { - "Name": "$filter", + "Name": "appScopeId", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/trustFramework", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "trustFramework_GetTrustFramework", - "Method": "Get", - "Parameters": [ + }, { - "Name": "$select", + "Name": "principalId", "Location": "Query" }, { - "Name": "$expand", + "Name": "roleDefinitionId", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/trustFramework", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "trustFramework_UpdateTrustFramework", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/trustFramework/keySets", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "trustFramework_ListKeySet", - "Method": "Get", - "Parameters": [ + }, { "Name": "$top", "Location": "Query" @@ -362488,11 +258789,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -362504,170 +258805,63 @@ }, { "PathInfo": { - "Path": "/trustFramework/keySets", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "trustFramework_CreateKeySet", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/microsoft.graph.roleSchedules(directoryScopeId=\u0027@directoryScopeId\u0027,appScopeId=\u0027@appScopeId\u0027,principalId=\u0027@principalId\u0027,roleDefinitionId=\u0027@roleDefinitionId\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "trustFramework_GetKeySet", + "OperationId": "roleManagement.enterpriseApp_roleSchedule", "Method": "Get", "Parameters": [ { - "Name": "trustFrameworkKeySet-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$select", + "Name": "directoryScopeId", "Location": "Query" }, { - "Name": "$expand", + "Name": "appScopeId", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "trustFramework_UpdateKeySet", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "trustFrameworkKeySet-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "trustFramework_DeleteKeySet", - "Method": "Delete", - "Parameters": [ + "Name": "principalId", + "Location": "Query" + }, { - "Name": "trustFrameworkKeySet-id", - "Location": "Path" + "Name": "roleDefinitionId", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.generateKey", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "trustFramework.keySet_generateKey", - "Method": "Post", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "trustFrameworkKeySet-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.getActiveKey()", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "trustFramework.keySet_getActiveKey", - "Method": "Get", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "trustFrameworkKeySet-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.uploadCertificate", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "trustFramework.keySet_uploadCertificate", - "Method": "Post", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "trustFrameworkKeySet-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.uploadPkcs12", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "trustFramework.keySet_uploadPkcs12", - "Method": "Post", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "trustFrameworkKeySet-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.uploadSecret", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "trustFramework.keySet_uploadSecret", - "Method": "Post", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "trustFrameworkKeySet-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/trustFramework/keySets/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "trustFramework.keySet_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "$select", + "Location": "Query" + }, { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -362675,13 +258869,17 @@ }, { "PathInfo": { - "Path": "/trustFramework/policies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "trustFramework_ListPolicy", + "OperationId": "roleManagement.enterpriseApp_ListResourceNamespace", "Method": "Get", "Parameters": [ + { + "Name": "rbacApplication-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -362719,26 +258917,35 @@ }, { "PathInfo": { - "Path": "/trustFramework/policies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "trustFramework_CreatePolicy", + "OperationId": "roleManagement.enterpriseApp_CreateResourceNamespace", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "rbacApplication-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "trustFramework_GetPolicy", + "OperationId": "roleManagement.enterpriseApp_GetResourceNamespace", "Method": "Get", "Parameters": [ { - "Name": "trustFrameworkPolicy-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -362754,15 +258961,19 @@ }, { "PathInfo": { - "Path": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "trustFramework_UpdatePolicy", + "OperationId": "roleManagement.enterpriseApp_UpdateResourceNamespace", "Method": "Patch", "Parameters": [ { - "Name": "trustFrameworkPolicy-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" } ] @@ -362770,15 +258981,19 @@ }, { "PathInfo": { - "Path": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "trustFramework_DeletePolicy", + "OperationId": "roleManagement.enterpriseApp_DeleteResourceNamespace", "Method": "Delete", "Parameters": [ { - "Name": "trustFrameworkPolicy-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -362790,15 +259005,19 @@ }, { "PathInfo": { - "Path": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "trustFramework_GetPoliciesContent", - "Method": "Get", + "OperationId": "roleManagement.enterpriseApp.resourceNamespace_importResourceAction", + "Method": "Post", "Parameters": [ { - "Name": "trustFrameworkPolicy-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" } ] @@ -362806,51 +259025,95 @@ }, { "PathInfo": { - "Path": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "trustFramework_SetPoliciesContent", - "Method": "Put", + "OperationId": "roleManagement.enterpriseApp.resourceNamespace_ListResourceAction", + "Method": "Get", "Parameters": [ { - "Name": "trustFrameworkPolicy-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/trustFramework/policies/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "trustFramework.policy_GetCount", - "Method": "Get", + "OperationId": "roleManagement.enterpriseApp.resourceNamespace_CreateResourceAction", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "rbacApplication-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "unifiedRbacResourceNamespace-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_GetAuthentication", + "OperationId": "roleManagement.enterpriseApp.resourceNamespace_GetResourceAction", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceNamespace-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -362866,15 +259129,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_UpdateAuthentication", + "OperationId": "roleManagement.enterpriseApp.resourceNamespace_UpdateResourceAction", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceNamespace-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceAction-id", "Location": "Path" } ] @@ -362882,15 +259153,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_DeleteAuthentication", + "OperationId": "roleManagement.enterpriseApp.resourceNamespace_DeleteResourceAction", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceNamespace-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -362902,40 +259181,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/emailMethods", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_ListEmailMethod", + "OperationId": "roleManagement.enterpriseApp.resourceNamespace.resourceAction_GetAuthenticationContext", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "unifiedRbacResourceNamespace-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "unifiedRbacResourceAction-id", + "Location": "Path" }, { "Name": "$select", @@ -362950,35 +259213,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/emailMethods", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication_CreateEmailMethod", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_GetEmailMethod", + "OperationId": "roleManagement.enterpriseApp.resourceNamespace.resourceAction_GetResourceScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "emailAuthenticationMethod-id", + "Name": "unifiedRbacResourceNamespace-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -362994,19 +259245,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_UpdateEmailMethod", + "OperationId": "roleManagement.enterpriseApp.resourceNamespace.resourceAction_UpdateResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "emailAuthenticationMethod-id", + "Name": "unifiedRbacResourceNamespace-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceAction-id", "Location": "Path" } ] @@ -363014,19 +259269,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_DeleteEmailMethod", + "OperationId": "roleManagement.enterpriseApp.resourceNamespace.resourceAction_DeleteResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "emailAuthenticationMethod-id", + "Name": "unifiedRbacResourceNamespace-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -363038,15 +259297,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/emailMethods/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication.emailMethod_GetCount", + "OperationId": "roleManagement.enterpriseApp.resourceNamespace.resourceAction_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -363062,15 +259325,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/fido2Methods", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_ListFido2Method", + "OperationId": "roleManagement.enterpriseApp.resourceNamespace_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.enterpriseApp_ListRoleAssignmentApproval", + "Method": "Get", + "Parameters": [ + { + "Name": "rbacApplication-id", "Location": "Path" }, { @@ -363110,19 +259397,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_GetFido2Method", + "OperationId": "roleManagement.enterpriseApp_CreateRoleAssignmentApproval", + "Method": "Post", + "Parameters": [ + { + "Name": "rbacApplication-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.enterpriseApp_GetRoleAssignmentApproval", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "fido2AuthenticationMethod-id", + "Name": "approval-id", "Location": "Path" }, { @@ -363138,63 +259441,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_DeleteFido2Method", - "Method": "Delete", + "OperationId": "roleManagement.enterpriseApp_UpdateRoleAssignmentApproval", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "fido2AuthenticationMethod-id", + "Name": "approval-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/fido2Methods/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication.fido2Method_GetCount", - "Method": "Get", + "OperationId": "roleManagement.enterpriseApp_DeleteRoleAssignmentApproval", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "approval-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/methods", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_ListMethod", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval_ListStep", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "approval-id", "Location": "Path" }, { @@ -363234,15 +259537,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/methods", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_CreateMethod", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval_CreateStep", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "approval-id", "Location": "Path" } ] @@ -363250,19 +259557,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_GetMethod", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval_GetStep", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "authenticationMethod-id", + "Name": "approval-id", + "Location": "Path" + }, + { + "Name": "approvalStep-id", "Location": "Path" }, { @@ -363278,19 +259589,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_UpdateMethod", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval_UpdateStep", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "authenticationMethod-id", + "Name": "approval-id", + "Location": "Path" + }, + { + "Name": "approvalStep-id", "Location": "Path" } ] @@ -363298,48 +259613,48 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/methods/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication.method_GetCount", - "Method": "Get", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval_DeleteStep", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "approval-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "approvalStep-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_ListMicrosoftAuthenticatorMethod", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval.step_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "approval-id", + "Location": "Path" }, { "Name": "$search", @@ -363348,49 +259663,29 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_GetMicrosoftAuthenticatorMethod", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "microsoftAuthenticatorAuthenticationMethod-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -363398,75 +259693,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_DeleteMicrosoftAuthenticatorMethod", - "Method": "Delete", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentApproval_filterGraphBPreCurrentUser", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "microsoftAuthenticatorAuthenticationMethod-id", + "Name": "on", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication.microsoftAuthenticatorMethod_GetDevice", - "Method": "Get", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "microsoftAuthenticatorAuthenticationMethod-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$select", + "Name": "$filter", "Location": "Query" }, { - "Name": "$expand", + "Name": "$count", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication.microsoftAuthenticatorMethod_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -363474,15 +259745,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/operations", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_ListOperation", + "OperationId": "roleManagement.enterpriseApp_ListRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { @@ -363522,15 +259793,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/operations", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_CreateOperation", + "OperationId": "roleManagement.enterpriseApp_CreateRoleAssignment", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" } ] @@ -363538,19 +259809,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_GetOperation", + "OperationId": "roleManagement.enterpriseApp_GetRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "longRunningOperation-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -363566,19 +259837,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_UpdateOperation", + "OperationId": "roleManagement.enterpriseApp_UpdateRoleAssignment", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "longRunningOperation-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" } ] @@ -363586,19 +259857,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_DeleteOperation", + "OperationId": "roleManagement.enterpriseApp_DeleteRoleAssignment", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "longRunningOperation-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -363610,65 +259881,21 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/operations/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication.operation_GetCount", + "OperationId": "roleManagement.enterpriseApp.roleAssignment_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication_ListPasswordlessMicrosoftAuthenticatorMethod", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -363682,47 +259909,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_GetPasswordlessMicrosoftAuthenticatorMethod", - "Method": "Get", + "OperationId": "roleManagement.enterpriseApp.roleAssignment_UpdateAppScope", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "passwordlessMicrosoftAuthenticatorAuthenticationMethod-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_DeletePasswordlessMicrosoftAuthenticatorMethod", + "OperationId": "roleManagement.enterpriseApp.roleAssignment_DeleteAppScope", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "passwordlessMicrosoftAuthenticatorAuthenticationMethod-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -363734,19 +259953,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication.passwordlessMicrosoftAuthenticatorMethod_GetDevice", + "OperationId": "roleManagement.enterpriseApp.roleAssignment_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "passwordlessMicrosoftAuthenticatorAuthenticationMethod-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -363762,65 +259981,21 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication.passwordlessMicrosoftAuthenticatorMethod_GetCount", + "OperationId": "roleManagement.enterpriseApp.roleAssignment_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/passwordMethods", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication_ListPasswordMethod", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -363834,35 +260009,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/passwordMethods", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication_CreatePasswordMethod", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_GetPasswordMethod", + "OperationId": "roleManagement.enterpriseApp.roleAssignment_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "passwordAuthenticationMethod-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -363878,15 +260037,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/passwordMethods/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication.passwordMethod_GetCount", + "OperationId": "roleManagement.enterpriseApp.roleAssignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { @@ -363902,15 +260061,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/phoneMethods", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_ListPhoneMethod", + "OperationId": "roleManagement.enterpriseApp_ListRoleAssignmentScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { @@ -363950,15 +260109,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/phoneMethods", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_CreatePhoneMethod", + "OperationId": "roleManagement.enterpriseApp_CreateRoleAssignmentScheduleInstance", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" } ] @@ -363966,19 +260125,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_GetPhoneMethod", + "OperationId": "roleManagement.enterpriseApp_GetRoleAssignmentScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "phoneAuthenticationMethod-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -363994,19 +260153,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_UpdatePhoneMethod", + "OperationId": "roleManagement.enterpriseApp_UpdateRoleAssignmentScheduleInstance", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "phoneAuthenticationMethod-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" } ] @@ -364014,19 +260173,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_DeletePhoneMethod", + "OperationId": "roleManagement.enterpriseApp_DeleteRoleAssignmentScheduleInstance", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "phoneAuthenticationMethod-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -364038,23 +260197,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/phoneMethods/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication.phoneMethod_GetCount", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleInstance_GetActivatedUsing", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$search", + "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -364062,40 +260225,20 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/platformCredentialMethods", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_ListPlatformCredentialMethod", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleInstance_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Location": "Path" }, { "Name": "$select", @@ -364110,19 +260253,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_GetPlatformCredentialMethod", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleInstance_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "platformCredentialAuthenticationMethod-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -364138,43 +260281,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_DeletePlatformCredentialMethod", - "Method": "Delete", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleInstance_GetPrincipal", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "platformCredentialAuthenticationMethod-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication.platformCredentialMethod_GetDevice", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleInstance_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "platformCredentialAuthenticationMethod-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -364190,15 +260337,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/platformCredentialMethods/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication.platformCredentialMethod_GetCount", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleInstance_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { @@ -364214,55 +260361,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/signInPreferences", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_GetSignInPreference", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleInstance_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "on", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" }, { - "Name": "$expand", + "Name": "$orderby", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/signInPreferences", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication_UpdateSignInPreference", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/softwareOathMethods", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_ListSoftwareOathMethod", + "OperationId": "roleManagement.enterpriseApp_ListRoleAssignmentScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { @@ -364302,19 +260461,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_GetSoftwareOathMethod", + "OperationId": "roleManagement.enterpriseApp_CreateRoleAssignmentScheduleRequest", + "Method": "Post", + "Parameters": [ + { + "Name": "rbacApplication-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.enterpriseApp_GetRoleAssignmentScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "softwareOathAuthenticationMethod-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -364330,19 +260505,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_DeleteSoftwareOathMethod", + "OperationId": "roleManagement.enterpriseApp_UpdateRoleAssignmentScheduleRequest", + "Method": "Patch", + "Parameters": [ + { + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.enterpriseApp_DeleteRoleAssignmentScheduleRequest", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "softwareOathAuthenticationMethod-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -364354,23 +260549,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/softwareOathMethods/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication.softwareOathMethod_GetCount", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_GetActivatedUsing", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$search", + "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -364378,40 +260577,48 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_ListTemporaryAccessPassMethod", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_GetDirectoryScope", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "rbacApplication-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Location": "Path" }, { "Name": "$select", @@ -364426,15 +260633,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/microsoft.graph.cancel", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_CreateTemporaryAccessPassMethod", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_cancel", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" } ] @@ -364442,19 +260653,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_GetTemporaryAccessPassMethod", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "temporaryAccessPassAuthenticationMethod-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -364470,39 +260681,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_DeleteTemporaryAccessPassMethod", - "Method": "Delete", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_GetRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "temporaryAccessPassAuthenticationMethod-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication.temporaryAccessPassMethod_GetCount", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_GetTargetSchedule", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "rbacApplication-id", "Location": "Path" }, { @@ -364518,15 +260761,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_ListWindowsHelloGraphFPreBusinessMethod", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentScheduleRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "on", "Location": "Path" }, { @@ -364550,11 +260797,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -364566,72 +260813,40 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication_GetWindowsHelloGraphFPreBusinessMethod", + "OperationId": "roleManagement.enterpriseApp_ListRoleAssignmentSchedule", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "windowsHelloForBusinessAuthenticationMethod-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication_DeleteWindowsHelloGraphFPreBusinessMethod", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" }, { - "Name": "windowsHelloForBusinessAuthenticationMethod-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication.windowsHelloGraphFPreBusinessMethod_GetDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "windowsHelloForBusinessAuthenticationMethod-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -364646,39 +260861,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.authentication.windowsHelloGraphFPreBusinessMethod_GetCount", - "Method": "Get", + "OperationId": "roleManagement.enterpriseApp_CreateRoleAssignmentSchedule", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_GetInformationProtection", + "OperationId": "roleManagement.enterpriseApp_GetRoleAssignmentSchedule", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { @@ -364694,15 +260905,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_UpdateInformationProtection", + "OperationId": "roleManagement.enterpriseApp_UpdateRoleAssignmentSchedule", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" } ] @@ -364710,15 +260925,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_DeleteInformationProtection", + "OperationId": "roleManagement.enterpriseApp_DeleteRoleAssignmentSchedule", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { @@ -364730,15 +260949,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/bitlocker", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_GetBitlocker", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentSchedule_GetActivatedUsing", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { @@ -364754,40 +260977,76 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.bitlocker_ListRecoveryKey", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentSchedule_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "unifiedRoleAssignmentSchedule-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.enterpriseApp.roleAssignmentSchedule_GetDirectoryScope", + "Method": "Get", + "Parameters": [ + { + "Name": "rbacApplication-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "unifiedRoleAssignmentSchedule-id", + "Location": "Path" }, { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.enterpriseApp.roleAssignmentSchedule_GetPrincipal", + "Method": "Get", + "Parameters": [ + { + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleAssignmentSchedule-id", + "Location": "Path" }, { "Name": "$select", @@ -364802,19 +261061,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.bitlocker_GetRecoveryKey", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentSchedule_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "bitlockerRecoveryKey-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { @@ -364830,15 +261089,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.bitlocker.recoveryKey_GetCount", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentSchedule_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { @@ -364854,15 +261113,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_ListDataLossPreventionPolicy", + "OperationId": "roleManagement.enterpriseApp.roleAssignmentSchedule_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "on", "Location": "Path" }, { @@ -364886,11 +261149,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -364902,127 +261165,83 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.informationProtection_CreateDataLossPreventionPolicy", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_GetDataLossPreventionPolicy", + "OperationId": "roleManagement.enterpriseApp_ListRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "dataLossPreventionPolicy-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.informationProtection_UpdateDataLossPreventionPolicy", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "dataLossPreventionPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.informationProtection_DeleteDataLossPreventionPolicy", - "Method": "Delete", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "dataLossPreventionPolicy-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.dataLossPreventionPolicy_GetCount", - "Method": "Get", + "OperationId": "roleManagement.enterpriseApp_CreateRoleDefinition", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/policy", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_GetPolicy", + "OperationId": "roleManagement.enterpriseApp_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -365038,15 +261257,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/policy", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_UpdatePolicy", + "OperationId": "roleManagement.enterpriseApp_UpdateRoleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleDefinition-id", "Location": "Path" } ] @@ -365054,15 +261277,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/policy", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_DeletePolicy", + "OperationId": "roleManagement.enterpriseApp_DeleteRoleDefinition", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -365074,15 +261301,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/policy/labels", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.policy_ListLabel", + "OperationId": "roleManagement.enterpriseApp.roleDefinition_ListInheritsPermissionsFrom", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -365122,15 +261353,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/policy/labels", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.policy_CreateLabel", + "OperationId": "roleManagement.enterpriseApp.roleDefinition_CreateInheritsPermissionsFrom", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleDefinition-id", "Location": "Path" } ] @@ -365138,19 +261373,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.policy_GetLabel", + "OperationId": "roleManagement.enterpriseApp.roleDefinition_GetInheritsPermissionsFrom", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "informationProtectionLabel-id", + "Name": "unifiedRoleDefinition-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleDefinition-id1", "Location": "Path" }, { @@ -365166,19 +261405,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.policy_UpdateLabel", + "OperationId": "roleManagement.enterpriseApp.roleDefinition_UpdateInheritsPermissionsFrom", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "informationProtectionLabel-id", + "Name": "unifiedRoleDefinition-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleDefinition-id1", "Location": "Path" } ] @@ -365186,19 +261429,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.policy_DeleteLabel", + "OperationId": "roleManagement.enterpriseApp.roleDefinition_DeleteInheritsPermissionsFrom", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "informationProtectionLabel-id", + "Name": "unifiedRoleDefinition-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleDefinition-id1", "Location": "Path" }, { @@ -365210,40 +261457,36 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/policy/labels/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.policy.label_GetCount", + "OperationId": "roleManagement.enterpriseApp.roleDefinition.inheritsPermissionsFrom_assignedPrincipal", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$search", + "Name": "unifiedRoleDefinition-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleDefinition-id1", + "Location": "Path" + }, + { + "Name": "transitive", "Location": "Query" }, { - "Name": "$filter", + "Name": "directoryScopeType", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityLabels", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.informationProtection_ListSensitivityLabel", - "Method": "Get", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "directoryScopeId", + "Location": "Query" }, { "Name": "$top", @@ -365266,11 +261509,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -365282,43 +261525,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityLabels", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.informationProtection_CreateSensitivityLabel", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_GetSensitivityLabel", + "OperationId": "roleManagement.enterpriseApp.roleDefinition.inheritsPermissionsFrom_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -365326,63 +261553,103 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_UpdateSensitivityLabel", - "Method": "Patch", + "OperationId": "roleManagement.enterpriseApp.roleDefinition_assignedPrincipal", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" + }, + { + "Name": "transitive", + "Location": "Query" + }, + { + "Name": "directoryScopeType", + "Location": "Query" + }, + { + "Name": "directoryScopeId", + "Location": "Query" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_DeleteSensitivityLabel", - "Method": "Delete", + "OperationId": "roleManagement.enterpriseApp.roleDefinition_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.sensitivityLabel_ListSublabel", + "OperationId": "roleManagement.enterpriseApp_ListRoleEligibilityScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sensitivityLabel-id", + "Name": "rbacApplication-id", "Location": "Path" }, { @@ -365422,19 +261689,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.sensitivityLabel_CreateSublabel", + "OperationId": "roleManagement.enterpriseApp_CreateRoleEligibilityScheduleInstance", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sensitivityLabel-id", + "Name": "rbacApplication-id", "Location": "Path" } ] @@ -365442,23 +261705,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.sensitivityLabel_GetSublabel", + "OperationId": "roleManagement.enterpriseApp_GetRoleEligibilityScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sensitivityLabel-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id1", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -365474,79 +261733,99 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.sensitivityLabel_UpdateSublabel", + "OperationId": "roleManagement.enterpriseApp_UpdateRoleEligibilityScheduleInstance", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.enterpriseApp_DeleteRoleEligibilityScheduleInstance", + "Method": "Delete", + "Parameters": [ + { + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id1", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.sensitivityLabel_DeleteSublabel", - "Method": "Delete", + "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleInstance_GetAppScope", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.sensitivityLabel.sublabel_GetCount", + "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleInstance_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -365554,23 +261833,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityLabels/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.sensitivityLabel_GetCount", + "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleInstance_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$search", + "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -365578,15 +261861,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_GetSensitivityPolicySetting", + "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleInstance_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -365602,51 +261889,91 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_UpdateSensitivityPolicySetting", - "Method": "Patch", + "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleInstance_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_DeleteSensitivityPolicySetting", - "Method": "Delete", + "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleInstance_filterGraphBPreCurrentUser", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "on", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_ListThreatAssessmentRequest", + "OperationId": "roleManagement.enterpriseApp_ListRoleEligibilityScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { @@ -365686,15 +262013,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_CreateThreatAssessmentRequest", + "OperationId": "roleManagement.enterpriseApp_CreateRoleEligibilityScheduleRequest", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" } ] @@ -365702,19 +262029,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_GetThreatAssessmentRequest", + "OperationId": "roleManagement.enterpriseApp_GetRoleEligibilityScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -365730,19 +262057,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_UpdateThreatAssessmentRequest", + "OperationId": "roleManagement.enterpriseApp_UpdateRoleEligibilityScheduleRequest", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" } ] @@ -365750,19 +262077,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection_DeleteThreatAssessmentRequest", + "OperationId": "roleManagement.enterpriseApp_DeleteRoleEligibilityScheduleRequest", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -365774,44 +262101,48 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.threatAssessmentRequest_ListResult", + "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_GetDirectoryScope", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "rbacApplication-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Location": "Path" }, { "Name": "$select", @@ -365826,19 +262157,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/microsoft.graph.cancel", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.threatAssessmentRequest_CreateResult", + "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_cancel", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" } ] @@ -365846,23 +262177,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.threatAssessmentRequest_GetResult", + "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "threatAssessmentRequest-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "threatAssessmentResult-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -365878,71 +262205,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.threatAssessmentRequest_UpdateResult", - "Method": "Patch", + "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_GetRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "threatAssessmentResult-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.threatAssessmentRequest_DeleteResult", - "Method": "Delete", + "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_GetTargetSchedule", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "threatAssessmentResult-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.threatAssessmentRequest.result_GetCount", + "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "threatAssessmentRequest-id", + "Name": "rbacApplication-id", "Location": "Path" }, { @@ -365958,17 +262285,29 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count", - "Module": "Identity.SignIns" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.informationProtection.threatAssessmentRequest_GetCount", + "OperationId": "roleManagement.enterpriseApp.roleEligibilityScheduleRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "on", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -365976,23 +262315,63 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_GetInferenceClassification", + "OperationId": "roleManagement.enterpriseApp_ListRoleEligibilitySchedule", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -366006,15 +262385,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_UpdateInferenceClassification", - "Method": "Patch", + "OperationId": "roleManagement.enterpriseApp_CreateRoleEligibilitySchedule", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" } ] @@ -366022,40 +262401,92 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification/overrides", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.inferenceClassification_ListOverride", + "OperationId": "roleManagement.enterpriseApp_GetRoleEligibilitySchedule", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "unifiedRoleEligibilitySchedule-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.enterpriseApp_UpdateRoleEligibilitySchedule", + "Method": "Patch", + "Parameters": [ + { + "Name": "rbacApplication-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "unifiedRoleEligibilitySchedule-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.enterpriseApp_DeleteRoleEligibilitySchedule", + "Method": "Delete", + "Parameters": [ + { + "Name": "rbacApplication-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "unifiedRoleEligibilitySchedule-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.enterpriseApp.roleEligibilitySchedule_GetAppScope", + "Method": "Get", + "Parameters": [ + { + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleEligibilitySchedule-id", + "Location": "Path" }, { "Name": "$select", @@ -366070,35 +262501,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification/overrides", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.inferenceClassification_CreateOverride", - "Method": "Post", + "OperationId": "roleManagement.enterpriseApp.roleEligibilitySchedule_GetDirectoryScope", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.inferenceClassification_GetOverride", + "OperationId": "roleManagement.enterpriseApp.roleEligibilitySchedule_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "inferenceClassificationOverride-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { @@ -366114,61 +262557,81 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.inferenceClassification_UpdateOverride", - "Method": "Patch", + "OperationId": "roleManagement.enterpriseApp.roleEligibilitySchedule_GetRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "inferenceClassificationOverride-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.inferenceClassification_DeleteOverride", - "Method": "Delete", + "OperationId": "roleManagement.enterpriseApp.roleEligibilitySchedule_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "inferenceClassificationOverride-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification/overrides/$count", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.inferenceClassification.override_GetCount", + "OperationId": "roleManagement.enterpriseApp.roleEligibilitySchedule_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", + "Location": "Path" + }, + { + "Name": "on", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -366176,26 +262639,42 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_ListMailFolder", + "OperationId": "roleManagement.enterpriseApp_ListTransitiveRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "includeHiddenFolders", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -366234,15 +262713,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_CreateMailFolder", + "OperationId": "roleManagement.enterpriseApp_CreateTransitiveRoleAssignment", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" } ] @@ -366250,24 +262729,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_GetMailFolder", + "OperationId": "roleManagement.enterpriseApp_GetTransitiveRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "includeHiddenFolders", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -366282,19 +262761,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_UpdateMailFolder", + "OperationId": "roleManagement.enterpriseApp_UpdateTransitiveRoleAssignment", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" } ] @@ -366302,19 +262781,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_DeleteMailFolder", + "OperationId": "roleManagement.enterpriseApp_DeleteTransitiveRoleAssignment", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -366326,49 +262805,21 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_ListChildFolder", + "OperationId": "roleManagement.enterpriseApp.transitiveRoleAssignment_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, - { - "Name": "includeHiddenFolders", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -366382,19 +262833,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_CreateChildFolder", - "Method": "Post", + "OperationId": "roleManagement.enterpriseApp.transitiveRoleAssignment_UpdateAppScope", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" } ] @@ -366402,28 +262853,44 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_GetChildFolder", - "Method": "Get", + "OperationId": "roleManagement.enterpriseApp.transitiveRoleAssignment_DeleteAppScope", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.enterpriseApp.transitiveRoleAssignment_GetDirectoryScope", + "Method": "Get", + "Parameters": [ + { + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "includeHiddenFolders", - "Location": "Query" + "Name": "unifiedRoleAssignment-id", + "Location": "Path" }, { "Name": "$select", @@ -366438,84 +262905,76 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_UpdateChildFolder", - "Method": "Patch", + "OperationId": "roleManagement.enterpriseApp.transitiveRoleAssignment_GetPrincipal", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "mailFolder-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_DeleteChildFolder", - "Method": "Delete", + "OperationId": "roleManagement.enterpriseApp.transitiveRoleAssignment_GetRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "mailFolder-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_ListMessageRule", + "OperationId": "roleManagement.enterpriseApp.transitiveRoleAssignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", + "Name": "rbacApplication-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -366524,75 +262983,39 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "Module": "Mail" + "Path": "/roleManagement/enterpriseApps/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_CreateMessageRule", - "Method": "Post", + "OperationId": "roleManagement.enterpriseApp_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "mailFolder-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_GetMessageRule", + "OperationId": "roleManagement_GetEntitlementManagement", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "messageRule-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -366606,57 +263029,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_UpdateMessageRule", + "OperationId": "roleManagement_UpdateEntitlementManagement", "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "messageRule-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_DeleteMessageRule", + "OperationId": "roleManagement_DeleteEntitlementManagement", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "messageRule-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -366666,24 +263056,36 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/microsoft.graph.roleScheduleInstances(directoryScopeId=\u0027@directoryScopeId\u0027,appScopeId=\u0027@appScopeId\u0027,principalId=\u0027@principalId\u0027,roleDefinitionId=\u0027@roleDefinitionId\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.messageRule_GetCount", + "OperationId": "roleManagement.entitlementManagement_roleScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "directoryScopeId", + "Location": "Query" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "appScopeId", + "Location": "Query" }, { - "Name": "mailFolder-id1", - "Location": "Path" + "Name": "principalId", + "Location": "Query" + }, + { + "Name": "roleDefinitionId", + "Location": "Query" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -366692,30 +263094,50 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/microsoft.graph.roleSchedules(directoryScopeId=\u0027@directoryScopeId\u0027,appScopeId=\u0027@appScopeId\u0027,principalId=\u0027@principalId\u0027,roleDefinitionId=\u0027@roleDefinitionId\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_ListMessage", + "OperationId": "roleManagement.entitlementManagement_roleSchedule", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "directoryScopeId", + "Location": "Query" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "appScopeId", + "Location": "Query" }, { - "Name": "mailFolder-id1", - "Location": "Path" + "Name": "principalId", + "Location": "Query" + }, + { + "Name": "roleDefinitionId", + "Location": "Query" }, { "Name": "$top", @@ -366738,11 +263160,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -366754,52 +263176,36 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/resourceNamespaces", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_CreateMessage", - "Method": "Post", + "OperationId": "roleManagement.entitlementManagement_ListResourceNamespace", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "mailFolder-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Mail" - }, - "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_GetMessage", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "mailFolder-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -366814,115 +263220,86 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/resourceNamespaces", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_UpdateMessage", - "Method": "Patch", + "OperationId": "roleManagement.entitlementManagement_CreateResourceNamespace", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement_GetResourceNamespace", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "mailFolder-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_DeleteMessage", - "Method": "Delete", + "OperationId": "roleManagement.entitlementManagement_UpdateResourceNamespace", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_GetMessagesContent", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement_DeleteResourceNamespace", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_SetMessagesContent", - "Method": "Put", + "OperationId": "roleManagement.entitlementManagement.resourceNamespace_importResourceAction", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" } ] @@ -366930,27 +263307,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_ListAttachment", + "OperationId": "roleManagement.entitlementManagement.resourceNamespace_ListResourceAction", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -366990,59 +263355,107 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_CreateAttachment", + "OperationId": "roleManagement.entitlementManagement.resourceNamespace_CreateResourceAction", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.resourceNamespace_GetResourceAction", + "Method": "Get", + "Parameters": [ { - "Name": "mailFolder-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_GetAttachment", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement.resourceNamespace_UpdateResourceAction", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "unifiedRbacResourceAction-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.resourceNamespace_DeleteResourceAction", + "Method": "Delete", + "Parameters": [ + { + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.resourceNamespace.resourceAction_GetAuthenticationContext", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "attachment-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -367058,63 +263471,87 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_DeleteAttachment", - "Method": "Delete", + "OperationId": "roleManagement.entitlementManagement.resourceNamespace.resourceAction_GetResourceScope", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { - "Name": "mailFolder-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.resourceNamespace.resourceAction_UpdateResourceScope", + "Method": "Patch", + "Parameters": [ { - "Name": "attachment-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "unifiedRbacResourceAction-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message.attachment_GetCount", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement.resourceNamespace.resourceAction_DeleteResourceScope", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { - "Name": "mailFolder-id1", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.resourceNamespace.resourceAction_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "message-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -367130,29 +263567,33 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_ListExtension", + "OperationId": "roleManagement.entitlementManagement.resourceNamespace_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement_ListRoleAssignmentApproval", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -367190,59 +263631,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_CreateExtension", + "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignmentApproval", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_GetExtension", + "OperationId": "roleManagement.entitlementManagement_GetRoleAssignmentApproval", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "approval-id", "Location": "Path" }, { @@ -367258,31 +263666,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_UpdateExtension", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignmentApproval", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "approval-id", "Location": "Path" } ] @@ -367290,31 +263682,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_DeleteExtension", + "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignmentApproval", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "approval-id", "Location": "Path" }, { @@ -367326,63 +263702,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", - "Module": "Mail" - }, - "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message.extension_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_ListMention", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval_ListStep", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "approval-id", "Location": "Path" }, { @@ -367422,27 +263750,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_CreateMention", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, + "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval_CreateStep", + "Method": "Post", + "Parameters": [ { - "Name": "message-id", + "Name": "approval-id", "Location": "Path" } ] @@ -367450,31 +263766,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_GetMention", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval_GetStep", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "mention-id", + "Name": "approvalStep-id", "Location": "Path" }, { @@ -367490,31 +263794,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_DeleteMention", - "Method": "Delete", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval_UpdateStep", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "approvalStep-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval_DeleteStep", + "Method": "Delete", + "Parameters": [ { - "Name": "message-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "mention-id", + "Name": "approvalStep-id", "Location": "Path" }, { @@ -367526,27 +263838,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message.mention_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval.step_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "approval-id", "Location": "Path" }, { @@ -367562,25 +263862,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -367594,23 +263882,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_ListUserConfiguration", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentApproval_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", + "Name": "on", "Location": "Path" }, { @@ -367634,11 +263914,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -367650,28 +263930,36 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_GetUserConfiguration", + "OperationId": "roleManagement.entitlementManagement_ListRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "mailFolder-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "userConfiguration-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -367686,31 +263974,34 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.userConfiguration_GetCount", + "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignment", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement_GetRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -367718,73 +264009,53 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_GetCount", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignment", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignment", + "Method": "Delete", + "Parameters": [ { - "Name": "mailFolder-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_ListMessageRule", + "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -367798,19 +264069,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_CreateMessageRule", - "Method": "Post", + "OperationId": "roleManagement.entitlementManagement.roleAssignment_UpdateAppScope", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" } ] @@ -367818,23 +264085,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_GetMessageRule", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement.roleAssignment_DeleteAppScope", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "mailFolder-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetDirectoryScope", + "Method": "Get", + "Parameters": [ { - "Name": "messageRule-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -367850,73 +264129,61 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_UpdateMessageRule", - "Method": "Patch", + "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetPrincipal", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "messageRule-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_DeleteMessageRule", - "Method": "Delete", + "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "messageRule-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignments/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.messageRule_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -367930,21 +264197,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_ListMessage", + "OperationId": "roleManagement.entitlementManagement_ListRoleAssignmentScheduleInstance", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -367982,43 +264241,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_CreateMessage", + "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignmentScheduleInstance", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_GetMessage", + "OperationId": "roleManagement.entitlementManagement_GetRoleAssignmentScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -368034,23 +264276,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_UpdateMessage", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignmentScheduleInstance", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" } ] @@ -368058,23 +264292,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_DeleteMessage", + "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignmentScheduleInstance", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -368086,97 +264312,65 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_GetMessagesContent", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetActivatedUsing", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_SetMessagesContent", - "Method": "Put", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetAppScope", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_ListAttachment", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -368190,51 +264384,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_CreateAttachment", - "Method": "Post", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetPrincipal", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_GetAttachment", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "message-id", - "Location": "Path" - }, - { - "Name": "attachment-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -368250,56 +264432,44 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_DeleteAttachment", - "Method": "Delete", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "message-id", - "Location": "Path" - }, - { - "Name": "attachment-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message.attachment_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "on", "Location": "Path" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -368308,31 +264478,35 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_ListExtension", + "OperationId": "roleManagement.entitlementManagement_ListRoleAssignmentScheduleRequest", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "message-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -368370,23 +264544,50 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_CreateExtension", + "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignmentScheduleRequest", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement_GetRoleAssignmentScheduleRequest", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "message-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignmentScheduleRequest", + "Method": "Patch", + "Parameters": [ + { + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" } ] @@ -368394,27 +264595,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_GetExtension", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignmentScheduleRequest", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetActivatedUsing", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "extension-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetAppScope", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -368430,27 +264663,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_UpdateExtension", - "Method": "Patch", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetDirectoryScope", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/microsoft.graph.cancel", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_cancel", + "Method": "Post", + "Parameters": [ { - "Name": "extension-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" } ] @@ -368458,57 +264703,85 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_DeleteExtension", - "Method": "Delete", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetPrincipal", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "message-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetRoleDefinition", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "extension-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message.extension_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetTargetSchedule", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -368522,23 +264795,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_ListMention", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "on", "Location": "Path" }, { @@ -368562,11 +264827,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -368578,51 +264843,70 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_CreateMention", - "Method": "Post", + "OperationId": "roleManagement.entitlementManagement_ListRoleAssignmentSchedule", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_GetMention", + "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignmentSchedule", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement_GetRoleAssignmentSchedule", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "message-id", - "Location": "Path" - }, - { - "Name": "mention-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { @@ -368638,27 +264922,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_DeleteMention", - "Method": "Delete", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignmentSchedule", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignmentSchedule", + "Method": "Delete", + "Parameters": [ { - "Name": "mention-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { @@ -368670,31 +264958,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message.mention_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetActivatedUsing", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -368702,27 +264982,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -368730,45 +265006,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_ListUserConfiguration", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -368782,23 +265030,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_GetUserConfiguration", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "userConfiguration-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { @@ -368814,27 +265054,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder.userConfiguration_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -368842,17 +265078,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.mailFolder_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -368866,21 +265098,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_ListMessage", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "on", "Location": "Path" }, - { - "Name": "includeHiddenMessages", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -368902,11 +265130,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -368918,39 +265146,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages", - "Module": "Mail" - }, - "MethodInfo": { - "OperationId": "user_CreateMessage", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleDefinitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_GetMessage", + "OperationId": "roleManagement.entitlementManagement_ListRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "includeHiddenMessages", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", "Location": "Query" }, { @@ -368966,63 +265190,50 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleDefinitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_UpdateMessage", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "message-id", - "Location": "Path" - } - ] + "OperationId": "roleManagement.entitlementManagement_CreateRoleDefinition", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_DeleteMessage", - "Method": "Delete", + "OperationId": "roleManagement.entitlementManagement_GetRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/$value", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_GetMessagesContent", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleDefinition", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" } ] @@ -369030,39 +265241,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/$value", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_SetMessagesContent", - "Method": "Put", + "OperationId": "roleManagement.entitlementManagement_DeleteRoleDefinition", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/attachments", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.message_ListAttachment", + "OperationId": "roleManagement.entitlementManagement.roleDefinition_ListInheritsPermissionsFrom", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -369102,19 +265309,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/attachments", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.message_CreateAttachment", + "OperationId": "roleManagement.entitlementManagement.roleDefinition_CreateInheritsPermissionsFrom", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" } ] @@ -369122,23 +265325,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.message_GetAttachment", + "OperationId": "roleManagement.entitlementManagement.roleDefinition_GetInheritsPermissionsFrom", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "attachment-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" }, { @@ -369154,77 +265353,77 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.message_DeleteAttachment", - "Method": "Delete", + "OperationId": "roleManagement.entitlementManagement.roleDefinition_UpdateInheritsPermissionsFrom", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "attachment-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/attachments/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.message.attachment_GetCount", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement.roleDefinition_DeleteInheritsPermissionsFrom", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/extensions", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.message_ListExtension", + "OperationId": "roleManagement.entitlementManagement.roleDefinition.inheritsPermissionsFrom_assignedPrincipal", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" }, + { + "Name": "transitive", + "Location": "Query" + }, + { + "Name": "directoryScopeType", + "Location": "Query" + }, + { + "Name": "directoryScopeId", + "Location": "Query" + }, { "Name": "$top", "Location": "Query" @@ -369246,11 +265445,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -369262,125 +265461,97 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/extensions", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.message_CreateExtension", - "Method": "Post", + "OperationId": "roleManagement.entitlementManagement.roleDefinition.inheritsPermissionsFrom_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType=\u0027@directoryScopeType\u0027,directoryScopeId=\u0027@directoryScopeId\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.message_GetExtension", + "OperationId": "roleManagement.entitlementManagement.roleDefinition_assignedPrincipal", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "transitive", + "Location": "Query" }, { - "Name": "extension-id", - "Location": "Path" + "Name": "directoryScopeType", + "Location": "Query" }, { - "Name": "$select", + "Name": "directoryScopeId", "Location": "Query" }, { - "Name": "$expand", + "Name": "$top", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" - }, - "MethodInfo": { - "OperationId": "user.message_UpdateExtension", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "extension-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" - }, - "MethodInfo": { - "OperationId": "user.message_DeleteExtension", - "Method": "Delete", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "extension-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/extensions/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleDefinitions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.message.extension_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleDefinition_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "message-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -369394,21 +265565,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/mentions", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.message_ListMention", + "OperationId": "roleManagement.entitlementManagement_ListRoleEligibilityScheduleInstance", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "message-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -369446,43 +265609,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/mentions", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.message_CreateMention", + "OperationId": "roleManagement.entitlementManagement_CreateRoleEligibilityScheduleInstance", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "message-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.message_GetMention", + "OperationId": "roleManagement.entitlementManagement_GetRoleEligibilityScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "message-id", - "Location": "Path" - }, - { - "Name": "mention-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -369498,23 +265644,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.message_DeleteMention", - "Method": "Delete", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleEligibilityScheduleInstance", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement_DeleteRoleEligibilityScheduleInstance", + "Method": "Delete", + "Parameters": [ { - "Name": "mention-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -369526,27 +265680,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/mentions/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.message.mention_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetDirectoryScope", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -369554,23 +265728,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/$count", - "Module": "Mail" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user.message_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -369578,13 +265752,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship_GetManagedTenant", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetRoleDefinition", "Method": "Get", "Parameters": [ + { + "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -369598,38 +265776,79 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship_UpdateManagedTenant", - "Method": "Patch", - "Parameters": [] + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship_DeleteManagedTenant", - "Method": "Delete", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_filterGraphBPreCurrentUser", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "on", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListAggregatedPolicyCompliance", + "OperationId": "roleManagement.entitlementManagement_ListRoleEligibilityScheduleRequest", "Method": "Get", "Parameters": [ { @@ -369669,26 +265888,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateAggregatedPolicyCompliance", + "OperationId": "roleManagement.entitlementManagement_CreateRoleEligibilityScheduleRequest", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetAggregatedPolicyCompliance", + "OperationId": "roleManagement.entitlementManagement_GetRoleEligibilityScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "aggregatedPolicyCompliance-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -369704,15 +265923,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateAggregatedPolicyCompliance", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleEligibilityScheduleRequest", "Method": "Patch", "Parameters": [ { - "Name": "aggregatedPolicyCompliance-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" } ] @@ -369720,15 +265939,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteAggregatedPolicyCompliance", + "OperationId": "roleManagement.entitlementManagement_DeleteRoleEligibilityScheduleRequest", "Method": "Delete", "Parameters": [ { - "Name": "aggregatedPolicyCompliance-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -369740,19 +265959,23 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.aggregatedPolicyCompliance_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -369760,36 +265983,16 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/appPerformances", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListAppPerformance", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Location": "Path" }, { "Name": "$select", @@ -369804,26 +266007,31 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/appPerformances", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/microsoft.graph.cancel", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateAppPerformance", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_cancel", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetAppPerformance", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "appPerformance-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -369839,47 +266047,59 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateAppPerformance", - "Method": "Patch", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "appPerformance-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteAppPerformance", - "Method": "Delete", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetTargetSchedule", + "Method": "Get", "Parameters": [ { - "Name": "appPerformance-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/appPerformances/$count", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.appPerformance_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetCount", "Method": "Get", "Parameters": [ { @@ -369895,11 +266115,59 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/auditEvents", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListAuditEvent", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_filterGraphBPreCurrentUser", + "Method": "Get", + "Parameters": [ + { + "Name": "on", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement_ListRoleEligibilitySchedule", "Method": "Get", "Parameters": [ { @@ -369939,26 +266207,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/auditEvents", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateAuditEvent", + "OperationId": "roleManagement.entitlementManagement_CreateRoleEligibilitySchedule", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetAuditEvent", + "OperationId": "roleManagement.entitlementManagement_GetRoleEligibilitySchedule", "Method": "Get", "Parameters": [ { - "Name": "auditEvent-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { @@ -369974,15 +266242,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateAuditEvent", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleEligibilitySchedule", "Method": "Patch", "Parameters": [ { - "Name": "auditEvent-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" } ] @@ -369990,15 +266258,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteAuditEvent", + "OperationId": "roleManagement.entitlementManagement_DeleteRoleEligibilitySchedule", "Method": "Delete", "Parameters": [ { - "Name": "auditEvent-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { @@ -370010,19 +266278,23 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/auditEvents/$count", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.auditEvent_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "unifiedRoleEligibilitySchedule-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -370030,36 +266302,16 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcConnections", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListCloudPcConnection", + "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "unifiedRoleEligibilitySchedule-id", + "Location": "Path" }, { "Name": "$select", @@ -370074,26 +266326,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcConnections", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateCloudPcConnection", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetCloudPcConnection", + "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "cloudPcConnection-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { @@ -370109,49 +266350,69 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateCloudPcConnection", - "Method": "Patch", + "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "cloudPcConnection-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteCloudPcConnection", - "Method": "Delete", + "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "cloudPcConnection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcConnections/$count", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.cloudPcConnection_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ + { + "Name": "on", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -370159,19 +266420,39 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcDevices", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListCloudPcDevice", + "OperationId": "roleManagement.entitlementManagement_ListTransitiveRoleAssignment", "Method": "Get", "Parameters": [ + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -370209,28 +266490,32 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcDevices", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateCloudPcDevice", + "OperationId": "roleManagement.entitlementManagement_CreateTransitiveRoleAssignment", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetCloudPcDevice", + "OperationId": "roleManagement.entitlementManagement_GetTransitiveRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "cloudPcDevice-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$select", "Location": "Query" @@ -370244,15 +266529,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateCloudPcDevice", + "OperationId": "roleManagement.entitlementManagement_UpdateTransitiveRoleAssignment", "Method": "Patch", "Parameters": [ { - "Name": "cloudPcDevice-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" } ] @@ -370260,15 +266545,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteCloudPcDevice", + "OperationId": "roleManagement.entitlementManagement_DeleteTransitiveRoleAssignment", "Method": "Delete", "Parameters": [ { - "Name": "cloudPcDevice-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -370280,19 +266565,23 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcDevices/$count", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.cloudPcDevice_GetCount", + "OperationId": "roleManagement.entitlementManagement.transitiveRoleAssignment_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "unifiedRoleAssignment-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -370300,70 +266589,51 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcsOverview", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListCloudPcsOverview", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement.transitiveRoleAssignment_UpdateAppScope", + "Method": "Patch", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "unifiedRoleAssignment-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.transitiveRoleAssignment_DeleteAppScope", + "Method": "Delete", + "Parameters": [ + { + "Name": "unifiedRoleAssignment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcsOverview", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateCloudPcsOverview", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetCloudPcsOverview", + "OperationId": "roleManagement.entitlementManagement.transitiveRoleAssignment_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "cloudPcOverview-tenantId", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -370379,49 +266649,65 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateCloudPcsOverview", - "Method": "Patch", + "OperationId": "roleManagement.entitlementManagement.transitiveRoleAssignment_GetPrincipal", + "Method": "Get", "Parameters": [ { - "Name": "cloudPcOverview-tenantId", + "Name": "unifiedRoleAssignment-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteCloudPcsOverview", - "Method": "Delete", + "OperationId": "roleManagement.entitlementManagement.transitiveRoleAssignment_GetRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "cloudPcOverview-tenantId", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/cloudPcsOverview/$count", - "Module": "ManagedTenants" + "Path": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.cloudPcsOverview_GetCount", + "OperationId": "roleManagement.entitlementManagement.transitiveRoleAssignment_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$search", "Location": "Query" @@ -370435,13 +266721,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", - "Module": "ManagedTenants" + "Path": "/users/{user-id}/agreementAcceptances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListConditionalAccessPolicyCoverage", + "OperationId": "user_ListAgreementAcceptance", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -370479,26 +266769,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateConditionalAccessPolicyCoverage", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "Module": "ManagedTenants" + "Path": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetConditionalAccessPolicyCoverage", + "OperationId": "user_GetAgreementAcceptance", "Method": "Get", "Parameters": [ { - "Name": "conditionalAccessPolicyCoverage-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "agreementAcceptance-id", "Location": "Path" }, { @@ -370514,49 +266797,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateConditionalAccessPolicyCoverage", - "Method": "Patch", - "Parameters": [ - { - "Name": "conditionalAccessPolicyCoverage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "Module": "ManagedTenants" + "Path": "/users/{user-id}/agreementAcceptances/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteConditionalAccessPolicyCoverage", - "Method": "Delete", + "OperationId": "user.agreementAcceptance_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "conditionalAccessPolicyCoverage-id", + "Name": "user-id", "Location": "Path" }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.conditionalAccessPolicyCoverage_GetCount", - "Method": "Get", - "Parameters": [ { "Name": "$search", "Location": "Query" @@ -370570,11 +266821,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminCustomers", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListCredentialUserRegistrationsSummary", + "OperationId": "tenantRelationship_ListDelegatedAdminCustomer", "Method": "Get", "Parameters": [ { @@ -370614,26 +266865,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminCustomers", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateCredentialUserRegistrationsSummary", + "OperationId": "tenantRelationship_CreateDelegatedAdminCustomer", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetCredentialUserRegistrationsSummary", + "OperationId": "tenantRelationship_GetDelegatedAdminCustomer", "Method": "Get", "Parameters": [ { - "Name": "credentialUserRegistrationsSummary-id", + "Name": "delegatedAdminCustomer-id", "Location": "Path" }, { @@ -370649,15 +266900,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateCredentialUserRegistrationsSummary", + "OperationId": "tenantRelationship_UpdateDelegatedAdminCustomer", "Method": "Patch", "Parameters": [ { - "Name": "credentialUserRegistrationsSummary-id", + "Name": "delegatedAdminCustomer-id", "Location": "Path" } ] @@ -370665,15 +266916,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteCredentialUserRegistrationsSummary", + "OperationId": "tenantRelationship_DeleteDelegatedAdminCustomer", "Method": "Delete", "Parameters": [ { - "Name": "credentialUserRegistrationsSummary-id", + "Name": "delegatedAdminCustomer-id", "Location": "Path" }, { @@ -370685,33 +266936,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.credentialUserRegistrationsSummary_GetCount", + "OperationId": "tenantRelationship.delegatedAdminCustomer_ListServiceManagementDetail", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "delegatedAdminCustomer-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceAppPerformances", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListDeviceAppPerformance", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -370749,26 +266984,35 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceAppPerformances", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateDeviceAppPerformance", + "OperationId": "tenantRelationship.delegatedAdminCustomer_CreateServiceManagementDetail", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "delegatedAdminCustomer-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetDeviceAppPerformance", + "OperationId": "tenantRelationship.delegatedAdminCustomer_GetServiceManagementDetail", "Method": "Get", "Parameters": [ { - "Name": "deviceAppPerformance-id", + "Name": "delegatedAdminCustomer-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminServiceManagementDetail-id", "Location": "Path" }, { @@ -370784,15 +267028,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateDeviceAppPerformance", + "OperationId": "tenantRelationship.delegatedAdminCustomer_UpdateServiceManagementDetail", "Method": "Patch", "Parameters": [ { - "Name": "deviceAppPerformance-id", + "Name": "delegatedAdminCustomer-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminServiceManagementDetail-id", "Location": "Path" } ] @@ -370800,15 +267048,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteDeviceAppPerformance", + "OperationId": "tenantRelationship.delegatedAdminCustomer_DeleteServiceManagementDetail", "Method": "Delete", "Parameters": [ { - "Name": "deviceAppPerformance-id", + "Name": "delegatedAdminCustomer-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminServiceManagementDetail-id", "Location": "Path" }, { @@ -370820,13 +267072,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceAppPerformances/$count", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.deviceAppPerformance_GetCount", + "OperationId": "tenantRelationship.delegatedAdminCustomer.serviceManagementDetail_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "delegatedAdminCustomer-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -370840,11 +267096,31 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminCustomers/$count", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListDeviceCompliancePolicySettingStateSummary", + "OperationId": "tenantRelationship.delegatedAdminCustomer_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/delegatedAdminRelationships", + "Module": "Identity.Partner" + }, + "MethodInfo": { + "OperationId": "tenantRelationship_ListDelegatedAdminRelationship", "Method": "Get", "Parameters": [ { @@ -370884,26 +267160,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateDeviceCompliancePolicySettingStateSummary", + "OperationId": "tenantRelationship_CreateDelegatedAdminRelationship", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetDeviceCompliancePolicySettingStateSummary", + "OperationId": "tenantRelationship_GetDelegatedAdminRelationship", "Method": "Get", "Parameters": [ { - "Name": "deviceCompliancePolicySettingStateSummary-id", + "Name": "delegatedAdminRelationship-id", "Location": "Path" }, { @@ -370919,15 +267195,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateDeviceCompliancePolicySettingStateSummary", + "OperationId": "tenantRelationship_UpdateDelegatedAdminRelationship", "Method": "Patch", "Parameters": [ { - "Name": "deviceCompliancePolicySettingStateSummary-id", + "Name": "delegatedAdminRelationship-id", "Location": "Path" } ] @@ -370935,15 +267211,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteDeviceCompliancePolicySettingStateSummary", + "OperationId": "tenantRelationship_DeleteDelegatedAdminRelationship", "Method": "Delete", "Parameters": [ { - "Name": "deviceCompliancePolicySettingStateSummary-id", + "Name": "delegatedAdminRelationship-id", "Location": "Path" }, { @@ -370955,33 +267231,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.deviceCompliancePolicySettingStateSummary_GetCount", + "OperationId": "tenantRelationship.delegatedAdminRelationship_ListAccessAssignment", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "delegatedAdminRelationship-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceHealthStatuses", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListDeviceHealthStatus", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -371019,26 +267279,35 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceHealthStatuses", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateDeviceHealthStatus", + "OperationId": "tenantRelationship.delegatedAdminRelationship_CreateAccessAssignment", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetDeviceHealthStatus", + "OperationId": "tenantRelationship.delegatedAdminRelationship_GetAccessAssignment", "Method": "Get", "Parameters": [ { - "Name": "deviceHealthStatus-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminAccessAssignment-id", "Location": "Path" }, { @@ -371054,15 +267323,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateDeviceHealthStatus", + "OperationId": "tenantRelationship.delegatedAdminRelationship_UpdateAccessAssignment", "Method": "Patch", "Parameters": [ { - "Name": "deviceHealthStatus-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminAccessAssignment-id", "Location": "Path" } ] @@ -371070,15 +267343,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteDeviceHealthStatus", + "OperationId": "tenantRelationship.delegatedAdminRelationship_DeleteAccessAssignment", "Method": "Delete", "Parameters": [ { - "Name": "deviceHealthStatus-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminAccessAssignment-id", "Location": "Path" }, { @@ -371090,13 +267367,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.deviceHealthStatus_GetCount", + "OperationId": "tenantRelationship.delegatedAdminRelationship.accessAssignment_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -371110,13 +267391,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedDeviceCompliances", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagedDeviceCompliance", + "OperationId": "tenantRelationship.delegatedAdminRelationship_ListOperation", "Method": "Get", "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -371154,26 +267439,35 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedDeviceCompliances", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagedDeviceCompliance", + "OperationId": "tenantRelationship.delegatedAdminRelationship_CreateOperation", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagedDeviceCompliance", + "OperationId": "tenantRelationship.delegatedAdminRelationship_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "managedDeviceCompliance-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminRelationshipOperation-id", "Location": "Path" }, { @@ -371189,15 +267483,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagedDeviceCompliance", + "OperationId": "tenantRelationship.delegatedAdminRelationship_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "managedDeviceCompliance-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminRelationshipOperation-id", "Location": "Path" } ] @@ -371205,15 +267503,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagedDeviceCompliance", + "OperationId": "tenantRelationship.delegatedAdminRelationship_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "managedDeviceCompliance-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminRelationshipOperation-id", "Location": "Path" }, { @@ -371225,13 +267527,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedDeviceCompliance_GetCount", + "OperationId": "tenantRelationship.delegatedAdminRelationship.operation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -371245,13 +267551,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagedDeviceComplianceTrend", + "OperationId": "tenantRelationship.delegatedAdminRelationship_ListRequest", "Method": "Get", "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -371289,26 +267599,35 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagedDeviceComplianceTrend", + "OperationId": "tenantRelationship.delegatedAdminRelationship_CreateRequest", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagedDeviceComplianceTrend", + "OperationId": "tenantRelationship.delegatedAdminRelationship_GetRequest", "Method": "Get", "Parameters": [ { - "Name": "managedDeviceComplianceTrend-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminRelationshipRequest-id", "Location": "Path" }, { @@ -371324,15 +267643,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagedDeviceComplianceTrend", + "OperationId": "tenantRelationship.delegatedAdminRelationship_UpdateRequest", "Method": "Patch", "Parameters": [ { - "Name": "managedDeviceComplianceTrend-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminRelationshipRequest-id", "Location": "Path" } ] @@ -371340,15 +267663,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagedDeviceComplianceTrend", + "OperationId": "tenantRelationship.delegatedAdminRelationship_DeleteRequest", "Method": "Delete", "Parameters": [ { - "Name": "managedDeviceComplianceTrend-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminRelationshipRequest-id", "Location": "Path" }, { @@ -371360,11 +267687,35 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count", - "Module": "ManagedTenants" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedDeviceComplianceTrend_GetCount", + "OperationId": "tenantRelationship.delegatedAdminRelationship.request_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/delegatedAdminRelationships/$count", + "Module": "Identity.Partner" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.delegatedAdminRelationship_GetCount", "Method": "Get", "Parameters": [ { @@ -371380,11 +267731,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertLogs", - "Module": "ManagedTenants" + "Path": "/dataPolicyOperations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagedTenantAlertLog", + "OperationId": "dataPolicyOperation_ListDataPolicyOperation", "Method": "Get", "Parameters": [ { @@ -371424,26 +267775,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertLogs", - "Module": "ManagedTenants" + "Path": "/dataPolicyOperations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagedTenantAlertLog", + "OperationId": "dataPolicyOperation_CreateDataPolicyOperation", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "Module": "ManagedTenants" + "Path": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagedTenantAlertLog", + "OperationId": "dataPolicyOperation_GetDataPolicyOperation", "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlertLog-id", + "Name": "dataPolicyOperation-id", "Location": "Path" }, { @@ -371459,15 +267810,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "Module": "ManagedTenants" + "Path": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagedTenantAlertLog", + "OperationId": "dataPolicyOperation_UpdateDataPolicyOperation", "Method": "Patch", "Parameters": [ { - "Name": "managedTenantAlertLog-id", + "Name": "dataPolicyOperation-id", "Location": "Path" } ] @@ -371475,15 +267826,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "Module": "ManagedTenants" + "Path": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagedTenantAlertLog", + "OperationId": "dataPolicyOperation_DeleteDataPolicyOperation", "Method": "Delete", "Parameters": [ { - "Name": "managedTenantAlertLog-id", + "Name": "dataPolicyOperation-id", "Location": "Path" }, { @@ -371495,23 +267846,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", - "Module": "ManagedTenants" + "Path": "/dataPolicyOperations/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlertLog_GetAlert", + "OperationId": "dataPolicyOperation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlertLog-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -371519,19 +267866,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count", - "Module": "ManagedTenants" + "Path": "/identity", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlertLog_GetCount", + "OperationId": "identity.identityContainer_GetIdentityContainer", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -371539,11 +267886,22 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", - "Module": "ManagedTenants" + "Path": "/identity", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagedTenantAlertRuleDefinition", + "OperationId": "identity.identityContainer_UpdateIdentityContainer", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identity/apiConnectors", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_ListApiConnector", "Method": "Get", "Parameters": [ { @@ -371583,26 +267941,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", - "Module": "ManagedTenants" + "Path": "/identity/apiConnectors", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagedTenantAlertRuleDefinition", + "OperationId": "identity_CreateApiConnector", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "Module": "ManagedTenants" + "Path": "/identity/apiConnectors/{identityApiConnector-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagedTenantAlertRuleDefinition", + "OperationId": "identity_GetApiConnector", "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlertRuleDefinition-id", + "Name": "identityApiConnector-id", "Location": "Path" }, { @@ -371618,15 +267976,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "Module": "ManagedTenants" + "Path": "/identity/apiConnectors/{identityApiConnector-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagedTenantAlertRuleDefinition", + "OperationId": "identity_UpdateApiConnector", "Method": "Patch", "Parameters": [ { - "Name": "managedTenantAlertRuleDefinition-id", + "Name": "identityApiConnector-id", "Location": "Path" } ] @@ -371634,15 +267992,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "Module": "ManagedTenants" + "Path": "/identity/apiConnectors/{identityApiConnector-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagedTenantAlertRuleDefinition", + "OperationId": "identity_DeleteApiConnector", "Method": "Delete", "Parameters": [ { - "Name": "managedTenantAlertRuleDefinition-id", + "Name": "identityApiConnector-id", "Location": "Path" }, { @@ -371654,17 +268012,49 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", - "Module": "ManagedTenants" + "Path": "/identity/apiConnectors/{identityApiConnector-id}/microsoft.graph.uploadClientCertificate", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRuleDefinition_ListAlertRule", - "Method": "Get", + "OperationId": "identity.apiConnector_uploadClientCertificate", + "Method": "Post", "Parameters": [ { - "Name": "managedTenantAlertRuleDefinition-id", + "Name": "identityApiConnector-id", "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/apiConnectors/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.apiConnector_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/authenticationEventListeners", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_ListAuthenticationEventListener", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -371702,19 +268092,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventListeners", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRuleDefinition_GetAlertRule", + "OperationId": "identity_CreateAuthenticationEventListener", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_GetAuthenticationEventListener", "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlertRuleDefinition-id", - "Location": "Path" - }, - { - "Name": "managedTenantAlertRule-id", + "Name": "authenticationEventListener-id", "Location": "Path" }, { @@ -371730,35 +268127,47 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRuleDefinition.alertRule_GetCount", - "Method": "Get", + "OperationId": "identity_UpdateAuthenticationEventListener", + "Method": "Patch", "Parameters": [ { - "Name": "managedTenantAlertRuleDefinition-id", + "Name": "authenticationEventListener-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_DeleteAuthenticationEventListener", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "authenticationEventListener-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventListeners/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRuleDefinition_GetCount", + "OperationId": "identity.authenticationEventListener_GetCount", "Method": "Get", "Parameters": [ { @@ -371774,11 +268183,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagedTenantAlertRule", + "OperationId": "identity_ListAuthenticationEventsFlow", "Method": "Get", "Parameters": [ { @@ -371818,26 +268227,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagedTenantAlertRule", + "OperationId": "identity_CreateAuthenticationEventsFlow", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagedTenantAlertRule", + "OperationId": "identity_GetAuthenticationEventsFlow", "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlertRule-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { @@ -371853,15 +268262,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagedTenantAlertRule", + "OperationId": "identity_UpdateAuthenticationEventsFlow", "Method": "Patch", "Parameters": [ { - "Name": "managedTenantAlertRule-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" } ] @@ -371869,15 +268278,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagedTenantAlertRule", + "OperationId": "identity_DeleteAuthenticationEventsFlow", "Method": "Delete", "Parameters": [ { - "Name": "managedTenantAlertRule-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { @@ -371889,15 +268298,39 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRule_ListAlert", + "OperationId": "identity.authenticationEventsFlow_GetCondition", "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlertRule-id", + "Name": "authenticationEventsFlow-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.authenticationEventsFlow_ListIncludeApplication", + "Method": "Get", + "Parameters": [ + { + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { @@ -371937,51 +268370,43 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRule_GetAlert", - "Method": "Get", + "OperationId": "identity.authenticationEventsFlow_CreateIncludeApplication", + "Method": "Post", "Parameters": [ { - "Name": "managedTenantAlertRule-id", - "Location": "Path" - }, - { - "Name": "managedTenantAlert-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRule.alert_GetCount", + "OperationId": "identity.authenticationEventsFlow_GetIncludeApplication", "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlertRule-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { - "Name": "$search", + "Name": "authenticationConditionApplication-appId", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -371989,64 +268414,60 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/ruleDefinition", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRule_GetRuleDefinition", - "Method": "Get", + "OperationId": "identity.authenticationEventsFlow_UpdateIncludeApplication", + "Method": "Patch", "Parameters": [ { - "Name": "managedTenantAlertRule-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "authenticationConditionApplication-appId", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRule_GetCount", - "Method": "Get", + "OperationId": "identity.authenticationEventsFlow_DeleteIncludeApplication", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "authenticationEventsFlow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "authenticationConditionApplication-appId", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagedTenantAlert", + "OperationId": "identity.authenticationEventsFlow.includeApplication_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "authenticationEventsFlow-id", + "Location": "Path" }, { "Name": "$search", @@ -372055,48 +268476,21 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagedTenantAlert", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagedTenantAlert", + "OperationId": "identity_GetAuthenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow", "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlert-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { @@ -372112,51 +268506,39 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagedTenantAlert", - "Method": "Patch", + "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_GetCondition", + "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlert-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagedTenantAlert", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "managedTenantAlert-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/alertLogs", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_ListAlertLog", + "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_ListIncludeApplication", "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlert-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { @@ -372188,27 +268570,43 @@ "Location": "Query" }, { - "Name": "$expand", - "Location": "Query" + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_CreateIncludeApplication", + "Method": "Post", + "Parameters": [ + { + "Name": "authenticationEventsFlow-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/alertLogs/{managedTenantAlertLog-id}", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_GetAlertLog", + "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_GetIncludeApplication", "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlert-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { - "Name": "managedTenantAlertLog-id", + "Name": "authenticationConditionApplication-appId", "Location": "Path" }, { @@ -372224,73 +268622,61 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/alertLogs/$count", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlert.alertLog_GetCount", - "Method": "Get", + "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_UpdateIncludeApplication", + "Method": "Patch", "Parameters": [ { - "Name": "managedTenantAlert-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "authenticationConditionApplication-appId", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/alertRule", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_GetAlertRule", - "Method": "Get", + "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_DeleteIncludeApplication", + "Method": "Delete", "Parameters": [ { - "Name": "managedTenantAlert-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "authenticationConditionApplication-appId", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_ListApiNotification", + "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow.includeApplication_GetCount", "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlert-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -372298,41 +268684,21 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_GetApiNotification", + "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_GetOnAttributeCollection", "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlert-id", - "Location": "Path" - }, - { - "Name": "managedTenantApiNotification-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { @@ -372348,39 +268714,31 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlert.apiNotification_GetCount", + "OperationId": "identity.authenticationEventsFlow_GetOnAttributeCollectionAsOnAttributeCollectionExternalUsersSelfServiceSignUp", "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlert-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_ListEmailNotification", + "OperationId": "identity.authenticationEventsFlowAsOnAttributeCollectionExternalUsersSelfServiceSignUp_ListAttribute", "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlert-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { @@ -372420,43 +268778,39 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_GetEmailNotification", - "Method": "Get", + "OperationId": "identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp.attribute_DeleteIdentityUserFlowGraphAPretributeGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "managedTenantAlert-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { - "Name": "managedTenantEmailNotification-id", + "Name": "identityUserFlowAttribute-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlert.emailNotification_GetCount", + "OperationId": "identity.authenticationEventsFlowAsOnAttributeCollectionExternalUsersSelfServiceSignUp.attribute_GetCount", "Method": "Get", "Parameters": [ { - "Name": "managedTenantAlert-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { @@ -372472,33 +268826,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/$count", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_GetCount", + "OperationId": "identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp_ListGraphAPretributeGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "authenticationEventsFlow-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantApiNotifications", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagedTenantApiNotification", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -372522,64 +268860,21 @@ { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantApiNotifications", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagedTenantApiNotification", + "OperationId": "identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp_CreateGraphAPretributeGraphBPreRef", "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagedTenantApiNotification", - "Method": "Get", - "Parameters": [ - { - "Name": "managedTenantApiNotification-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagedTenantApiNotification", - "Method": "Patch", "Parameters": [ { - "Name": "managedTenantApiNotification-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" } ] @@ -372587,35 +268882,39 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagedTenantApiNotification", + "OperationId": "identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp_DeleteGraphAPretributeGraphBPreRef", "Method": "Delete", "Parameters": [ { - "Name": "managedTenantApiNotification-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { "Name": "If-Match", "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantApiNotification_GetAlert", + "OperationId": "identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_GetOnAuthenticationMethodLoadStart", "Method": "Get", "Parameters": [ { - "Name": "managedTenantApiNotification-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { @@ -372631,33 +268930,33 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantApiNotification_GetCount", + "OperationId": "identity.authenticationEventsFlow_GetOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "authenticationEventsFlow-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagedTenantEmailNotification", + "OperationId": "identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp_ListIdentityProvider", "Method": "Get", "Parameters": [ + { + "Name": "authenticationEventsFlow-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -372695,34 +268994,47 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagedTenantEmailNotification", - "Method": "Post", - "Parameters": [] + "OperationId": "identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.identityProvider_DeleteIdentityProviderBaseGraphBPreRef", + "Method": "Delete", + "Parameters": [ + { + "Name": "authenticationEventsFlow-id", + "Location": "Path" + }, + { + "Name": "identityProviderBase-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagedTenantEmailNotification", + "OperationId": "identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.identityProvider_GetCount", "Method": "Get", "Parameters": [ { - "Name": "managedTenantEmailNotification-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -372730,59 +269042,79 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagedTenantEmailNotification", - "Method": "Patch", + "OperationId": "identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp_ListIdentityProviderGraphBPreRef", + "Method": "Get", "Parameters": [ { - "Name": "managedTenantEmailNotification-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagedTenantEmailNotification", - "Method": "Delete", + "OperationId": "identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp_CreateIdentityProviderGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "managedTenantEmailNotification-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantEmailNotification_GetAlert", - "Method": "Get", + "OperationId": "identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp_DeleteIdentityProviderGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "managedTenantEmailNotification-id", + "Name": "authenticationEventsFlow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$expand", + "Name": "@id", "Location": "Query" } ] @@ -372790,11 +269122,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantEmailNotification_GetCount", + "OperationId": "identity.authenticationEventsFlow_GetCount", "Method": "Get", "Parameters": [ { @@ -372810,11 +269142,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagedTenantTicketingEndpoint", + "OperationId": "identity_ListAuthenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow", "Method": "Get", "Parameters": [ { @@ -372854,82 +269186,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagedTenantTicketingEndpoint", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagedTenantTicketingEndpoint", - "Method": "Get", - "Parameters": [ - { - "Name": "managedTenantTicketingEndpoint-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagedTenantTicketingEndpoint", - "Method": "Patch", - "Parameters": [ - { - "Name": "managedTenantTicketingEndpoint-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagedTenantTicketingEndpoint", - "Method": "Delete", - "Parameters": [ - { - "Name": "managedTenantTicketingEndpoint-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count", - "Module": "ManagedTenants" + "Path": "/identity/authenticationEventsFlows/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managedTenantTicketingEndpoint_GetCount", + "OperationId": "identity.AuthenticationEventsFlow_GetCountAsExternalUsersSelfServiceSignUpEventsFlow", "Method": "Get", "Parameters": [ { @@ -372945,11 +269206,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementActions", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagementAction", + "OperationId": "identity_ListB2cUserFlow", "Method": "Get", "Parameters": [ { @@ -372989,26 +269250,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementActions", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagementAction", + "OperationId": "identity_CreateB2cUserFlow", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagementAction", + "OperationId": "identity_GetB2cUserFlow", "Method": "Get", "Parameters": [ { - "Name": "managementAction-id", + "Name": "b2cIdentityUserFlow-id", "Location": "Path" }, { @@ -373024,15 +269285,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagementAction", + "OperationId": "identity_UpdateB2cUserFlow", "Method": "Patch", "Parameters": [ { - "Name": "managementAction-id", + "Name": "b2cIdentityUserFlow-id", "Location": "Path" } ] @@ -373040,15 +269301,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagementAction", + "OperationId": "identity_DeleteB2cUserFlow", "Method": "Delete", "Parameters": [ { - "Name": "managementAction-id", + "Name": "b2cIdentityUserFlow-id", "Location": "Path" }, { @@ -373060,33 +269321,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementActions/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementAction_GetCount", + "OperationId": "identity.b2cUserFlow_ListIdentityProvider", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagementActionTenantDeploymentStatus", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -373124,34 +269369,47 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/{identityProvider-id}/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagementActionTenantDeploymentStatus", - "Method": "Post", - "Parameters": [] + "OperationId": "identity.b2cUserFlow.identityProvider_DeleteIdentityProviderGraphBPreRef", + "Method": "Delete", + "Parameters": [ + { + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "identityProvider-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagementActionTenantDeploymentStatus", + "OperationId": "identity.b2cUserFlow.identityProvider_GetCount", "Method": "Get", "Parameters": [ { - "Name": "managementActionTenantDeploymentStatus-id", + "Name": "b2cIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -373159,55 +269417,79 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagementActionTenantDeploymentStatus", - "Method": "Patch", + "OperationId": "identity.b2cUserFlow_ListIdentityProviderGraphBPreRef", + "Method": "Get", "Parameters": [ { - "Name": "managementActionTenantDeploymentStatus-id", + "Name": "b2cIdentityUserFlow-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagementActionTenantDeploymentStatus", - "Method": "Delete", + "OperationId": "identity.b2cUserFlow_CreateIdentityProviderGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "managementActionTenantDeploymentStatus-id", + "Name": "b2cIdentityUserFlow-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementActionTenantDeploymentStatus_GetCount", - "Method": "Get", + "OperationId": "identity.b2cUserFlow_DeleteIdentityProviderGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "If-Match", + "Location": "Header" + }, + { + "Name": "@id", "Location": "Query" } ] @@ -373215,13 +269497,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementIntents", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagementIntent", + "OperationId": "identity.b2cUserFlow_ListLanguage", "Method": "Get", "Parameters": [ + { + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -373259,26 +269545,35 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementIntents", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagementIntent", + "OperationId": "identity.b2cUserFlow_CreateLanguage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagementIntent", + "OperationId": "identity.b2cUserFlow_GetLanguage", "Method": "Get", "Parameters": [ { - "Name": "managementIntent-id", + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" }, { @@ -373294,15 +269589,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagementIntent", + "OperationId": "identity.b2cUserFlow_UpdateLanguage", "Method": "Patch", "Parameters": [ { - "Name": "managementIntent-id", + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" } ] @@ -373310,15 +269609,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagementIntent", + "OperationId": "identity.b2cUserFlow_DeleteLanguage", "Method": "Delete", "Parameters": [ { - "Name": "managementIntent-id", + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" }, { @@ -373330,33 +269633,21 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementIntents/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementIntent_GetCount", + "OperationId": "identity.b2cUserFlow.language_ListDefaultPage", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateCollections", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagementTemplateCollection", - "Method": "Get", - "Parameters": [ + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -373394,26 +269685,43 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateCollections", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagementTemplateCollection", + "OperationId": "identity.b2cUserFlow.language_CreateDefaultPage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagementTemplateCollection", + "OperationId": "identity.b2cUserFlow.language_GetDefaultPage", "Method": "Get", "Parameters": [ { - "Name": "managementTemplateCollection-id", + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguagePage-id", "Location": "Path" }, { @@ -373429,15 +269737,23 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagementTemplateCollection", + "OperationId": "identity.b2cUserFlow.language_UpdateDefaultPage", "Method": "Patch", "Parameters": [ { - "Name": "managementTemplateCollection-id", + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguagePage-id", "Location": "Path" } ] @@ -373445,15 +269761,23 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagementTemplateCollection", + "OperationId": "identity.b2cUserFlow.language_DeleteDefaultPage", "Method": "Delete", "Parameters": [ { - "Name": "managementTemplateCollection-id", + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguagePage-id", "Location": "Path" }, { @@ -373465,91 +269789,67 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateCollection_ListManagementTemplate", + "OperationId": "identity.b2cUserFlow.language_GetDefaultPagesContent", "Method": "Get", "Parameters": [ { - "Name": "managementTemplateCollection-id", + "Name": "b2cIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "userFlowLanguagePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateCollection_GetManagementTemplate", - "Method": "Get", + "OperationId": "identity.b2cUserFlow.language_SetDefaultPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "managementTemplateCollection-id", + "Name": "b2cIdentityUserFlow-id", "Location": "Path" }, { - "Name": "managementTemplate-id", + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "userFlowLanguagePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateCollection.managementTemplate_GetCount", + "OperationId": "identity.b2cUserFlow.language.defaultPage_GetCount", "Method": "Get", "Parameters": [ { - "Name": "managementTemplateCollection-id", + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" }, { @@ -373565,33 +269865,21 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateCollections/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateCollection_GetCount", + "OperationId": "identity.b2cUserFlow.language_ListOverridesPage", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagementTemplateCollectionTenantSummary", - "Method": "Get", - "Parameters": [ + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -373629,26 +269917,43 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagementTemplateCollectionTenantSummary", + "OperationId": "identity.b2cUserFlow.language_CreateOverridesPage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagementTemplateCollectionTenantSummary", + "OperationId": "identity.b2cUserFlow.language_GetOverridesPage", "Method": "Get", "Parameters": [ { - "Name": "managementTemplateCollectionTenantSummary-id", + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguagePage-id", "Location": "Path" }, { @@ -373664,15 +269969,23 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagementTemplateCollectionTenantSummary", + "OperationId": "identity.b2cUserFlow.language_UpdateOverridesPage", "Method": "Patch", "Parameters": [ { - "Name": "managementTemplateCollectionTenantSummary-id", + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguagePage-id", "Location": "Path" } ] @@ -373680,15 +269993,23 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagementTemplateCollectionTenantSummary", + "OperationId": "identity.b2cUserFlow.language_DeleteOverridesPage", "Method": "Delete", "Parameters": [ { - "Name": "managementTemplateCollectionTenantSummary-id", + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguagePage-id", "Location": "Path" }, { @@ -373700,13 +270021,69 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateCollectionTenantSummary_GetCount", + "OperationId": "identity.b2cUserFlow.language_GetOverridesPagesContent", + "Method": "Get", + "Parameters": [ + { + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguagePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2cUserFlow.language_SetOverridesPagesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguagePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2cUserFlow.language.overridesPage_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -373720,13 +270097,41 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplates", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2cUserFlow.language_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagementTemplate", + "OperationId": "identity.b2cUserFlow_ListUserAttributeAssignment", "Method": "Get", "Parameters": [ + { + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -373764,26 +270169,35 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplates", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagementTemplate", + "OperationId": "identity.b2cUserFlow_CreateUserAttributeAssignment", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagementTemplate", + "OperationId": "identity.b2cUserFlow_GetUserAttributeAssignment", "Method": "Get", "Parameters": [ { - "Name": "managementTemplate-id", + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "identityUserFlowAttributeAssignment-id", "Location": "Path" }, { @@ -373799,15 +270213,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagementTemplate", + "OperationId": "identity.b2cUserFlow_UpdateUserAttributeAssignment", "Method": "Patch", "Parameters": [ { - "Name": "managementTemplate-id", + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "identityUserFlowAttributeAssignment-id", "Location": "Path" } ] @@ -373815,15 +270233,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagementTemplate", + "OperationId": "identity.b2cUserFlow_DeleteUserAttributeAssignment", "Method": "Delete", "Parameters": [ { - "Name": "managementTemplate-id", + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "identityUserFlowAttributeAssignment-id", "Location": "Path" }, { @@ -373835,40 +270257,20 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateCollections", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplate_ListManagementTemplateCollection", + "OperationId": "identity.b2cUserFlow.userAttributeAssignment_GetUserAttribute", "Method": "Get", "Parameters": [ { - "Name": "managementTemplate-id", + "Name": "b2cIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "identityUserFlowAttributeAssignment-id", + "Location": "Path" }, { "Name": "$select", @@ -373883,27 +270285,23 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateCollections/{managementTemplateCollection-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplate_GetManagementTemplateCollection", + "OperationId": "identity.b2cUserFlow.userAttributeAssignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "managementTemplate-id", - "Location": "Path" - }, - { - "Name": "managementTemplateCollection-id", + "Name": "b2cIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -373911,39 +270309,47 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateCollections/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/microsoft.graph.getOrder()", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplate.managementTemplateCollection_GetCount", + "OperationId": "identity.b2cUserFlow.userAttributeAssignment_getOrder", "Method": "Get", "Parameters": [ { - "Name": "managementTemplate-id", + "Name": "b2cIdentityUserFlow-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/microsoft.graph.setOrder", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2cUserFlow.userAttributeAssignment_setOrder", + "Method": "Post", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "b2cIdentityUserFlow-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplate_ListManagementTemplateStep", + "OperationId": "identity.b2cUserFlow_ListUserFlowIdentityProvider", "Method": "Get", "Parameters": [ { - "Name": "managementTemplate-id", + "Name": "b2cIdentityUserFlow-id", "Location": "Path" }, { @@ -373983,19 +270389,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/{managementTemplateStep-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplate_GetManagementTemplateStep", + "OperationId": "identity.b2cUserFlow_GetUserFlowIdentityProvider", "Method": "Get", "Parameters": [ { - "Name": "managementTemplate-id", + "Name": "b2cIdentityUserFlow-id", "Location": "Path" }, { - "Name": "managementTemplateStep-id", + "Name": "identityProviderBase-id", "Location": "Path" }, { @@ -374011,15 +270417,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplate.managementTemplateStep_GetCount", + "OperationId": "identity.b2cUserFlow.userFlowIdentityProvider_GetCount", "Method": "Get", "Parameters": [ { - "Name": "managementTemplate-id", + "Name": "b2cIdentityUserFlow-id", "Location": "Path" }, { @@ -374035,11 +270441,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplates/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2cUserFlows/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplate_GetCount", + "OperationId": "identity.b2cUserFlow_GetCount", "Method": "Get", "Parameters": [ { @@ -374055,11 +270461,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateSteps", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagementTemplateStep", + "OperationId": "identity_ListB2xUserFlow", "Method": "Get", "Parameters": [ { @@ -374099,26 +270505,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateSteps", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagementTemplateStep", + "OperationId": "identity_CreateB2xUserFlow", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagementTemplateStep", + "OperationId": "identity_GetB2xUserFlow", "Method": "Get", "Parameters": [ { - "Name": "managementTemplateStep-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { @@ -374134,15 +270540,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagementTemplateStep", + "OperationId": "identity_UpdateB2xUserFlow", "Method": "Patch", "Parameters": [ { - "Name": "managementTemplateStep-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" } ] @@ -374150,15 +270556,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagementTemplateStep", + "OperationId": "identity_DeleteB2xUserFlow", "Method": "Delete", "Parameters": [ { - "Name": "managementTemplateStep-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { @@ -374170,15 +270576,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStep_GetAcceptedVersion", + "OperationId": "identity.b2xUserFlow_GetApiConnectorConfiguration", "Method": "Get", "Parameters": [ { - "Name": "managementTemplateStep-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { @@ -374194,15 +270600,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStep_GetManagementTemplate", + "OperationId": "identity.b2xUserFlow_GetPostAttributeCollection", "Method": "Get", "Parameters": [ { - "Name": "managementTemplateStep-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { @@ -374218,67 +270624,119 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStep_ListVersion", - "Method": "Get", + "OperationId": "identity.b2xUserFlow_UpdatePostAttributeCollection", + "Method": "Patch", "Parameters": [ { - "Name": "managementTemplateStep-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow_DeletePostAttributeCollection", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow_GetPostGraphAPretributeCollectionGraphBPreRef", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" - }, + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow_SetPostGraphAPretributeCollectionGraphBPreRef", + "Method": "Put", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" - }, + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow_DeletePostGraphAPretributeCollectionGraphBPreRef", + "Method": "Delete", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/{managementTemplateStepVersion-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/microsoft.graph.uploadClientCertificate", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStep_GetVersion", - "Method": "Get", + "OperationId": "identity.b2xUserFlow.apiConnectorConfiguration.postAttributeCollection_uploadClientCertificate", + "Method": "Post", "Parameters": [ { - "Name": "managementTemplateStep-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow_GetPostFederationSignup", + "Method": "Get", + "Parameters": [ { - "Name": "managementTemplateStepVersion-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { @@ -374294,114 +270752,119 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStep.version_GetCount", - "Method": "Get", + "OperationId": "identity.b2xUserFlow_UpdatePostFederationSignup", + "Method": "Patch", "Parameters": [ { - "Name": "managementTemplateStep-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStep_GetCount", - "Method": "Get", + "OperationId": "identity.b2xUserFlow_DeletePostFederationSignup", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagementTemplateStepTenantSummary", + "OperationId": "identity.b2xUserFlow_GetPostFederationSignupGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow_SetPostFederationSignupGraphBPreRef", + "Method": "Put", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" - }, + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow_DeletePostFederationSignupGraphBPreRef", + "Method": "Delete", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/microsoft.graph.uploadClientCertificate", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagementTemplateStepTenantSummary", + "OperationId": "identity.b2xUserFlow.apiConnectorConfiguration.postFederationSignup_uploadClientCertificate", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagementTemplateStepTenantSummary", + "OperationId": "identity.b2xUserFlow_GetPreTokenIssuance", "Method": "Get", "Parameters": [ { - "Name": "managementTemplateStepTenantSummary-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { @@ -374417,15 +270880,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagementTemplateStepTenantSummary", + "OperationId": "identity.b2xUserFlow_UpdatePreTokenIssuance", "Method": "Patch", "Parameters": [ { - "Name": "managementTemplateStepTenantSummary-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" } ] @@ -374433,15 +270896,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagementTemplateStepTenantSummary", + "OperationId": "identity.b2xUserFlow_DeletePreTokenIssuance", "Method": "Delete", "Parameters": [ { - "Name": "managementTemplateStepTenantSummary-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { @@ -374453,33 +270916,33 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance/microsoft.graph.uploadClientCertificate", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStepTenantSummary_GetCount", - "Method": "Get", + "OperationId": "identity.b2xUserFlow.apiConnectorConfiguration.preTokenIssuance_uploadClientCertificate", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListManagementTemplateStepVersion", + "OperationId": "identity.b2xUserFlow_ListIdentityProvider", "Method": "Get", "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -374517,26 +270980,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateManagementTemplateStepVersion", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetManagementTemplateStepVersion", + "OperationId": "identity.b2xUserFlow_GetIdentityProvider", "Method": "Get", "Parameters": [ { - "Name": "managementTemplateStepVersion-id", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "identityProvider-id", "Location": "Path" }, { @@ -374552,59 +271008,23 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateManagementTemplateStepVersion", - "Method": "Patch", - "Parameters": [ - { - "Name": "managementTemplateStepVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteManagementTemplateStepVersion", - "Method": "Delete", - "Parameters": [ - { - "Name": "managementTemplateStepVersion-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_GetAcceptedGraphFPre", + "OperationId": "identity.b2xUserFlow.identityProvider_GetCount", "Method": "Get", "Parameters": [ { - "Name": "managementTemplateStepVersion-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -374612,15 +271032,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_ListDeployment", + "OperationId": "identity.b2xUserFlow_ListLanguage", "Method": "Get", "Parameters": [ { - "Name": "managementTemplateStepVersion-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { @@ -374660,15 +271080,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_CreateDeployment", + "OperationId": "identity.b2xUserFlow_CreateLanguage", "Method": "Post", "Parameters": [ { - "Name": "managementTemplateStepVersion-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" } ] @@ -374676,19 +271096,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_GetDeployment", + "OperationId": "identity.b2xUserFlow_GetLanguage", "Method": "Get", "Parameters": [ { - "Name": "managementTemplateStepVersion-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "managementTemplateStepDeployment-id", + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" }, { @@ -374704,19 +271124,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_UpdateDeployment", + "OperationId": "identity.b2xUserFlow_UpdateLanguage", "Method": "Patch", "Parameters": [ { - "Name": "managementTemplateStepVersion-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "managementTemplateStepDeployment-id", + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" } ] @@ -374724,19 +271144,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_DeleteDeployment", + "OperationId": "identity.b2xUserFlow_DeleteLanguage", "Method": "Delete", "Parameters": [ { - "Name": "managementTemplateStepVersion-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "managementTemplateStepDeployment-id", + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" }, { @@ -374748,44 +271168,28 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion.deployment_GetTemplateStepVersion", + "OperationId": "identity.b2xUserFlow.language_ListDefaultPage", "Method": "Get", "Parameters": [ { - "Name": "managementTemplateStepVersion-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "managementTemplateStepDeployment-id", + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion.deployment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "managementTemplateStepVersion-id", - "Location": "Path" }, { "Name": "$search", @@ -374794,22 +271198,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_GetTemplateStep", - "Method": "Get", - "Parameters": [ + }, { - "Name": "managementTemplateStepVersion-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -374824,56 +271220,44 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_GetCount", - "Method": "Get", + "OperationId": "identity.b2xUserFlow.language_CreateDefaultPage", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/myRoles", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListMyRole", + "OperationId": "identity.b2xUserFlow.language_GetDefaultPage", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "userFlowLanguagePage-id", + "Location": "Path" }, { "Name": "$select", @@ -374888,50 +271272,75 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/myRoles", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateMyRole", - "Method": "Post", - "Parameters": [] + "OperationId": "identity.b2xUserFlow.language_UpdateDefaultPage", + "Method": "Patch", + "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguagePage-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetMyRole", - "Method": "Get", + "OperationId": "identity.b2xUserFlow.language_DeleteDefaultPage", + "Method": "Delete", "Parameters": [ { - "Name": "myRole-tenantId", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "userFlowLanguagePage-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateMyRole", - "Method": "Patch", + "OperationId": "identity.b2xUserFlow.language_GetDefaultPagesContent", + "Method": "Get", "Parameters": [ { - "Name": "myRole-tenantId", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguagePage-id", "Location": "Path" } ] @@ -374939,33 +271348,45 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteMyRole", - "Method": "Delete", + "OperationId": "identity.b2xUserFlow.language_SetDefaultPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "myRole-tenantId", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguagePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/myRoles/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.myRole_GetCount", + "OperationId": "identity.b2xUserFlow.language.defaultPage_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -374979,13 +271400,21 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantGroups", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListTenantGroup", + "OperationId": "identity.b2xUserFlow.language_ListOverridesPage", "Method": "Get", "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -375023,26 +271452,43 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantGroups", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateTenantGroup", + "OperationId": "identity.b2xUserFlow.language_CreateOverridesPage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetTenantGroup", + "OperationId": "identity.b2xUserFlow.language_GetOverridesPage", "Method": "Get", "Parameters": [ { - "Name": "tenantGroup-id", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguagePage-id", "Location": "Path" }, { @@ -375058,15 +271504,23 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateTenantGroup", + "OperationId": "identity.b2xUserFlow.language_UpdateOverridesPage", "Method": "Patch", "Parameters": [ { - "Name": "tenantGroup-id", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguagePage-id", "Location": "Path" } ] @@ -375074,168 +271528,121 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteTenantGroup", + "OperationId": "identity.b2xUserFlow.language_DeleteOverridesPage", "Method": "Delete", "Parameters": [ { - "Name": "tenantGroup-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantGroups/$count", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.tenantGroup_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, { - "Name": "$search", - "Location": "Query" + "Name": "userFlowLanguagePage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenants", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListTenant", + "OperationId": "identity.b2xUserFlow.language_GetOverridesPagesContent", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "userFlowLanguagePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenants", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateTenant", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetTenant", - "Method": "Get", + "OperationId": "identity.b2xUserFlow.language_SetOverridesPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "tenant-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "userFlowLanguagePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateTenant", - "Method": "Patch", + "OperationId": "identity.b2xUserFlow.language.overridesPage_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "tenant-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteTenant", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "tenant-id", + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenants/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.tenant_GetCount", + "OperationId": "identity.b2xUserFlow.language_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -375249,13 +271656,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListTenantsCustomizedInformation", + "OperationId": "identity.b2xUserFlow_ListUserAttributeAssignment", "Method": "Get", "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -375293,26 +271704,35 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateTenantsCustomizedInformation", + "OperationId": "identity.b2xUserFlow_CreateUserAttributeAssignment", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetTenantsCustomizedInformation", + "OperationId": "identity.b2xUserFlow_GetUserAttributeAssignment", "Method": "Get", "Parameters": [ { - "Name": "tenantCustomizedInformation-id", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "identityUserFlowAttributeAssignment-id", "Location": "Path" }, { @@ -375328,15 +271748,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateTenantsCustomizedInformation", + "OperationId": "identity.b2xUserFlow_UpdateUserAttributeAssignment", "Method": "Patch", "Parameters": [ { - "Name": "tenantCustomizedInformation-id", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "identityUserFlowAttributeAssignment-id", "Location": "Path" } ] @@ -375344,15 +271768,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteTenantsCustomizedInformation", + "OperationId": "identity.b2xUserFlow_DeleteUserAttributeAssignment", "Method": "Delete", "Parameters": [ { - "Name": "tenantCustomizedInformation-id", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "identityUserFlowAttributeAssignment-id", "Location": "Path" }, { @@ -375364,19 +271792,27 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.tenantsCustomizedInformation_GetCount", + "OperationId": "identity.b2xUserFlow.userAttributeAssignment_GetUserAttribute", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "identityUserFlowAttributeAssignment-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -375384,20 +271820,16 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantsDetailedInformation", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListTenantsDetailedInformation", + "OperationId": "identity.b2xUserFlow.userAttributeAssignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" }, { "Name": "$search", @@ -375406,50 +271838,79 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/microsoft.graph.getOrder()", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow.userAttributeAssignment_getOrder", + "Method": "Get", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantsDetailedInformation", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/microsoft.graph.setOrder", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateTenantsDetailedInformation", + "OperationId": "identity.b2xUserFlow.userAttributeAssignment_setOrder", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetTenantsDetailedInformation", + "OperationId": "identity.b2xUserFlow_ListUserFlowIdentityProvider", "Method": "Get", "Parameters": [ { - "Name": "tenantDetailedInformation-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -375463,31 +271924,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateTenantsDetailedInformation", - "Method": "Patch", + "OperationId": "identity.b2xUserFlow.userFlowIdentityProvider_DeleteIdentityProviderBaseGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "tenantDetailedInformation-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteTenantsDetailedInformation", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "tenantDetailedInformation-id", + "Name": "identityProviderBase-id", "Location": "Path" }, { @@ -375499,13 +271948,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.tenantsDetailedInformation_GetCount", + "OperationId": "identity.b2xUserFlow.userFlowIdentityProvider_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -375519,13 +271972,17 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantTags", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListTenantTag", + "OperationId": "identity.b2xUserFlow_ListUserFlowIdentityProviderGraphBPreRef", "Method": "Get", "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -375549,64 +272006,21 @@ { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantTags", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateTenantTag", + "OperationId": "identity.b2xUserFlow_CreateUserFlowIdentityProviderGraphBPreRef", "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetTenantTag", - "Method": "Get", - "Parameters": [ - { - "Name": "tenantTag-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "Module": "ManagedTenants" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateTenantTag", - "Method": "Patch", "Parameters": [ { - "Name": "tenantTag-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" } ] @@ -375614,31 +272028,35 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteTenantTag", + "OperationId": "identity.b2xUserFlow_DeleteUserFlowIdentityProviderGraphBPreRef", "Method": "Delete", "Parameters": [ { - "Name": "tenantTag-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { "Name": "If-Match", "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/tenantTags/$count", - "Module": "ManagedTenants" + "Path": "/identity/b2xUserFlows/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.tenantTag_GetCount", + "OperationId": "identity.b2xUserFlow_GetCount", "Method": "Get", "Parameters": [ { @@ -375654,11 +272072,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", - "Module": "ManagedTenants" + "Path": "/identity/conditionalAccess/authenticationContextClassReferences", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListWindowsDeviceMalwareState", + "OperationId": "identity.conditionalAccess_ListAuthenticationContextClassReference", "Method": "Get", "Parameters": [ { @@ -375698,26 +272116,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", - "Module": "ManagedTenants" + "Path": "/identity/conditionalAccess/authenticationContextClassReferences", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateWindowsDeviceMalwareState", + "OperationId": "identity.conditionalAccess_CreateAuthenticationContextClassReference", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "Module": "ManagedTenants" + "Path": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetWindowsDeviceMalwareState", + "OperationId": "identity.conditionalAccess_GetAuthenticationContextClassReference", "Method": "Get", "Parameters": [ { - "Name": "windowsDeviceMalwareState-id", + "Name": "authenticationContextClassReference-id", "Location": "Path" }, { @@ -375733,15 +272151,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "Module": "ManagedTenants" + "Path": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateWindowsDeviceMalwareState", + "OperationId": "identity.conditionalAccess_UpdateAuthenticationContextClassReference", "Method": "Patch", "Parameters": [ { - "Name": "windowsDeviceMalwareState-id", + "Name": "authenticationContextClassReference-id", "Location": "Path" } ] @@ -375749,15 +272167,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "Module": "ManagedTenants" + "Path": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteWindowsDeviceMalwareState", + "OperationId": "identity.conditionalAccess_DeleteAuthenticationContextClassReference", "Method": "Delete", "Parameters": [ { - "Name": "windowsDeviceMalwareState-id", + "Name": "authenticationContextClassReference-id", "Location": "Path" }, { @@ -375769,11 +272187,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count", - "Module": "ManagedTenants" + "Path": "/identity/conditionalAccess/authenticationContextClassReferences/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.windowsDeviceMalwareState_GetCount", + "OperationId": "identity.conditionalAccess.authenticationContextClassReference_GetCount", "Method": "Get", "Parameters": [ { @@ -375789,11 +272207,58 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/windowsProtectionStates", - "Module": "ManagedTenants" + "Path": "/identity/conditionalAccess/authenticationStrength", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_ListWindowsProtectionState", + "OperationId": "identity.conditionalAccess_GetAuthenticationStrength", + "Method": "Get", + "Parameters": [ + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/authenticationStrength", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess_UpdateAuthenticationStrength", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/authenticationStrength", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess_DeleteAuthenticationStrength", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess.authenticationStrength_ListAuthenticationMethodMode", "Method": "Get", "Parameters": [ { @@ -375833,26 +272298,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/windowsProtectionStates", - "Module": "ManagedTenants" + "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_CreateWindowsProtectionState", + "OperationId": "identity.conditionalAccess.authenticationStrength_CreateAuthenticationMethodMode", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "Module": "ManagedTenants" + "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_GetWindowsProtectionState", + "OperationId": "identity.conditionalAccess.authenticationStrength_GetAuthenticationMethodMode", "Method": "Get", "Parameters": [ { - "Name": "windowsProtectionState-id", + "Name": "authenticationMethodModeDetail-id", "Location": "Path" }, { @@ -375868,15 +272333,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "Module": "ManagedTenants" + "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_UpdateWindowsProtectionState", + "OperationId": "identity.conditionalAccess.authenticationStrength_UpdateAuthenticationMethodMode", "Method": "Patch", "Parameters": [ { - "Name": "windowsProtectionState-id", + "Name": "authenticationMethodModeDetail-id", "Location": "Path" } ] @@ -375884,15 +272349,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "Module": "ManagedTenants" + "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant_DeleteWindowsProtectionState", + "OperationId": "identity.conditionalAccess.authenticationStrength_DeleteAuthenticationMethodMode", "Method": "Delete", "Parameters": [ { - "Name": "windowsProtectionState-id", + "Name": "authenticationMethodModeDetail-id", "Location": "Path" }, { @@ -375904,11 +272369,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/managedTenants/windowsProtectionStates/$count", - "Module": "ManagedTenants" + "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.managedTenant.windowsProtectionState_GetCount", + "OperationId": "identity.conditionalAccess.authenticationStrength.authenticationMethodMode_GetCount", "Method": "Get", "Parameters": [ { @@ -375924,77 +272389,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "group_GetOnenote", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/onenote", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "group_UpdateOnenote", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/onenote", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "group_DeleteOnenote", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrength/policies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_ListNotebook", + "OperationId": "identity.conditionalAccess.authenticationStrength_ListPolicy", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -376032,35 +272433,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrength/policies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_CreateNotebook", + "OperationId": "identity.conditionalAccess.authenticationStrength_CreatePolicy", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_GetNotebook", + "OperationId": "identity.conditionalAccess.authenticationStrength_GetPolicy", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { @@ -376076,19 +272468,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_UpdateNotebook", + "OperationId": "identity.conditionalAccess.authenticationStrength_UpdatePolicy", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" } ] @@ -376096,19 +272484,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_DeleteNotebook", + "OperationId": "identity.conditionalAccess.authenticationStrength_DeletePolicy", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { @@ -376120,19 +272504,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_ListSectionGroup", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_ListCombinationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { @@ -376172,19 +272552,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_CreateSectionGroup", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_CreateCombinationConfiguration", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" } ] @@ -376192,23 +272568,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_GetSectionGroup", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_GetCombinationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "authenticationCombinationConfiguration-id", "Location": "Path" }, { @@ -376224,23 +272596,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_UpdateSectionGroup", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_UpdateCombinationConfiguration", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "authenticationCombinationConfiguration-id", "Location": "Path" } ] @@ -376248,23 +272616,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_DeleteSectionGroup", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_DeleteCombinationConfiguration", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "authenticationCombinationConfiguration-id", "Location": "Path" }, { @@ -376276,31 +272640,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_GetParentNotebook", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy.combinationConfiguration_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -376308,31 +272664,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/microsoft.graph.updateAllowedCombinations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_GetParentSectionGroup", - "Method": "Get", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_updateAllowedCombination", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/microsoft.graph.usage()", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_usage", + "Method": "Get", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/authenticationStrength/policies/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -376340,23 +272716,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/microsoft.graph.findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_ListSectionGroup", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_findGraphBPreMethodMode", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "authenticationMethodModes", "Location": "Path" }, { @@ -376380,11 +272748,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -376396,29 +272764,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_GetSectionGroup", + "OperationId": "identity.conditionalAccess_GetAuthenticationStrength", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -376432,57 +272784,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "identity.conditionalAccess_UpdateAuthenticationStrength", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/authenticationStrengths", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess_DeleteAuthenticationStrength", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_ListSection", + "OperationId": "identity.conditionalAccess.authenticationStrength_ListAuthenticationMethodMode", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -376520,51 +272855,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_CreateSection", + "OperationId": "identity.conditionalAccess.authenticationStrength_CreateAuthenticationMethodMode", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_GetSection", + "OperationId": "identity.conditionalAccess.authenticationStrength_GetAuthenticationMethodMode", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "authenticationMethodModeDetail-id", "Location": "Path" }, { @@ -376580,27 +272890,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_UpdateSection", + "OperationId": "identity.conditionalAccess.authenticationStrength_UpdateAuthenticationMethodMode", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "authenticationMethodModeDetail-id", "Location": "Path" } ] @@ -376608,27 +272906,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_DeleteSection", + "OperationId": "identity.conditionalAccess.authenticationStrength_DeleteAuthenticationMethodMode", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "authenticationMethodModeDetail-id", "Location": "Path" }, { @@ -376640,29 +272926,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_ListPage", + "OperationId": "identity.conditionalAccess.authenticationStrength.authenticationMethodMode_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/authenticationStrengths/policies", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess.authenticationStrength_ListPolicy", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -376700,59 +272990,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/policies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_CreatePage", + "OperationId": "identity.conditionalAccess.authenticationStrength_CreatePolicy", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_GetPage", + "OperationId": "identity.conditionalAccess.authenticationStrength_GetPolicy", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { @@ -376768,99 +273025,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_UpdatePage", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_DeletePage", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_GetPagesContent", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, + "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess.authenticationStrength_UpdatePolicy", + "Method": "Patch", + "Parameters": [ { - "Name": "onenotePage-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" } ] @@ -376868,64 +273041,60 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_SetPagesContent", - "Method": "Put", + "OperationId": "identity.conditionalAccess.authenticationStrength_DeletePolicy", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section.page_GetParentNotebook", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_ListCombinationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -376940,31 +273109,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section.page_GetParentSection", - "Method": "Get", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_CreateCombinationConfiguration", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_GetCombinationConfiguration", + "Method": "Get", + "Parameters": [ { - "Name": "onenoteSection-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "authenticationCombinationConfiguration-id", "Location": "Path" }, { @@ -376980,71 +273153,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section.page_GetCount", - "Method": "Get", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_UpdateCombinationConfiguration", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "authenticationCombinationConfiguration-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_DeleteCombinationConfiguration", + "Method": "Delete", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "authenticationCombinationConfiguration-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_GetParentNotebook", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy.combinationConfiguration_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -377052,61 +273221,45 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/microsoft.graph.updateAllowedCombinations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_GetParentSectionGroup", - "Method": "Get", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_updateAllowedCombination", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/microsoft.graph.usage()", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_GetCount", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_usage", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/authenticationStrengths/policies/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -377120,20 +273273,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", - "Module": "Notes" + "Path": "/identity/conditionalAccess/authenticationStrengths/policies/microsoft.graph.findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_GetCount", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_findGraphBPreMethodMode", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "authenticationMethodModes", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -377142,27 +273299,46 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" + "Path": "/identity/conditionalAccess/microsoft.graph.evaluate", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_ListSection", + "OperationId": "identity.conditionalAccess_evaluate", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/namedLocations", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess_ListNamedLocation", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -377200,43 +273376,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" + "Path": "/identity/conditionalAccess/namedLocations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_CreateSection", + "OperationId": "identity.conditionalAccess_CreateNamedLocation", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_GetSection", + "OperationId": "identity.conditionalAccess_GetNamedLocation", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "namedLocation-id", "Location": "Path" }, { @@ -377252,23 +273411,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_UpdateSection", + "OperationId": "identity.conditionalAccess_UpdateNamedLocation", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "namedLocation-id", "Location": "Path" } ] @@ -377276,23 +273427,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_DeleteSection", + "OperationId": "identity.conditionalAccess_DeleteNamedLocation", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "namedLocation-id", "Location": "Path" }, { @@ -377304,25 +273447,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/identity/conditionalAccess/namedLocations/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_ListPage", + "OperationId": "identity.conditionalAccess.namedLocation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/policies", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess_ListPolicy", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -377360,51 +273511,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/identity/conditionalAccess/policies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_CreatePage", + "OperationId": "identity.conditionalAccess_CreatePolicy", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_GetPage", + "OperationId": "identity.conditionalAccess_GetPolicy", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "conditionalAccessPolicy-id", "Location": "Path" }, { @@ -377420,27 +273546,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_UpdatePage", + "OperationId": "identity.conditionalAccess_UpdatePolicy", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "conditionalAccessPolicy-id", "Location": "Path" } ] @@ -377448,27 +273562,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_DeletePage", + "OperationId": "identity.conditionalAccess_DeletePolicy", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "conditionalAccessPolicy-id", "Location": "Path" }, { @@ -377480,84 +273582,56 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/identity/conditionalAccess/policies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_GetPagesContent", + "OperationId": "identity.conditionalAccess.policy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/identity/conditionalAccess/templates", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_SetPagesContent", - "Method": "Put", + "OperationId": "identity.conditionalAccess_ListTemplate", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "group.onenote.notebook.section.page_GetParentNotebook", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -377572,27 +273646,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section.page_GetParentSection", + "OperationId": "identity.conditionalAccess_GetTemplate", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "conditionalAccessTemplate-id", "Location": "Path" }, { @@ -377608,25 +273670,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/identity/conditionalAccess/templates/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section.page_GetCount", + "OperationId": "identity.conditionalAccess.template_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -377640,25 +273690,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/identity/continuousAccessEvaluationPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_GetParentNotebook", + "OperationId": "identity_GetContinuousAccessEvaluationPolicy", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -377672,24 +273710,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/identity/continuousAccessEvaluationPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_GetParentSectionGroup", + "OperationId": "identity_UpdateContinuousAccessEvaluationPolicy", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identity/continuousAccessEvaluationPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_DeleteContinuousAccessEvaluationPolicy", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/customAuthenticationExtensions", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_ListCustomAuthenticationExtension", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -377704,27 +273781,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/$count", - "Module": "Notes" + "Path": "/identity/customAuthenticationExtensions", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_GetCount", + "OperationId": "identity_CreateCustomAuthenticationExtension", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_GetCustomAuthenticationExtension", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "customAuthenticationExtension-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -377732,17 +273816,65 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/$count", - "Module": "Notes" + "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_GetCount", - "Method": "Get", + "OperationId": "identity_UpdateCustomAuthenticationExtension", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "customAuthenticationExtension-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_DeleteCustomAuthenticationExtension", + "Method": "Delete", + "Parameters": [ + { + "Name": "customAuthenticationExtension-id", "Location": "Path" }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/microsoft.graph.validateAuthenticationConfiguration", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.customAuthenticationExtension_validateAuthenticationConfiguration", + "Method": "Post", + "Parameters": [ + { + "Name": "customAuthenticationExtension-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/customAuthenticationExtensions/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.customAuthenticationExtension_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -377756,17 +273888,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/operations", - "Module": "Notes" + "Path": "/identity/customAuthenticationExtensions/microsoft.graph.validateAuthenticationConfiguration", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_ListOperation", + "OperationId": "identity.customAuthenticationExtension_validateAuthenticationConfiguration", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identity/identityProviders", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_ListIdentityProvider", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -377804,35 +273943,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/operations", - "Module": "Notes" + "Path": "/identity/identityProviders", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_CreateOperation", + "OperationId": "identity_CreateIdentityProvider", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" + "Path": "/identity/identityProviders/{identityProviderBase-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_GetOperation", + "OperationId": "identity_GetIdentityProvider", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteOperation-id", + "Name": "identityProviderBase-id", "Location": "Path" }, { @@ -377848,19 +273978,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" + "Path": "/identity/identityProviders/{identityProviderBase-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_UpdateOperation", + "OperationId": "identity_UpdateIdentityProvider", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteOperation-id", + "Name": "identityProviderBase-id", "Location": "Path" } ] @@ -377868,19 +273994,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" + "Path": "/identity/identityProviders/{identityProviderBase-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_DeleteOperation", + "OperationId": "identity_DeleteIdentityProvider", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteOperation-id", + "Name": "identityProviderBase-id", "Location": "Path" }, { @@ -377892,17 +274014,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/operations/$count", - "Module": "Notes" + "Path": "/identity/identityProviders/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.operation_GetCount", + "OperationId": "identity.identityProvider_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -377916,17 +274034,45 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages", - "Module": "Notes" + "Path": "/identity/identityProviders/microsoft.graph.availableProviderTypes()", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_ListPage", + "OperationId": "identity.identityProvider_availableProviderType", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" }, + { + "Name": "$count", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/userFlowAttributes", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_ListUserFlowAttribute", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -377964,35 +274110,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages", - "Module": "Notes" + "Path": "/identity/userFlowAttributes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_CreatePage", + "OperationId": "identity_CreateUserFlowAttribute", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_GetPage", + "OperationId": "identity_GetUserFlowAttribute", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "identityUserFlowAttribute-id", "Location": "Path" }, { @@ -378008,19 +274145,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_UpdatePage", + "OperationId": "identity_UpdateUserFlowAttribute", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "identityUserFlowAttribute-id", "Location": "Path" } ] @@ -378028,19 +274161,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_DeletePage", + "OperationId": "identity_DeleteUserFlowAttribute", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "identityUserFlowAttribute-id", "Location": "Path" }, { @@ -378052,59 +274181,90 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/identity/userFlowAttributes/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_GetPagesContent", + "OperationId": "identity.userFlowAttribute_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/identity/userFlows", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_SetPagesContent", - "Method": "Put", + "OperationId": "identity_ListUserFlow", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/identity/userFlows", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.page_GetParentNotebook", + "OperationId": "identity_CreateUserFlow", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identity/userFlows/{identityUserFlow-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_GetUserFlow", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "identityUserFlow-id", "Location": "Path" }, { @@ -378120,27 +274280,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/identity/userFlows/{identityUserFlow-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.page_GetParentSection", - "Method": "Get", + "OperationId": "identity_UpdateUserFlow", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "identityUserFlow-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/userFlows/{identityUserFlow-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_DeleteUserFlow", + "Method": "Delete", + "Parameters": [ { - "Name": "onenotePage-id", + "Name": "identityUserFlow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/userFlows/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.userFlow_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -378148,23 +274336,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/$count", - "Module": "Notes" + "Path": "/identityProtection", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.page_GetCount", + "OperationId": "identityProtection.identityProtectionRoot_GetIdentityProtectionRoot", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -378172,17 +274356,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources", - "Module": "Notes" + "Path": "/identityProtection", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_ListResource", + "OperationId": "identityProtection.identityProtectionRoot_UpdateIdentityProtectionRoot", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskDetections", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection_ListRiskDetection", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -378220,35 +274411,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources", - "Module": "Notes" + "Path": "/identityProtection/riskDetections", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_CreateResource", + "OperationId": "identityProtection_CreateRiskDetection", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" + "Path": "/identityProtection/riskDetections/{riskDetection-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_GetResource", + "OperationId": "identityProtection_GetRiskDetection", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteResource-id", + "Name": "riskDetection-id", "Location": "Path" }, { @@ -378264,19 +274446,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" + "Path": "/identityProtection/riskDetections/{riskDetection-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_UpdateResource", + "OperationId": "identityProtection_UpdateRiskDetection", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteResource-id", + "Name": "riskDetection-id", "Location": "Path" } ] @@ -378284,19 +274462,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" + "Path": "/identityProtection/riskDetections/{riskDetection-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_DeleteResource", + "OperationId": "identityProtection_DeleteRiskDetection", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteResource-id", + "Name": "riskDetection-id", "Location": "Path" }, { @@ -378308,63 +274482,98 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" + "Path": "/identityProtection/riskDetections/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_GetResourcesContent", + "OperationId": "identityProtection.riskDetection_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteResource-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" + "Path": "/identityProtection/riskyServicePrincipals", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_SetResourcesContent", - "Method": "Put", + "OperationId": "identityProtection_ListRiskyServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteResource-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources/$count", - "Module": "Notes" + "Path": "/identityProtection/riskyServicePrincipals", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.resource_GetCount", + "OperationId": "identityProtection_CreateRiskyServicePrincipal", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection_GetRiskyServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -378372,15 +274581,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups", - "Module": "Notes" + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_ListSectionGroup", + "OperationId": "identityProtection_UpdateRiskyServicePrincipal", + "Method": "Patch", + "Parameters": [ + { + "Name": "riskyServicePrincipal-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection_DeleteRiskyServicePrincipal", + "Method": "Delete", + "Parameters": [ + { + "Name": "riskyServicePrincipal-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection.riskyServicePrincipal_ListHistory", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" }, { @@ -378420,15 +274665,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups", - "Module": "Notes" + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_CreateSectionGroup", + "OperationId": "identityProtection.riskyServicePrincipal_CreateHistory", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" } ] @@ -378436,19 +274681,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_GetSectionGroup", + "OperationId": "identityProtection.riskyServicePrincipal_GetHistory", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "riskyServicePrincipalHistoryItem-id", "Location": "Path" }, { @@ -378464,19 +274709,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_UpdateSectionGroup", + "OperationId": "identityProtection.riskyServicePrincipal_UpdateHistory", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "riskyServicePrincipalHistoryItem-id", "Location": "Path" } ] @@ -378484,19 +274729,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_DeleteSectionGroup", + "OperationId": "identityProtection.riskyServicePrincipal_DeleteHistory", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "riskyServicePrincipalHistoryItem-id", "Location": "Path" }, { @@ -378508,27 +274753,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Notes" + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_GetParentNotebook", + "OperationId": "identityProtection.riskyServicePrincipal.history_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -378536,27 +274777,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/identityProtection/riskyServicePrincipals/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_GetParentSectionGroup", + "OperationId": "identityProtection.riskyServicePrincipal_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -378564,21 +274797,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", - "Module": "Notes" + "Path": "/identityProtection/riskyServicePrincipals/microsoft.graph.confirmCompromised", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_ListSectionGroup", + "OperationId": "identityProtection.riskyServicePrincipal_confirmCompromised", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskyServicePrincipals/microsoft.graph.dismiss", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection.riskyServicePrincipal_dismiss", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskyUsers", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection_ListRiskyUser", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -378616,23 +274863,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", - "Module": "Notes" + "Path": "/identityProtection/riskyUsers", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_GetSectionGroup", + "OperationId": "identityProtection_CreateRiskyUser", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskyUsers/{riskyUser-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection_GetRiskyUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id1", + "Name": "riskyUser-id", "Location": "Path" }, { @@ -378648,47 +274898,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Notes" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "identityProtection_UpdateRiskyUser", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "riskyUser-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskyUsers/{riskyUser-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection_DeleteRiskyUser", + "Method": "Delete", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "riskyUser-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_ListSection", + "OperationId": "identityProtection.riskyUser_ListHistory", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "riskyUser-id", "Location": "Path" }, { @@ -378728,19 +274982,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_CreateSection", + "OperationId": "identityProtection.riskyUser_CreateHistory", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "riskyUser-id", "Location": "Path" } ] @@ -378748,23 +274998,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_GetSection", + "OperationId": "identityProtection.riskyUser_GetHistory", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "riskyUser-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "riskyUserHistoryItem-id", "Location": "Path" }, { @@ -378780,23 +275026,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_UpdateSection", + "OperationId": "identityProtection.riskyUser_UpdateHistory", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "riskyUser-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "riskyUserHistoryItem-id", "Location": "Path" } ] @@ -378804,23 +275046,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_DeleteSection", + "OperationId": "identityProtection.riskyUser_DeleteHistory", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "riskyUser-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "riskyUserHistoryItem-id", "Location": "Path" }, { @@ -378832,25 +275070,79 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_ListPage", + "OperationId": "identityProtection.riskyUser.history_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "riskyUser-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskyUsers/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection.riskyUser_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskyUsers/microsoft.graph.confirmCompromised", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection.riskyUser_confirmCompromised", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskyUsers/microsoft.graph.dismiss", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection.riskyUser_dismiss", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/servicePrincipalRiskDetections", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection_ListServicePrincipalRiskDetection", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -378888,51 +275180,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/identityProtection/servicePrincipalRiskDetections", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_CreatePage", + "OperationId": "identityProtection_CreateServicePrincipalRiskDetection", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_GetPage", + "OperationId": "identityProtection_GetServicePrincipalRiskDetection", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "servicePrincipalRiskDetection-id", "Location": "Path" }, { @@ -378948,27 +275215,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_UpdatePage", + "OperationId": "identityProtection_UpdateServicePrincipalRiskDetection", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "servicePrincipalRiskDetection-id", "Location": "Path" } ] @@ -378976,27 +275231,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_DeletePage", + "OperationId": "identityProtection_DeleteServicePrincipalRiskDetection", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "servicePrincipalRiskDetection-id", "Location": "Path" }, { @@ -379008,84 +275251,56 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/identityProtection/servicePrincipalRiskDetections/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_GetPagesContent", + "OperationId": "identityProtection.servicePrincipalRiskDetection_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/identityProviders", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_SetPagesContent", - "Method": "Put", + "OperationId": "identityProvider_ListIdentityProvider", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section.page_GetParentNotebook", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -379100,27 +275315,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/identityProviders", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section.page_GetParentSection", + "OperationId": "identityProvider_CreateIdentityProvider", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityProviders/{identityProvider-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProvider_GetIdentityProvider", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "identityProvider-id", "Location": "Path" }, { @@ -379136,63 +275350,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/identityProviders/{identityProvider-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section.page_GetCount", - "Method": "Get", + "OperationId": "identityProvider_UpdateIdentityProvider", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "identityProvider-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityProviders/{identityProvider-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProvider_DeleteIdentityProvider", + "Method": "Delete", + "Parameters": [ { - "Name": "onenoteSection-id", + "Name": "identityProvider-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/identityProviders/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_GetParentNotebook", + "OperationId": "identityProvider_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -379200,31 +275406,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/identityProviders/microsoft.graph.availableProviderTypes()", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_GetParentSectionGroup", + "OperationId": "identityProvider_availableProviderType", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$select", + "Name": "$filter", "Location": "Query" }, { - "Name": "$expand", + "Name": "$count", "Location": "Query" } ] @@ -379232,27 +275438,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Notes" + "Path": "/informationProtection", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_GetCount", + "OperationId": "informationProtection_GetInformationProtection", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -379260,23 +275458,30 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/$count", - "Module": "Notes" + "Path": "/informationProtection", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_GetCount", + "OperationId": "informationProtection_UpdateInformationProtection", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/informationProtection/bitlocker", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "informationProtection_GetBitlocker", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -379284,17 +275489,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections", - "Module": "Notes" + "Path": "/informationProtection/bitlocker/recoveryKeys", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_ListSection", + "OperationId": "informationProtection.bitlocker_ListRecoveryKey", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -379332,35 +275533,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "group.onenote_CreateSection", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_GetSection", + "OperationId": "informationProtection.bitlocker_GetRecoveryKey", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "bitlockerRecoveryKey-id", "Location": "Path" }, { @@ -379376,65 +275557,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "group.onenote_UpdateSection", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/informationProtection/bitlocker/recoveryKeys/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote_DeleteSection", - "Method": "Delete", + "OperationId": "informationProtection.bitlocker.recoveryKey_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/informationProtection/dataLossPreventionPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.section_ListPage", + "OperationId": "informationProtection_ListDataLossPreventionPolicy", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -379472,43 +275621,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/informationProtection/dataLossPreventionPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.section_CreatePage", + "OperationId": "informationProtection_CreateDataLossPreventionPolicy", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.section_GetPage", + "OperationId": "informationProtection_GetDataLossPreventionPolicy", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "dataLossPreventionPolicy-id", "Location": "Path" }, { @@ -379524,23 +275656,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.section_UpdatePage", + "OperationId": "informationProtection_UpdateDataLossPreventionPolicy", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "dataLossPreventionPolicy-id", "Location": "Path" } ] @@ -379548,23 +275672,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.section_DeletePage", + "OperationId": "informationProtection_DeleteDataLossPreventionPolicy", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "dataLossPreventionPolicy-id", "Location": "Path" }, { @@ -379576,105 +275692,88 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/informationProtection/dataLossPreventionPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.section_GetPagesContent", + "OperationId": "informationProtection.dataLossPreventionPolicy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/informationProtection/dataLossPreventionPolicies/microsoft.graph.evaluate", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "informationProtection.dataLossPreventionPolicy_evaluate", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/informationProtection/microsoft.graph.decryptBuffer", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "informationProtection_decryptBuffer", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/informationProtection/microsoft.graph.encryptBuffer", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "informationProtection_encryptBuffer", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/informationProtection/microsoft.graph.signDigest", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.section_SetPagesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - } - ] + "OperationId": "informationProtection_signDigest", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/informationProtection/microsoft.graph.verifySignature", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.section.page_GetParentNotebook", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "informationProtection_verifySignature", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/informationProtection/policy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.section.page_GetParentSection", + "OperationId": "informationProtection_GetPolicy", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -379688,76 +275787,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/informationProtection/policy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.section.page_GetCount", - "Method": "Get", + "OperationId": "informationProtection_UpdatePolicy", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/informationProtection/policy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "informationProtection_DeletePolicy", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/informationProtection/policy/labels", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.section_GetParentNotebook", + "OperationId": "informationProtection.policy_ListLabel", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "group.onenote.section_GetParentSectionGroup", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -379772,43 +275858,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/$count", - "Module": "Notes" + "Path": "/informationProtection/policy/labels", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "group.onenote.section_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "informationProtection.policy_CreateLabel", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", - "Module": "Notes" + "Path": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetOnenote", + "OperationId": "informationProtection.policy_GetLabel", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "informationProtectionLabel-id", "Location": "Path" }, { @@ -379824,19 +275893,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", - "Module": "Notes" + "Path": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_UpdateOnenote", + "OperationId": "informationProtection.policy_UpdateLabel", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "informationProtectionLabel-id", "Location": "Path" } ] @@ -379844,19 +275909,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", - "Module": "Notes" + "Path": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_DeleteOnenote", + "OperationId": "informationProtection.policy_DeleteLabel", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "informationProtectionLabel-id", "Location": "Path" }, { @@ -379868,23 +275929,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote", - "Module": "Notes" + "Path": "/informationProtection/policy/labels/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site_GetOnenote", + "OperationId": "informationProtection.policy.label_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -379892,53 +275949,57 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote", - "Module": "Notes" + "Path": "/informationProtection/policy/labels/microsoft.graph.evaluateApplication", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site_UpdateOnenote", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - } - ] + "OperationId": "informationProtection.policy.label_evaluateApplication", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote", - "Module": "Notes" + "Path": "/informationProtection/policy/labels/microsoft.graph.evaluateClassificationResults", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site_DeleteOnenote", - "Method": "Delete", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "informationProtection.policy.label_evaluateClassificationResult", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks", - "Module": "Notes" + "Path": "/informationProtection/policy/labels/microsoft.graph.evaluateRemoval", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_ListNotebook", + "OperationId": "informationProtection.policy.label_evaluateRemoval", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/informationProtection/policy/labels/microsoft.graph.extractLabel", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "informationProtection.policy.label_extractLabel", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/informationProtection/sensitivityLabels", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "informationProtection_ListSensitivityLabel", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -379976,35 +276037,26 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks", - "Module": "Notes" + "Path": "/informationProtection/sensitivityLabels", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_CreateNotebook", + "OperationId": "informationProtection_CreateSensitivityLabel", "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_GetNotebook", + "OperationId": "informationProtection_GetSensitivityLabel", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { @@ -380020,19 +276072,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_UpdateNotebook", + "OperationId": "informationProtection_UpdateSensitivityLabel", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "sensitivityLabel-id", "Location": "Path" } ] @@ -380040,19 +276088,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_DeleteNotebook", + "OperationId": "informationProtection_DeleteSensitivityLabel", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { @@ -380064,19 +276108,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" + "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_ListSectionGroup", + "OperationId": "informationProtection.sensitivityLabel_ListSublabel", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { @@ -380116,19 +276156,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" + "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_CreateSectionGroup", + "OperationId": "informationProtection.sensitivityLabel_CreateSublabel", "Method": "Post", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "sensitivityLabel-id", "Location": "Path" } ] @@ -380136,23 +276172,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_GetSectionGroup", + "OperationId": "informationProtection.sensitivityLabel_GetSublabel", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "sensitivityLabel-id1", "Location": "Path" }, { @@ -380168,23 +276200,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_UpdateSectionGroup", + "OperationId": "informationProtection.sensitivityLabel_UpdateSublabel", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "sensitivityLabel-id1", "Location": "Path" } ] @@ -380192,23 +276220,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_DeleteSectionGroup", + "OperationId": "informationProtection.sensitivityLabel_DeleteSublabel", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "sensitivityLabel-id1", "Location": "Path" }, { @@ -380220,31 +276244,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Notes" + "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetParentNotebook", + "OperationId": "informationProtection.sensitivityLabel.sublabel_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -380252,65 +276268,29 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.evaluate", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetParentSectionGroup", - "Method": "Get", + "OperationId": "informationProtection.sensitivityLabel.sublabel_evaluate", + "Method": "Post", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "sensitivityLabel-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", - "Module": "Notes" + "Path": "/informationProtection/sensitivityLabels/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_ListSectionGroup", + "OperationId": "informationProtection.sensitivityLabel_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -380318,51 +276298,30 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", - "Module": "Notes" + "Path": "/informationProtection/sensitivityLabels/microsoft.graph.evaluate", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetSectionGroup", + "OperationId": "informationProtection.sensitivityLabel_evaluate", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/informationProtection/sensitivityPolicySettings", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "informationProtection_GetSensitivityPolicySetting", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -380376,57 +276335,40 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Notes" + "Path": "/informationProtection/sensitivityPolicySettings", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "informationProtection_UpdateSensitivityPolicySetting", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/informationProtection/sensitivityPolicySettings", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "informationProtection_DeleteSensitivityPolicySetting", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/informationProtection/threatAssessmentRequests", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_ListSection", + "OperationId": "informationProtection_ListThreatAssessmentRequest", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -380464,51 +276406,26 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/informationProtection/threatAssessmentRequests", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_CreateSection", + "OperationId": "informationProtection_CreateThreatAssessmentRequest", "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetSection", + "OperationId": "informationProtection_GetThreatAssessmentRequest", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { @@ -380524,27 +276441,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_UpdateSection", + "OperationId": "informationProtection_UpdateThreatAssessmentRequest", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" } ] @@ -380552,27 +276457,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_DeleteSection", + "OperationId": "informationProtection_DeleteThreatAssessmentRequest", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { @@ -380584,27 +276477,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_ListPage", + "OperationId": "informationProtection.threatAssessmentRequest_ListResult", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { @@ -380644,27 +276525,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_CreatePage", + "OperationId": "informationProtection.threatAssessmentRequest_CreateResult", "Method": "Post", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" } ] @@ -380672,31 +276541,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_GetPage", + "OperationId": "informationProtection.threatAssessmentRequest_GetResult", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "threatAssessmentResult-id", "Location": "Path" }, { @@ -380712,31 +276569,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_UpdatePage", + "OperationId": "informationProtection.threatAssessmentRequest_UpdateResult", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "threatAssessmentResult-id", "Location": "Path" } ] @@ -380744,31 +276589,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_DeletePage", + "OperationId": "informationProtection.threatAssessmentRequest_DeleteResult", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "threatAssessmentResult-id", "Location": "Path" }, { @@ -380780,96 +276613,80 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_GetPagesContent", + "OperationId": "informationProtection.threatAssessmentRequest.result_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/informationProtection/threatAssessmentRequests/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_SetPagesContent", - "Method": "Put", + "OperationId": "informationProtection.threatAssessmentRequest_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/invitations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetParentNotebook", + "OperationId": "invitation_ListInvitation", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -380884,69 +276701,24 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/invitations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetParentSection", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "invitation_CreateInvitation", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/invitations/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetCount", + "OperationId": "invitation_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -380960,28 +276732,36 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/oauth2PermissionGrants", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_GetParentNotebook", + "OperationId": "oauth2PermissionGrant_ListOAuth2PermissionGrant", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -380996,27 +276776,26 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/oauth2PermissionGrants", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_GetParentSectionGroup", + "OperationId": "oauth2PermissionGrant_CreateOAuth2PermissionGrant", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "oauth2PermissionGrant_GetOAuth2PermissionGrant", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "oAuth2PermissionGrant-id", "Location": "Path" }, { @@ -381032,25 +276811,49 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Notes" + "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_GetCount", - "Method": "Get", + "OperationId": "oauth2PermissionGrant_UpdateOAuth2PermissionGrant", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "oAuth2PermissionGrant-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "oauth2PermissionGrant_DeleteOAuth2PermissionGrant", + "Method": "Delete", + "Parameters": [ { - "Name": "notebook-id", + "Name": "oAuth2PermissionGrant-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/oauth2PermissionGrants/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "oauth2PermissionGrant_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -381064,20 +276867,20 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", - "Module": "Notes" + "Path": "/oauth2PermissionGrants/microsoft.graph.delta()", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetCount", + "OperationId": "oauth2PermissionGrant_delta", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" + { + "Name": "$top", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -381086,25 +276889,37 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" + "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_ListSection", + "OperationId": "organization_ListCertificateBasedAuthConfiguration", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "organization-id", "Location": "Path" }, { @@ -381144,19 +276959,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" + "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_CreateSection", + "OperationId": "organization_CreateCertificateBasedAuthConfiguration", "Method": "Post", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "organization-id", "Location": "Path" } ] @@ -381164,23 +276975,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_GetSection", + "OperationId": "organization_GetCertificateBasedAuthConfiguration", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "certificateBasedAuthConfiguration-id", "Location": "Path" }, { @@ -381196,77 +277003,139 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_UpdateSection", - "Method": "Patch", + "OperationId": "organization_DeleteCertificateBasedAuthConfiguration", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "certificateBasedAuthConfiguration-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_DeleteSection", - "Method": "Delete", + "OperationId": "organization.certificateBasedAuthConfiguration_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.policyRoot_GetPolicyRoot", + "Method": "Get", + "Parameters": [ + { + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/policies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_ListPage", + "OperationId": "policy.policyRoot_UpdatePolicyRoot", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/accessReviewPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_GetAccessReviewPolicy", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/accessReviewPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_UpdateAccessReviewPolicy", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/accessReviewPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeleteAccessReviewPolicy", + "Method": "Delete", + "Parameters": [ { - "Name": "onenoteSection-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/activityBasedTimeoutPolicies", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_ListActivityBasedTimeoutPolicy", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -381304,51 +277173,26 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/policies/activityBasedTimeoutPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_CreatePage", + "OperationId": "policy_CreateActivityBasedTimeoutPolicy", "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_GetPage", + "OperationId": "policy_GetActivityBasedTimeoutPolicy", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "activityBasedTimeoutPolicy-id", "Location": "Path" }, { @@ -381364,27 +277208,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_UpdatePage", + "OperationId": "policy_UpdateActivityBasedTimeoutPolicy", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "activityBasedTimeoutPolicy-id", "Location": "Path" } ] @@ -381392,27 +277224,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_DeletePage", + "OperationId": "policy_DeleteActivityBasedTimeoutPolicy", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "activityBasedTimeoutPolicy-id", "Location": "Path" }, { @@ -381424,84 +277244,40 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_GetPagesContent", + "OperationId": "policy.activityBasedTimeoutPolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.notebook.section_SetPagesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "site-id", + "Name": "activityBasedTimeoutPolicy-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.notebook.section.page_GetParentNotebook", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -381516,27 +277292,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section.page_GetParentSection", + "OperationId": "policy.activityBasedTimeoutPolicy_GetAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "activityBasedTimeoutPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "directoryObject-id", "Location": "Path" }, { @@ -381552,23 +277320,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section.page_GetCount", + "OperationId": "policy.activityBasedTimeoutPolicy.appliesTo_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "activityBasedTimeoutPolicy-id", "Location": "Path" }, { @@ -381584,31 +277344,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/activityBasedTimeoutPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_GetParentNotebook", + "OperationId": "policy.activityBasedTimeoutPolicy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -381616,25 +277364,13 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/policies/adminConsentRequestPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_GetParentSectionGroup", + "OperationId": "policy_GetAdminConsentRequestPolicy", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -381648,69 +277384,40 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", - "Module": "Notes" + "Path": "/policies/adminConsentRequestPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "policy_UpdateAdminConsentRequestPolicy", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/$count", - "Module": "Notes" + "Path": "/policies/adminConsentRequestPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_GetCount", - "Method": "Get", + "OperationId": "policy_DeleteAdminConsentRequestPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations", - "Module": "Notes" + "Path": "/policies/appManagementPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_ListOperation", + "OperationId": "policy_ListAppManagementPolicy", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -381748,35 +277455,26 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations", - "Module": "Notes" + "Path": "/policies/appManagementPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_CreateOperation", + "OperationId": "policy_CreateAppManagementPolicy", "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" + "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_GetOperation", + "OperationId": "policy_GetAppManagementPolicy", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteOperation-id", + "Name": "appManagementPolicy-id", "Location": "Path" }, { @@ -381792,19 +277490,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" + "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_UpdateOperation", + "OperationId": "policy_UpdateAppManagementPolicy", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteOperation-id", + "Name": "appManagementPolicy-id", "Location": "Path" } ] @@ -381812,19 +277506,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" + "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_DeleteOperation", + "OperationId": "policy_DeleteAppManagementPolicy", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteOperation-id", + "Name": "appManagementPolicy-id", "Location": "Path" }, { @@ -381836,39 +277526,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations/$count", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.operation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages", - "Module": "Notes" + "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_ListPage", + "OperationId": "policy.appManagementPolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "appManagementPolicy-id", "Location": "Path" }, { @@ -381908,35 +277574,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote_CreatePage", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_GetPage", + "OperationId": "policy.appManagementPolicy_GetAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "appManagementPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "directoryObject-id", "Location": "Path" }, { @@ -381952,133 +277602,104 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_UpdatePage", - "Method": "Patch", + "OperationId": "policy.appManagementPolicy.appliesTo_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "appManagementPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/appManagementPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_DeletePage", - "Method": "Delete", + "OperationId": "policy.appManagementPolicy_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/authenticationFlowsPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_GetPagesContent", + "OperationId": "policy_GetAuthenticationFlowsPolicy", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/authenticationFlowsPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_SetPagesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - } - ] + "OperationId": "policy_UpdateAuthenticationFlowsPolicy", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/authenticationFlowsPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.page_GetParentNotebook", - "Method": "Get", + "OperationId": "policy_DeleteAuthenticationFlowsPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/policies/authenticationMethodsPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.page_GetParentSection", + "OperationId": "policy_GetAuthenticationMethodsPolicy", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -382092,41 +277713,40 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/$count", - "Module": "Notes" + "Path": "/policies/authenticationMethodsPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.page_GetCount", - "Method": "Get", + "OperationId": "policy_UpdateAuthenticationMethodsPolicy", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/authenticationMethodsPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeleteAuthenticationMethodsPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources", - "Module": "Notes" + "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_ListResource", + "OperationId": "policy.authenticationMethodsPolicy_ListAuthenticationMethodConfiguration", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -382164,35 +277784,26 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources", - "Module": "Notes" + "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_CreateResource", + "OperationId": "policy.authenticationMethodsPolicy_CreateAuthenticationMethodConfiguration", "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" + "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_GetResource", + "OperationId": "policy.authenticationMethodsPolicy_GetAuthenticationMethodConfiguration", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteResource-id", + "Name": "authenticationMethodConfiguration-id", "Location": "Path" }, { @@ -382208,19 +277819,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" + "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_UpdateResource", + "OperationId": "policy.authenticationMethodsPolicy_UpdateAuthenticationMethodConfiguration", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteResource-id", + "Name": "authenticationMethodConfiguration-id", "Location": "Path" } ] @@ -382228,19 +277835,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" + "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_DeleteResource", + "OperationId": "policy.authenticationMethodsPolicy_DeleteAuthenticationMethodConfiguration", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteResource-id", + "Name": "authenticationMethodConfiguration-id", "Location": "Path" }, { @@ -382252,63 +277855,98 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" + "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_GetResourcesContent", + "OperationId": "policy.authenticationMethodsPolicy.authenticationMethodConfiguration_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteResource-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" + "Path": "/policies/authenticationStrengthPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_SetResourcesContent", - "Method": "Put", + "OperationId": "policy_ListAuthenticationStrengthPolicy", + "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteResource-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources/$count", - "Module": "Notes" + "Path": "/policies/authenticationStrengthPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.resource_GetCount", + "OperationId": "policy_CreateAuthenticationStrengthPolicy", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_GetAuthenticationStrengthPolicy", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -382316,15 +277954,51 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups", - "Module": "Notes" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_ListSectionGroup", + "OperationId": "policy_UpdateAuthenticationStrengthPolicy", + "Method": "Patch", + "Parameters": [ + { + "Name": "authenticationStrengthPolicy-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeleteAuthenticationStrengthPolicy", + "Method": "Delete", + "Parameters": [ + { + "Name": "authenticationStrengthPolicy-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.authenticationStrengthPolicy_ListCombinationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { @@ -382364,15 +278038,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups", - "Module": "Notes" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_CreateSectionGroup", + "OperationId": "policy.authenticationStrengthPolicy_CreateCombinationConfiguration", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" } ] @@ -382380,19 +278054,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_GetSectionGroup", + "OperationId": "policy.authenticationStrengthPolicy_GetCombinationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "authenticationCombinationConfiguration-id", "Location": "Path" }, { @@ -382408,19 +278082,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_UpdateSectionGroup", + "OperationId": "policy.authenticationStrengthPolicy_UpdateCombinationConfiguration", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "authenticationCombinationConfiguration-id", "Location": "Path" } ] @@ -382428,19 +278102,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_DeleteSectionGroup", + "OperationId": "policy.authenticationStrengthPolicy_DeleteCombinationConfiguration", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "authenticationCombinationConfiguration-id", "Location": "Path" }, { @@ -382452,27 +278126,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_GetParentNotebook", + "OperationId": "policy.authenticationStrengthPolicy.combinationConfiguration_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -382480,79 +278150,51 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/microsoft.graph.updateAllowedCombinations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_GetParentSectionGroup", - "Method": "Get", + "OperationId": "policy.authenticationStrengthPolicy_updateAllowedCombination", + "Method": "Post", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", - "Module": "Notes" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/microsoft.graph.usage()", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_ListSectionGroup", + "OperationId": "policy.authenticationStrengthPolicy_usage", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/authenticationStrengthPolicies/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.authenticationStrengthPolicy_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" }, { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -382560,59 +278202,47 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", - "Module": "Notes" + "Path": "/policies/authenticationStrengthPolicies/microsoft.graph.findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_GetSectionGroup", + "OperationId": "policy.authenticationStrengthPolicy_findGraphBPreMethodMode", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "authenticationMethodModes", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "sectionGroup-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -382620,21 +278250,13 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/policies/authorizationPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_ListSection", + "OperationId": "policy_ListAuthorizationPolicy", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -382672,43 +278294,26 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/policies/authorizationPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_CreateSection", + "OperationId": "policy_CreateAuthorizationPolicy", "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_GetSection", + "OperationId": "policy_GetAuthorizationPolicy", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "authorizationPolicy-id", "Location": "Path" }, { @@ -382724,23 +278329,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_UpdateSection", + "OperationId": "policy_UpdateAuthorizationPolicy", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "authorizationPolicy-id", "Location": "Path" } ] @@ -382748,23 +278345,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_DeleteSection", + "OperationId": "policy_DeleteAuthorizationPolicy", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "authorizationPolicy-id", "Location": "Path" }, { @@ -382776,23 +278365,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_ListPage", + "OperationId": "policy.authorizationPolicy_ListDefaultUserRoleOverride", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "authorizationPolicy-id", "Location": "Path" }, { @@ -382832,23 +278413,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_CreatePage", + "OperationId": "policy.authorizationPolicy_CreateDefaultUserRoleOverride", "Method": "Post", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "authorizationPolicy-id", "Location": "Path" } ] @@ -382856,27 +278429,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_GetPage", + "OperationId": "policy.authorizationPolicy_GetDefaultUserRoleOverride", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "authorizationPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "defaultUserRoleOverride-id", "Location": "Path" }, { @@ -382892,27 +278457,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_UpdatePage", + "OperationId": "policy.authorizationPolicy_UpdateDefaultUserRoleOverride", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "authorizationPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "defaultUserRoleOverride-id", "Location": "Path" } ] @@ -382920,27 +278477,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_DeletePage", + "OperationId": "policy.authorizationPolicy_DeleteDefaultUserRoleOverride", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "authorizationPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "defaultUserRoleOverride-id", "Location": "Path" }, { @@ -382952,85 +278501,57 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_GetPagesContent", + "OperationId": "policy.authorizationPolicy.defaultUserRoleOverride_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "authorizationPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/authorizationPolicy/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_SetPagesContent", - "Method": "Put", + "OperationId": "policy.authorizationPolicy_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/b2cAuthenticationMethodsPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section.page_GetParentNotebook", + "OperationId": "policy_GetB2cAuthenticationMethodsPolicy", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -383044,60 +278565,47 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/policies/b2cAuthenticationMethodsPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section.page_GetParentSection", - "Method": "Get", + "OperationId": "policy_UpdateB2cAuthenticationMethodsPolicy", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/b2cAuthenticationMethodsPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeleteB2cAuthenticationMethodsPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/policies/claimsMappingPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section.page_GetCount", + "OperationId": "policy_ListClaimsMappingPolicy", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -383106,30 +278614,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_GetParentNotebook", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -383144,23 +278636,26 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/policies/claimsMappingPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_GetParentSectionGroup", + "OperationId": "policy_CreateClaimsMappingPolicy", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_GetClaimsMappingPolicy", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "claimsMappingPolicy-id", "Location": "Path" }, { @@ -383176,67 +278671,51 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Notes" + "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_GetCount", - "Method": "Get", + "OperationId": "policy_UpdateClaimsMappingPolicy", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "claimsMappingPolicy-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/$count", - "Module": "Notes" + "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "policy_DeleteClaimsMappingPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "claimsMappingPolicy-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections", - "Module": "Notes" + "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_ListSection", + "OperationId": "policy.claimsMappingPolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "claimsMappingPolicy-id", "Location": "Path" }, { @@ -383276,35 +278755,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote_CreateSection", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_GetSection", + "OperationId": "policy.claimsMappingPolicy_GetAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "claimsMappingPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "directoryObject-id", "Location": "Path" }, { @@ -383320,65 +278783,57 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_UpdateSection", - "Method": "Patch", + "OperationId": "policy.claimsMappingPolicy.appliesTo_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "claimsMappingPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/claimsMappingPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote_DeleteSection", - "Method": "Delete", + "OperationId": "policy.claimsMappingPolicy_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/policies/conditionalAccessPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.section_ListPage", + "OperationId": "policy_ListConditionalAccessPolicy", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -383416,43 +278871,26 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/policies/conditionalAccessPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.section_CreatePage", + "OperationId": "policy_CreateConditionalAccessPolicy", "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.section_GetPage", + "OperationId": "policy_GetConditionalAccessPolicy", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "conditionalAccessPolicy-id", "Location": "Path" }, { @@ -383468,23 +278906,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.section_UpdatePage", + "OperationId": "policy_UpdateConditionalAccessPolicy", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "conditionalAccessPolicy-id", "Location": "Path" } ] @@ -383492,23 +278922,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.section_DeletePage", + "OperationId": "policy_DeleteConditionalAccessPolicy", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "conditionalAccessPolicy-id", "Location": "Path" }, { @@ -383520,73 +278942,80 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/conditionalAccessPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.section_GetPagesContent", + "OperationId": "policy.conditionalAccessPolicy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.section_SetPagesContent", - "Method": "Put", + "OperationId": "policy_GetCrossTenantAccessPolicy", + "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_UpdateCrossTenantAccessPolicy", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeleteCrossTenantAccessPolicy", + "Method": "Delete", + "Parameters": [ { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/default", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.section.page_GetParentNotebook", + "OperationId": "policy.crossTenantAccessPolicy_GetDefault", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -383600,52 +279029,58 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/default", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.section.page_GetParentSection", - "Method": "Get", + "OperationId": "policy.crossTenantAccessPolicy_UpdateDefault", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy/default", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy_DeleteDefault", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/default/microsoft.graph.resetToSystemDefault", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.section.page_GetCount", + "OperationId": "policy.crossTenantAccessPolicy.default_resetToSystemDefault", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy/partners", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy_ListPartner", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -383654,26 +279089,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.section_GetParentNotebook", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -383688,19 +279111,26 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/partners", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.section_GetParentSectionGroup", + "OperationId": "policy.crossTenantAccessPolicy_CreatePartner", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy_GetPartner", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "Location": "Path" }, { @@ -383716,39 +279146,51 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/$count", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "site.onenote.section_GetCount", - "Method": "Get", + "OperationId": "policy.crossTenantAccessPolicy_UpdatePartner", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy_DeletePartner", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user_GetOnenote", + "OperationId": "policy.crossTenantAccessPolicy.partner_GetIdentitySynchronization", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "Location": "Path" }, { @@ -383764,15 +279206,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user_UpdateOnenote", - "Method": "Patch", + "OperationId": "policy.crossTenantAccessPolicy.partner_SetIdentitySynchronization", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "Location": "Path" } ] @@ -383780,15 +279222,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user_DeleteOnenote", + "OperationId": "policy.crossTenantAccessPolicy.partner_DeleteIdentitySynchronization", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "Location": "Path" }, { @@ -383800,25 +279242,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/partners/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_ListNotebook", + "OperationId": "policy.crossTenantAccessPolicy.partner_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -383826,15 +279256,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy/templates", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy_GetTemplate", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -383848,37 +279282,40 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/templates", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_CreateNotebook", - "Method": "Post", + "OperationId": "policy.crossTenantAccessPolicy_UpdateTemplate", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy/templates", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy_DeleteTemplate", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_GetNotebook", + "OperationId": "policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationIdentitySynchronization", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -383892,41 +279329,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_UpdateNotebook", + "OperationId": "policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationIdentitySynchronization", "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_DeleteNotebook", + "OperationId": "policy.crossTenantAccessPolicy.template_DeleteMultiTenantOrganizationIdentitySynchronization", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -383936,45 +279356,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/microsoft.graph.resetToDefaultSettings", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_ListSectionGroup", + "OperationId": "policy.crossTenantAccessPolicy.template.multiTenantOrganizationIdentitySynchronization_resetToDefaultSetting", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationPartnerConfiguration", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -383988,45 +279387,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_CreateSectionGroup", - "Method": "Post", + "OperationId": "policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationPartnerConfiguration", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy.template_DeleteMultiTenantOrganizationPartnerConfiguration", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/microsoft.graph.resetToDefaultSettings", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy.template.multiTenantOrganizationPartnerConfiguration_resetToDefaultSetting", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/defaultAppManagementPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_GetSectionGroup", + "OperationId": "policy_GetDefaultAppManagementPolicy", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -384040,49 +279445,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/policies/defaultAppManagementPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_UpdateSectionGroup", + "OperationId": "policy_UpdateDefaultAppManagementPolicy", "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/policies/defaultAppManagementPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_DeleteSectionGroup", + "OperationId": "policy_DeleteDefaultAppManagementPolicy", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -384092,25 +279472,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/deviceRegistrationPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_GetParentNotebook", + "OperationId": "policy_GetDeviceRegistrationPolicy", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -384124,25 +279492,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/policies/directoryRoleAccessReviewPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_GetParentSectionGroup", + "OperationId": "policy_GetDirectoryRoleAccessReviewPolicy", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -384156,85 +279512,40 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", - "Module": "Notes" + "Path": "/policies/directoryRoleAccessReviewPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_ListSectionGroup", - "Method": "Get", + "OperationId": "policy_UpdateDirectoryRoleAccessReviewPolicy", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/directoryRoleAccessReviewPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeleteDirectoryRoleAccessReviewPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", - "Module": "Notes" + "Path": "/policies/externalIdentitiesPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_GetSectionGroup", + "OperationId": "policy_GetExternalIdentitiesPolicy", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -384248,57 +279559,40 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Notes" + "Path": "/policies/externalIdentitiesPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "policy_UpdateExternalIdentitiesPolicy", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/externalIdentitiesPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeleteExternalIdentitiesPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/policies/featureRolloutPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_ListSection", + "OperationId": "policy_ListFeatureRolloutPolicy", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -384336,51 +279630,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/policies/featureRolloutPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_CreateSection", + "OperationId": "policy_CreateFeatureRolloutPolicy", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_GetSection", + "OperationId": "policy_GetFeatureRolloutPolicy", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { @@ -384396,27 +279665,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_UpdateSection", + "OperationId": "policy_UpdateFeatureRolloutPolicy", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" } ] @@ -384424,27 +279681,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_DeleteSection", + "OperationId": "policy_DeleteFeatureRolloutPolicy", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { @@ -384456,27 +279701,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_ListPage", + "OperationId": "policy.featureRolloutPolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { @@ -384516,27 +279749,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_CreatePage", + "OperationId": "policy.featureRolloutPolicy_CreateAppliesTo", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" } ] @@ -384544,139 +279765,103 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_GetPage", - "Method": "Get", + "OperationId": "policy.featureRolloutPolicy.appliesTo_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_UpdatePage", - "Method": "Patch", + "OperationId": "policy.featureRolloutPolicy.appliesTo_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_DeletePage", - "Method": "Delete", + "OperationId": "policy.featureRolloutPolicy_ListAppliesToGraphBPreRef", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_GetPagesContent", - "Method": "Get", + "OperationId": "policy.featureRolloutPolicy_CreateAppliesToGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" } ] @@ -384684,71 +279869,43 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_SetPagesContent", - "Method": "Put", + "OperationId": "policy.featureRolloutPolicy_DeleteAppliesToGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/featureRolloutPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section.page_GetParentNotebook", + "OperationId": "policy.featureRolloutPolicy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -384756,33 +279913,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/policies/federatedTokenValidationPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section.page_GetParentSection", + "OperationId": "policy_GetFederatedTokenValidationPolicy", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -384796,64 +279933,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/policies/federatedTokenValidationPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section.page_GetCount", - "Method": "Get", + "OperationId": "policy_UpdateFederatedTokenValidationPolicy", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/federatedTokenValidationPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeleteFederatedTokenValidationPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/homeRealmDiscoveryPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_GetParentNotebook", + "OperationId": "policy_ListHomeRealmDiscoveryPolicy", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -384868,27 +280004,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/policies/homeRealmDiscoveryPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_GetParentSectionGroup", + "OperationId": "policy_CreateHomeRealmDiscoveryPolicy", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_GetHomeRealmDiscoveryPolicy", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "homeRealmDiscoveryPolicy-id", "Location": "Path" }, { @@ -384904,79 +280039,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Notes" + "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_GetCount", - "Method": "Get", + "OperationId": "policy_UpdateHomeRealmDiscoveryPolicy", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "homeRealmDiscoveryPolicy-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", - "Module": "Notes" + "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "policy_DeleteHomeRealmDiscoveryPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "homeRealmDiscoveryPolicy-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" + "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_ListSection", + "OperationId": "policy.homeRealmDiscoveryPolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "homeRealmDiscoveryPolicy-id", "Location": "Path" }, { @@ -385016,51 +280123,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" + "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_CreateSection", - "Method": "Post", + "OperationId": "policy.homeRealmDiscoveryPolicy_GetAppliesTo", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "homeRealmDiscoveryPolicy-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_GetSection", + "OperationId": "policy.homeRealmDiscoveryPolicy.appliesTo_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "homeRealmDiscoveryPolicy-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/homeRealmDiscoveryPolicies/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.homeRealmDiscoveryPolicy_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -385068,49 +280195,44 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/identitySecurityDefaultsEnforcementPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_UpdateSection", - "Method": "Patch", + "OperationId": "policy_GetIdentitySecurityDefaultsEnforcementPolicy", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/identitySecurityDefaultsEnforcementPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_DeleteSection", + "OperationId": "policy_UpdateIdentitySecurityDefaultsEnforcementPolicy", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/identitySecurityDefaultsEnforcementPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeleteIdentitySecurityDefaultsEnforcementPolicy", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -385120,25 +280242,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/policies/mobileAppManagementPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_ListPage", + "OperationId": "policy_ListMobileAppManagementPolicy", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -385176,51 +280286,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/policies/mobileAppManagementPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_CreatePage", + "OperationId": "policy_CreateMobileAppManagementPolicy", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_GetPage", + "OperationId": "policy_GetMobileAppManagementPolicy", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" }, { @@ -385236,27 +280321,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_UpdatePage", + "OperationId": "policy_UpdateMobileAppManagementPolicy", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" } ] @@ -385264,27 +280337,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_DeletePage", + "OperationId": "policy_DeleteMobileAppManagementPolicy", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" }, { @@ -385296,120 +280357,116 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_GetPagesContent", + "OperationId": "policy.mobileAppManagementPolicy_ListIncludedGroup", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_SetPagesContent", - "Method": "Put", + "OperationId": "policy.mobileAppManagementPolicy.includedGroup_DeleteGroupGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section.page_GetParentNotebook", + "OperationId": "policy.mobileAppManagementPolicy.includedGroup_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "user.onenote.notebook.section.page_GetParentSection", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" }, - { - "Name": "notebook-id", - "Location": "Path" + { + "Name": "$filter", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -385424,23 +280481,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section.page_GetCount", + "OperationId": "policy.mobileAppManagementPolicy.includedGroup.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "group-id", "Location": "Path" }, { @@ -385456,31 +280509,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_GetParentNotebook", + "OperationId": "policy.mobileAppManagementPolicy.includedGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -385488,31 +280533,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_GetParentSectionGroup", + "OperationId": "policy.mobileAppManagementPolicy_ListIncludedGroupGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", "Location": "Query" } ] @@ -385520,27 +280573,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/$count", - "Module": "Notes" + "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_GetCount", - "Method": "Get", + "OperationId": "policy.mobileAppManagementPolicy_CreateIncludedGroupGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.mobileAppManagementPolicy_DeleteIncludedGroupGraphBPreRef", + "Method": "Delete", + "Parameters": [ { - "Name": "notebook-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "$filter", + "Name": "@id", "Location": "Query" } ] @@ -385548,17 +280613,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/$count", - "Module": "Notes" + "Path": "/policies/mobileAppManagementPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_GetCount", + "OperationId": "policy.mobileAppManagementPolicy_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -385572,17 +280633,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/operations", - "Module": "Notes" + "Path": "/policies/mobileDeviceManagementPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_ListOperation", + "OperationId": "policy_ListMobileDeviceManagementPolicy", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -385620,35 +280677,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/operations", - "Module": "Notes" + "Path": "/policies/mobileDeviceManagementPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_CreateOperation", + "OperationId": "policy_CreateMobileDeviceManagementPolicy", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" + "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_GetOperation", + "OperationId": "policy_GetMobileDeviceManagementPolicy", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteOperation-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" }, { @@ -385664,19 +280712,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" + "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_UpdateOperation", + "OperationId": "policy_UpdateMobileDeviceManagementPolicy", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteOperation-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" } ] @@ -385684,19 +280728,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" + "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_DeleteOperation", + "OperationId": "policy_DeleteMobileDeviceManagementPolicy", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteOperation-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" }, { @@ -385708,17 +280748,25 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/operations/$count", - "Module": "Notes" + "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.operation_GetCount", + "OperationId": "policy.mobileDeviceManagementPolicy_ListIncludedGroup", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -385726,21 +280774,65 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages", - "Module": "Notes" + "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_ListPage", + "OperationId": "policy.mobileDeviceManagementPolicy.includedGroup_DeleteGroupGraphBPreRef", + "Method": "Delete", + "Parameters": [ + { + "Name": "mobilityManagementPolicy-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.mobileDeviceManagementPolicy.includedGroup_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "mobilityManagementPolicy-id", + "Location": "Path" + }, + { + "Name": "group-id", "Location": "Path" }, { @@ -385780,43 +280872,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages", - "Module": "Notes" + "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_CreatePage", - "Method": "Post", + "OperationId": "policy.mobileDeviceManagementPolicy.includedGroup.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "mobilityManagementPolicy-id", + "Location": "Path" + }, + { + "Name": "group-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_GetPage", + "OperationId": "policy.mobileDeviceManagementPolicy.includedGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -385824,104 +280924,136 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_UpdatePage", - "Method": "Patch", + "OperationId": "policy.mobileDeviceManagementPolicy_ListIncludedGroupGraphBPreRef", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_DeletePage", - "Method": "Delete", + "OperationId": "policy.mobileDeviceManagementPolicy_CreateIncludedGroupGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_GetPagesContent", - "Method": "Get", + "OperationId": "policy.mobileDeviceManagementPolicy_DeleteIncludedGroupGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "mobilityManagementPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/mobileDeviceManagementPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_SetPagesContent", - "Method": "Put", + "OperationId": "policy.mobileDeviceManagementPolicy_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.page_GetParentNotebook", + "OperationId": "policy_ListPermissionGrantPolicy", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -385936,19 +281068,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.page_GetParentSection", + "OperationId": "policy_CreatePermissionGrantPolicy", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_GetPermissionGrantPolicy", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, { @@ -385964,39 +281103,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/$count", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.page_GetCount", - "Method": "Get", + "OperationId": "policy_UpdatePermissionGrantPolicy", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeletePermissionGrantPolicy", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "permissionGrantPolicy-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/resources", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_ListResource", + "OperationId": "policy.permissionGrantPolicy_ListExclude", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, { @@ -386036,15 +281187,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/resources", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_CreateResource", + "OperationId": "policy.permissionGrantPolicy_CreateExclude", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" } ] @@ -386052,19 +281203,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_GetResource", + "OperationId": "policy.permissionGrantPolicy_GetExclude", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, { - "Name": "onenoteResource-id", + "Name": "permissionGrantConditionSet-id", "Location": "Path" }, { @@ -386080,19 +281231,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_UpdateResource", + "OperationId": "policy.permissionGrantPolicy_UpdateExclude", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, { - "Name": "onenoteResource-id", + "Name": "permissionGrantConditionSet-id", "Location": "Path" } ] @@ -386100,19 +281251,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_DeleteResource", + "OperationId": "policy.permissionGrantPolicy_DeleteExclude", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, { - "Name": "onenoteResource-id", + "Name": "permissionGrantConditionSet-id", "Location": "Path" }, { @@ -386124,55 +281275,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "user.onenote_GetResourcesContent", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "user.onenote_SetResourcesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/resources/$count", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.resource_GetCount", + "OperationId": "policy.permissionGrantPolicy.exclude_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, { @@ -386188,15 +281299,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_ListSectionGroup", + "OperationId": "policy.permissionGrantPolicy_ListInclude", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, { @@ -386236,15 +281347,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_CreateSectionGroup", + "OperationId": "policy.permissionGrantPolicy_CreateInclude", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" } ] @@ -386252,19 +281363,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_GetSectionGroup", + "OperationId": "policy.permissionGrantPolicy_GetInclude", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "permissionGrantConditionSet-id", "Location": "Path" }, { @@ -386280,19 +281391,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_UpdateSectionGroup", + "OperationId": "policy.permissionGrantPolicy_UpdateInclude", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "permissionGrantConditionSet-id", "Location": "Path" } ] @@ -386300,19 +281411,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_DeleteSectionGroup", + "OperationId": "policy.permissionGrantPolicy_DeleteInclude", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "permissionGrantConditionSet-id", "Location": "Path" }, { @@ -386324,27 +281435,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_GetParentNotebook", + "OperationId": "policy.permissionGrantPolicy.include_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -386352,27 +281459,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/policies/permissionGrantPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_GetParentSectionGroup", + "OperationId": "policy.permissionGrantPolicy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -386380,21 +281479,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", - "Module": "Notes" + "Path": "/policies/roleManagementPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_ListSectionGroup", + "OperationId": "policy_ListRoleManagementPolicy", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -386432,23 +281523,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", - "Module": "Notes" + "Path": "/policies/roleManagementPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_GetSectionGroup", + "OperationId": "policy_CreateRoleManagementPolicy", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_GetRoleManagementPolicy", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id1", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { @@ -386464,47 +281558,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Notes" + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "policy_UpdateRoleManagementPolicy", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeleteRoleManagementPolicy", + "Method": "Delete", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_ListSection", + "OperationId": "policy.roleManagementPolicy_ListEffectiveRule", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { @@ -386544,19 +281642,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_CreateSection", + "OperationId": "policy.roleManagementPolicy_CreateEffectiveRule", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" } ] @@ -386564,23 +281658,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_GetSection", + "OperationId": "policy.roleManagementPolicy_GetEffectiveRule", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "unifiedRoleManagementPolicyRule-id", "Location": "Path" }, { @@ -386596,23 +281686,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_UpdateSection", + "OperationId": "policy.roleManagementPolicy_UpdateEffectiveRule", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "unifiedRoleManagementPolicyRule-id", "Location": "Path" } ] @@ -386620,23 +281706,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_DeleteSection", + "OperationId": "policy.roleManagementPolicy_DeleteEffectiveRule", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "unifiedRoleManagementPolicyRule-id", "Location": "Path" }, { @@ -386648,23 +281730,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_ListPage", + "OperationId": "policy.roleManagementPolicy.effectiveRule_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.roleManagementPolicy_ListRule", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { @@ -386704,23 +281802,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_CreatePage", + "OperationId": "policy.roleManagementPolicy_CreateRule", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" } ] @@ -386728,27 +281818,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_GetPage", + "OperationId": "policy.roleManagementPolicy_GetRule", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "unifiedRoleManagementPolicyRule-id", "Location": "Path" }, { @@ -386764,27 +281846,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_UpdatePage", + "OperationId": "policy.roleManagementPolicy_UpdateRule", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "unifiedRoleManagementPolicyRule-id", "Location": "Path" } ] @@ -386792,27 +281866,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_DeletePage", + "OperationId": "policy.roleManagementPolicy_DeleteRule", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "unifiedRoleManagementPolicyRule-id", "Location": "Path" }, { @@ -386824,120 +281890,80 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_GetPagesContent", + "OperationId": "policy.roleManagementPolicy.rule_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/roleManagementPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_SetPagesContent", - "Method": "Put", + "OperationId": "policy.roleManagementPolicy_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/roleManagementPolicyAssignments", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section.page_GetParentNotebook", + "OperationId": "policy_ListRoleManagementPolicyAssignment", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section.page_GetParentSection", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -386952,31 +281978,34 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/policies/roleManagementPolicyAssignments", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section.page_GetCount", + "OperationId": "policy_CreateRoleManagementPolicyAssignment", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_GetRoleManagementPolicyAssignment", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "unifiedRoleManagementPolicyAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -386984,91 +282013,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_GetParentNotebook", - "Method": "Get", + "OperationId": "policy_UpdateRoleManagementPolicyAssignment", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "unifiedRoleManagementPolicyAssignment-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { - "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "PathInfo": { + "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_GetParentSectionGroup", - "Method": "Get", + "OperationId": "policy_DeleteRoleManagementPolicyAssignment", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "unifiedRoleManagementPolicyAssignment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Notes" + "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_GetCount", + "OperationId": "policy.roleManagementPolicyAssignment_GetPolicy", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "unifiedRoleManagementPolicyAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -387076,17 +282073,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/$count", - "Module": "Notes" + "Path": "/policies/roleManagementPolicyAssignments/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_GetCount", + "OperationId": "policy.roleManagementPolicyAssignment_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -387100,17 +282093,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_ListSection", + "OperationId": "policy_ListServicePrincipalCreationPolicy", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -387148,35 +282137,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_CreateSection", + "OperationId": "policy_CreateServicePrincipalCreationPolicy", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_GetSection", + "OperationId": "policy_GetServicePrincipalCreationPolicy", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "servicePrincipalCreationPolicy-id", "Location": "Path" }, { @@ -387192,19 +282172,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_UpdateSection", + "OperationId": "policy_UpdateServicePrincipalCreationPolicy", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "servicePrincipalCreationPolicy-id", "Location": "Path" } ] @@ -387212,19 +282188,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote_DeleteSection", + "OperationId": "policy_DeleteServicePrincipalCreationPolicy", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "servicePrincipalCreationPolicy-id", "Location": "Path" }, { @@ -387236,19 +282208,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.section_ListPage", + "OperationId": "policy.servicePrincipalCreationPolicy_ListExclude", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "servicePrincipalCreationPolicy-id", "Location": "Path" }, { @@ -387288,19 +282256,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.section_CreatePage", + "OperationId": "policy.servicePrincipalCreationPolicy_CreateExclude", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "servicePrincipalCreationPolicy-id", "Location": "Path" } ] @@ -387308,23 +282272,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.section_GetPage", + "OperationId": "policy.servicePrincipalCreationPolicy_GetExclude", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "servicePrincipalCreationPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "servicePrincipalCreationConditionSet-id", "Location": "Path" }, { @@ -387340,23 +282300,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.section_UpdatePage", + "OperationId": "policy.servicePrincipalCreationPolicy_UpdateExclude", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "servicePrincipalCreationPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "servicePrincipalCreationConditionSet-id", "Location": "Path" } ] @@ -387364,23 +282320,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.section_DeletePage", + "OperationId": "policy.servicePrincipalCreationPolicy_DeleteExclude", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "servicePrincipalCreationPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "servicePrincipalCreationConditionSet-id", "Location": "Path" }, { @@ -387392,104 +282344,64 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.section_GetPagesContent", + "OperationId": "policy.servicePrincipalCreationPolicy.exclude_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "user.onenote.section_SetPagesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "user-id", + "Name": "servicePrincipalCreationPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.section.page_GetParentNotebook", + "OperationId": "policy.servicePrincipalCreationPolicy_ListInclude", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "servicePrincipalCreationPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "user.onenote.section.page_GetParentSection", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -387504,47 +282416,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.section.page_GetCount", - "Method": "Get", + "OperationId": "policy.servicePrincipalCreationPolicy_CreateInclude", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "servicePrincipalCreationPolicy-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.section_GetParentNotebook", + "OperationId": "policy.servicePrincipalCreationPolicy_GetInclude", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "servicePrincipalCreationPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "servicePrincipalCreationConditionSet-id", "Location": "Path" }, { @@ -387560,75 +282460,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.section_GetParentSectionGroup", - "Method": "Get", + "OperationId": "policy.servicePrincipalCreationPolicy_UpdateInclude", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "servicePrincipalCreationPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "servicePrincipalCreationConditionSet-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/$count", - "Module": "Notes" + "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.onenote.section_GetCount", - "Method": "Get", + "OperationId": "policy.servicePrincipalCreationPolicy_DeleteInclude", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "servicePrincipalCreationPolicy-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "servicePrincipalCreationConditionSet-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/analytics", - "Module": "People" + "Path": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user_GetAnalytic", + "OperationId": "policy.servicePrincipalCreationPolicy.include_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "servicePrincipalCreationPolicy-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -387636,53 +282528,33 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/analytics", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user_UpdateAnalytic", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/analytics", - "Module": "People" + "Path": "/policies/servicePrincipalCreationPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user_DeleteAnalytic", - "Method": "Delete", + "OperationId": "policy.servicePrincipalCreationPolicy_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/analytics/activityStatistics", - "Module": "People" + "Path": "/policies/tokenIssuancePolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.analytic_ListActivityStatistics", + "OperationId": "policy_ListTokenIssuancePolicy", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -387720,35 +282592,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/analytics/activityStatistics", - "Module": "People" + "Path": "/policies/tokenIssuancePolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.analytic_CreateActivityStatistics", + "OperationId": "policy_CreateTokenIssuancePolicy", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "Module": "People" + "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.analytic_GetActivityStatistics", + "OperationId": "policy_GetTokenIssuancePolicy", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "activityStatistics-id", + "Name": "tokenIssuancePolicy-id", "Location": "Path" }, { @@ -387764,19 +282627,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "Module": "People" + "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.analytic_UpdateActivityStatistics", + "OperationId": "policy_UpdateTokenIssuancePolicy", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "activityStatistics-id", + "Name": "tokenIssuancePolicy-id", "Location": "Path" } ] @@ -387784,19 +282643,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "Module": "People" + "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.analytic_DeleteActivityStatistics", + "OperationId": "policy_DeleteTokenIssuancePolicy", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "activityStatistics-id", + "Name": "tokenIssuancePolicy-id", "Location": "Path" }, { @@ -387808,39 +282663,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/analytics/activityStatistics/$count", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user.analytic.activityStatistics_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/people", - "Module": "People" + "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user_ListPerson", + "OperationId": "policy.tokenIssuancePolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "tokenIssuancePolicy-id", "Location": "Path" }, { @@ -387880,19 +282711,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/people/{person-id}", - "Module": "People" + "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user_GetPerson", + "OperationId": "policy.tokenIssuancePolicy_GetAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "tokenIssuancePolicy-id", "Location": "Path" }, { - "Name": "person-id", + "Name": "directoryObject-id", "Location": "Path" }, { @@ -387908,15 +282739,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/people/$count", - "Module": "People" + "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.person_GetCount", + "OperationId": "policy.tokenIssuancePolicy.appliesTo_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "tokenIssuancePolicy-id", "Location": "Path" }, { @@ -387932,23 +282763,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile", - "Module": "People" + "Path": "/policies/tokenIssuancePolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user_GetProfile", + "OperationId": "policy.tokenIssuancePolicy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -387956,53 +282783,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user_UpdateProfile", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/profile", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user_DeleteProfile", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/profile/account", - "Module": "People" + "Path": "/policies/tokenLifetimePolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListAccount", + "OperationId": "policy_ListTokenLifetimePolicy", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -388040,35 +282827,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/account", - "Module": "People" + "Path": "/policies/tokenLifetimePolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_CreateAccount", + "OperationId": "policy_CreateTokenLifetimePolicy", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "Module": "People" + "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetAccount", + "OperationId": "policy_GetTokenLifetimePolicy", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "userAccountInformation-id", + "Name": "tokenLifetimePolicy-id", "Location": "Path" }, { @@ -388084,19 +282862,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "Module": "People" + "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdateAccount", + "OperationId": "policy_UpdateTokenLifetimePolicy", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "userAccountInformation-id", + "Name": "tokenLifetimePolicy-id", "Location": "Path" } ] @@ -388104,19 +282878,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "Module": "People" + "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeleteAccount", + "OperationId": "policy_DeleteTokenLifetimePolicy", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "userAccountInformation-id", + "Name": "tokenLifetimePolicy-id", "Location": "Path" }, { @@ -388128,39 +282898,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/account/$count", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user.profile.account_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/profile/addresses", - "Module": "People" + "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListAddress", + "OperationId": "policy.tokenLifetimePolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "tokenLifetimePolicy-id", "Location": "Path" }, { @@ -388200,43 +282946,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/addresses", - "Module": "People" + "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_CreateAddress", - "Method": "Post", + "OperationId": "policy.tokenLifetimePolicy_GetAppliesTo", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "tokenLifetimePolicy-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "Module": "People" + "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetAddress", + "OperationId": "policy.tokenLifetimePolicy.appliesTo_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "itemAddress-id", + "Name": "tokenLifetimePolicy-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -388244,67 +282998,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "Module": "People" + "Path": "/policies/tokenLifetimePolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdateAddress", - "Method": "Patch", + "OperationId": "policy.tokenLifetimePolicy_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemAddress-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "Module": "People" + "Path": "/tenantRelationships/multiTenantOrganization", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeleteAddress", - "Method": "Delete", + "OperationId": "tenantRelationship_GetMultiTenantOrganization", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "itemAddress-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/addresses/$count", - "Module": "People" + "Path": "/tenantRelationships/multiTenantOrganization/joinRequest", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.address_GetCount", + "OperationId": "tenantRelationship.multiTenantOrganization_GetJoinRequest", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -388312,17 +283058,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/anniversaries", - "Module": "People" + "Path": "/tenantRelationships/multiTenantOrganization/joinRequest", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListAnniversary", + "OperationId": "tenantRelationship.multiTenantOrganization_UpdateJoinRequest", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/multiTenantOrganization/tenants", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.multiTenantOrganization_ListTenant", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -388360,35 +283113,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/anniversaries", - "Module": "People" + "Path": "/tenantRelationships/multiTenantOrganization/tenants", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_CreateAnniversary", + "OperationId": "tenantRelationship.multiTenantOrganization_CreateTenant", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "Module": "People" + "Path": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetAnniversary", + "OperationId": "tenantRelationship.multiTenantOrganization_GetTenant", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "personAnnualEvent-id", + "Name": "multiTenantOrganizationMember-id", "Location": "Path" }, { @@ -388404,19 +283148,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "Module": "People" + "Path": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdateAnniversary", + "OperationId": "tenantRelationship.multiTenantOrganization_UpdateTenant", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "personAnnualEvent-id", + "Name": "multiTenantOrganizationMember-id", "Location": "Path" } ] @@ -388424,19 +283164,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "Module": "People" + "Path": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeleteAnniversary", + "OperationId": "tenantRelationship.multiTenantOrganization_DeleteTenant", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "personAnnualEvent-id", + "Name": "multiTenantOrganizationMember-id", "Location": "Path" }, { @@ -388448,17 +283184,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/anniversaries/$count", - "Module": "People" + "Path": "/tenantRelationships/multiTenantOrganization/tenants/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.anniversary_GetCount", + "OperationId": "tenantRelationship.multiTenantOrganization.tenant_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -388472,17 +283204,44 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/awards", - "Module": "People" + "Path": "/trustFramework", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListAward", + "OperationId": "trustFramework_GetTrustFramework", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/trustFramework", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "trustFramework_UpdateTrustFramework", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/trustFramework/keySets", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "trustFramework_ListKeySet", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -388520,35 +283279,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/awards", - "Module": "People" + "Path": "/trustFramework/keySets", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_CreateAward", + "OperationId": "trustFramework_CreateKeySet", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/awards/{personAward-id}", - "Module": "People" + "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetAward", + "OperationId": "trustFramework_GetKeySet", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "personAward-id", + "Name": "trustFrameworkKeySet-id", "Location": "Path" }, { @@ -388564,19 +283314,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/awards/{personAward-id}", - "Module": "People" + "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdateAward", + "OperationId": "trustFramework_UpdateKeySet", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "personAward-id", + "Name": "trustFrameworkKeySet-id", "Location": "Path" } ] @@ -388584,19 +283330,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/awards/{personAward-id}", - "Module": "People" + "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeleteAward", + "OperationId": "trustFramework_DeleteKeySet", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "personAward-id", + "Name": "trustFrameworkKeySet-id", "Location": "Path" }, { @@ -388608,135 +283350,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/awards/$count", - "Module": "People" + "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.generateKey", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.award_GetCount", - "Method": "Get", + "OperationId": "trustFramework.keySet_generateKey", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "trustFrameworkKeySet-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/certifications", - "Module": "People" + "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.getActiveKey()", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListCertification", + "OperationId": "trustFramework.keySet_getActiveKey", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "trustFrameworkKeySet-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/certifications", - "Module": "People" + "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.uploadCertificate", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_CreateCertification", + "OperationId": "trustFramework.keySet_uploadCertificate", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/profile/certifications/{personCertification-id}", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user.profile_GetCertification", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "personCertification-id", + "Name": "trustFrameworkKeySet-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/certifications/{personCertification-id}", - "Module": "People" + "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.uploadPkcs12", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdateCertification", - "Method": "Patch", + "OperationId": "trustFramework.keySet_uploadPkcs12", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "personCertification-id", + "Name": "trustFrameworkKeySet-id", "Location": "Path" } ] @@ -388744,41 +283414,29 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/certifications/{personCertification-id}", - "Module": "People" + "Path": "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.uploadSecret", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeleteCertification", - "Method": "Delete", + "OperationId": "trustFramework.keySet_uploadSecret", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "personCertification-id", + "Name": "trustFrameworkKeySet-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/certifications/$count", - "Module": "People" + "Path": "/trustFramework/keySets/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.certification_GetCount", + "OperationId": "trustFramework.keySet_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -388792,17 +283450,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/educationalActivities", - "Module": "People" + "Path": "/trustFramework/policies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListEducationalActivity", + "OperationId": "trustFramework_ListPolicy", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -388840,35 +283494,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/educationalActivities", - "Module": "People" + "Path": "/trustFramework/policies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_CreateEducationalActivity", + "OperationId": "trustFramework_CreatePolicy", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "Module": "People" + "Path": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetEducationalActivity", + "OperationId": "trustFramework_GetPolicy", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "educationalActivity-id", + "Name": "trustFrameworkPolicy-id", "Location": "Path" }, { @@ -388884,19 +283529,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "Module": "People" + "Path": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdateEducationalActivity", + "OperationId": "trustFramework_UpdatePolicy", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "educationalActivity-id", + "Name": "trustFrameworkPolicy-id", "Location": "Path" } ] @@ -388904,35 +283545,83 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "Module": "People" + "Path": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeleteEducationalActivity", + "OperationId": "trustFramework_DeletePolicy", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "trustFrameworkPolicy-id", "Location": "Path" }, { - "Name": "educationalActivity-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "trustFramework_GetPoliciesContent", + "Method": "Get", + "Parameters": [ + { + "Name": "trustFrameworkPolicy-id", "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "trustFramework_SetPoliciesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "trustFrameworkPolicy-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/trustFramework/policies/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "trustFramework.policy_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/educationalActivities/$count", - "Module": "People" + "Path": "/users/{user-id}/authentication", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.educationalActivity_GetCount", + "OperationId": "user_GetAuthentication", "Method": "Get", "Parameters": [ { @@ -388940,11 +283629,11 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -388952,11 +283641,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/emails", - "Module": "People" + "Path": "/users/{user-id}/authentication", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListEmail", + "OperationId": "user_UpdateAuthentication", + "Method": "Patch", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/authentication", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "user_DeleteAuthentication", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/authentication/emailMethods", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "user.authentication_ListEmailMethod", "Method": "Get", "Parameters": [ { @@ -389000,11 +283725,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/emails", - "Module": "People" + "Path": "/users/{user-id}/authentication/emailMethods", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_CreateEmail", + "OperationId": "user.authentication_CreateEmailMethod", "Method": "Post", "Parameters": [ { @@ -389016,11 +283741,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/emails/{itemEmail-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetEmail", + "OperationId": "user.authentication_GetEmailMethod", "Method": "Get", "Parameters": [ { @@ -389028,7 +283753,7 @@ "Location": "Path" }, { - "Name": "itemEmail-id", + "Name": "emailAuthenticationMethod-id", "Location": "Path" }, { @@ -389044,11 +283769,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/emails/{itemEmail-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdateEmail", + "OperationId": "user.authentication_UpdateEmailMethod", "Method": "Patch", "Parameters": [ { @@ -389056,7 +283781,7 @@ "Location": "Path" }, { - "Name": "itemEmail-id", + "Name": "emailAuthenticationMethod-id", "Location": "Path" } ] @@ -389064,11 +283789,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/emails/{itemEmail-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeleteEmail", + "OperationId": "user.authentication_DeleteEmailMethod", "Method": "Delete", "Parameters": [ { @@ -389076,7 +283801,7 @@ "Location": "Path" }, { - "Name": "itemEmail-id", + "Name": "emailAuthenticationMethod-id", "Location": "Path" }, { @@ -389088,11 +283813,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/emails/$count", - "Module": "People" + "Path": "/users/{user-id}/authentication/emailMethods/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.email_GetCount", + "OperationId": "user.authentication.emailMethod_GetCount", "Method": "Get", "Parameters": [ { @@ -389112,11 +283837,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/interests", - "Module": "People" + "Path": "/users/{user-id}/authentication/fido2Methods", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListInterest", + "OperationId": "user.authentication_ListFido2Method", "Method": "Get", "Parameters": [ { @@ -389160,27 +283885,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/interests", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user.profile_CreateInterest", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/profile/interests/{personInterest-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetInterest", + "OperationId": "user.authentication_GetFido2Method", "Method": "Get", "Parameters": [ { @@ -389188,7 +283897,7 @@ "Location": "Path" }, { - "Name": "personInterest-id", + "Name": "fido2AuthenticationMethod-id", "Location": "Path" }, { @@ -389204,31 +283913,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/interests/{personInterest-id}", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user.profile_UpdateInterest", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "personInterest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/profile/interests/{personInterest-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeleteInterest", + "OperationId": "user.authentication_DeleteFido2Method", "Method": "Delete", "Parameters": [ { @@ -389236,7 +283925,7 @@ "Location": "Path" }, { - "Name": "personInterest-id", + "Name": "fido2AuthenticationMethod-id", "Location": "Path" }, { @@ -389248,11 +283937,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/interests/$count", - "Module": "People" + "Path": "/users/{user-id}/authentication/fido2Methods/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.interest_GetCount", + "OperationId": "user.authentication.fido2Method_GetCount", "Method": "Get", "Parameters": [ { @@ -389272,11 +283961,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/languages", - "Module": "People" + "Path": "/users/{user-id}/authentication/methods", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListLanguage", + "OperationId": "user.authentication_ListMethod", "Method": "Get", "Parameters": [ { @@ -389320,11 +284009,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/languages", - "Module": "People" + "Path": "/users/{user-id}/authentication/methods", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_CreateLanguage", + "OperationId": "user.authentication_CreateMethod", "Method": "Post", "Parameters": [ { @@ -389336,11 +284025,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetLanguage", + "OperationId": "user.authentication_GetMethod", "Method": "Get", "Parameters": [ { @@ -389348,7 +284037,7 @@ "Location": "Path" }, { - "Name": "languageProficiency-id", + "Name": "authenticationMethod-id", "Location": "Path" }, { @@ -389364,11 +284053,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdateLanguage", + "OperationId": "user.authentication_UpdateMethod", "Method": "Patch", "Parameters": [ { @@ -389376,43 +284065,19 @@ "Location": "Path" }, { - "Name": "languageProficiency-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user.profile_DeleteLanguage", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "languageProficiency-id", + "Name": "authenticationMethod-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/languages/$count", - "Module": "People" + "Path": "/users/{user-id}/authentication/methods/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.language_GetCount", + "OperationId": "user.authentication.method_GetCount", "Method": "Get", "Parameters": [ { @@ -389432,11 +284097,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/names", - "Module": "People" + "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListName", + "OperationId": "user.authentication_ListMicrosoftAuthenticatorMethod", "Method": "Get", "Parameters": [ { @@ -389480,27 +284145,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/names", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user.profile_CreateName", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/profile/names/{personName-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetName", + "OperationId": "user.authentication_GetMicrosoftAuthenticatorMethod", "Method": "Get", "Parameters": [ { @@ -389508,7 +284157,7 @@ "Location": "Path" }, { - "Name": "personName-id", + "Name": "microsoftAuthenticatorAuthenticationMethod-id", "Location": "Path" }, { @@ -389524,55 +284173,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/names/{personName-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdateName", - "Method": "Patch", + "OperationId": "user.authentication_DeleteMicrosoftAuthenticatorMethod", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "personName-id", + "Name": "microsoftAuthenticatorAuthenticationMethod-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/names/{personName-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeleteName", - "Method": "Delete", + "OperationId": "user.authentication.microsoftAuthenticatorMethod_GetDevice", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "personName-id", + "Name": "microsoftAuthenticatorAuthenticationMethod-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/names/$count", - "Module": "People" + "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.name_GetCount", + "OperationId": "user.authentication.microsoftAuthenticatorMethod_GetCount", "Method": "Get", "Parameters": [ { @@ -389592,11 +284249,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/notes", - "Module": "People" + "Path": "/users/{user-id}/authentication/operations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListNote", + "OperationId": "user.authentication_ListOperation", "Method": "Get", "Parameters": [ { @@ -389640,11 +284297,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/notes", - "Module": "People" + "Path": "/users/{user-id}/authentication/operations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_CreateNote", + "OperationId": "user.authentication_CreateOperation", "Method": "Post", "Parameters": [ { @@ -389656,11 +284313,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetNote", + "OperationId": "user.authentication_GetOperation", "Method": "Get", "Parameters": [ { @@ -389668,7 +284325,7 @@ "Location": "Path" }, { - "Name": "personAnnotation-id", + "Name": "longRunningOperation-id", "Location": "Path" }, { @@ -389684,11 +284341,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdateNote", + "OperationId": "user.authentication_UpdateOperation", "Method": "Patch", "Parameters": [ { @@ -389696,7 +284353,7 @@ "Location": "Path" }, { - "Name": "personAnnotation-id", + "Name": "longRunningOperation-id", "Location": "Path" } ] @@ -389704,11 +284361,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeleteNote", + "OperationId": "user.authentication_DeleteOperation", "Method": "Delete", "Parameters": [ { @@ -389716,7 +284373,7 @@ "Location": "Path" }, { - "Name": "personAnnotation-id", + "Name": "longRunningOperation-id", "Location": "Path" }, { @@ -389728,11 +284385,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/notes/$count", - "Module": "People" + "Path": "/users/{user-id}/authentication/operations/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.note_GetCount", + "OperationId": "user.authentication.operation_GetCount", "Method": "Get", "Parameters": [ { @@ -389752,11 +284409,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/patents", - "Module": "People" + "Path": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListPatent", + "OperationId": "user.authentication_ListPasswordlessMicrosoftAuthenticatorMethod", "Method": "Get", "Parameters": [ { @@ -389800,27 +284457,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/patents", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user.profile_CreatePatent", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/profile/patents/{itemPatent-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetPatent", + "OperationId": "user.authentication_GetPasswordlessMicrosoftAuthenticatorMethod", "Method": "Get", "Parameters": [ { @@ -389828,7 +284469,7 @@ "Location": "Path" }, { - "Name": "itemPatent-id", + "Name": "passwordlessMicrosoftAuthenticatorAuthenticationMethod-id", "Location": "Path" }, { @@ -389844,55 +284485,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/patents/{itemPatent-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdatePatent", - "Method": "Patch", + "OperationId": "user.authentication_DeletePasswordlessMicrosoftAuthenticatorMethod", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "itemPatent-id", + "Name": "passwordlessMicrosoftAuthenticatorAuthenticationMethod-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/patents/{itemPatent-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeletePatent", - "Method": "Delete", + "OperationId": "user.authentication.passwordlessMicrosoftAuthenticatorMethod_GetDevice", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "itemPatent-id", + "Name": "passwordlessMicrosoftAuthenticatorAuthenticationMethod-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/patents/$count", - "Module": "People" + "Path": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.patent_GetCount", + "OperationId": "user.authentication.passwordlessMicrosoftAuthenticatorMethod_GetCount", "Method": "Get", "Parameters": [ { @@ -389912,11 +284561,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/phones", - "Module": "People" + "Path": "/users/{user-id}/authentication/passwordMethods", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListPhone", + "OperationId": "user.authentication_ListPasswordMethod", "Method": "Get", "Parameters": [ { @@ -389960,11 +284609,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/phones", - "Module": "People" + "Path": "/users/{user-id}/authentication/passwordMethods", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_CreatePhone", + "OperationId": "user.authentication_CreatePasswordMethod", "Method": "Post", "Parameters": [ { @@ -389976,11 +284625,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/phones/{itemPhone-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetPhone", + "OperationId": "user.authentication_GetPasswordMethod", "Method": "Get", "Parameters": [ { @@ -389988,7 +284637,7 @@ "Location": "Path" }, { - "Name": "itemPhone-id", + "Name": "passwordAuthenticationMethod-id", "Location": "Path" }, { @@ -390004,55 +284653,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/phones/{itemPhone-id}", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user.profile_UpdatePhone", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "itemPhone-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/profile/phones/{itemPhone-id}", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user.profile_DeletePhone", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "itemPhone-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/profile/phones/$count", - "Module": "People" + "Path": "/users/{user-id}/authentication/passwordMethods/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.phone_GetCount", + "OperationId": "user.authentication.passwordMethod_GetCount", "Method": "Get", "Parameters": [ { @@ -390072,11 +284677,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/positions", - "Module": "People" + "Path": "/users/{user-id}/authentication/phoneMethods", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListPosition", + "OperationId": "user.authentication_ListPhoneMethod", "Method": "Get", "Parameters": [ { @@ -390120,11 +284725,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/positions", - "Module": "People" + "Path": "/users/{user-id}/authentication/phoneMethods", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_CreatePosition", + "OperationId": "user.authentication_CreatePhoneMethod", "Method": "Post", "Parameters": [ { @@ -390136,11 +284741,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/positions/{workPosition-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetPosition", + "OperationId": "user.authentication_GetPhoneMethod", "Method": "Get", "Parameters": [ { @@ -390148,7 +284753,7 @@ "Location": "Path" }, { - "Name": "workPosition-id", + "Name": "phoneAuthenticationMethod-id", "Location": "Path" }, { @@ -390164,11 +284769,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/positions/{workPosition-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdatePosition", + "OperationId": "user.authentication_UpdatePhoneMethod", "Method": "Patch", "Parameters": [ { @@ -390176,7 +284781,7 @@ "Location": "Path" }, { - "Name": "workPosition-id", + "Name": "phoneAuthenticationMethod-id", "Location": "Path" } ] @@ -390184,11 +284789,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/positions/{workPosition-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeletePosition", + "OperationId": "user.authentication_DeletePhoneMethod", "Method": "Delete", "Parameters": [ { @@ -390196,7 +284801,7 @@ "Location": "Path" }, { - "Name": "workPosition-id", + "Name": "phoneAuthenticationMethod-id", "Location": "Path" }, { @@ -390208,11 +284813,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/positions/$count", - "Module": "People" + "Path": "/users/{user-id}/authentication/phoneMethods/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.position_GetCount", + "OperationId": "user.authentication.phoneMethod_GetCount", "Method": "Get", "Parameters": [ { @@ -390232,11 +284837,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/projects", - "Module": "People" + "Path": "/users/{user-id}/authentication/platformCredentialMethods", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListProject", + "OperationId": "user.authentication_ListPlatformCredentialMethod", "Method": "Get", "Parameters": [ { @@ -390280,27 +284885,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/projects", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user.profile_CreateProject", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetProject", + "OperationId": "user.authentication_GetPlatformCredentialMethod", "Method": "Get", "Parameters": [ { @@ -390308,7 +284897,7 @@ "Location": "Path" }, { - "Name": "projectParticipation-id", + "Name": "platformCredentialAuthenticationMethod-id", "Location": "Path" }, { @@ -390324,55 +284913,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdateProject", - "Method": "Patch", + "OperationId": "user.authentication_DeletePlatformCredentialMethod", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "projectParticipation-id", + "Name": "platformCredentialAuthenticationMethod-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeleteProject", - "Method": "Delete", + "OperationId": "user.authentication.platformCredentialMethod_GetDevice", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "projectParticipation-id", + "Name": "platformCredentialAuthenticationMethod-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/projects/$count", - "Module": "People" + "Path": "/users/{user-id}/authentication/platformCredentialMethods/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.project_GetCount", + "OperationId": "user.authentication.platformCredentialMethod_GetCount", "Method": "Get", "Parameters": [ { @@ -390392,41 +284989,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/publications", - "Module": "People" + "Path": "/users/{user-id}/authentication/signInPreferences", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListPublication", + "OperationId": "user.authentication_GetSignInPreference", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -390440,12 +285013,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/publications", - "Module": "People" + "Path": "/users/{user-id}/authentication/signInPreferences", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_CreatePublication", - "Method": "Post", + "OperationId": "user.authentication_UpdateSignInPreference", + "Method": "Patch", "Parameters": [ { "Name": "user-id", @@ -390456,11 +285029,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/publications/{itemPublication-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/softwareOathMethods", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetPublication", + "OperationId": "user.authentication_ListSoftwareOathMethod", "Method": "Get", "Parameters": [ { @@ -390468,8 +285041,28 @@ "Location": "Path" }, { - "Name": "itemPublication-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -390484,31 +285077,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/publications/{itemPublication-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdatePublication", - "Method": "Patch", + "OperationId": "user.authentication_GetSoftwareOathMethod", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "itemPublication-id", + "Name": "softwareOathAuthenticationMethod-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/publications/{itemPublication-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeletePublication", + "OperationId": "user.authentication_DeleteSoftwareOathMethod", "Method": "Delete", "Parameters": [ { @@ -390516,7 +285117,7 @@ "Location": "Path" }, { - "Name": "itemPublication-id", + "Name": "softwareOathAuthenticationMethod-id", "Location": "Path" }, { @@ -390528,11 +285129,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/publications/$count", - "Module": "People" + "Path": "/users/{user-id}/authentication/softwareOathMethods/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.publication_GetCount", + "OperationId": "user.authentication.softwareOathMethod_GetCount", "Method": "Get", "Parameters": [ { @@ -390552,11 +285153,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/skills", - "Module": "People" + "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListSkill", + "OperationId": "user.authentication_ListTemporaryAccessPassMethod", "Method": "Get", "Parameters": [ { @@ -390600,11 +285201,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/skills", - "Module": "People" + "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_CreateSkill", + "OperationId": "user.authentication_CreateTemporaryAccessPassMethod", "Method": "Post", "Parameters": [ { @@ -390616,11 +285217,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetSkill", + "OperationId": "user.authentication_GetTemporaryAccessPassMethod", "Method": "Get", "Parameters": [ { @@ -390628,7 +285229,7 @@ "Location": "Path" }, { - "Name": "skillProficiency-id", + "Name": "temporaryAccessPassAuthenticationMethod-id", "Location": "Path" }, { @@ -390644,31 +285245,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user.profile_UpdateSkill", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "skillProficiency-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeleteSkill", + "OperationId": "user.authentication_DeleteTemporaryAccessPassMethod", "Method": "Delete", "Parameters": [ { @@ -390676,7 +285257,7 @@ "Location": "Path" }, { - "Name": "skillProficiency-id", + "Name": "temporaryAccessPassAuthenticationMethod-id", "Location": "Path" }, { @@ -390688,11 +285269,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/skills/$count", - "Module": "People" + "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.skill_GetCount", + "OperationId": "user.authentication.temporaryAccessPassMethod_GetCount", "Method": "Get", "Parameters": [ { @@ -390712,11 +285293,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/webAccounts", - "Module": "People" + "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListWebAccount", + "OperationId": "user.authentication_ListWindowsHelloGraphFPreBusinessMethod", "Method": "Get", "Parameters": [ { @@ -390760,27 +285341,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/webAccounts", - "Module": "People" - }, - "MethodInfo": { - "OperationId": "user.profile_CreateWebAccount", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetWebAccount", + "OperationId": "user.authentication_GetWindowsHelloGraphFPreBusinessMethod", "Method": "Get", "Parameters": [ { @@ -390788,7 +285353,7 @@ "Location": "Path" }, { - "Name": "webAccount-id", + "Name": "windowsHelloForBusinessAuthenticationMethod-id", "Location": "Path" }, { @@ -390804,55 +285369,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdateWebAccount", - "Method": "Patch", + "OperationId": "user.authentication_DeleteWindowsHelloGraphFPreBusinessMethod", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "webAccount-id", + "Name": "windowsHelloForBusinessAuthenticationMethod-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "Module": "People" + "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeleteWebAccount", - "Method": "Delete", + "OperationId": "user.authentication.windowsHelloGraphFPreBusinessMethod_GetDevice", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "webAccount-id", + "Name": "windowsHelloForBusinessAuthenticationMethod-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/webAccounts/$count", - "Module": "People" + "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.webAccount_GetCount", + "OperationId": "user.authentication.windowsHelloGraphFPreBusinessMethod_GetCount", "Method": "Get", "Parameters": [ { @@ -390872,41 +285445,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/websites", - "Module": "People" + "Path": "/users/{user-id}/informationProtection", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_ListWebsite", + "OperationId": "user_GetInformationProtection", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -390920,12 +285469,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/websites", - "Module": "People" + "Path": "/users/{user-id}/informationProtection", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_CreateWebsite", - "Method": "Post", + "OperationId": "user_UpdateInformationProtection", + "Method": "Patch", "Parameters": [ { "Name": "user-id", @@ -390936,19 +285485,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/websites/{personWebsite-id}", - "Module": "People" + "Path": "/users/{user-id}/informationProtection", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_GetWebsite", - "Method": "Get", + "OperationId": "user_DeleteInformationProtection", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "personWebsite-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/informationProtection/bitlocker", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "user.informationProtection_GetBitlocker", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { @@ -390964,55 +285529,87 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/profile/websites/{personWebsite-id}", - "Module": "People" + "Path": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_UpdateWebsite", - "Method": "Patch", + "OperationId": "user.informationProtection.bitlocker_ListRecoveryKey", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "personWebsite-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/websites/{personWebsite-id}", - "Module": "People" + "Path": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile_DeleteWebsite", - "Method": "Delete", + "OperationId": "user.informationProtection.bitlocker_GetRecoveryKey", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "personWebsite-id", + "Name": "bitlockerRecoveryKey-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/profile/websites/$count", - "Module": "People" + "Path": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.profile.website_GetCount", + "OperationId": "user.informationProtection.bitlocker.recoveryKey_GetCount", "Method": "Get", "Parameters": [ { @@ -391032,11 +285629,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user_ListContactFolder", + "OperationId": "user.informationProtection_ListDataLossPreventionPolicy", "Method": "Get", "Parameters": [ { @@ -391080,11 +285677,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user_CreateContactFolder", + "OperationId": "user.informationProtection_CreateDataLossPreventionPolicy", "Method": "Post", "Parameters": [ { @@ -391096,11 +285693,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user_GetContactFolder", + "OperationId": "user.informationProtection_GetDataLossPreventionPolicy", "Method": "Get", "Parameters": [ { @@ -391108,7 +285705,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "dataLossPreventionPolicy-id", "Location": "Path" }, { @@ -391124,11 +285721,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user_UpdateContactFolder", + "OperationId": "user.informationProtection_UpdateDataLossPreventionPolicy", "Method": "Patch", "Parameters": [ { @@ -391136,7 +285733,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "dataLossPreventionPolicy-id", "Location": "Path" } ] @@ -391144,11 +285741,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user_DeleteContactFolder", + "OperationId": "user.informationProtection_DeleteDataLossPreventionPolicy", "Method": "Delete", "Parameters": [ { @@ -391156,7 +285753,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "dataLossPreventionPolicy-id", "Location": "Path" }, { @@ -391168,29 +285765,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder_ListChildFolder", + "OperationId": "user.informationProtection.dataLossPreventionPolicy_GetCount", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -391198,67 +285783,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "Module": "PersonalContacts" - }, - "MethodInfo": { - "OperationId": "user.contactFolder_CreateChildFolder", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/policy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder_GetChildFolder", + "OperationId": "user.informationProtection_GetPolicy", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -391272,49 +285813,33 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/policy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder_UpdateChildFolder", + "OperationId": "user.informationProtection_UpdatePolicy", "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/policy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder_DeleteChildFolder", + "OperationId": "user.informationProtection_DeletePolicy", "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -391324,25 +285849,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/policy/labels", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder_ListContact", + "OperationId": "user.informationProtection.policy_ListLabel", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -391380,35 +285897,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/policy/labels", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder_CreateContact", + "OperationId": "user.informationProtection.policy_CreateLabel", "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder_GetContact", + "OperationId": "user.informationProtection.policy_GetLabel", "Method": "Get", "Parameters": [ { @@ -391416,15 +285925,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "informationProtectionLabel-id", "Location": "Path" }, { @@ -391440,11 +285941,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder_UpdateContact", + "OperationId": "user.informationProtection.policy_UpdateLabel", "Method": "Patch", "Parameters": [ { @@ -391452,15 +285953,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "informationProtectionLabel-id", "Location": "Path" } ] @@ -391468,11 +285961,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder_DeleteContact", + "OperationId": "user.informationProtection.policy_DeleteLabel", "Method": "Delete", "Parameters": [ { @@ -391480,15 +285973,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "informationProtectionLabel-id", "Location": "Path" }, { @@ -391500,11 +285985,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/policy/labels/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_ListExtension", + "OperationId": "user.informationProtection.policy.label_GetCount", "Method": "Get", "Parameters": [ { @@ -391512,15 +285997,27 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contactFolder-id1", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/informationProtection/sensitivityLabels", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "user.informationProtection_ListSensitivityLabel", + "Method": "Get", + "Parameters": [ { - "Name": "contact-id", + "Name": "user-id", "Location": "Path" }, { @@ -391560,39 +286057,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/sensitivityLabels", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_CreateExtension", + "OperationId": "user.informationProtection_CreateSensitivityLabel", "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_GetExtension", + "OperationId": "user.informationProtection_GetSensitivityLabel", "Method": "Get", "Parameters": [ { @@ -391600,19 +286085,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { @@ -391628,11 +286101,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_UpdateExtension", + "OperationId": "user.informationProtection_UpdateSensitivityLabel", "Method": "Patch", "Parameters": [ { @@ -391640,19 +286113,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "sensitivityLabel-id", "Location": "Path" } ] @@ -391660,11 +286121,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_DeleteExtension", + "OperationId": "user.informationProtection_DeleteSensitivityLabel", "Method": "Delete", "Parameters": [ { @@ -391672,19 +286133,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { @@ -391696,11 +286145,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact.extension_GetCount", + "OperationId": "user.informationProtection.sensitivityLabel_ListSublabel", "Method": "Get", "Parameters": [ { @@ -391708,16 +286157,16 @@ "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "contactFolder-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "contact-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -391726,17 +286175,53 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "user.informationProtection.sensitivityLabel_CreateSublabel", + "Method": "Post", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "sensitivityLabel-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_GetPhoto", + "OperationId": "user.informationProtection.sensitivityLabel_GetSublabel", "Method": "Get", "Parameters": [ { @@ -391744,15 +286229,11 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "contact-id", + "Name": "sensitivityLabel-id1", "Location": "Path" }, { @@ -391768,11 +286249,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_UpdatePhoto", + "OperationId": "user.informationProtection.sensitivityLabel_UpdateSublabel", "Method": "Patch", "Parameters": [ { @@ -391780,15 +286261,11 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "contact-id", + "Name": "sensitivityLabel-id1", "Location": "Path" } ] @@ -391796,81 +286273,73 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_GetPhotoContent", - "Method": "Get", + "OperationId": "user.informationProtection.sensitivityLabel_DeleteSublabel", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "contactFolder-id1", + "Name": "sensitivityLabel-id1", "Location": "Path" }, { - "Name": "contact-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_SetPhotoContent", - "Method": "Put", + "OperationId": "user.informationProtection.sensitivityLabel.sublabel_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "contactFolder-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contact-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/sensitivityLabels/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_GetCount", + "OperationId": "user.informationProtection.sensitivityLabel_GetCount", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -391884,11 +286353,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder_GetCount", + "OperationId": "user.informationProtection_GetSensitivityPolicySetting", "Method": "Get", "Parameters": [ { @@ -391896,15 +286365,11 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -391912,19 +286377,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder_ListContact", - "Method": "Get", + "OperationId": "user.informationProtection_UpdateSensitivityPolicySetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "user.informationProtection_DeleteSensitivityPolicySetting", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "user.informationProtection_ListThreatAssessmentRequest", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { @@ -391964,31 +286461,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder_CreateContact", + "OperationId": "user.informationProtection_CreateThreatAssessmentRequest", "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder_GetContact", + "OperationId": "user.informationProtection_GetThreatAssessmentRequest", "Method": "Get", "Parameters": [ { @@ -391996,11 +286489,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { @@ -392016,11 +286505,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder_UpdateContact", + "OperationId": "user.informationProtection_UpdateThreatAssessmentRequest", "Method": "Patch", "Parameters": [ { @@ -392028,11 +286517,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" } ] @@ -392040,11 +286525,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder_DeleteContact", + "OperationId": "user.informationProtection_DeleteThreatAssessmentRequest", "Method": "Delete", "Parameters": [ { @@ -392052,11 +286537,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { @@ -392068,11 +286549,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_ListExtension", + "OperationId": "user.informationProtection.threatAssessmentRequest_ListResult", "Method": "Get", "Parameters": [ { @@ -392080,11 +286561,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { @@ -392124,11 +286601,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_CreateExtension", + "OperationId": "user.informationProtection.threatAssessmentRequest_CreateResult", "Method": "Post", "Parameters": [ { @@ -392136,11 +286613,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" } ] @@ -392148,11 +286621,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_GetExtension", + "OperationId": "user.informationProtection.threatAssessmentRequest_GetResult", "Method": "Get", "Parameters": [ { @@ -392160,15 +286633,11 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "threatAssessmentResult-id", "Location": "Path" }, { @@ -392184,11 +286653,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_UpdateExtension", + "OperationId": "user.informationProtection.threatAssessmentRequest_UpdateResult", "Method": "Patch", "Parameters": [ { @@ -392196,15 +286665,11 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "threatAssessmentResult-id", "Location": "Path" } ] @@ -392212,11 +286677,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_DeleteExtension", + "OperationId": "user.informationProtection.threatAssessmentRequest_DeleteResult", "Method": "Delete", "Parameters": [ { @@ -392224,15 +286689,11 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "threatAssessmentResult-id", "Location": "Path" }, { @@ -392244,11 +286705,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact.extension_GetCount", + "OperationId": "user.informationProtection.threatAssessmentRequest.result_GetCount", "Method": "Get", "Parameters": [ { @@ -392256,11 +286717,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { @@ -392276,11 +286733,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_GetPhoto", + "OperationId": "user.informationProtection.threatAssessmentRequest_GetCount", "Method": "Get", "Parameters": [ { @@ -392288,11 +286745,27 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contact-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/inferenceClassification", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user_GetInferenceClassification", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { @@ -392308,23 +286781,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/inferenceClassification", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_UpdatePhoto", + "OperationId": "user_UpdateInferenceClassification", "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/inferenceClassification/overrides", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user.inferenceClassification_ListOverride", + "Method": "Get", + "Parameters": [ { - "Name": "contactFolder-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "contact-id", + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/inferenceClassification/overrides", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user.inferenceClassification_CreateOverride", + "Method": "Post", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" } ] @@ -392332,11 +286861,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_GetPhotoContent", + "OperationId": "user.inferenceClassification_GetOverride", "Method": "Get", "Parameters": [ { @@ -392344,35 +286873,35 @@ "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "inferenceClassificationOverride-id", "Location": "Path" }, { - "Name": "contact-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_SetPhotoContent", - "Method": "Put", + "OperationId": "user.inferenceClassification_UpdateOverride", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "inferenceClassificationOverride-id", "Location": "Path" } ] @@ -392380,39 +286909,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_GetCount", - "Method": "Get", + "OperationId": "user.inferenceClassification_DeleteOverride", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "inferenceClassificationOverride-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/$count", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/inferenceClassification/overrides/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contactFolder_GetCount", + "OperationId": "user.inferenceClassification.override_GetCount", "Method": "Get", "Parameters": [ { @@ -392432,17 +286957,21 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user_ListContact", + "OperationId": "user_ListMailFolder", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, + { + "Name": "includeHiddenFolders", + "Location": "Query" + }, { "Name": "$top", "Location": "Query" @@ -392480,11 +287009,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user_CreateContact", + "OperationId": "user_CreateMailFolder", "Method": "Post", "Parameters": [ { @@ -392496,11 +287025,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user_GetContact", + "OperationId": "user_GetMailFolder", "Method": "Get", "Parameters": [ { @@ -392508,9 +287037,13 @@ "Location": "Path" }, { - "Name": "contact-id", + "Name": "mailFolder-id", "Location": "Path" }, + { + "Name": "includeHiddenFolders", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -392524,11 +287057,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user_UpdateContact", + "OperationId": "user_UpdateMailFolder", "Method": "Patch", "Parameters": [ { @@ -392536,7 +287069,7 @@ "Location": "Path" }, { - "Name": "contact-id", + "Name": "mailFolder-id", "Location": "Path" } ] @@ -392544,11 +287077,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user_DeleteContact", + "OperationId": "user_DeleteMailFolder", "Method": "Delete", "Parameters": [ { @@ -392556,7 +287089,7 @@ "Location": "Path" }, { - "Name": "contact-id", + "Name": "mailFolder-id", "Location": "Path" }, { @@ -392568,11 +287101,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contact_ListExtension", + "OperationId": "user.mailFolder_ListChildFolder", "Method": "Get", "Parameters": [ { @@ -392580,9 +287113,13 @@ "Location": "Path" }, { - "Name": "contact-id", + "Name": "mailFolder-id", "Location": "Path" }, + { + "Name": "includeHiddenFolders", + "Location": "Query" + }, { "Name": "$top", "Location": "Query" @@ -392620,11 +287157,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contact_CreateExtension", + "OperationId": "user.mailFolder_CreateChildFolder", "Method": "Post", "Parameters": [ { @@ -392632,7 +287169,7 @@ "Location": "Path" }, { - "Name": "contact-id", + "Name": "mailFolder-id", "Location": "Path" } ] @@ -392640,11 +287177,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contact_GetExtension", + "OperationId": "user.mailFolder_GetChildFolder", "Method": "Get", "Parameters": [ { @@ -392652,13 +287189,17 @@ "Location": "Path" }, { - "Name": "contact-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "mailFolder-id1", "Location": "Path" }, + { + "Name": "includeHiddenFolders", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -392672,11 +287213,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contact_UpdateExtension", + "OperationId": "user.mailFolder_UpdateChildFolder", "Method": "Patch", "Parameters": [ { @@ -392684,11 +287225,11 @@ "Location": "Path" }, { - "Name": "contact-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "mailFolder-id1", "Location": "Path" } ] @@ -392696,11 +287237,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contact_DeleteExtension", + "OperationId": "user.mailFolder_DeleteChildFolder", "Method": "Delete", "Parameters": [ { @@ -392708,11 +287249,11 @@ "Location": "Path" }, { - "Name": "contact-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "mailFolder-id1", "Location": "Path" }, { @@ -392724,11 +287265,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/extensions/$count", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contact.extension_GetCount", + "OperationId": "user.mailFolder.childFolder_ListMessageRule", "Method": "Get", "Parameters": [ { @@ -392736,9 +287277,21 @@ "Location": "Path" }, { - "Name": "contact-id", + "Name": "mailFolder-id", "Location": "Path" }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -392746,17 +287299,57 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contact_GetPhoto", + "OperationId": "user.mailFolder.childFolder_CreateMessageRule", + "Method": "Post", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user.mailFolder.childFolder_GetMessageRule", "Method": "Get", "Parameters": [ { @@ -392764,7 +287357,15 @@ "Location": "Path" }, { - "Name": "contact-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "messageRule-id", "Location": "Path" }, { @@ -392780,11 +287381,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contact_UpdatePhoto", + "OperationId": "user.mailFolder.childFolder_UpdateMessageRule", "Method": "Patch", "Parameters": [ { @@ -392792,7 +287393,15 @@ "Location": "Path" }, { - "Name": "contact-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "messageRule-id", "Location": "Path" } ] @@ -392800,57 +287409,97 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contact_GetPhotoContent", - "Method": "Get", + "OperationId": "user.mailFolder.childFolder_DeleteMessageRule", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "contact-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "messageRule-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contact_SetPhotoContent", - "Method": "Put", + "OperationId": "user.mailFolder.childFolder.messageRule_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "contact-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/$count", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "user.contact_GetCount", + "OperationId": "user.mailFolder.childFolder_ListMessage", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -392858,21 +287507,73 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group_GetPlanner", + "OperationId": "user.mailFolder.childFolder_CreateMessage", + "Method": "Post", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user.mailFolder.childFolder_GetMessage", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -392888,35 +287589,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group_UpdatePlanner", + "OperationId": "user.mailFolder.childFolder_UpdateMessage", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group_DeletePlanner", + "OperationId": "user.mailFolder.childFolder_DeleteMessage", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -392928,15 +287649,83 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner_ListPlan", + "OperationId": "user.mailFolder.childFolder_GetMessagesContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user.mailFolder.childFolder_SetMessagesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user.mailFolder.childFolder.message_ListAttachment", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -392976,15 +287765,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner_CreatePlan", + "OperationId": "user.mailFolder.childFolder.message_CreateAttachment", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" } ] @@ -392992,19 +287793,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner_GetPlan", + "OperationId": "user.mailFolder.childFolder.message_GetAttachment", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" }, { @@ -393020,63 +287833,99 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner_UpdatePlan", - "Method": "Patch", + "OperationId": "user.mailFolder.childFolder.message_DeleteAttachment", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "attachment-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner_DeletePlan", - "Method": "Delete", + "OperationId": "user.mailFolder.childFolder.message.attachment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan_ListBucket", + "OperationId": "user.mailFolder.childFolder.message_ListExtension", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -393116,19 +287965,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan_CreateBucket", + "OperationId": "user.mailFolder.childFolder.message_CreateExtension", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" } ] @@ -393136,23 +287993,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan_GetBucket", + "OperationId": "user.mailFolder.childFolder.message_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -393168,75 +288033,131 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user.mailFolder.childFolder.message_UpdateExtension", + "Method": "Patch", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "extension-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan_UpdateBucket", - "Method": "Patch", + "OperationId": "user.mailFolder.childFolder.message_DeleteExtension", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan_DeleteBucket", - "Method": "Delete", + "OperationId": "user.mailFolder.childFolder.message.extension_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket_ListTask", + "OperationId": "user.mailFolder.childFolder.message_ListMention", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -393276,23 +288197,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket_CreateTask", + "OperationId": "user.mailFolder.childFolder.message_CreateMention", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" } ] @@ -393300,27 +288225,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket_GetTask", + "OperationId": "user.mailFolder.childFolder.message_GetMention", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id1", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "mention-id", "Location": "Path" }, { @@ -393336,95 +288265,103 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket_UpdateTask", - "Method": "Patch", + "OperationId": "user.mailFolder.childFolder.message_DeleteMention", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id1", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "mention-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket_DeleteTask", - "Method": "Delete", + "OperationId": "user.mailFolder.childFolder.message.mention_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id1", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_GetAssignedToTaskBoardFormat", + "OperationId": "user.mailFolder.childFolder.message_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "mailFolder-id1", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -393432,99 +288369,123 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", + "OperationId": "user.mailFolder.childFolder_ListUserConfiguration", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id1", "Location": "Path" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", + "OperationId": "user.mailFolder.childFolder_GetUserConfiguration", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id1", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "userConfiguration-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_GetBucketTaskBoardFormat", + "OperationId": "user.mailFolder.childFolder.userConfiguration_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "mailFolder-id1", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -393532,91 +288493,123 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_UpdateBucketTaskBoardFormat", - "Method": "Patch", + "OperationId": "user.mailFolder.childFolder_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_DeleteBucketTaskBoardFormat", - "Method": "Delete", + "OperationId": "user.mailFolder_ListMessageRule", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerBucket-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_GetDetail", - "Method": "Get", + "OperationId": "user.mailFolder_CreateMessageRule", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user.mailFolder_GetMessageRule", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "messageRule-id", "Location": "Path" }, { @@ -393632,59 +288625,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_UpdateDetail", + "OperationId": "user.mailFolder_UpdateMessageRule", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "messageRule-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_DeleteDetail", + "OperationId": "user.mailFolder_DeleteMessageRule", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "messageRule-id", "Location": "Path" }, { @@ -393696,35 +288677,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_GetProgressTaskBoardFormat", + "OperationId": "user.mailFolder.messageRule_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -393732,95 +288705,103 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_UpdateProgressTaskBoardFormat", - "Method": "Patch", + "OperationId": "user.mailFolder_ListMessage", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerBucket-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_DeleteProgressTaskBoardFormat", - "Method": "Delete", + "OperationId": "user.mailFolder_CreateMessage", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "mailFolder-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_GetCount", + "OperationId": "user.mailFolder_GetMessage", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerBucket-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -393828,123 +288809,123 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/$count", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.bucket_GetCount", - "Method": "Get", + "OperationId": "user.mailFolder_UpdateMessage", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "message-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan_GetDetail", - "Method": "Get", + "OperationId": "user.mailFolder_DeleteMessage", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "message-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan_UpdateDetail", - "Method": "Patch", + "OperationId": "user.mailFolder_GetMessagesContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "message-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan_DeleteDetail", - "Method": "Delete", + "OperationId": "user.mailFolder_SetMessagesContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "message-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan_ListTask", + "OperationId": "user.mailFolder.message_ListAttachment", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -393984,19 +288965,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan_CreateTask", + "OperationId": "user.mailFolder.message_CreateAttachment", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" } ] @@ -394004,23 +288989,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan_GetTask", + "OperationId": "user.mailFolder.message_GetAttachment", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" }, { @@ -394036,47 +289025,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan_UpdateTask", - "Method": "Patch", + "OperationId": "user.mailFolder.message_DeleteAttachment", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "attachment-id", "Location": "Path" }, { @@ -394088,31 +289057,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.task_GetAssignedToTaskBoardFormat", + "OperationId": "user.mailFolder.message.attachment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -394120,79 +289089,107 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", + "OperationId": "user.mailFolder.message_ListExtension", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", + "OperationId": "user.mailFolder.message_CreateExtension", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.task_GetBucketTaskBoardFormat", + "OperationId": "user.mailFolder.message_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -394208,51 +289205,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.task_UpdateBucketTaskBoardFormat", + "OperationId": "user.mailFolder.message_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "extension-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.task_DeleteBucketTaskBoardFormat", + "OperationId": "user.mailFolder.message_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -394264,31 +289265,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.task_GetDetail", + "OperationId": "user.mailFolder.message.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -394296,79 +289297,107 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.task_UpdateDetail", - "Method": "Patch", + "OperationId": "user.mailFolder.message_ListMention", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.task_DeleteDetail", - "Method": "Delete", + "OperationId": "user.mailFolder.message_CreateMention", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.task_GetProgressTaskBoardFormat", + "OperationId": "user.mailFolder.message_GetMention", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "mention-id", "Location": "Path" }, { @@ -394384,23 +289413,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.task_UpdateProgressTaskBoardFormat", - "Method": "Patch", + "OperationId": "user.mailFolder.message_DeleteMention", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "mention-id", "Location": "Path" }, { @@ -394412,47 +289445,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.task_DeleteProgressTaskBoardFormat", - "Method": "Delete", + "OperationId": "user.mailFolder.message.mention_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/$count", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan.task_GetCount", + "OperationId": "user.mailFolder.message_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "mailFolder-id", "Location": "Path" }, { @@ -394468,17 +289505,29 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/$count", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "group.planner.plan_GetCount", + "OperationId": "user.mailFolder_ListUserConfiguration", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -394486,19 +289535,47 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner_GetPlanner", + "OperationId": "user.mailFolder_GetUserConfiguration", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "userConfiguration-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -394512,24 +289589,73 @@ }, { "PathInfo": { - "Path": "/planner", - "Module": "Planner" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner_UpdatePlanner", - "Method": "Patch", - "Parameters": [] + "OperationId": "user.mailFolder.userConfiguration_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/mailFolders/$count", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user.mailFolder_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/planner/buckets", - "Module": "Planner" + "Path": "/users/{user-id}/messages", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner_ListBucket", + "OperationId": "user_ListMessage", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "includeHiddenMessages", + "Location": "Query" + }, { "Name": "$top", "Location": "Query" @@ -394567,28 +289693,41 @@ }, { "PathInfo": { - "Path": "/planner/buckets", - "Module": "Planner" + "Path": "/users/{user-id}/messages", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner_CreateBucket", + "OperationId": "user_CreateMessage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner_GetBucket", + "OperationId": "user_GetMessage", "Method": "Get", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, + { + "Name": "includeHiddenMessages", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -394602,35 +289741,39 @@ }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner_UpdateBucket", + "OperationId": "user_UpdateMessage", "Method": "Patch", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "message-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner_DeleteBucket", + "OperationId": "user_DeleteMessage", "Method": "Delete", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -394642,15 +289785,59 @@ }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/$value", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket_ListTask", + "OperationId": "user_GetMessagesContent", "Method": "Get", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/messages/{message-id}/$value", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user_SetMessagesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/messages/{message-id}/attachments", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user.message_ListAttachment", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -394690,15 +289877,19 @@ }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/attachments", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket_CreateTask", + "OperationId": "user.message_CreateAttachment", "Method": "Post", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" } ] @@ -394706,19 +289897,23 @@ }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket_GetTask", + "OperationId": "user.message_GetAttachment", "Method": "Get", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" }, { @@ -394734,39 +289929,23 @@ }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket_UpdateTask", - "Method": "Patch", + "OperationId": "user.message_DeleteAttachment", + "Method": "Delete", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerBucket-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "attachment-id", "Location": "Path" }, { @@ -394778,27 +289957,27 @@ }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/attachments/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket.task_GetAssignedToTaskBoardFormat", + "OperationId": "user.message.attachment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -394806,67 +289985,95 @@ }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/extensions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", + "OperationId": "user.message_ListExtension", + "Method": "Get", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/extensions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", + "OperationId": "user.message_CreateExtension", + "Method": "Post", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket.task_GetBucketTaskBoardFormat", + "OperationId": "user.message_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -394882,43 +290089,47 @@ }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket.task_UpdateBucketTaskBoardFormat", + "OperationId": "user.message_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "extension-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket.task_DeleteBucketTaskBoardFormat", + "OperationId": "user.message_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -394930,27 +290141,27 @@ }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/extensions/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket.task_GetDetail", + "OperationId": "user.message.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -394958,67 +290169,95 @@ }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/mentions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket.task_UpdateDetail", - "Method": "Patch", + "OperationId": "user.message_ListMention", + "Method": "Get", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/mentions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket.task_DeleteDetail", - "Method": "Delete", + "OperationId": "user.message_CreateMention", + "Method": "Post", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket.task_GetProgressTaskBoardFormat", + "OperationId": "user.message_GetMention", "Method": "Get", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "mention-id", "Location": "Path" }, { @@ -395034,19 +290273,23 @@ }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket.task_UpdateProgressTaskBoardFormat", - "Method": "Patch", + "OperationId": "user.message_DeleteMention", + "Method": "Delete", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "mention-id", "Location": "Path" }, { @@ -395058,39 +290301,43 @@ }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/users/{user-id}/messages/{message-id}/mentions/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket.task_DeleteProgressTaskBoardFormat", - "Method": "Delete", + "OperationId": "user.message.mention_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "message-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/$count", - "Module": "Planner" + "Path": "/users/{user-id}/messages/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "planner.bucket.task_GetCount", + "OperationId": "user.message_GetCount", "Method": "Get", "Parameters": [ { - "Name": "plannerBucket-id", + "Name": "user-id", "Location": "Path" }, { @@ -395106,45 +290353,17 @@ }, { "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/microsoft.graph.delta()", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.bucket.task_delta", + "OperationId": "tenantRelationship_GetManagedTenant", "Method": "Get", "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -395154,75 +290373,38 @@ }, { "PathInfo": { - "Path": "/planner/buckets/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.bucket_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "tenantRelationship_UpdateManagedTenant", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/planner/buckets/microsoft.graph.delta()", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.bucket_delta", - "Method": "Get", + "OperationId": "tenantRelationship_DeleteManagedTenant", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/planner/plans", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner_ListPlan", + "OperationId": "tenantRelationship.managedTenant_ListAggregatedPolicyCompliance", "Method": "Get", "Parameters": [ { @@ -395262,26 +290444,26 @@ }, { "PathInfo": { - "Path": "/planner/plans", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner_CreatePlan", + "OperationId": "tenantRelationship.managedTenant_CreateAggregatedPolicyCompliance", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner_GetPlan", + "OperationId": "tenantRelationship.managedTenant_GetAggregatedPolicyCompliance", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", + "Name": "aggregatedPolicyCompliance-id", "Location": "Path" }, { @@ -395297,15 +290479,15 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner_UpdatePlan", + "OperationId": "tenantRelationship.managedTenant_UpdateAggregatedPolicyCompliance", "Method": "Patch", "Parameters": [ { - "Name": "plannerPlan-id", + "Name": "aggregatedPolicyCompliance-id", "Location": "Path" } ] @@ -395313,15 +290495,15 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner_DeletePlan", + "OperationId": "tenantRelationship.managedTenant_DeleteAggregatedPolicyCompliance", "Method": "Delete", "Parameters": [ { - "Name": "plannerPlan-id", + "Name": "aggregatedPolicyCompliance-id", "Location": "Path" }, { @@ -395333,17 +290515,33 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_ListBucket", + "OperationId": "tenantRelationship.managedTenant.aggregatedPolicyCompliance_GetCount", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/appPerformances", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_ListAppPerformance", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -395381,35 +290579,26 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/appPerformances", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_CreateBucket", + "OperationId": "tenantRelationship.managedTenant_CreateAppPerformance", "Method": "Post", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_GetBucket", + "OperationId": "tenantRelationship.managedTenant_GetAppPerformance", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", + "Name": "appPerformance-id", "Location": "Path" }, { @@ -395425,19 +290614,15 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_UpdateBucket", + "OperationId": "tenantRelationship.managedTenant_UpdateAppPerformance", "Method": "Patch", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", + "Name": "appPerformance-id", "Location": "Path" } ] @@ -395445,19 +290630,15 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_DeleteBucket", + "OperationId": "tenantRelationship.managedTenant_DeleteAppPerformance", "Method": "Delete", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", + "Name": "appPerformance-id", "Location": "Path" }, { @@ -395469,21 +290650,33 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/appPerformances/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket_ListTask", + "OperationId": "tenantRelationship.managedTenant.appPerformance_GetCount", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "plannerBucket-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/auditEvents", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_ListAuditEvent", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -395521,43 +290714,26 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/auditEvents", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket_CreateTask", + "OperationId": "tenantRelationship.managedTenant_CreateAuditEvent", "Method": "Post", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket_GetTask", + "OperationId": "tenantRelationship.managedTenant_GetAuditEvent", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "auditEvent-id", "Location": "Path" }, { @@ -395573,23 +290749,15 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket_UpdateTask", + "OperationId": "tenantRelationship.managedTenant_UpdateAuditEvent", "Method": "Patch", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "auditEvent-id", "Location": "Path" } ] @@ -395597,23 +290765,15 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket_DeleteTask", + "OperationId": "tenantRelationship.managedTenant_DeleteAuditEvent", "Method": "Delete", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "auditEvent-id", "Location": "Path" }, { @@ -395625,31 +290785,19 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/auditEvents/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket.task_GetAssignedToTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant.auditEvent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -395657,79 +290805,70 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/cloudPcConnections", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", + "OperationId": "tenantRelationship.managedTenant_ListCloudPcConnection", + "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "plannerBucket-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "plannerBucket-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/cloudPcConnections", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket.task_GetBucketTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_CreateCloudPcConnection", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_GetCloudPcConnection", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "cloudPcConnection-id", "Location": "Path" }, { @@ -395745,51 +290884,31 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket.task_UpdateBucketTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_UpdateCloudPcConnection", "Method": "Patch", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "cloudPcConnection-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket.task_DeleteBucketTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_DeleteCloudPcConnection", "Method": "Delete", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "cloudPcConnection-id", "Location": "Path" }, { @@ -395801,31 +290920,19 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/cloudPcConnections/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket.task_GetDetail", + "OperationId": "tenantRelationship.managedTenant.cloudPcConnection_GetCount", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -395833,79 +290940,70 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/cloudPcDevices", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket.task_UpdateDetail", - "Method": "Patch", + "OperationId": "tenantRelationship.managedTenant_ListCloudPcDevice", + "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "plannerBucket-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket.task_DeleteDetail", - "Method": "Delete", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "plannerBucket-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/cloudPcDevices", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket.task_GetProgressTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_CreateCloudPcDevice", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_GetCloudPcDevice", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "cloudPcDevice-id", "Location": "Path" }, { @@ -395921,51 +291019,31 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket.task_UpdateProgressTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_UpdateCloudPcDevice", "Method": "Patch", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "cloudPcDevice-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket.task_DeleteProgressTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_DeleteCloudPcDevice", "Method": "Delete", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "cloudPcDevice-id", "Location": "Path" }, { @@ -395977,21 +291055,13 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/cloudPcDevices/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket.task_GetCount", + "OperationId": "tenantRelationship.managedTenant.cloudPcDevice_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -396004,22 +291074,14 @@ } }, { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/microsoft.graph.delta()", - "Module": "Planner" + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/cloudPcsOverview", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket.task_delta", + "OperationId": "tenantRelationship.managedTenant_ListCloudPcsOverview", "Method": "Get", "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -396041,11 +291103,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -396057,23 +291119,34 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/cloudPcsOverview", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket_GetCount", + "OperationId": "tenantRelationship.managedTenant_CreateCloudPcsOverview", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_GetCloudPcsOverview", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", + "Name": "cloudPcOverview-tenantId", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -396081,17 +291154,69 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/microsoft.graph.delta()", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.bucket_delta", - "Method": "Get", + "OperationId": "tenantRelationship.managedTenant_UpdateCloudPcsOverview", + "Method": "Patch", "Parameters": [ { - "Name": "plannerPlan-id", + "Name": "cloudPcOverview-tenantId", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_DeleteCloudPcsOverview", + "Method": "Delete", + "Parameters": [ + { + "Name": "cloudPcOverview-tenantId", "Location": "Path" }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/cloudPcsOverview/$count", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant.cloudPcsOverview_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_ListConditionalAccessPolicyCoverage", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -396113,11 +291238,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -396129,15 +291254,26 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_GetDetail", + "OperationId": "tenantRelationship.managedTenant_CreateConditionalAccessPolicyCoverage", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_GetConditionalAccessPolicyCoverage", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", + "Name": "conditionalAccessPolicyCoverage-id", "Location": "Path" }, { @@ -396153,35 +291289,31 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_UpdateDetail", + "OperationId": "tenantRelationship.managedTenant_UpdateConditionalAccessPolicyCoverage", "Method": "Patch", "Parameters": [ { - "Name": "plannerPlan-id", + "Name": "conditionalAccessPolicyCoverage-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_DeleteDetail", + "OperationId": "tenantRelationship.managedTenant_DeleteConditionalAccessPolicyCoverage", "Method": "Delete", "Parameters": [ { - "Name": "plannerPlan-id", + "Name": "conditionalAccessPolicyCoverage-id", "Location": "Path" }, { @@ -396193,65 +291325,33 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/microsoft.graph.archive", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_archive", - "Method": "Post", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/microsoft.graph.moveToContainer", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_moveToContainer", - "Method": "Post", + "OperationId": "tenantRelationship.managedTenant.conditionalAccessPolicyCoverage_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/microsoft.graph.unarchive", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_unarchive", - "Method": "Post", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_ListTask", + "OperationId": "tenantRelationship.managedTenant_ListCredentialUserRegistrationsSummary", "Method": "Get", "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -396289,35 +291389,26 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_CreateTask", + "OperationId": "tenantRelationship.managedTenant_CreateCredentialUserRegistrationsSummary", "Method": "Post", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_GetTask", + "OperationId": "tenantRelationship.managedTenant_GetCredentialUserRegistrationsSummary", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "credentialUserRegistrationsSummary-id", "Location": "Path" }, { @@ -396333,19 +291424,15 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_UpdateTask", + "OperationId": "tenantRelationship.managedTenant_UpdateCredentialUserRegistrationsSummary", "Method": "Patch", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "credentialUserRegistrationsSummary-id", "Location": "Path" } ] @@ -396353,19 +291440,15 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_DeleteTask", + "OperationId": "tenantRelationship.managedTenant_DeleteCredentialUserRegistrationsSummary", "Method": "Delete", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "credentialUserRegistrationsSummary-id", "Location": "Path" }, { @@ -396377,27 +291460,19 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.task_GetAssignedToTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant.credentialUserRegistrationsSummary_GetCount", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -396405,67 +291480,70 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/deviceAppPerformances", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", + "OperationId": "tenantRelationship.managedTenant_ListDeviceAppPerformance", + "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/deviceAppPerformances", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "tenantRelationship.managedTenant_CreateDeviceAppPerformance", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.task_GetBucketTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_GetDeviceAppPerformance", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "deviceAppPerformance-id", "Location": "Path" }, { @@ -396481,43 +291559,31 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.task_UpdateBucketTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_UpdateDeviceAppPerformance", "Method": "Patch", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "deviceAppPerformance-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.task_DeleteBucketTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_DeleteDeviceAppPerformance", "Method": "Delete", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "deviceAppPerformance-id", "Location": "Path" }, { @@ -396529,27 +291595,19 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/deviceAppPerformances/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.task_GetDetail", + "OperationId": "tenantRelationship.managedTenant.deviceAppPerformance_GetCount", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -396557,67 +291615,70 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.task_UpdateDetail", - "Method": "Patch", + "OperationId": "tenantRelationship.managedTenant_ListDeviceCompliancePolicySettingStateSummary", + "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.task_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "tenantRelationship.managedTenant_CreateDeviceCompliancePolicySettingStateSummary", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.task_GetProgressTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_GetDeviceCompliancePolicySettingStateSummary", "Method": "Get", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "deviceCompliancePolicySettingStateSummary-id", "Location": "Path" }, { @@ -396633,43 +291694,31 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.task_UpdateProgressTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_UpdateDeviceCompliancePolicySettingStateSummary", "Method": "Patch", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "deviceCompliancePolicySettingStateSummary-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.task_DeleteProgressTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_DeleteDeviceCompliancePolicySettingStateSummary", "Method": "Delete", "Parameters": [ { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "deviceCompliancePolicySettingStateSummary-id", "Location": "Path" }, { @@ -396681,17 +291730,13 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.task_GetCount", + "OperationId": "tenantRelationship.managedTenant.deviceCompliancePolicySettingStateSummary_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -396705,17 +291750,13 @@ }, { "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/microsoft.graph.delta()", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/deviceHealthStatuses", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan.task_delta", + "OperationId": "tenantRelationship.managedTenant_ListDeviceHealthStatus", "Method": "Get", "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -396737,11 +291778,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -396753,19 +291794,34 @@ }, { "PathInfo": { - "Path": "/planner/plans/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/deviceHealthStatuses", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_GetCount", + "OperationId": "tenantRelationship.managedTenant_CreateDeviceHealthStatus", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_GetDeviceHealthStatus", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "deviceHealthStatus-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -396773,21 +291829,49 @@ }, { "PathInfo": { - "Path": "/planner/plans/microsoft.graph.delta()", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.plan_delta", - "Method": "Get", + "OperationId": "tenantRelationship.managedTenant_UpdateDeviceHealthStatus", + "Method": "Patch", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, + "Name": "deviceHealthStatus-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_DeleteDeviceHealthStatus", + "Method": "Delete", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" + "Name": "deviceHealthStatus-id", + "Location": "Path" }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant.deviceHealthStatus_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -396795,33 +291879,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner/rosters", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedDeviceCompliances", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner_ListRoster", + "OperationId": "tenantRelationship.managedTenant_ListManagedDeviceCompliance", "Method": "Get", "Parameters": [ { @@ -396861,26 +291929,26 @@ }, { "PathInfo": { - "Path": "/planner/rosters", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedDeviceCompliances", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner_CreateRoster", + "OperationId": "tenantRelationship.managedTenant_CreateManagedDeviceCompliance", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/planner/rosters/{plannerRoster-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner_GetRoster", + "OperationId": "tenantRelationship.managedTenant_GetManagedDeviceCompliance", "Method": "Get", "Parameters": [ { - "Name": "plannerRoster-id", + "Name": "managedDeviceCompliance-id", "Location": "Path" }, { @@ -396896,15 +291964,15 @@ }, { "PathInfo": { - "Path": "/planner/rosters/{plannerRoster-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner_UpdateRoster", + "OperationId": "tenantRelationship.managedTenant_UpdateManagedDeviceCompliance", "Method": "Patch", "Parameters": [ { - "Name": "plannerRoster-id", + "Name": "managedDeviceCompliance-id", "Location": "Path" } ] @@ -396912,15 +291980,15 @@ }, { "PathInfo": { - "Path": "/planner/rosters/{plannerRoster-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner_DeleteRoster", + "OperationId": "tenantRelationship.managedTenant_DeleteManagedDeviceCompliance", "Method": "Delete", "Parameters": [ { - "Name": "plannerRoster-id", + "Name": "managedDeviceCompliance-id", "Location": "Path" }, { @@ -396932,17 +292000,33 @@ }, { "PathInfo": { - "Path": "/planner/rosters/{plannerRoster-id}/members", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.roster_ListMember", + "OperationId": "tenantRelationship.managedTenant.managedDeviceCompliance_GetCount", "Method": "Get", "Parameters": [ { - "Name": "plannerRoster-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_ListManagedDeviceComplianceTrend", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -396980,35 +292064,26 @@ }, { "PathInfo": { - "Path": "/planner/rosters/{plannerRoster-id}/members", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.roster_CreateMember", + "OperationId": "tenantRelationship.managedTenant_CreateManagedDeviceComplianceTrend", "Method": "Post", - "Parameters": [ - { - "Name": "plannerRoster-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.roster_GetMember", + "OperationId": "tenantRelationship.managedTenant_GetManagedDeviceComplianceTrend", "Method": "Get", "Parameters": [ { - "Name": "plannerRoster-id", - "Location": "Path" - }, - { - "Name": "plannerRosterMember-id", + "Name": "managedDeviceComplianceTrend-id", "Location": "Path" }, { @@ -397024,19 +292099,15 @@ }, { "PathInfo": { - "Path": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.roster_UpdateMember", + "OperationId": "tenantRelationship.managedTenant_UpdateManagedDeviceComplianceTrend", "Method": "Patch", "Parameters": [ { - "Name": "plannerRoster-id", - "Location": "Path" - }, - { - "Name": "plannerRosterMember-id", + "Name": "managedDeviceComplianceTrend-id", "Location": "Path" } ] @@ -397044,19 +292115,15 @@ }, { "PathInfo": { - "Path": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.roster_DeleteMember", + "OperationId": "tenantRelationship.managedTenant_DeleteManagedDeviceComplianceTrend", "Method": "Delete", "Parameters": [ { - "Name": "plannerRoster-id", - "Location": "Path" - }, - { - "Name": "plannerRosterMember-id", + "Name": "managedDeviceComplianceTrend-id", "Location": "Path" }, { @@ -397068,17 +292135,13 @@ }, { "PathInfo": { - "Path": "/planner/rosters/{plannerRoster-id}/members/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.roster.member_GetCount", + "OperationId": "tenantRelationship.managedTenant.managedDeviceComplianceTrend_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "plannerRoster-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -397092,17 +292155,13 @@ }, { "PathInfo": { - "Path": "/planner/rosters/{plannerRoster-id}/plans", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertLogs", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.roster_ListPlan", + "OperationId": "tenantRelationship.managedTenant_ListManagedTenantAlertLog", "Method": "Get", "Parameters": [ - { - "Name": "plannerRoster-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -397140,19 +292199,26 @@ }, { "PathInfo": { - "Path": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertLogs", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.roster_GetPlan", + "OperationId": "tenantRelationship.managedTenant_CreateManagedTenantAlertLog", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_GetManagedTenantAlertLog", "Method": "Get", "Parameters": [ { - "Name": "plannerRoster-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "managedTenantAlertLog-id", "Location": "Path" }, { @@ -397168,23 +292234,59 @@ }, { "PathInfo": { - "Path": "/planner/rosters/{plannerRoster-id}/plans/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.roster.plan_GetCount", + "OperationId": "tenantRelationship.managedTenant_UpdateManagedTenantAlertLog", + "Method": "Patch", + "Parameters": [ + { + "Name": "managedTenantAlertLog-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_DeleteManagedTenantAlertLog", + "Method": "Delete", + "Parameters": [ + { + "Name": "managedTenantAlertLog-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant.managedTenantAlertLog_GetAlert", "Method": "Get", "Parameters": [ { - "Name": "plannerRoster-id", + "Name": "managedTenantAlertLog-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -397192,11 +292294,11 @@ }, { "PathInfo": { - "Path": "/planner/rosters/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.roster_GetCount", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlertLog_GetCount", "Method": "Get", "Parameters": [ { @@ -397212,11 +292314,11 @@ }, { "PathInfo": { - "Path": "/planner/tasks", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner_ListTask", + "OperationId": "tenantRelationship.managedTenant_ListManagedTenantAlertRuleDefinition", "Method": "Get", "Parameters": [ { @@ -397256,26 +292358,26 @@ }, { "PathInfo": { - "Path": "/planner/tasks", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner_CreateTask", + "OperationId": "tenantRelationship.managedTenant_CreateManagedTenantAlertRuleDefinition", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner_GetTask", + "OperationId": "tenantRelationship.managedTenant_GetManagedTenantAlertRuleDefinition", "Method": "Get", "Parameters": [ { - "Name": "plannerTask-id", + "Name": "managedTenantAlertRuleDefinition-id", "Location": "Path" }, { @@ -397291,35 +292393,31 @@ }, { "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner_UpdateTask", + "OperationId": "tenantRelationship.managedTenant_UpdateManagedTenantAlertRuleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "plannerTask-id", + "Name": "managedTenantAlertRuleDefinition-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner_DeleteTask", + "OperationId": "tenantRelationship.managedTenant_DeleteManagedTenantAlertRuleDefinition", "Method": "Delete", "Parameters": [ { - "Name": "plannerTask-id", + "Name": "managedTenantAlertRuleDefinition-id", "Location": "Path" }, { @@ -397331,17 +292429,41 @@ }, { "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.task_GetAssignedToTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRuleDefinition_ListAlertRule", "Method": "Get", "Parameters": [ { - "Name": "plannerTask-id", + "Name": "managedTenantAlertRuleDefinition-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -397355,63 +292477,71 @@ }, { "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRuleDefinition_GetAlertRule", + "Method": "Get", "Parameters": [ { - "Name": "plannerTask-id", + "Name": "managedTenantAlertRuleDefinition-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "managedTenantAlertRule-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRuleDefinition.alertRule_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "plannerTask-id", + "Name": "managedTenantAlertRuleDefinition-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.task_GetBucketTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRuleDefinition_GetCount", "Method": "Get", "Parameters": [ { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -397419,55 +292549,70 @@ }, { "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.task_UpdateBucketTaskBoardFormat", - "Method": "Patch", + "OperationId": "tenantRelationship.managedTenant_ListManagedTenantAlertRule", + "Method": "Get", "Parameters": [ { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.task_DeleteBucketTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "tenantRelationship.managedTenant_CreateManagedTenantAlertRule", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.task_GetDetail", + "OperationId": "tenantRelationship.managedTenant_GetManagedTenantAlertRule", "Method": "Get", "Parameters": [ { - "Name": "plannerTask-id", + "Name": "managedTenantAlertRule-id", "Location": "Path" }, { @@ -397483,15 +292628,31 @@ }, { "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.task_UpdateDetail", + "OperationId": "tenantRelationship.managedTenant_UpdateManagedTenantAlertRule", "Method": "Patch", "Parameters": [ { - "Name": "plannerTask-id", + "Name": "managedTenantAlertRule-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_DeleteManagedTenantAlertRule", + "Method": "Delete", + "Parameters": [ + { + "Name": "managedTenantAlertRule-id", "Location": "Path" }, { @@ -397503,35 +292664,67 @@ }, { "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.task_DeleteDetail", - "Method": "Delete", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRule_ListAlert", + "Method": "Get", "Parameters": [ { - "Name": "plannerTask-id", + "Name": "managedTenantAlertRule-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.task_GetProgressTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRule_GetAlert", "Method": "Get", "Parameters": [ { - "Name": "plannerTask-id", + "Name": "managedTenantAlertRule-id", + "Location": "Path" + }, + { + "Name": "managedTenantAlert-id", "Location": "Path" }, { @@ -397547,51 +292740,59 @@ }, { "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.task_UpdateProgressTaskBoardFormat", - "Method": "Patch", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRule.alert_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "plannerTask-id", + "Name": "managedTenantAlertRule-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/ruleDefinition", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.task_DeleteProgressTaskBoardFormat", - "Method": "Delete", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRule_GetRuleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "plannerTask-id", + "Name": "managedTenantAlertRule-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/planner/tasks/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.task_GetCount", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlertRule_GetCount", "Method": "Get", "Parameters": [ { @@ -397607,11 +292808,11 @@ }, { "PathInfo": { - "Path": "/planner/tasks/microsoft.graph.delta()", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "planner.task_delta", + "OperationId": "tenantRelationship.managedTenant_ListManagedTenantAlert", "Method": "Get", "Parameters": [ { @@ -397635,11 +292836,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -397651,15 +292852,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user_GetPlanner", + "OperationId": "tenantRelationship.managedTenant_CreateManagedTenantAlert", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_GetManagedTenantAlert", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managedTenantAlert-id", "Location": "Path" }, { @@ -397675,35 +292887,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user_UpdatePlanner", + "OperationId": "tenantRelationship.managedTenant_UpdateManagedTenantAlert", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "managedTenantAlert-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user_DeletePlanner", + "OperationId": "tenantRelationship.managedTenant_DeleteManagedTenantAlert", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "managedTenantAlert-id", "Location": "Path" }, { @@ -397715,15 +292923,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/all", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/alertLogs", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_ListAll", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_ListAlertLog", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managedTenantAlert-id", "Location": "Path" }, { @@ -397763,35 +292971,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/all", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner_CreateAll", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/all/{plannerDelta-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/alertLogs/{managedTenantAlertLog-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_GetAll", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_GetAlertLog", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managedTenantAlert-id", "Location": "Path" }, { - "Name": "plannerDelta-id", + "Name": "managedTenantAlertLog-id", "Location": "Path" }, { @@ -397807,67 +292999,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/all/{plannerDelta-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner_UpdateAll", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerDelta-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/all/{plannerDelta-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/alertLogs/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_DeleteAll", - "Method": "Delete", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlert.alertLog_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managedTenantAlert-id", "Location": "Path" }, { - "Name": "plannerDelta-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/all/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/alertRule", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.all_GetCount", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_GetAlertRule", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managedTenantAlert-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -397875,15 +293047,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/favoritePlans", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_ListFavoritePlan", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_ListApiNotification", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managedTenantAlert-id", "Location": "Path" }, { @@ -397923,19 +293095,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_GetFavoritePlan", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_GetApiNotification", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managedTenantAlert-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "managedTenantApiNotification-id", "Location": "Path" }, { @@ -397951,15 +293123,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/favoritePlans/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.favoritePlan_GetCount", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlert.apiNotification_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managedTenantAlert-id", "Location": "Path" }, { @@ -397975,15 +293147,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/myDayTasks", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_ListMyDayTask", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_ListEmailNotification", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managedTenantAlert-id", "Location": "Path" }, { @@ -398023,19 +293195,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_GetMyDayTask", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_GetEmailNotification", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managedTenantAlert-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "managedTenantEmailNotification-id", "Location": "Path" }, { @@ -398051,15 +293223,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/myDayTasks/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.myDayTask_GetCount", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlert.emailNotification_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managedTenantAlert-id", "Location": "Path" }, { @@ -398075,17 +293247,33 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantAlerts/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_ListPlan", + "OperationId": "tenantRelationship.managedTenant.managedTenantAlert_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managedTenantApiNotifications", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_ListManagedTenantApiNotification", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -398123,35 +293311,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantApiNotifications", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_CreatePlan", + "OperationId": "tenantRelationship.managedTenant_CreateManagedTenantApiNotification", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_GetPlan", + "OperationId": "tenantRelationship.managedTenant_GetManagedTenantApiNotification", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "managedTenantApiNotification-id", "Location": "Path" }, { @@ -398167,19 +293346,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_UpdatePlan", + "OperationId": "tenantRelationship.managedTenant_UpdateManagedTenantApiNotification", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "managedTenantApiNotification-id", "Location": "Path" } ] @@ -398187,19 +293362,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_DeletePlan", + "OperationId": "tenantRelationship.managedTenant_DeleteManagedTenantApiNotification", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "managedTenantApiNotification-id", "Location": "Path" }, { @@ -398211,21 +293382,57 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan_ListBucket", + "OperationId": "tenantRelationship.managedTenant.managedTenantApiNotification_GetAlert", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managedTenantApiNotification-id", "Location": "Path" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant.managedTenantApiNotification_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_ListManagedTenantEmailNotification", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -398263,43 +293470,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan_CreateBucket", + "OperationId": "tenantRelationship.managedTenant_CreateManagedTenantEmailNotification", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan_GetBucket", + "OperationId": "tenantRelationship.managedTenant_GetManagedTenantEmailNotification", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", + "Name": "managedTenantEmailNotification-id", "Location": "Path" }, { @@ -398315,23 +293505,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan_UpdateBucket", + "OperationId": "tenantRelationship.managedTenant_UpdateManagedTenantEmailNotification", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", + "Name": "managedTenantEmailNotification-id", "Location": "Path" } ] @@ -398339,23 +293521,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan_DeleteBucket", + "OperationId": "tenantRelationship.managedTenant_DeleteManagedTenantEmailNotification", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", + "Name": "managedTenantEmailNotification-id", "Location": "Path" }, { @@ -398367,25 +293541,57 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket_ListTask", + "OperationId": "tenantRelationship.managedTenant.managedTenantEmailNotification_GetAlert", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managedTenantEmailNotification-id", "Location": "Path" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "plannerBucket-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant.managedTenantEmailNotification_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_ListManagedTenantTicketingEndpoint", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -398423,51 +293629,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket_CreateTask", + "OperationId": "tenantRelationship.managedTenant_CreateManagedTenantTicketingEndpoint", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket_GetTask", + "OperationId": "tenantRelationship.managedTenant_GetManagedTenantTicketingEndpoint", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managedTenantTicketingEndpoint-id", "Location": "Path" }, { @@ -398483,27 +293664,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket_UpdateTask", + "OperationId": "tenantRelationship.managedTenant_UpdateManagedTenantTicketingEndpoint", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managedTenantTicketingEndpoint-id", "Location": "Path" } ] @@ -398511,60 +293680,76 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket_DeleteTask", + "OperationId": "tenantRelationship.managedTenant_DeleteManagedTenantTicketingEndpoint", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "managedTenantTicketingEndpoint-id", "Location": "Path" }, { - "Name": "plannerBucket-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant.managedTenantTicketingEndpoint_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementActions", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_GetAssignedToTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_ListManagementAction", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "plannerBucket-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -398579,92 +293764,127 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementActions", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", + "OperationId": "tenantRelationship.managedTenant_CreateManagementAction", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_GetManagementAction", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementAction-id", "Location": "Path" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "plannerBucket-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_UpdateManagementAction", + "Method": "Patch", + "Parameters": [ { - "Name": "plannerTask-id", + "Name": "managementAction-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_DeleteAssignedToTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_DeleteManagementAction", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "managementAction-id", "Location": "Path" }, { - "Name": "plannerBucket-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementActions/$count", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant.managementAction_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_GetBucketTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_ListManagementActionTenantDeploymentStatus", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "plannerBucket-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -398679,92 +293899,127 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_UpdateBucketTaskBoardFormat", - "Method": "Patch", + "OperationId": "tenantRelationship.managedTenant_CreateManagementActionTenantDeploymentStatus", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_GetManagementActionTenantDeploymentStatus", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementActionTenantDeploymentStatus-id", "Location": "Path" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "plannerBucket-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_UpdateManagementActionTenantDeploymentStatus", + "Method": "Patch", + "Parameters": [ { - "Name": "plannerTask-id", + "Name": "managementActionTenantDeploymentStatus-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_DeleteBucketTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_DeleteManagementActionTenantDeploymentStatus", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "managementActionTenantDeploymentStatus-id", "Location": "Path" }, { - "Name": "plannerBucket-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant.managementActionTenantDeploymentStatus_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementIntents", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_GetDetail", + "OperationId": "tenantRelationship.managedTenant_ListManagementIntent", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "plannerBucket-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -398779,91 +294034,161 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementIntents", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_UpdateDetail", - "Method": "Patch", + "OperationId": "tenantRelationship.managedTenant_CreateManagementIntent", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_GetManagementIntent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementIntent-id", "Location": "Path" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "plannerBucket-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_UpdateManagementIntent", + "Method": "Patch", + "Parameters": [ { - "Name": "plannerTask-id", + "Name": "managementIntent-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_DeleteDetail", + "OperationId": "tenantRelationship.managedTenant_DeleteManagementIntent", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "managementIntent-id", "Location": "Path" }, { - "Name": "plannerBucket-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementIntents/$count", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant.managementIntent_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateCollections", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_GetProgressTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_ListManagementTemplateCollection", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "plannerBucket-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" }, { - "Name": "plannerTask-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementTemplateCollections", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_CreateManagementTemplateCollection", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_GetManagementTemplateCollection", + "Method": "Get", + "Parameters": [ + { + "Name": "managementTemplateCollection-id", "Location": "Path" }, { @@ -398879,59 +294204,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_UpdateProgressTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_UpdateManagementTemplateCollection", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplateCollection-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_DeleteProgressTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_DeleteManagementTemplateCollection", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplateCollection-id", "Location": "Path" }, { @@ -398943,24 +294240,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_GetCount", + "OperationId": "tenantRelationship.managedTenant.managementTemplateCollection_ListManagementTemplate", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplateCollection-id", "Location": "Path" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "plannerBucket-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -398969,33 +294266,21 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -399003,19 +294288,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan_GetDetail", + "OperationId": "tenantRelationship.managedTenant.managementTemplateCollection_GetManagementTemplate", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplateCollection-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "managementTemplate-id", "Location": "Path" }, { @@ -399031,69 +294316,57 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan_UpdateDetail", - "Method": "Patch", + "OperationId": "tenantRelationship.managedTenant.managementTemplateCollection.managementTemplate_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplateCollection-id", "Location": "Path" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateCollections/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan_DeleteDetail", - "Method": "Delete", + "OperationId": "tenantRelationship.managedTenant.managementTemplateCollection_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan_ListTask", + "OperationId": "tenantRelationship.managedTenant_ListManagementTemplateCollectionTenantSummary", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -399131,43 +294404,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan_CreateTask", + "OperationId": "tenantRelationship.managedTenant_CreateManagementTemplateCollectionTenantSummary", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan_GetTask", + "OperationId": "tenantRelationship.managedTenant_GetManagementTemplateCollectionTenantSummary", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplateCollectionTenantSummary-id", "Location": "Path" }, { @@ -399183,23 +294439,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan_UpdateTask", + "OperationId": "tenantRelationship.managedTenant_UpdateManagementTemplateCollectionTenantSummary", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplateCollectionTenantSummary-id", "Location": "Path" } ] @@ -399207,23 +294455,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan_DeleteTask", + "OperationId": "tenantRelationship.managedTenant_DeleteManagementTemplateCollectionTenantSummary", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplateCollectionTenantSummary-id", "Location": "Path" }, { @@ -399235,31 +294475,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.task_GetAssignedToTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant.managementTemplateCollectionTenantSummary_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -399267,79 +294495,70 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplates", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", + "OperationId": "tenantRelationship.managedTenant_ListManagementTemplate", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplates", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.task_GetBucketTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_CreateManagementTemplate", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_GetManagementTemplate", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplate-id", "Location": "Path" }, { @@ -399355,51 +294574,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.task_UpdateBucketTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_UpdateManagementTemplate", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplate-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.task_DeleteBucketTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_DeleteManagementTemplate", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplate-id", "Location": "Path" }, { @@ -399411,24 +294610,40 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateCollections", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.task_GetDetail", + "OperationId": "tenantRelationship.managedTenant.managementTemplate_ListManagementTemplateCollection", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplate-id", "Location": "Path" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -399443,163 +294658,143 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateCollections/{managementTemplateCollection-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.task_UpdateDetail", - "Method": "Patch", + "OperationId": "tenantRelationship.managedTenant.managementTemplate_GetManagementTemplateCollection", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplate-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "managementTemplateCollection-id", "Location": "Path" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateCollections/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.task_DeleteDetail", - "Method": "Delete", + "OperationId": "tenantRelationship.managedTenant.managementTemplate.managementTemplateCollection_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "managementTemplate-id", "Location": "Path" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.task_GetProgressTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant.managementTemplate_ListManagementTemplateStep", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplate-id", "Location": "Path" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.task_UpdateProgressTaskBoardFormat", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "plannerPlan-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/{managementTemplateStep-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.task_DeleteProgressTaskBoardFormat", - "Method": "Delete", + "OperationId": "tenantRelationship.managedTenant.managementTemplate_GetManagementTemplateStep", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplate-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "managementTemplateStep-id", "Location": "Path" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan.task_GetCount", + "OperationId": "tenantRelationship.managedTenant.managementTemplate.managementTemplateStep_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", + "Name": "managementTemplate-id", "Location": "Path" }, { @@ -399615,17 +294810,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplates/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.plan_GetCount", + "OperationId": "tenantRelationship.managedTenant.managementTemplate_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -399639,17 +294830,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/recentPlans", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateSteps", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_ListRecentPlan", + "OperationId": "tenantRelationship.managedTenant_ListManagementTemplateStep", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -399687,19 +294874,86 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateSteps", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_GetRecentPlan", + "OperationId": "tenantRelationship.managedTenant_CreateManagementTemplateStep", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_GetManagementTemplateStep", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplateStep-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_UpdateManagementTemplateStep", + "Method": "Patch", + "Parameters": [ + { + "Name": "managementTemplateStep-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_DeleteManagementTemplateStep", + "Method": "Delete", + "Parameters": [ + { + "Name": "managementTemplateStep-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant.managementTemplateStep_GetAcceptedVersion", + "Method": "Get", + "Parameters": [ + { + "Name": "managementTemplateStep-id", "Location": "Path" }, { @@ -399715,23 +294969,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/recentPlans/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.recentPlan_GetCount", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStep_GetManagementTemplate", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplateStep-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -399739,15 +294993,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/rosterPlans", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_ListRosterPlan", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStep_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplateStep-id", "Location": "Path" }, { @@ -399787,19 +295041,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/{managementTemplateStepVersion-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_GetRosterPlan", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStep_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplateStep-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "managementTemplateStepVersion-id", "Location": "Path" }, { @@ -399815,15 +295069,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/rosterPlans/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.rosterPlan_GetCount", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStep.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplateStep-id", "Location": "Path" }, { @@ -399839,17 +295093,33 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateSteps/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_ListTask", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStep_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_ListManagementTemplateStepTenantSummary", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -399887,35 +295157,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_CreateTask", + "OperationId": "tenantRelationship.managedTenant_CreateManagementTemplateStepTenantSummary", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_GetTask", + "OperationId": "tenantRelationship.managedTenant_GetManagementTemplateStepTenantSummary", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplateStepTenantSummary-id", "Location": "Path" }, { @@ -399931,19 +295192,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_UpdateTask", + "OperationId": "tenantRelationship.managedTenant_UpdateManagementTemplateStepTenantSummary", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplateStepTenantSummary-id", "Location": "Path" } ] @@ -399951,19 +295208,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner_DeleteTask", + "OperationId": "tenantRelationship.managedTenant_DeleteManagementTemplateStepTenantSummary", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplateStepTenantSummary-id", "Location": "Path" }, { @@ -399975,27 +295228,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.task_GetAssignedToTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStepTenantSummary_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -400003,67 +295248,70 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", + "OperationId": "tenantRelationship.managedTenant_ListManagementTemplateStepVersion", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "tenantRelationship.managedTenant_CreateManagementTemplateStepVersion", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.task_GetBucketTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_GetManagementTemplateStepVersion", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplateStepVersion-id", "Location": "Path" }, { @@ -400079,43 +295327,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.task_UpdateBucketTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_UpdateManagementTemplateStepVersion", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplateStepVersion-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.task_DeleteBucketTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant_DeleteManagementTemplateStepVersion", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplateStepVersion-id", "Location": "Path" }, { @@ -400127,19 +295363,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.task_GetDetail", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_GetAcceptedGraphFPre", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplateStepVersion-id", "Location": "Path" }, { @@ -400155,67 +295387,83 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.task_UpdateDetail", - "Method": "Patch", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_ListDeployment", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplateStepVersion-id", "Location": "Path" }, { - "Name": "plannerTask-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/details", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.task_DeleteDetail", - "Method": "Delete", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_CreateDeployment", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", + "Name": "managementTemplateStepVersion-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.task_GetProgressTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_GetDeployment", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplateStepVersion-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "managementTemplateStepDeployment-id", "Location": "Path" }, { @@ -400231,43 +295479,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.task_UpdateProgressTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_UpdateDeployment", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplateStepVersion-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "managementTemplateStepDeployment-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.task_DeleteProgressTaskBoardFormat", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_DeleteDeployment", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplateStepVersion-id", "Location": "Path" }, { - "Name": "plannerTask-id", + "Name": "managementTemplateStepDeployment-id", "Location": "Path" }, { @@ -400279,23 +295523,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/$count", - "Module": "Planner" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "user.planner.task_GetCount", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion.deployment_GetTemplateStepVersion", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "managementTemplateStepVersion-id", "Location": "Path" }, { - "Name": "$search", + "Name": "managementTemplateStepDeployment-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -400303,19 +295551,23 @@ }, { "PathInfo": { - "Path": "/admin/reportSettings", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "admin_GetReportSetting", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion.deployment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "managementTemplateStepVersion-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -400323,46 +295575,43 @@ }, { "PathInfo": { - "Path": "/admin/reportSettings", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "admin_UpdateReportSetting", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/reportSettings", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "admin_DeleteReportSetting", - "Method": "Delete", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_GetTemplateStep", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "managementTemplateStepVersion-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/auditLogs", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/managementTemplateStepVersions/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog.auditLogRoot_GetAuditLogRoot", + "OperationId": "tenantRelationship.managedTenant.managementTemplateStepVersion_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -400370,22 +295619,11 @@ }, { "PathInfo": { - "Path": "/auditLogs", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog.auditLogRoot_UpdateAuditLogRoot", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/customSecurityAttributeAudits", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/myRoles", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_ListCustomSecurityAttributeAudit", + "OperationId": "tenantRelationship.managedTenant_ListMyRole", "Method": "Get", "Parameters": [ { @@ -400425,26 +295663,26 @@ }, { "PathInfo": { - "Path": "/auditLogs/customSecurityAttributeAudits", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/myRoles", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_CreateCustomSecurityAttributeAudit", + "OperationId": "tenantRelationship.managedTenant_CreateMyRole", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_GetCustomSecurityAttributeAudit", + "OperationId": "tenantRelationship.managedTenant_GetMyRole", "Method": "Get", "Parameters": [ { - "Name": "customSecurityAttributeAudit-id", + "Name": "myRole-tenantId", "Location": "Path" }, { @@ -400460,15 +295698,15 @@ }, { "PathInfo": { - "Path": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_UpdateCustomSecurityAttributeAudit", + "OperationId": "tenantRelationship.managedTenant_UpdateMyRole", "Method": "Patch", "Parameters": [ { - "Name": "customSecurityAttributeAudit-id", + "Name": "myRole-tenantId", "Location": "Path" } ] @@ -400476,15 +295714,15 @@ }, { "PathInfo": { - "Path": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_DeleteCustomSecurityAttributeAudit", + "OperationId": "tenantRelationship.managedTenant_DeleteMyRole", "Method": "Delete", "Parameters": [ { - "Name": "customSecurityAttributeAudit-id", + "Name": "myRole-tenantId", "Location": "Path" }, { @@ -400496,11 +295734,11 @@ }, { "PathInfo": { - "Path": "/auditLogs/customSecurityAttributeAudits/$count", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/myRoles/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog.customSecurityAttributeAudit_GetCount", + "OperationId": "tenantRelationship.managedTenant.myRole_GetCount", "Method": "Get", "Parameters": [ { @@ -400516,11 +295754,11 @@ }, { "PathInfo": { - "Path": "/auditLogs/directoryAudits", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantGroups", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_ListDirectoryAudit", + "OperationId": "tenantRelationship.managedTenant_ListTenantGroup", "Method": "Get", "Parameters": [ { @@ -400560,26 +295798,26 @@ }, { "PathInfo": { - "Path": "/auditLogs/directoryAudits", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantGroups", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_CreateDirectoryAudit", + "OperationId": "tenantRelationship.managedTenant_CreateTenantGroup", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/auditLogs/directoryAudits/{directoryAudit-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_GetDirectoryAudit", + "OperationId": "tenantRelationship.managedTenant_GetTenantGroup", "Method": "Get", "Parameters": [ { - "Name": "directoryAudit-id", + "Name": "tenantGroup-id", "Location": "Path" }, { @@ -400595,15 +295833,15 @@ }, { "PathInfo": { - "Path": "/auditLogs/directoryAudits/{directoryAudit-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_UpdateDirectoryAudit", + "OperationId": "tenantRelationship.managedTenant_UpdateTenantGroup", "Method": "Patch", "Parameters": [ { - "Name": "directoryAudit-id", + "Name": "tenantGroup-id", "Location": "Path" } ] @@ -400611,15 +295849,15 @@ }, { "PathInfo": { - "Path": "/auditLogs/directoryAudits/{directoryAudit-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_DeleteDirectoryAudit", + "OperationId": "tenantRelationship.managedTenant_DeleteTenantGroup", "Method": "Delete", "Parameters": [ { - "Name": "directoryAudit-id", + "Name": "tenantGroup-id", "Location": "Path" }, { @@ -400631,11 +295869,11 @@ }, { "PathInfo": { - "Path": "/auditLogs/directoryAudits/$count", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantGroups/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog.directoryAudit_GetCount", + "OperationId": "tenantRelationship.managedTenant.tenantGroup_GetCount", "Method": "Get", "Parameters": [ { @@ -400651,11 +295889,11 @@ }, { "PathInfo": { - "Path": "/auditLogs/directoryProvisioning", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenants", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_ListDirectoryProvisioning", + "OperationId": "tenantRelationship.managedTenant_ListTenant", "Method": "Get", "Parameters": [ { @@ -400695,26 +295933,26 @@ }, { "PathInfo": { - "Path": "/auditLogs/directoryProvisioning", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenants", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_CreateDirectoryProvisioning", + "OperationId": "tenantRelationship.managedTenant_CreateTenant", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_GetDirectoryProvisioning", + "OperationId": "tenantRelationship.managedTenant_GetTenant", "Method": "Get", "Parameters": [ { - "Name": "provisioningObjectSummary-id", + "Name": "tenant-id", "Location": "Path" }, { @@ -400730,15 +295968,15 @@ }, { "PathInfo": { - "Path": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_UpdateDirectoryProvisioning", + "OperationId": "tenantRelationship.managedTenant_UpdateTenant", "Method": "Patch", "Parameters": [ { - "Name": "provisioningObjectSummary-id", + "Name": "tenant-id", "Location": "Path" } ] @@ -400746,15 +295984,15 @@ }, { "PathInfo": { - "Path": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_DeleteDirectoryProvisioning", + "OperationId": "tenantRelationship.managedTenant_DeleteTenant", "Method": "Delete", "Parameters": [ { - "Name": "provisioningObjectSummary-id", + "Name": "tenant-id", "Location": "Path" }, { @@ -400766,11 +296004,11 @@ }, { "PathInfo": { - "Path": "/auditLogs/directoryProvisioning/$count", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenants/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog.directoryProvisioning_GetCount", + "OperationId": "tenantRelationship.managedTenant.tenant_GetCount", "Method": "Get", "Parameters": [ { @@ -400786,11 +296024,11 @@ }, { "PathInfo": { - "Path": "/auditLogs/provisioning", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_ListProvisioning", + "OperationId": "tenantRelationship.managedTenant_ListTenantsCustomizedInformation", "Method": "Get", "Parameters": [ { @@ -400830,26 +296068,26 @@ }, { "PathInfo": { - "Path": "/auditLogs/provisioning", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_CreateProvisioning", + "OperationId": "tenantRelationship.managedTenant_CreateTenantsCustomizedInformation", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_GetProvisioning", + "OperationId": "tenantRelationship.managedTenant_GetTenantsCustomizedInformation", "Method": "Get", "Parameters": [ { - "Name": "provisioningObjectSummary-id", + "Name": "tenantCustomizedInformation-id", "Location": "Path" }, { @@ -400865,15 +296103,15 @@ }, { "PathInfo": { - "Path": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_UpdateProvisioning", + "OperationId": "tenantRelationship.managedTenant_UpdateTenantsCustomizedInformation", "Method": "Patch", "Parameters": [ { - "Name": "provisioningObjectSummary-id", + "Name": "tenantCustomizedInformation-id", "Location": "Path" } ] @@ -400881,15 +296119,15 @@ }, { "PathInfo": { - "Path": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_DeleteProvisioning", + "OperationId": "tenantRelationship.managedTenant_DeleteTenantsCustomizedInformation", "Method": "Delete", "Parameters": [ { - "Name": "provisioningObjectSummary-id", + "Name": "tenantCustomizedInformation-id", "Location": "Path" }, { @@ -400901,11 +296139,11 @@ }, { "PathInfo": { - "Path": "/auditLogs/provisioning/$count", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog.provisioning_GetCount", + "OperationId": "tenantRelationship.managedTenant.tenantsCustomizedInformation_GetCount", "Method": "Get", "Parameters": [ { @@ -400921,11 +296159,11 @@ }, { "PathInfo": { - "Path": "/auditLogs/signIns", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantsDetailedInformation", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_ListSignIn", + "OperationId": "tenantRelationship.managedTenant_ListTenantsDetailedInformation", "Method": "Get", "Parameters": [ { @@ -400965,26 +296203,26 @@ }, { "PathInfo": { - "Path": "/auditLogs/signIns", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantsDetailedInformation", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_CreateSignIn", + "OperationId": "tenantRelationship.managedTenant_CreateTenantsDetailedInformation", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/auditLogs/signIns/{signIn-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_GetSignIn", + "OperationId": "tenantRelationship.managedTenant_GetTenantsDetailedInformation", "Method": "Get", "Parameters": [ { - "Name": "signIn-id", + "Name": "tenantDetailedInformation-id", "Location": "Path" }, { @@ -401000,15 +296238,15 @@ }, { "PathInfo": { - "Path": "/auditLogs/signIns/{signIn-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_UpdateSignIn", + "OperationId": "tenantRelationship.managedTenant_UpdateTenantsDetailedInformation", "Method": "Patch", "Parameters": [ { - "Name": "signIn-id", + "Name": "tenantDetailedInformation-id", "Location": "Path" } ] @@ -401016,15 +296254,15 @@ }, { "PathInfo": { - "Path": "/auditLogs/signIns/{signIn-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog_DeleteSignIn", + "OperationId": "tenantRelationship.managedTenant_DeleteTenantsDetailedInformation", "Method": "Delete", "Parameters": [ { - "Name": "signIn-id", + "Name": "tenantDetailedInformation-id", "Location": "Path" }, { @@ -401036,11 +296274,11 @@ }, { "PathInfo": { - "Path": "/auditLogs/signIns/$count", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog.signIn_GetCount", + "OperationId": "tenantRelationship.managedTenant.tenantsDetailedInformation_GetCount", "Method": "Get", "Parameters": [ { @@ -401056,35 +296294,72 @@ }, { "PathInfo": { - "Path": "/auditLogs/signIns/microsoft.graph.confirmCompromised", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantTags", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog.signIn_confirmCompromised", - "Method": "Post", - "Parameters": [] + "OperationId": "tenantRelationship.managedTenant_ListTenantTag", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/auditLogs/signIns/microsoft.graph.confirmSafe", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantTags", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "auditLog.signIn_confirmSafe", + "OperationId": "tenantRelationship.managedTenant_CreateTenantTag", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/reports", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "deviceManagement_GetReport", + "OperationId": "tenantRelationship.managedTenant_GetTenantTag", "Method": "Get", "Parameters": [ + { + "Name": "tenantTag-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -401098,24 +296373,33 @@ }, { "PathInfo": { - "Path": "/deviceManagement/reports", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "deviceManagement_UpdateReport", + "OperationId": "tenantRelationship.managedTenant_UpdateTenantTag", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "tenantTag-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/deviceManagement/reports", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "deviceManagement_DeleteReport", + "OperationId": "tenantRelationship.managedTenant_DeleteTenantTag", "Method": "Delete", "Parameters": [ + { + "Name": "tenantTag-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -401125,11 +296409,31 @@ }, { "PathInfo": { - "Path": "/deviceManagement/reports/cachedReportConfigurations", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/tenantTags/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "deviceManagement.report_ListCachedReportConfiguration", + "OperationId": "tenantRelationship.managedTenant.tenantTag_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", + "Module": "ManagedTenants" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.managedTenant_ListWindowsDeviceMalwareState", "Method": "Get", "Parameters": [ { @@ -401169,26 +296473,26 @@ }, { "PathInfo": { - "Path": "/deviceManagement/reports/cachedReportConfigurations", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "deviceManagement.report_CreateCachedReportConfiguration", + "OperationId": "tenantRelationship.managedTenant_CreateWindowsDeviceMalwareState", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "deviceManagement.report_GetCachedReportConfiguration", + "OperationId": "tenantRelationship.managedTenant_GetWindowsDeviceMalwareState", "Method": "Get", "Parameters": [ { - "Name": "deviceManagementCachedReportConfiguration-id", + "Name": "windowsDeviceMalwareState-id", "Location": "Path" }, { @@ -401204,15 +296508,15 @@ }, { "PathInfo": { - "Path": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "deviceManagement.report_UpdateCachedReportConfiguration", + "OperationId": "tenantRelationship.managedTenant_UpdateWindowsDeviceMalwareState", "Method": "Patch", "Parameters": [ { - "Name": "deviceManagementCachedReportConfiguration-id", + "Name": "windowsDeviceMalwareState-id", "Location": "Path" } ] @@ -401220,15 +296524,15 @@ }, { "PathInfo": { - "Path": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "deviceManagement.report_DeleteCachedReportConfiguration", + "OperationId": "tenantRelationship.managedTenant_DeleteWindowsDeviceMalwareState", "Method": "Delete", "Parameters": [ { - "Name": "deviceManagementCachedReportConfiguration-id", + "Name": "windowsDeviceMalwareState-id", "Location": "Path" }, { @@ -401240,11 +296544,11 @@ }, { "PathInfo": { - "Path": "/deviceManagement/reports/cachedReportConfigurations/$count", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "deviceManagement.report.cachedReportConfiguration_GetCount", + "OperationId": "tenantRelationship.managedTenant.windowsDeviceMalwareState_GetCount", "Method": "Get", "Parameters": [ { @@ -401260,11 +296564,11 @@ }, { "PathInfo": { - "Path": "/deviceManagement/reports/exportJobs", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/windowsProtectionStates", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "deviceManagement.report_ListExportJob", + "OperationId": "tenantRelationship.managedTenant_ListWindowsProtectionState", "Method": "Get", "Parameters": [ { @@ -401304,26 +296608,26 @@ }, { "PathInfo": { - "Path": "/deviceManagement/reports/exportJobs", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/windowsProtectionStates", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "deviceManagement.report_CreateExportJob", + "OperationId": "tenantRelationship.managedTenant_CreateWindowsProtectionState", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "deviceManagement.report_GetExportJob", + "OperationId": "tenantRelationship.managedTenant_GetWindowsProtectionState", "Method": "Get", "Parameters": [ { - "Name": "deviceManagementExportJob-id", + "Name": "windowsProtectionState-id", "Location": "Path" }, { @@ -401339,15 +296643,15 @@ }, { "PathInfo": { - "Path": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "deviceManagement.report_UpdateExportJob", + "OperationId": "tenantRelationship.managedTenant_UpdateWindowsProtectionState", "Method": "Patch", "Parameters": [ { - "Name": "deviceManagementExportJob-id", + "Name": "windowsProtectionState-id", "Location": "Path" } ] @@ -401355,15 +296659,15 @@ }, { "PathInfo": { - "Path": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "deviceManagement.report_DeleteExportJob", + "OperationId": "tenantRelationship.managedTenant_DeleteWindowsProtectionState", "Method": "Delete", "Parameters": [ { - "Name": "deviceManagementExportJob-id", + "Name": "windowsProtectionState-id", "Location": "Path" }, { @@ -401375,11 +296679,11 @@ }, { "PathInfo": { - "Path": "/deviceManagement/reports/exportJobs/$count", - "Module": "Reports" + "Path": "/tenantRelationships/managedTenants/windowsProtectionStates/$count", + "Module": "ManagedTenants" }, "MethodInfo": { - "OperationId": "deviceManagement.report.exportJob_GetCount", + "OperationId": "tenantRelationship.managedTenant.windowsProtectionState_GetCount", "Method": "Get", "Parameters": [ { @@ -401395,13 +296699,17 @@ }, { "PathInfo": { - "Path": "/reports", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.reportRoot_GetReportRoot", + "OperationId": "group_GetOnenote", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -401415,24 +296723,53 @@ }, { "PathInfo": { - "Path": "/reports", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.reportRoot_UpdateReportRoot", + "OperationId": "group_UpdateOnenote", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/appCredentialSignInActivities", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_ListAppCredentialSignInActivity", + "OperationId": "group_DeleteOnenote", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/notebooks", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "group.onenote_ListNotebook", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -401470,26 +296807,35 @@ }, { "PathInfo": { - "Path": "/reports/appCredentialSignInActivities", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_CreateAppCredentialSignInActivity", + "OperationId": "group.onenote_CreateNotebook", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetAppCredentialSignInActivity", + "OperationId": "group.onenote_GetNotebook", "Method": "Get", "Parameters": [ { - "Name": "appCredentialSignInActivity-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", "Location": "Path" }, { @@ -401505,15 +296851,19 @@ }, { "PathInfo": { - "Path": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_UpdateAppCredentialSignInActivity", + "OperationId": "group.onenote_UpdateNotebook", "Method": "Patch", "Parameters": [ { - "Name": "appCredentialSignInActivity-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", "Location": "Path" } ] @@ -401521,15 +296871,19 @@ }, { "PathInfo": { - "Path": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_DeleteAppCredentialSignInActivity", + "OperationId": "group.onenote_DeleteNotebook", "Method": "Delete", "Parameters": [ { - "Name": "appCredentialSignInActivity-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", "Location": "Path" }, { @@ -401541,33 +296895,21 @@ }, { "PathInfo": { - "Path": "/reports/appCredentialSignInActivities/$count", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.appCredentialSignInActivity_GetCount", + "OperationId": "group.onenote.notebook_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/applicationSignInDetailedSummary", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_ListApplicationSignInDetailedSummary", - "Method": "Get", - "Parameters": [ + "Name": "notebook-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -401605,26 +296947,43 @@ }, { "PathInfo": { - "Path": "/reports/applicationSignInDetailedSummary", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_CreateApplicationSignInDetailedSummary", + "OperationId": "group.onenote.notebook_CreateSectionGroup", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetApplicationSignInDetailedSummary", + "OperationId": "group.onenote.notebook_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "applicationSignInDetailedSummary-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -401640,15 +296999,23 @@ }, { "PathInfo": { - "Path": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_UpdateApplicationSignInDetailedSummary", + "OperationId": "group.onenote.notebook_UpdateSectionGroup", "Method": "Patch", "Parameters": [ { - "Name": "applicationSignInDetailedSummary-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -401656,15 +297023,23 @@ }, { "PathInfo": { - "Path": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_DeleteApplicationSignInDetailedSummary", + "OperationId": "group.onenote.notebook_DeleteSectionGroup", "Method": "Delete", "Parameters": [ { - "Name": "applicationSignInDetailedSummary-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -401676,19 +297051,31 @@ }, { "PathInfo": { - "Path": "/reports/applicationSignInDetailedSummary/$count", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.applicationSignInDetailedSummary_GetCount", + "OperationId": "group.onenote.notebook.sectionGroup_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -401696,13 +297083,25 @@ }, { "PathInfo": { - "Path": "/reports/authenticationMethods", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetAuthenticationMethod", + "OperationId": "group.onenote.notebook.sectionGroup_GetParentSectionGroup", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -401716,102 +297115,149 @@ }, { "PathInfo": { - "Path": "/reports/authenticationMethods", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_UpdateAuthenticationMethod", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_DeleteAuthenticationMethod", - "Method": "Delete", + "OperationId": "group.onenote.notebook.sectionGroup_ListSectionGroup", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByFeature()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreFeature", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByFeature(includedUserTypes=\u0027{includedUserTypes}\u0027,includedUserRoles=\u0027{includedUserRoles}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreFeature", + "OperationId": "group.onenote.notebook.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "includedUserTypes", + "Name": "group-id", "Location": "Path" }, { - "Name": "includedUserRoles", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByMethod()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreMethod", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByMethod(includedUserTypes=\u0027{includedUserTypes}\u0027,includedUserRoles=\u0027{includedUserRoles}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreMethod", + "OperationId": "group.onenote.notebook.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "includedUserTypes", + "Name": "group-id", "Location": "Path" }, { - "Name": "includedUserRoles", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/authenticationMethods/userRegistrationDetails", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.authenticationMethod_ListUserRegistrationDetail", + "OperationId": "group.onenote.notebook.sectionGroup_ListSection", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -401849,26 +297295,51 @@ }, { "PathInfo": { - "Path": "/reports/authenticationMethods/userRegistrationDetails", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.authenticationMethod_CreateUserRegistrationDetail", + "OperationId": "group.onenote.notebook.sectionGroup_CreateSection", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.authenticationMethod_GetUserRegistrationDetail", + "OperationId": "group.onenote.notebook.sectionGroup_GetSection", "Method": "Get", "Parameters": [ { - "Name": "userRegistrationDetails-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -401884,15 +297355,27 @@ }, { "PathInfo": { - "Path": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.authenticationMethod_UpdateUserRegistrationDetail", + "OperationId": "group.onenote.notebook.sectionGroup_UpdateSection", "Method": "Patch", "Parameters": [ { - "Name": "userRegistrationDetails-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -401900,15 +297383,27 @@ }, { "PathInfo": { - "Path": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.authenticationMethod_DeleteUserRegistrationDetail", + "OperationId": "group.onenote.notebook.sectionGroup_DeleteSection", "Method": "Delete", "Parameters": [ { - "Name": "userRegistrationDetails-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -401920,33 +297415,29 @@ }, { "PathInfo": { - "Path": "/reports/authenticationMethods/userRegistrationDetails/$count", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.authenticationMethod.userRegistrationDetail_GetCount", + "OperationId": "group.onenote.notebook.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/credentialUserRegistrationDetails", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_ListCredentialUserRegistrationDetail", - "Method": "Get", - "Parameters": [ + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -401984,26 +297475,59 @@ }, { "PathInfo": { - "Path": "/reports/credentialUserRegistrationDetails", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_CreateCredentialUserRegistrationDetail", + "OperationId": "group.onenote.notebook.sectionGroup.section_CreatePage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetCredentialUserRegistrationDetail", + "OperationId": "group.onenote.notebook.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "credentialUserRegistrationDetails-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -402019,15 +297543,31 @@ }, { "PathInfo": { - "Path": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_UpdateCredentialUserRegistrationDetail", + "OperationId": "group.onenote.notebook.sectionGroup.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "credentialUserRegistrationDetails-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -402035,76 +297575,132 @@ }, { "PathInfo": { - "Path": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "group.onenote.notebook.sectionGroup.section_DeletePage", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_DeleteCredentialUserRegistrationDetail", - "Method": "Delete", + "OperationId": "group.onenote.notebook.sectionGroup.section_GetPagesContent", + "Method": "Get", "Parameters": [ { - "Name": "credentialUserRegistrationDetails-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/credentialUserRegistrationDetails/$count", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.credentialUserRegistrationDetail_GetCount", - "Method": "Get", + "OperationId": "group.onenote.notebook.sectionGroup.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/dailyPrintUsage", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_ListDailyPrintUsage", + "OperationId": "group.onenote.notebook.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -402119,26 +297715,31 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsage", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_CreateDailyPrintUsage", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsage/{printUsage-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetDailyPrintUsage", + "OperationId": "group.onenote.notebook.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "printUsage-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -402154,49 +297755,29 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsage/{printUsage-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_UpdateDailyPrintUsage", - "Method": "Patch", + "OperationId": "group.onenote.notebook.sectionGroup.section.page_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "printUsage-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsage/{printUsage-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_DeleteDailyPrintUsage", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "printUsage-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsage/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.dailyPrintUsage_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -402210,36 +297791,28 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageByPrinter", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_ListDailyPrintUsageGraphBPrePrinter", + "OperationId": "group.onenote.notebook.sectionGroup.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$select", @@ -402254,26 +297827,27 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageByPrinter", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_CreateDailyPrintUsageGraphBPrePrinter", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetDailyPrintUsageGraphBPrePrinter", + "OperationId": "group.onenote.notebook.sectionGroup.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "printUsageByPrinter-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -402289,49 +297863,53 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_UpdateDailyPrintUsageGraphBPrePrinter", - "Method": "Patch", + "OperationId": "group.onenote.notebook.sectionGroup.section_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "printUsageByPrinter-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_DeleteDailyPrintUsageGraphBPrePrinter", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "printUsageByPrinter-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageByPrinter/$count", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.dailyPrintUsageGraphBPrePrinter_GetCount", + "OperationId": "group.onenote.notebook.sectionGroup_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -402345,13 +297923,21 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageByUser", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_ListDailyPrintUsageGraphBPreUser", + "OperationId": "group.onenote.notebook_ListSection", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -402389,26 +297975,43 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageByUser", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_CreateDailyPrintUsageGraphBPreUser", + "OperationId": "group.onenote.notebook_CreateSection", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetDailyPrintUsageGraphBPreUser", + "OperationId": "group.onenote.notebook_GetSection", "Method": "Get", "Parameters": [ { - "Name": "printUsageByUser-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -402424,15 +298027,23 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_UpdateDailyPrintUsageGraphBPreUser", + "OperationId": "group.onenote.notebook_UpdateSection", "Method": "Patch", "Parameters": [ { - "Name": "printUsageByUser-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -402440,15 +298051,23 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_DeleteDailyPrintUsageGraphBPreUser", + "OperationId": "group.onenote.notebook_DeleteSection", "Method": "Delete", "Parameters": [ { - "Name": "printUsageByUser-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -402460,33 +298079,25 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageByUser/$count", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.dailyPrintUsageGraphBPreUser_GetCount", + "OperationId": "group.onenote.notebook.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageSummariesByPrinter", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_ListDailyPrintUsageSummariesGraphBPrePrinter", - "Method": "Get", - "Parameters": [ + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -402524,26 +298135,51 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageSummariesByPrinter", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_CreateDailyPrintUsageSummariesGraphBPrePrinter", + "OperationId": "group.onenote.notebook.section_CreatePage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetDailyPrintUsageSummariesGraphBPrePrinter", + "OperationId": "group.onenote.notebook.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "printUsageByPrinter-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -402559,15 +298195,27 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_UpdateDailyPrintUsageSummariesGraphBPrePrinter", + "OperationId": "group.onenote.notebook.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "printUsageByPrinter-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -402575,15 +298223,27 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_DeleteDailyPrintUsageSummariesGraphBPrePrinter", + "OperationId": "group.onenote.notebook.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "printUsageByPrinter-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -402595,56 +298255,84 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageSummariesByPrinter/$count", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.dailyPrintUsageSummariesGraphBPrePrinter_GetCount", + "OperationId": "group.onenote.notebook.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageSummariesByUser", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_ListDailyPrintUsageSummariesGraphBPreUser", - "Method": "Get", + "OperationId": "group.onenote.notebook.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "group.onenote.notebook.section.page_GetParentNotebook", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -402659,26 +298347,27 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageSummariesByUser", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_CreateDailyPrintUsageSummariesGraphBPreUser", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetDailyPrintUsageSummariesGraphBPreUser", + "OperationId": "group.onenote.notebook.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "printUsageByUser-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -402694,55 +298383,63 @@ }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_UpdateDailyPrintUsageSummariesGraphBPreUser", - "Method": "Patch", + "OperationId": "group.onenote.notebook.section.page_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "printUsageByUser-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_DeleteDailyPrintUsageSummariesGraphBPreUser", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "printUsageByUser-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/dailyPrintUsageSummariesByUser/$count", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.dailyPrintUsageSummariesGraphBPreUser_GetCount", + "OperationId": "group.onenote.notebook.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -402750,53 +298447,31 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.deviceConfigurationDeviceActivity()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_deviceConfigurationDeviceActivity", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.deviceConfigurationUserActivity()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_deviceConfigurationUserActivity", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getAttackSimulationRepeatOffenders()", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getAttackSimulationRepeatOffender", + "OperationId": "group.onenote.notebook.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -402804,20 +298479,20 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getAttackSimulationSimulationUserCoverage()", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getAttackSimulationSimulationUserCoverage", + "OperationId": "group.onenote.notebook.section_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { "Name": "$search", @@ -402826,30 +298501,22 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getAttackSimulationTrainingUserCoverage()", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/notebooks/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getAttackSimulationTrainingUserCoverage", + "OperationId": "group.onenote.notebook_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { "Name": "$search", @@ -402858,25 +298525,21 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getAzureADApplicationSignInSummary(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/operations", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getAzureADApplicationSignInSummary", + "OperationId": "group.onenote_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" }, { @@ -402900,11 +298563,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -402916,15 +298579,15 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getBrowserDistributionUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/operations", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getBrowserDistributionUserCount", - "Method": "Get", + "OperationId": "group.onenote_CreateOperation", + "Method": "Post", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" } ] @@ -402932,31 +298595,47 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getBrowserUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getBrowserUserCount", + "OperationId": "group.onenote_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "onenoteOperation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getBrowserUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getBrowserUserDetail", - "Method": "Get", + "OperationId": "group.onenote_UpdateOperation", + "Method": "Patch", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteOperation-id", "Location": "Path" } ] @@ -402964,24 +298643,40 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getCredentialUsageSummary(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getCredentialUsageSummary", - "Method": "Get", + "OperationId": "group.onenote_DeleteOperation", + "Method": "Delete", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "onenoteOperation-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/operations/$count", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "group.onenote.operation_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { "Name": "$search", @@ -402990,35 +298685,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getCredentialUserRegistrationCount()", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getCredentialUserRegistrationCount", + "OperationId": "group.onenote_ListPage", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -403040,11 +298723,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -403056,15 +298739,15 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getEmailActivityCount", - "Method": "Get", + "OperationId": "group.onenote_CreatePage", + "Method": "Post", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" } ] @@ -403072,63 +298755,47 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getEmailActivityUserCount", + "OperationId": "group.onenote_GetPage", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailActivityUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getEmailActivityUserDetail", - "Method": "Get", - "Parameters": [ + }, { - "Name": "date", + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailActivityUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getEmailActivityUserDetail", - "Method": "Get", + "OperationId": "group.onenote_UpdatePage", + "Method": "Patch", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailAppUsageAppsUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getEmailAppUsageAppsUserCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "period", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -403136,63 +298803,43 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailAppUsageUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getEmailAppUsageUserCount", - "Method": "Get", + "OperationId": "group.onenote_DeletePage", + "Method": "Delete", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailAppUsageUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getEmailAppUsageUserDetail", - "Method": "Get", - "Parameters": [ + }, { - "Name": "date", + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailAppUsageUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getEmailAppUsageUserDetail", + "OperationId": "group.onenote_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailAppUsageVersionsUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getEmailAppUsageVersionsUserCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "period", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -403200,15 +298847,19 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getFormsUserActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getFormsUserActivityCount", - "Method": "Get", + "OperationId": "group.onenote_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -403216,71 +298867,95 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getFormsUserActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getFormsUserActivityUserCount", + "OperationId": "group.onenote.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getFormsUserActivityUserDetail(date={date})", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getFormsUserActivityUserDetail", + "OperationId": "group.onenote.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "date", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getFormsUserActivityUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getFormsUserActivityUserDetail", + "OperationId": "group.onenote.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getGroupArchivedPrintJobs(groupId=\u0027{groupId}\u0027,startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/resources", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getGroupArchivedPrintJob", + "OperationId": "group.onenote_ListResource", "Method": "Get", "Parameters": [ { - "Name": "groupId", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", + "Name": "group-id", "Location": "Path" }, { @@ -403302,21 +298977,33 @@ { "Name": "$count", "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getM365AppPlatformUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/resources", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getM365AppPlatformUserCount", - "Method": "Get", + "OperationId": "group.onenote_CreateResource", + "Method": "Post", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" } ] @@ -403324,47 +299011,47 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getM365AppUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getM365AppUserCount", + "OperationId": "group.onenote_GetResource", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getM365AppUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getM365AppUserDetail", - "Method": "Get", - "Parameters": [ + }, { - "Name": "date", + "Name": "onenoteResource-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getM365AppUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getM365AppUserDetail", - "Method": "Get", + "OperationId": "group.onenote_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteResource-id", "Location": "Path" } ] @@ -403372,31 +299059,43 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getMailboxUsageDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getMailboxUsageDetail", - "Method": "Get", + "OperationId": "group.onenote_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "onenoteResource-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getMailboxUsageMailboxCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getMailboxUsageMailboxCount", + "OperationId": "group.onenote_GetResourcesContent", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteResource-id", "Location": "Path" } ] @@ -403404,15 +299103,19 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getMailboxUsageQuotaStatusMailboxCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getMailboxUsageQuotaStatusMailboxCount", - "Method": "Get", + "OperationId": "group.onenote_SetResourcesContent", + "Method": "Put", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteResource-id", "Location": "Path" } ] @@ -403420,64 +299123,39 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getMailboxUsageStorage(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/resources/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getMailboxUsageStorage", + "OperationId": "group.onenote.resource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365ActivationCounts()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365ActivationCount", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365ActivationsUserCounts()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365ActivationsUserCount", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365ActivationsUserDetail()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365ActivationsUserDetail", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365ActiveUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOffice365ActiveUserCount", + "OperationId": "group.onenote_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" }, { @@ -403501,11 +299179,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -403517,93 +299195,141 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365ActiveUserDetail(date={date})", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOffice365ActiveUserDetail", + "OperationId": "group.onenote_CreateSectionGroup", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "group.onenote_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "date", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "group.onenote_UpdateSectionGroup", + "Method": "Patch", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" - }, + "Name": "sectionGroup-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "group.onenote_DeleteSectionGroup", + "Method": "Delete", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365ActiveUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOffice365ActiveUserDetail", + "OperationId": "group.onenote.sectionGroup_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "group.onenote.sectionGroup_GetParentSectionGroup", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -403613,15 +299339,19 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365GroupsActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOffice365GroupsActivityCount", + "OperationId": "group.onenote.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -403645,11 +299375,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -403661,45 +299391,29 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365GroupsActivityDetail(date={date})", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOffice365GroupsActivityDetail", + "OperationId": "group.onenote.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "date", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "sectionGroup-id1", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -403709,24 +299423,20 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365GroupsActivityDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOffice365GroupsActivityDetail", + "OperationId": "group.onenote.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { "Name": "$search", @@ -403735,37 +299445,25 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365GroupsActivityFileCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOffice365GroupsActivityFileCount", + "OperationId": "group.onenote.sectionGroup_ListSection", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -403789,11 +299487,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -403805,45 +299503,49 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365GroupsActivityGroupCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOffice365GroupsActivityGroupCount", - "Method": "Get", + "OperationId": "group.onenote.sectionGroup_CreateSection", + "Method": "Post", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, + "Name": "sectionGroup-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "group.onenote.sectionGroup_GetSection", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -403853,63 +299555,75 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365GroupsActivityStorage(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOffice365GroupsActivityStorage", - "Method": "Get", + "OperationId": "group.onenote.sectionGroup_UpdateSection", + "Method": "Patch", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "onenoteSection-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "group.onenote.sectionGroup_DeleteSection", + "Method": "Delete", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365ServicesUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOffice365ServicesUserCount", + "OperationId": "group.onenote.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -403933,11 +299647,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -403949,47 +299663,23 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveActivityFileCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOneDriveActivityFileCount", - "Method": "Get", + "OperationId": "group.onenote.sectionGroup.section_CreatePage", + "Method": "Post", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOneDriveActivityUserCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "period", + "Name": "sectionGroup-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveActivityUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOneDriveActivityUserDetail", - "Method": "Get", - "Parameters": [ + }, { - "Name": "date", + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -403997,47 +299687,63 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveActivityUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOneDriveActivityUserDetail", + "OperationId": "group.onenote.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveUsageAccountCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOneDriveUsageAccountCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "period", + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveUsageAccountDetail(date={date})", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOneDriveUsageAccountDetail", - "Method": "Get", + "OperationId": "group.onenote.sectionGroup.section_UpdatePage", + "Method": "Patch", "Parameters": [ { - "Name": "date", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -404045,31 +299751,59 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveUsageAccountDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOneDriveUsageAccountDetail", - "Method": "Get", + "OperationId": "group.onenote.sectionGroup.section_DeletePage", + "Method": "Delete", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveUsageFileCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOneDriveUsageFileCount", + "OperationId": "group.onenote.sectionGroup.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -404077,15 +299811,27 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveUsageStorage(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getOneDriveUsageStorage", - "Method": "Get", + "OperationId": "group.onenote.sectionGroup.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -404093,43 +299839,35 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getPrinterArchivedPrintJobs(printerId=\u0027{printerId}\u0027,startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getPrinterArchivedPrintJob", + "OperationId": "group.onenote.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "printerId", + "Name": "group-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -404137,45 +299875,33 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getRelyingPartyDetailedSummary(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getRelyingPartyDetailedSummary", + "OperationId": "group.onenote.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -404185,223 +299911,211 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointActivityFileCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSharePointActivityFileCount", + "OperationId": "group.onenote.sectionGroup.section.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointActivityPages(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointActivityPage", - "Method": "Get", - "Parameters": [ + }, { - "Name": "period", + "Name": "sectionGroup-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointActivityUserCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "period", + "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointActivityUserDetail(date={date})", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSharePointActivityUserDetail", + "OperationId": "group.onenote.sectionGroup.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "date", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointActivityUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointActivityUserDetail", - "Method": "Get", - "Parameters": [ + }, { - "Name": "period", + "Name": "sectionGroup-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointSiteUsageDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointSiteUsageDetail", - "Method": "Get", - "Parameters": [ + }, { - "Name": "date", + "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointSiteUsageDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSharePointSiteUsageDetail", + "OperationId": "group.onenote.sectionGroup.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointSiteUsageFileCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointSiteUsageFileCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "period", + "Name": "sectionGroup-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointSiteUsagePages(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointSiteUsagePage", - "Method": "Get", - "Parameters": [ + }, { - "Name": "period", + "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointSiteUsageSiteCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSharePointSiteUsageSiteCount", + "OperationId": "group.onenote.sectionGroup.section_GetCount", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointSiteUsageStorage(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointSiteUsageStorage", - "Method": "Get", - "Parameters": [ + }, { - "Name": "period", + "Name": "sectionGroup-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessActivityCount", + "OperationId": "group.onenote.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessActivityUserCount", + "OperationId": "group.onenote_ListSection", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(date={date})", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessActivityUserDetail", - "Method": "Get", + "OperationId": "group.onenote_CreateSection", + "Method": "Post", "Parameters": [ { - "Name": "date", + "Name": "group-id", "Location": "Path" } ] @@ -404409,31 +300123,47 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessActivityUserDetail", + "OperationId": "group.onenote_GetSection", "Method": "Get", "Parameters": [ { - "Name": "period", - "Location": "Path" + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageDistributionUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageDistributionUserCount", - "Method": "Get", + "OperationId": "group.onenote_UpdateSection", + "Method": "Patch", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -404441,47 +300171,95 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageUserCount", - "Method": "Get", + "OperationId": "group.onenote_DeleteSection", + "Method": "Delete", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(date={date})", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageUserDetail", + "OperationId": "group.onenote.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "date", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageUserDetail", - "Method": "Get", + "OperationId": "group.onenote.section_CreatePage", + "Method": "Post", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -404489,31 +300267,55 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessOrganizerActivityCount", + "OperationId": "group.onenote.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityMinuteCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessOrganizerActivityMinuteCount", - "Method": "Get", + "OperationId": "group.onenote.section_UpdatePage", + "Method": "Patch", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -404521,31 +300323,51 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessOrganizerActivityUserCount", - "Method": "Get", + "OperationId": "group.onenote.section_DeletePage", + "Method": "Delete", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessParticipantActivityCount", + "OperationId": "group.onenote.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -404553,15 +300375,23 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityMinuteCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessParticipantActivityMinuteCount", - "Method": "Get", + "OperationId": "group.onenote.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -404569,127 +300399,219 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessParticipantActivityUserCount", + "OperationId": "group.onenote.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessPeerToPeerActivityCount", + "OperationId": "group.onenote.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityMinuteCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessPeerToPeerActivityMinuteCount", + "OperationId": "group.onenote.section.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessPeerToPeerActivityUserCount", + "OperationId": "group.onenote.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsDeviceUsageDistributionTotalUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsDeviceUsageDistributionTotalUserCount", + "OperationId": "group.onenote.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsDeviceUsageDistributionUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/groups/{group-id}/onenote/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsDeviceUsageDistributionUserCount", + "OperationId": "group.onenote.section_GetCount", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsDeviceUsageTotalUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsDeviceUsageTotalUserCount", + "OperationId": "site.getGraphBPrePath_GetOnenote", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsDeviceUsageUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsDeviceUsageUserCount", - "Method": "Get", + "OperationId": "site.getGraphBPrePath_UpdateOnenote", + "Method": "Patch", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" } ] @@ -404697,47 +300619,63 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(date={date})", - "Module": "Reports" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsDeviceUsageUserDetail", - "Method": "Get", + "OperationId": "site.getGraphBPrePath_DeleteOnenote", + "Method": "Delete", "Parameters": [ { - "Name": "date", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsDeviceUsageUserDetail", + "OperationId": "site_GetOnenote", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "site-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsTeamActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsTeamActivityCount", - "Method": "Get", + "OperationId": "site_UpdateOnenote", + "Method": "Patch", "Parameters": [ { - "Name": "period", + "Name": "site-id", "Location": "Path" } ] @@ -404745,47 +300683,83 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsTeamActivityDetail(date={date})", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsTeamActivityDetail", - "Method": "Get", + "OperationId": "site_DeleteOnenote", + "Method": "Delete", "Parameters": [ { - "Name": "date", + "Name": "site-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsTeamActivityDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsTeamActivityDetail", + "OperationId": "site.onenote_ListNotebook", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "site-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsTeamActivityDistributionCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsTeamActivityDistributionCount", - "Method": "Get", + "OperationId": "site.onenote_CreateNotebook", + "Method": "Post", "Parameters": [ { - "Name": "period", + "Name": "site-id", "Location": "Path" } ] @@ -404793,31 +300767,47 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsTeamCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsTeamCount", + "OperationId": "site.onenote_GetNotebook", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsUserActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsUserActivityCount", - "Method": "Get", + "OperationId": "site.onenote_UpdateNotebook", + "Method": "Patch", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", "Location": "Path" } ] @@ -404825,47 +300815,95 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsUserActivityDistributionTotalUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsUserActivityDistributionTotalUserCount", - "Method": "Get", + "OperationId": "site.onenote_DeleteNotebook", + "Method": "Delete", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsUserActivityDistributionUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsUserActivityDistributionUserCount", + "OperationId": "site.onenote.notebook_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsUserActivityTotalCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsUserActivityTotalCount", - "Method": "Get", + "OperationId": "site.onenote.notebook_CreateSectionGroup", + "Method": "Post", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", "Location": "Path" } ] @@ -404873,31 +300911,55 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsUserActivityTotalDistributionCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsUserActivityTotalDistributionCount", + "OperationId": "site.onenote.notebook_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsUserActivityTotalUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsUserActivityTotalUserCount", - "Method": "Get", + "OperationId": "site.onenote.notebook_UpdateSectionGroup", + "Method": "Patch", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -404905,71 +300967,115 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsUserActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsUserActivityUserCount", - "Method": "Get", + "OperationId": "site.onenote.notebook_DeleteSectionGroup", + "Method": "Delete", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsUserActivityUserDetail(date={date})", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsUserActivityUserDetail", + "OperationId": "site.onenote.notebook.sectionGroup_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "date", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsUserActivityUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getTeamsUserActivityUserDetail", + "OperationId": "site.onenote.notebook.sectionGroup_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getUserArchivedPrintJobs(userId=\u0027{userId}\u0027,startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getUserArchivedPrintJob", + "OperationId": "site.onenote.notebook.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "userId", + "Name": "site-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -404991,69 +301097,165 @@ { "Name": "$count", "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getYammerActivityCount", + "OperationId": "site.onenote.notebook.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getYammerActivityUserCount", + "OperationId": "site.onenote.notebook.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerActivityUserDetail(date={date})", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getYammerActivityUserDetail", + "OperationId": "site.onenote.notebook.sectionGroup_ListSection", "Method": "Get", "Parameters": [ { - "Name": "date", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerActivityUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getYammerActivityUserDetail", - "Method": "Get", + "OperationId": "site.onenote.notebook.sectionGroup_CreateSection", + "Method": "Post", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -405061,31 +301263,63 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerDeviceUsageDistributionUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getYammerDeviceUsageDistributionUserCount", + "OperationId": "site.onenote.notebook.sectionGroup_GetSection", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerDeviceUsageUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getYammerDeviceUsageUserCount", - "Method": "Get", + "OperationId": "site.onenote.notebook.sectionGroup_UpdateSection", + "Method": "Patch", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -405093,47 +301327,119 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(date={date})", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getYammerDeviceUsageUserDetail", - "Method": "Get", + "OperationId": "site.onenote.notebook.sectionGroup_DeleteSection", + "Method": "Delete", "Parameters": [ { - "Name": "date", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getYammerDeviceUsageUserDetail", + "OperationId": "site.onenote.notebook.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerGroupsActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getYammerGroupsActivityCount", - "Method": "Get", + "OperationId": "site.onenote.notebook.sectionGroup.section_CreatePage", + "Method": "Post", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -405141,31 +301447,71 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerGroupsActivityDetail(date={date})", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getYammerGroupsActivityDetail", + "OperationId": "site.onenote.notebook.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "date", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerGroupsActivityDetail(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getYammerGroupsActivityDetail", - "Method": "Get", + "OperationId": "site.onenote.notebook.sectionGroup.section_UpdatePage", + "Method": "Patch", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -405173,43 +301519,67 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerGroupsActivityGroupCounts(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_getYammerGroupsActivityGroupCount", - "Method": "Get", + "OperationId": "site.onenote.notebook.sectionGroup.section_DeletePage", + "Method": "Delete", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter=\u0027{filter}\u0027,skipToken=\u0027{skipToken}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_managedDeviceEnrollmentAbandonmentDetail", + "OperationId": "site.onenote.notebook.sectionGroup.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "skip", + "Name": "site-id", "Location": "Path" }, { - "Name": "top", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "filter", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "skipToken", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -405217,27 +301587,31 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter=\u0027{filter}\u0027,skipToken=\u0027{skipToken}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_managedDeviceEnrollmentAbandonmentSummary", - "Method": "Get", + "OperationId": "site.onenote.notebook.sectionGroup.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "skip", + "Name": "site-id", "Location": "Path" }, { - "Name": "top", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "filter", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "skipToken", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -405245,97 +301619,108 @@ }, { "PathInfo": { - "Path": "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_managedDeviceEnrollmentFailureDetail", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter=\u0027{filter}\u0027,skipToken=\u0027{skipToken}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_managedDeviceEnrollmentFailureDetail", + "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "skip", + "Name": "site-id", "Location": "Path" }, { - "Name": "top", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "filter", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "skipToken", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/microsoft.graph.managedDeviceEnrollmentFailureTrends()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_managedDeviceEnrollmentFailureTrend", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_managedDeviceEnrollmentTopFailure", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures(period=\u0027{period}\u0027)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_managedDeviceEnrollmentTopFailure", + "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "period", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageByPrinter", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_ListMonthlyPrintUsageGraphBPrePrinter", + "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$search", @@ -405344,14 +301729,34 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.notebook.sectionGroup.section_GetParentNotebook", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$select", @@ -405366,26 +301771,27 @@ }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageByPrinter", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_CreateMonthlyPrintUsageGraphBPrePrinter", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetMonthlyPrintUsageGraphBPrePrinter", + "OperationId": "site.onenote.notebook.sectionGroup.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "printUsageByPrinter-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -405401,49 +301807,53 @@ }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_UpdateMonthlyPrintUsageGraphBPrePrinter", - "Method": "Patch", + "OperationId": "site.onenote.notebook.sectionGroup.section_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "printUsageByPrinter-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_DeleteMonthlyPrintUsageGraphBPrePrinter", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "printUsageByPrinter-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageByPrinter/$count", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.monthlyPrintUsageGraphBPrePrinter_GetCount", + "OperationId": "site.onenote.notebook.sectionGroup_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -405457,13 +301867,21 @@ }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageByUser", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_ListMonthlyPrintUsageGraphBPreUser", + "OperationId": "site.onenote.notebook_ListSection", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -405501,26 +301919,43 @@ }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageByUser", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_CreateMonthlyPrintUsageGraphBPreUser", + "OperationId": "site.onenote.notebook_CreateSection", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetMonthlyPrintUsageGraphBPreUser", + "OperationId": "site.onenote.notebook_GetSection", "Method": "Get", "Parameters": [ { - "Name": "printUsageByUser-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -405536,15 +301971,23 @@ }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_UpdateMonthlyPrintUsageGraphBPreUser", + "OperationId": "site.onenote.notebook_UpdateSection", "Method": "Patch", "Parameters": [ { - "Name": "printUsageByUser-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -405552,15 +301995,23 @@ }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_DeleteMonthlyPrintUsageGraphBPreUser", + "OperationId": "site.onenote.notebook_DeleteSection", "Method": "Delete", "Parameters": [ { - "Name": "printUsageByUser-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -405572,33 +302023,25 @@ }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageByUser/$count", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.monthlyPrintUsageGraphBPreUser_GetCount", + "OperationId": "site.onenote.notebook.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageSummariesByPrinter", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_ListMonthlyPrintUsageSummariesGraphBPrePrinter", - "Method": "Get", - "Parameters": [ + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -405636,26 +302079,51 @@ }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageSummariesByPrinter", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_CreateMonthlyPrintUsageSummariesGraphBPrePrinter", + "OperationId": "site.onenote.notebook.section_CreatePage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetMonthlyPrintUsageSummariesGraphBPrePrinter", + "OperationId": "site.onenote.notebook.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "printUsageByPrinter-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -405671,15 +302139,27 @@ }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_UpdateMonthlyPrintUsageSummariesGraphBPrePrinter", + "OperationId": "site.onenote.notebook.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "printUsageByPrinter-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -405687,15 +302167,27 @@ }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_DeleteMonthlyPrintUsageSummariesGraphBPrePrinter", + "OperationId": "site.onenote.notebook.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "printUsageByPrinter-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -405707,56 +302199,84 @@ }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageSummariesByPrinter/$count", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.monthlyPrintUsageSummariesGraphBPrePrinter_GetCount", + "OperationId": "site.onenote.notebook.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageSummariesByUser", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_ListMonthlyPrintUsageSummariesGraphBPreUser", - "Method": "Get", + "OperationId": "site.onenote.notebook.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.notebook.section.page_GetParentNotebook", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -405771,26 +302291,27 @@ }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageSummariesByUser", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_CreateMonthlyPrintUsageSummariesGraphBPreUser", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetMonthlyPrintUsageSummariesGraphBPreUser", + "OperationId": "site.onenote.notebook.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "printUsageByUser-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -405806,49 +302327,25 @@ }, { "PathInfo": { - "Path": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_UpdateMonthlyPrintUsageSummariesGraphBPreUser", - "Method": "Patch", + "OperationId": "site.onenote.notebook.section.page_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "printUsageByUser-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_DeleteMonthlyPrintUsageSummariesGraphBPreUser", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "printUsageByUser-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageSummariesByUser/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.monthlyPrintUsageSummariesGraphBPreUser_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -405862,13 +302359,25 @@ }, { "PathInfo": { - "Path": "/reports/partners", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetPartner", + "OperationId": "site.onenote.notebook.section_GetParentNotebook", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -405882,46 +302391,59 @@ }, { "PathInfo": { - "Path": "/reports/partners", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_UpdatePartner", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_DeletePartner", - "Method": "Delete", + "OperationId": "site.onenote.notebook.section_GetParentSectionGroup", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/partners/billing", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner_GetBilling", + "OperationId": "site.onenote.notebook.section_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -405929,40 +302451,41 @@ }, { "PathInfo": { - "Path": "/reports/partners/billing", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner_UpdateBilling", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/notebooks/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner_DeleteBilling", - "Method": "Delete", + "OperationId": "site.onenote.notebook_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/partners/billing/manifests", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/operations", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing_ListManifest", + "OperationId": "site.onenote_ListOperation", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -406000,26 +302523,35 @@ }, { "PathInfo": { - "Path": "/reports/partners/billing/manifests", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/operations", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing_CreateManifest", + "OperationId": "site.onenote_CreateOperation", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing_GetManifest", + "OperationId": "site.onenote_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "manifest-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteOperation-id", "Location": "Path" }, { @@ -406035,15 +302567,19 @@ }, { "PathInfo": { - "Path": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing_UpdateManifest", + "OperationId": "site.onenote_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "manifest-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteOperation-id", "Location": "Path" } ] @@ -406051,15 +302587,19 @@ }, { "PathInfo": { - "Path": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing_DeleteManifest", + "OperationId": "site.onenote_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "manifest-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteOperation-id", "Location": "Path" }, { @@ -406071,13 +302611,17 @@ }, { "PathInfo": { - "Path": "/reports/partners/billing/manifests/$count", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/operations/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing.manifest_GetCount", + "OperationId": "site.onenote.operation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -406091,13 +302635,17 @@ }, { "PathInfo": { - "Path": "/reports/partners/billing/operations", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing_ListOperation", + "OperationId": "site.onenote_ListPage", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -406135,26 +302683,35 @@ }, { "PathInfo": { - "Path": "/reports/partners/billing/operations", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing_CreateOperation", + "OperationId": "site.onenote_CreatePage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/partners/billing/operations/{operation-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing_GetOperation", + "OperationId": "site.onenote_GetPage", "Method": "Get", "Parameters": [ { - "Name": "operation-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -406170,15 +302727,19 @@ }, { "PathInfo": { - "Path": "/reports/partners/billing/operations/{operation-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing_UpdateOperation", + "OperationId": "site.onenote_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "operation-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -406186,15 +302747,19 @@ }, { "PathInfo": { - "Path": "/reports/partners/billing/operations/{operation-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing_DeleteOperation", + "OperationId": "site.onenote_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "operation-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -406206,138 +302771,61 @@ }, { "PathInfo": { - "Path": "/reports/partners/billing/operations/$count", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing.operation_GetCount", + "OperationId": "site.onenote_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/partners/billing/reconciliation", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing_GetReconciliation", - "Method": "Get", + "OperationId": "site.onenote_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/reconciliation", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_UpdateReconciliation", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/reconciliation", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_DeleteReconciliation", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/partners/billing/reconciliation/billed", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing.reconciliation_GetBilled", + "OperationId": "site.onenote.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/reconciliation/billed", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.reconciliation_UpdateBilled", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/reconciliation/billed", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.reconciliation_DeleteBilled", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/reconciliation/billed/microsoft.graph.partners.billing.export", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.reconciliation.billed_export", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/usage", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_GetUsage", - "Method": "Get", - "Parameters": [ + "Name": "onenotePage-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -406351,40 +302839,21 @@ }, { "PathInfo": { - "Path": "/reports/partners/billing/usage", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_UpdateUsage", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/usage", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_DeleteUsage", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/usage/billed", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing.usage_GetBilled", + "OperationId": "site.onenote.page_GetParentSection", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -406398,51 +302867,109 @@ }, { "PathInfo": { - "Path": "/reports/partners/billing/usage/billed", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing.usage_UpdateBilled", - "Method": "Patch", - "Parameters": [] + "OperationId": "site.onenote.page_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/reports/partners/billing/usage/billed", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/resources", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing.usage_DeleteBilled", - "Method": "Delete", + "OperationId": "site.onenote_ListResource", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/partners/billing/usage/billed/microsoft.graph.partners.billing.export", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/resources", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing.usage.billed_export", + "OperationId": "site.onenote_CreateResource", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/partners/billing/usage/unbilled", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing.usage_GetUnbilled", + "OperationId": "site.onenote_GetResource", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteResource-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -406456,24 +302983,41 @@ }, { "PathInfo": { - "Path": "/reports/partners/billing/usage/unbilled", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing.usage_UpdateUnbilled", + "OperationId": "site.onenote_UpdateResource", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteResource-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/partners/billing/usage/unbilled", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.partner.billing.usage_DeleteUnbilled", + "OperationId": "site.onenote_DeleteResource", "Method": "Delete", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteResource-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -406483,78 +303027,56 @@ }, { "PathInfo": { - "Path": "/reports/partners/billing/usage/unbilled/microsoft.graph.partners.billing.export", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.usage.unbilled_export", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/security", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetSecurity", + "OperationId": "site.onenote_GetResourcesContent", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "onenoteResource-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/security", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_UpdateSecurity", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/security", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_DeleteSecurity", - "Method": "Delete", + "OperationId": "site.onenote_SetResourcesContent", + "Method": "Put", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteResource-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/security/microsoft.graph.getAttackSimulationRepeatOffenders()", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/resources/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.security_getAttackSimulationRepeatOffender", + "OperationId": "site.onenote.resource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { "Name": "$search", @@ -406563,23 +303085,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/security/microsoft.graph.getAttackSimulationSimulationUserCoverage()", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.security_getAttackSimulationSimulationUserCoverage", + "OperationId": "site.onenote_ListSectionGroup", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -406599,51 +303121,55 @@ { "Name": "$count", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/security/microsoft.graph.getAttackSimulationTrainingUserCoverage()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.security_getAttackSimulationTrainingUserCoverage", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" }, { - "Name": "$skip", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/sectionGroups", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote_CreateSectionGroup", + "Method": "Post", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/serviceActivity", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetServiceActivity", + "OperationId": "site.onenote_GetSectionGroup", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -406657,24 +303183,41 @@ }, { "PathInfo": { - "Path": "/reports/serviceActivity", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_UpdateServiceActivity", + "OperationId": "site.onenote_UpdateSectionGroup", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/serviceActivity", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_DeleteServiceActivity", + "OperationId": "site.onenote_DeleteSectionGroup", "Method": "Delete", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -406684,43 +303227,27 @@ }, { "PathInfo": { - "Path": "/reports/serviceActivity/microsoft.graph.getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.serviceActivity_getMetricsGraphFPreConditionalAccessCompliantDevicesSignInSuccess", + "OperationId": "site.onenote.sectionGroup_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "inclusiveIntervalStartDateTime", + "Name": "site-id", "Location": "Path" }, { - "Name": "exclusiveIntervalEndDateTime", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "aggregationIntervalInMinutes", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -406728,43 +303255,27 @@ }, { "PathInfo": { - "Path": "/reports/serviceActivity/microsoft.graph.getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.serviceActivity_getMetricsGraphFPreConditionalAccessManagedDevicesSignInSuccess", + "OperationId": "site.onenote.sectionGroup_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "inclusiveIntervalStartDateTime", + "Name": "site-id", "Location": "Path" }, { - "Name": "exclusiveIntervalEndDateTime", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "aggregationIntervalInMinutes", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -406772,25 +303283,21 @@ }, { "PathInfo": { - "Path": "/reports/serviceActivity/microsoft.graph.getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.serviceActivity_getMetricsGraphFPreMfaSignInFailure", + "OperationId": "site.onenote.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "inclusiveIntervalStartDateTime", + "Name": "site-id", "Location": "Path" }, { - "Name": "exclusiveIntervalEndDateTime", + "Name": "sectionGroup-id", "Location": "Path" }, - { - "Name": "aggregationIntervalInMinutes", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -406810,49 +303317,49 @@ { "Name": "$count", "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/serviceActivity/microsoft.graph.getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.serviceActivity_getMetricsGraphFPreMfaSignInSuccess", + "OperationId": "site.onenote.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "inclusiveIntervalStartDateTime", + "Name": "site-id", "Location": "Path" }, { - "Name": "exclusiveIntervalEndDateTime", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "aggregationIntervalInMinutes", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "sectionGroup-id1", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -406860,33 +303367,21 @@ }, { "PathInfo": { - "Path": "/reports/serviceActivity/microsoft.graph.getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.serviceActivity_getMetricsGraphFPreSamlSignInSuccess", + "OperationId": "site.onenote.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "inclusiveIntervalStartDateTime", + "Name": "site-id", "Location": "Path" }, { - "Name": "exclusiveIntervalEndDateTime", + "Name": "sectionGroup-id", "Location": "Path" }, - { - "Name": "aggregationIntervalInMinutes", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -406894,23 +303389,27 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/servicePrincipalSignInActivities", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_ListServicePrincipalSignInActivity", + "OperationId": "site.onenote.sectionGroup_ListSection", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -406948,50 +303447,19 @@ }, { "PathInfo": { - "Path": "/reports/servicePrincipalSignInActivities", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_CreateServicePrincipalSignInActivity", + "OperationId": "site.onenote.sectionGroup_CreateSection", "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_GetServicePrincipalSignInActivity", - "Method": "Get", "Parameters": [ { - "Name": "servicePrincipalSignInActivity-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_UpdateServicePrincipalSignInActivity", - "Method": "Patch", - "Parameters": [ - { - "Name": "servicePrincipalSignInActivity-id", + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -406999,53 +303467,25 @@ }, { "PathInfo": { - "Path": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_DeleteServicePrincipalSignInActivity", - "Method": "Delete", + "OperationId": "site.onenote.sectionGroup_GetSection", + "Method": "Get", "Parameters": [ { - "Name": "servicePrincipalSignInActivity-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/servicePrincipalSignInActivities/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.servicePrincipalSignInActivity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/sla", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_GetSla", - "Method": "Get", - "Parameters": [ + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -407059,71 +303499,49 @@ }, { "PathInfo": { - "Path": "/reports/sla", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_UpdateSla", + "OperationId": "site.onenote.sectionGroup_UpdateSection", "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/sla", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_DeleteSla", - "Method": "Delete", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/sla/azureADAuthentication", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.sla_GetAzureADAuthentication", - "Method": "Get", - "Parameters": [ + "Name": "site-id", + "Location": "Path" + }, { - "Name": "$select", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/sla/azureADAuthentication", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.sla_UpdateAzureADAuthentication", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/sla/azureADAuthentication", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.sla_DeleteAzureADAuthentication", + "OperationId": "site.onenote.sectionGroup_DeleteSection", "Method": "Delete", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -407133,13 +303551,25 @@ }, { "PathInfo": { - "Path": "/reports/userCredentialUsageDetails", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_ListUserCredentialUsageDetail", + "OperationId": "site.onenote.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -407177,26 +303607,51 @@ }, { "PathInfo": { - "Path": "/reports/userCredentialUsageDetails", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_CreateUserCredentialUsageDetail", + "OperationId": "site.onenote.sectionGroup.section_CreatePage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetUserCredentialUsageDetail", + "OperationId": "site.onenote.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "userCredentialUsageDetails-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -407212,15 +303667,27 @@ }, { "PathInfo": { - "Path": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_UpdateUserCredentialUsageDetail", + "OperationId": "site.onenote.sectionGroup.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "userCredentialUsageDetails-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -407228,15 +303695,27 @@ }, { "PathInfo": { - "Path": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_DeleteUserCredentialUsageDetail", + "OperationId": "site.onenote.sectionGroup.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "userCredentialUsageDetails-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -407248,80 +303727,121 @@ }, { "PathInfo": { - "Path": "/reports/userCredentialUsageDetails/$count", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userCredentialUsageDetail_GetCount", + "OperationId": "site.onenote.sectionGroup.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_GetUserInsight", - "Method": "Get", + "OperationId": "site.onenote.sectionGroup.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_UpdateUserInsight", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/userInsights", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report_DeleteUserInsight", - "Method": "Delete", + "OperationId": "site.onenote.sectionGroup.section.page_GetParentNotebook", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/daily", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight_GetDaily", + "OperationId": "site.onenote.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -407335,63 +303855,88 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.userInsight_UpdateDaily", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/userInsights/daily", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight_DeleteDaily", - "Method": "Delete", + "OperationId": "site.onenote.sectionGroup.section.page_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/daily/activeUsers", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_ListActiveUser", + "OperationId": "site.onenote.sectionGroup.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.sectionGroup.section_GetParentSectionGroup", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$select", @@ -407406,23 +303951,27 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_GetActiveUser", + "OperationId": "site.onenote.sectionGroup.section_GetCount", "Method": "Get", "Parameters": [ { - "Name": "activeUsersMetric-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -407430,13 +303979,17 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily/activeUsers/$count", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily.activeUser_GetCount", + "OperationId": "site.onenote.sectionGroup_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -407450,13 +304003,17 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily/authentications", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_ListAuthentication", + "OperationId": "site.onenote_ListSection", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -407494,15 +304051,35 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily/authentications/{authenticationsMetric-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_GetAuthentication", + "OperationId": "site.onenote_CreateSection", + "Method": "Post", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote_GetSection", "Method": "Get", "Parameters": [ { - "Name": "authenticationsMetric-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -407518,33 +304095,65 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily/authentications/$count", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily.authentication_GetCount", - "Method": "Get", + "OperationId": "site.onenote_UpdateSection", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/daily/inactiveUsers", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote_DeleteSection", + "Method": "Delete", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_ListInactiveUser", + "OperationId": "site.onenote.section_ListPage", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -407582,43 +304191,51 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_GetInactiveUser", - "Method": "Get", + "OperationId": "site.onenote.section_CreatePage", + "Method": "Post", "Parameters": [ { - "Name": "dailyInactiveUsersMetric-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/daily/inactiveUsers/$count", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily.inactiveUser_GetCount", + "OperationId": "site.onenote.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -407626,124 +304243,124 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily/inactiveUsersByApplication", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_ListInactiveUsersGraphBPreApplication", - "Method": "Get", + "OperationId": "site.onenote.section_UpdatePage", + "Method": "Patch", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "onenotePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.section_DeletePage", + "Method": "Delete", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_GetInactiveUsersGraphBPreApplication", + "OperationId": "site.onenote.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "dailyInactiveUsersByApplicationMetric-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/daily/inactiveUsersByApplication/$count", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily.inactiveUsersGraphBPreApplication_GetCount", - "Method": "Get", + "OperationId": "site.onenote.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/daily/mfaCompletions", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_ListMfaCompletion", + "OperationId": "site.onenote.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -407758,15 +304375,23 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_GetMfaCompletion", + "OperationId": "site.onenote.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "mfaCompletionMetric-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -407782,13 +304407,21 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily/mfaCompletions/$count", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily.mfaCompletion_GetCount", + "OperationId": "site.onenote.section.page_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -407802,36 +304435,20 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily/signUps", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_ListSignUp", + "OperationId": "site.onenote.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$select", @@ -407846,15 +304463,19 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily/signUps/{userSignUpMetric-id}", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_GetSignUp", + "OperationId": "site.onenote.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "userSignUpMetric-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -407870,13 +304491,17 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily/signUps/$count", - "Module": "Reports" + "Path": "/sites/{site-id}/onenote/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily.signUp_GetCount", + "OperationId": "site.onenote.section_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -407890,36 +304515,16 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily/summary", - "Module": "Reports" + "Path": "/users/{user-id}/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_ListSummary", + "OperationId": "user_GetOnenote", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { "Name": "$select", @@ -407934,57 +304539,53 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily/summary/{insightSummary-id}", - "Module": "Reports" + "Path": "/users/{user-id}/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_GetSummary", - "Method": "Get", + "OperationId": "user_UpdateOnenote", + "Method": "Patch", "Parameters": [ { - "Name": "insightSummary-id", + "Name": "user-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/daily/summary/$count", - "Module": "Reports" + "Path": "/users/{user-id}/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily.summary_GetCount", - "Method": "Get", + "OperationId": "user_DeleteOnenote", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/daily/userCount", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_ListUserCount", + "OperationId": "user.onenote_ListNotebook", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -408022,57 +304623,37 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/daily/userCount/{userCountMetric-id}", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily_GetUserCount", - "Method": "Get", + "OperationId": "user.onenote_CreateNotebook", + "Method": "Post", "Parameters": [ { - "Name": "userCountMetric-id", + "Name": "user-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/daily/userCount/$count", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.daily.userCount_GetCount", + "OperationId": "user.onenote_GetNotebook", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/userInsights/monthly", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.userInsight_GetMonthly", - "Method": "Get", - "Parameters": [ + "Name": "notebook-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -408086,24 +304667,41 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight_UpdateMonthly", + "OperationId": "user.onenote_UpdateNotebook", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/reports/userInsights/monthly", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight_DeleteMonthly", + "OperationId": "user.onenote_DeleteNotebook", "Method": "Delete", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -408113,13 +304711,21 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/activeUsers", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_ListActiveUser", + "OperationId": "user.onenote.notebook_ListSectionGroup", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -408157,43 +304763,51 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_GetActiveUser", - "Method": "Get", + "OperationId": "user.onenote.notebook_CreateSectionGroup", + "Method": "Post", "Parameters": [ { - "Name": "activeUsersMetric-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/activeUsers/$count", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly.activeUser_GetCount", + "OperationId": "user.onenote.notebook_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -408201,59 +304815,75 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/authentications", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_ListAuthentication", - "Method": "Get", + "OperationId": "user.onenote.notebook_UpdateSectionGroup", + "Method": "Patch", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "sectionGroup-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "user.onenote.notebook_DeleteSectionGroup", + "Method": "Delete", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/authentications/{authenticationsMetric-id}", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_GetAuthentication", + "OperationId": "user.onenote.notebook.sectionGroup_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "authenticationsMetric-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -408269,19 +304899,31 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/authentications/$count", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly.authentication_GetCount", + "OperationId": "user.onenote.notebook.sectionGroup_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -408289,13 +304931,25 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/inactiveUsers", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_ListInactiveUser", + "OperationId": "user.onenote.notebook.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -408333,15 +304987,27 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_GetInactiveUser", + "OperationId": "user.onenote.notebook.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "monthlyInactiveUsersMetric-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id1", "Location": "Path" }, { @@ -408357,13 +305023,25 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/inactiveUsers/$count", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly.inactiveUser_GetCount", + "OperationId": "user.onenote.notebook.sectionGroup_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -408377,13 +305055,25 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/inactiveUsersByApplication", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_ListInactiveUsersGraphBPreApplication", + "OperationId": "user.onenote.notebook.sectionGroup_ListSection", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -408421,15 +305111,51 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_GetInactiveUsersGraphBPreApplication", + "OperationId": "user.onenote.notebook.sectionGroup_CreateSection", + "Method": "Post", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "user.onenote.notebook.sectionGroup_GetSection", "Method": "Get", "Parameters": [ { - "Name": "monthlyInactiveUsersByApplicationMetric-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -408445,33 +305171,89 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/inactiveUsersByApplication/$count", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly.inactiveUsersGraphBPreApplication_GetCount", - "Method": "Get", + "OperationId": "user.onenote.notebook.sectionGroup_UpdateSection", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/mfaCompletions", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_ListMfaCompletion", + "OperationId": "user.onenote.notebook.sectionGroup_DeleteSection", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "user.onenote.notebook.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -408509,43 +305291,67 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_GetMfaCompletion", - "Method": "Get", + "OperationId": "user.onenote.notebook.sectionGroup.section_CreatePage", + "Method": "Post", "Parameters": [ { - "Name": "mfaCompletionMetric-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/mfaCompletions/$count", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly.mfaCompletion_GetCount", + "OperationId": "user.onenote.notebook.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -408553,124 +305359,164 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/requests", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_ListRequest", - "Method": "Get", + "OperationId": "user.onenote.notebook.sectionGroup.section_UpdatePage", + "Method": "Patch", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "user.onenote.notebook.sectionGroup.section_DeletePage", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/requests/{userRequestsMetric-id}", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_GetRequest", + "OperationId": "user.onenote.notebook.sectionGroup.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "userRequestsMetric-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/requests/$count", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly.request_GetCount", - "Method": "Get", + "OperationId": "user.onenote.notebook.sectionGroup.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/signUps", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_ListSignUp", + "OperationId": "user.onenote.notebook.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -408685,15 +305531,31 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/signUps/{userSignUpMetric-id}", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_GetSignUp", + "OperationId": "user.onenote.notebook.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "userSignUpMetric-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -408709,13 +305571,29 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/signUps/$count", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly.signUp_GetCount", + "OperationId": "user.onenote.notebook.sectionGroup.section.page_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -408729,36 +305607,64 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/summary", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "user.onenote.notebook.sectionGroup.section_GetParentNotebook", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_ListSummary", + "OperationId": "user.onenote.notebook.sectionGroup.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$select", @@ -408773,23 +305679,31 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/summary/{insightSummary-id}", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly_GetSummary", + "OperationId": "user.onenote.notebook.sectionGroup.section_GetCount", "Method": "Get", "Parameters": [ { - "Name": "insightSummary-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -408797,13 +305711,21 @@ }, { "PathInfo": { - "Path": "/reports/userInsights/monthly/summary/$count", - "Module": "Reports" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "report.userInsight.monthly.summary_GetCount", + "OperationId": "user.onenote.notebook.sectionGroup_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -408817,13 +305739,21 @@ }, { "PathInfo": { - "Path": "/schemaExtensions", - "Module": "SchemaExtensions" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "schemaExtension_ListSchemaExtension", + "OperationId": "user.onenote.notebook_ListSection", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -408861,26 +305791,43 @@ }, { "PathInfo": { - "Path": "/schemaExtensions", - "Module": "SchemaExtensions" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "schemaExtension_CreateSchemaExtension", + "OperationId": "user.onenote.notebook_CreateSection", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/schemaExtensions/{schemaExtension-id}", - "Module": "SchemaExtensions" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "schemaExtension_GetSchemaExtension", + "OperationId": "user.onenote.notebook_GetSection", "Method": "Get", "Parameters": [ { - "Name": "schemaExtension-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -408896,15 +305843,23 @@ }, { "PathInfo": { - "Path": "/schemaExtensions/{schemaExtension-id}", - "Module": "SchemaExtensions" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "schemaExtension_UpdateSchemaExtension", + "OperationId": "user.onenote.notebook_UpdateSection", "Method": "Patch", "Parameters": [ { - "Name": "schemaExtension-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -408912,15 +305867,23 @@ }, { "PathInfo": { - "Path": "/schemaExtensions/{schemaExtension-id}", - "Module": "SchemaExtensions" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "schemaExtension_DeleteSchemaExtension", + "OperationId": "user.onenote.notebook_DeleteSection", "Method": "Delete", "Parameters": [ { - "Name": "schemaExtension-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -408932,64 +305895,25 @@ }, { "PathInfo": { - "Path": "/schemaExtensions/$count", - "Module": "SchemaExtensions" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "schemaExtension_GetCount", + "OperationId": "user.onenote.notebook.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external_GetExternal", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external_UpdateExternal", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/external/authorizationSystems", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external_ListAuthorizationSystem", - "Method": "Get", - "Parameters": [ + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -409027,26 +305951,51 @@ }, { "PathInfo": { - "Path": "/external/authorizationSystems", - "Module": "Search" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external_CreateAuthorizationSystem", + "OperationId": "user.onenote.notebook.section_CreatePage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/external/authorizationSystems/{authorizationSystem-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external_GetAuthorizationSystem", + "OperationId": "user.onenote.notebook.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "authorizationSystem-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -409062,15 +306011,27 @@ }, { "PathInfo": { - "Path": "/external/authorizationSystems/{authorizationSystem-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external_UpdateAuthorizationSystem", + "OperationId": "user.onenote.notebook.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "authorizationSystem-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -409078,15 +306039,27 @@ }, { "PathInfo": { - "Path": "/external/authorizationSystems/{authorizationSystem-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external_DeleteAuthorizationSystem", + "OperationId": "user.onenote.notebook.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "authorizationSystem-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -409098,39 +306071,55 @@ }, { "PathInfo": { - "Path": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", - "Module": "Search" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.authorizationSystem_GetDataCollectionInfo", + "OperationId": "user.onenote.notebook.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "authorizationSystem-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", - "Module": "Search" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.authorizationSystem_UpdateDataCollectionInfo", - "Method": "Patch", + "OperationId": "user.onenote.notebook.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "authorizationSystem-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -409138,39 +306127,71 @@ }, { "PathInfo": { - "Path": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", - "Module": "Search" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.authorizationSystem_DeleteDataCollectionInfo", - "Method": "Delete", + "OperationId": "user.onenote.notebook.section.page_GetParentNotebook", + "Method": "Get", "Parameters": [ { - "Name": "authorizationSystem-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/external/authorizationSystems/$count", - "Module": "Search" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.authorizationSystem_GetCount", + "OperationId": "user.onenote.notebook.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -409178,20 +306199,24 @@ }, { "PathInfo": { - "Path": "/external/connections", - "Module": "Search" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external_ListConnection", + "OperationId": "user.onenote.notebook.section.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$search", @@ -409200,14 +306225,30 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "user.onenote.notebook.section_GetParentNotebook", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$select", @@ -409222,26 +306263,23 @@ }, { "PathInfo": { - "Path": "/external/connections", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external_CreateConnection", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external_GetConnection", + "OperationId": "user.onenote.notebook.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -409257,51 +306295,67 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external_UpdateConnection", - "Method": "Patch", + "OperationId": "user.onenote.notebook.section_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "notebook-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/notebooks/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external_DeleteConnection", - "Method": "Delete", + "OperationId": "user.onenote.notebook_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups", - "Module": "Search" + "Path": "/users/{user-id}/onenote/operations", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection_ListGroup", + "OperationId": "user.onenote_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { @@ -409341,15 +306395,15 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups", - "Module": "Search" + "Path": "/users/{user-id}/onenote/operations", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection_CreateGroup", + "OperationId": "user.onenote_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" } ] @@ -409357,19 +306411,19 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection_GetGroup", + "OperationId": "user.onenote_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalGroup-id", + "Name": "onenoteOperation-id", "Location": "Path" }, { @@ -409385,19 +306439,19 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection_UpdateGroup", + "OperationId": "user.onenote_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalGroup-id", + "Name": "onenoteOperation-id", "Location": "Path" } ] @@ -409405,19 +306459,19 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection_DeleteGroup", + "OperationId": "user.onenote_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalGroup-id", + "Name": "onenoteOperation-id", "Location": "Path" }, { @@ -409429,19 +306483,39 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "Module": "Search" + "Path": "/users/{user-id}/onenote/operations/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.group_ListMember", + "OperationId": "user.onenote.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalGroup-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/onenote/pages", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "user.onenote_ListPage", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { @@ -409481,19 +306555,15 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "Module": "Search" + "Path": "/users/{user-id}/onenote/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.group_CreateMember", + "OperationId": "user.onenote_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalGroup-id", + "Name": "user-id", "Location": "Path" } ] @@ -409501,23 +306571,19 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.group_GetMember", + "OperationId": "user.onenote_GetPage", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalGroup-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "identity-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -409533,79 +306599,139 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.group_UpdateMember", + "OperationId": "user.onenote_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalGroup-id", + "Name": "onenotePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "user.onenote_DeletePage", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { - "Name": "identity-id", + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.group_DeleteMember", - "Method": "Delete", + "OperationId": "user.onenote_GetPagesContent", + "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalGroup-id", + "Name": "onenotePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "user.onenote_SetPagesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { - "Name": "identity-id", + "Name": "onenotePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "user.onenote.page_GetParentNotebook", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", - "Module": "Search" + "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.group.member_GetCount", + "OperationId": "user.onenote.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalGroup-id", + "Name": "onenotePage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -409613,15 +306739,15 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/$count", - "Module": "Search" + "Path": "/users/{user-id}/onenote/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.group_GetCount", + "OperationId": "user.onenote.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { @@ -409637,15 +306763,15 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items", - "Module": "Search" + "Path": "/users/{user-id}/onenote/resources", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection_ListItem", + "OperationId": "user.onenote_ListResource", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { @@ -409685,15 +306811,15 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items", - "Module": "Search" + "Path": "/users/{user-id}/onenote/resources", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection_CreateItem", + "OperationId": "user.onenote_CreateResource", "Method": "Post", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" } ] @@ -409701,19 +306827,19 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection_GetItem", + "OperationId": "user.onenote_GetResource", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalItem-id", + "Name": "onenoteResource-id", "Location": "Path" }, { @@ -409729,19 +306855,19 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection_SetItem", - "Method": "Put", + "OperationId": "user.onenote_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalItem-id", + "Name": "onenoteResource-id", "Location": "Path" } ] @@ -409749,19 +306875,19 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection_DeleteItem", + "OperationId": "user.onenote_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalItem-id", + "Name": "onenoteResource-id", "Location": "Path" }, { @@ -409773,19 +306899,79 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "Module": "Search" + "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.item_ListActivity", + "OperationId": "user.onenote_GetResourcesContent", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalItem-id", + "Name": "onenoteResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "user.onenote_SetResourcesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "onenoteResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/onenote/resources/$count", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "user.onenote.resource_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/onenote/sectionGroups", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "user.onenote_ListSectionGroup", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { @@ -409825,19 +307011,15 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.item_CreateActivity", + "OperationId": "user.onenote_CreateSectionGroup", "Method": "Post", "Parameters": [ { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", + "Name": "user-id", "Location": "Path" } ] @@ -409845,23 +307027,19 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.item_GetActivity", + "OperationId": "user.onenote_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalActivity-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -409877,23 +307055,19 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.item_UpdateActivity", + "OperationId": "user.onenote_UpdateSectionGroup", "Method": "Patch", "Parameters": [ { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalActivity-id", + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -409901,23 +307075,19 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.item_DeleteActivity", + "OperationId": "user.onenote_DeleteSectionGroup", "Method": "Delete", "Parameters": [ { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalActivity-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -409929,23 +307099,19 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.item.activity_GetPerformedGraphBPre", + "OperationId": "user.onenote.sectionGroup_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalActivity-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -409961,27 +307127,27 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.item.activity_GetCount", + "OperationId": "user.onenote.sectionGroup_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "externalItem-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -409989,59 +307155,19 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/microsoft.graph.externalConnectors.addActivities", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.item_addActivity", - "Method": "Post", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/$count", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.item_GetCount", + "OperationId": "user.onenote.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/operations", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_ListOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -410081,103 +307207,51 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/operations", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_CreateOperation", - "Method": "Post", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection_GetOperation", + "OperationId": "user.onenote.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "connectionOperation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_UpdateOperation", - "Method": "Patch", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "connectionOperation-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_DeleteOperation", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "externalConnection-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "connectionOperation-id", + "Name": "sectionGroup-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/operations/$count", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection.operation_GetCount", + "OperationId": "user.onenote.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -410193,17 +307267,45 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/quota", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection_GetQuota", + "OperationId": "user.onenote.sectionGroup_ListSection", "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -410217,15 +307319,19 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/quota", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection_UpdateQuota", - "Method": "Patch", + "OperationId": "user.onenote.sectionGroup_CreateSection", + "Method": "Post", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -410233,35 +307339,23 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/quota", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection_DeleteQuota", - "Method": "Delete", + "OperationId": "user.onenote.sectionGroup_GetSection", + "Method": "Get", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/schema", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_GetSchema", - "Method": "Get", - "Parameters": [ + "Name": "sectionGroup-id", + "Location": "Path" + }, { - "Name": "externalConnection-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -410277,69 +307371,77 @@ }, { "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/schema", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.connection_UpdateSchema", + "OperationId": "user.onenote.sectionGroup_UpdateSection", "Method": "Patch", "Parameters": [ { - "Name": "externalConnection-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/$count", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "$search", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/external/industryData", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external_GetIndustryData", - "Method": "Get", + "OperationId": "user.onenote.sectionGroup_DeleteSection", + "Method": "Delete", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/external/industryData/dataConnectors", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_ListDataConnector", + "OperationId": "user.onenote.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -410377,26 +307479,51 @@ }, { "PathInfo": { - "Path": "/external/industryData/dataConnectors", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_CreateDataConnector", + "OperationId": "user.onenote.sectionGroup.section_CreatePage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_GetDataConnector", + "OperationId": "user.onenote.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "industryDataConnector-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -410412,15 +307539,27 @@ }, { "PathInfo": { - "Path": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_UpdateDataConnector", + "OperationId": "user.onenote.sectionGroup.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "industryDataConnector-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -410428,15 +307567,27 @@ }, { "PathInfo": { - "Path": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_DeleteDataConnector", + "OperationId": "user.onenote.sectionGroup.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "industryDataConnector-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -410448,15 +307599,27 @@ }, { "PathInfo": { - "Path": "/external/industryData/dataConnectors/{industryDataConnector-id}/microsoft.graph.industryData.validate", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData.dataConnector_validate", - "Method": "Post", + "OperationId": "user.onenote.sectionGroup.section_GetPagesContent", + "Method": "Get", "Parameters": [ { - "Name": "industryDataConnector-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -410464,43 +307627,63 @@ }, { "PathInfo": { - "Path": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData.dataConnector_GetSourceSystem", - "Method": "Get", + "OperationId": "user.onenote.sectionGroup.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "industryDataConnector-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/external/industryData/dataConnectors/$count", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData.dataConnector_GetCount", + "OperationId": "user.onenote.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -410508,36 +307691,28 @@ }, { "PathInfo": { - "Path": "/external/industryData/inboundFlows", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_ListInboundFlow", + "OperationId": "user.onenote.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -410552,34 +307727,31 @@ }, { "PathInfo": { - "Path": "/external/industryData/inboundFlows", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.industryData_CreateInboundFlow", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/external/industryData/inboundFlows/{inboundFlow-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_GetInboundFlow", + "OperationId": "user.onenote.sectionGroup.section.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "inboundFlow-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -410587,51 +307759,55 @@ }, { "PathInfo": { - "Path": "/external/industryData/inboundFlows/{inboundFlow-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_UpdateInboundFlow", - "Method": "Patch", + "OperationId": "user.onenote.sectionGroup.section_GetParentNotebook", + "Method": "Get", "Parameters": [ { - "Name": "inboundFlow-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/industryData/inboundFlows/{inboundFlow-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.industryData_DeleteInboundFlow", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "inboundFlow-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData.inboundFlow_GetDataConnector", + "OperationId": "user.onenote.sectionGroup.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "inboundFlow-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -410647,23 +307823,27 @@ }, { "PathInfo": { - "Path": "/external/industryData/inboundFlows/{inboundFlow-id}/year", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData.inboundFlow_GetYear", + "OperationId": "user.onenote.sectionGroup.section_GetCount", "Method": "Get", "Parameters": [ { - "Name": "inboundFlow-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -410671,13 +307851,17 @@ }, { "PathInfo": { - "Path": "/external/industryData/inboundFlows/$count", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData.inboundFlow_GetCount", + "OperationId": "user.onenote.sectionGroup_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -410691,13 +307875,17 @@ }, { "PathInfo": { - "Path": "/external/industryData/operations", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_ListOperation", + "OperationId": "user.onenote_ListSection", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -410735,26 +307923,35 @@ }, { "PathInfo": { - "Path": "/external/industryData/operations", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_CreateOperation", + "OperationId": "user.onenote_CreateSection", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/external/industryData/operations/{longRunningOperation-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_GetOperation", + "OperationId": "user.onenote_GetSection", "Method": "Get", "Parameters": [ { - "Name": "longRunningOperation-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -410770,15 +307967,19 @@ }, { "PathInfo": { - "Path": "/external/industryData/operations/{longRunningOperation-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_UpdateOperation", + "OperationId": "user.onenote_UpdateSection", "Method": "Patch", "Parameters": [ { - "Name": "longRunningOperation-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -410786,15 +307987,19 @@ }, { "PathInfo": { - "Path": "/external/industryData/operations/{longRunningOperation-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_DeleteOperation", + "OperationId": "user.onenote_DeleteSection", "Method": "Delete", "Parameters": [ { - "Name": "longRunningOperation-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -410806,33 +308011,21 @@ }, { "PathInfo": { - "Path": "/external/industryData/operations/$count", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData.operation_GetCount", + "OperationId": "user.onenote.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/industryData/outboundProvisioningFlowSets", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.industryData_ListOutboundProvisioningFlowSet", - "Method": "Get", - "Parameters": [ + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -410870,26 +308063,43 @@ }, { "PathInfo": { - "Path": "/external/industryData/outboundProvisioningFlowSets", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_CreateOutboundProvisioningFlowSet", + "OperationId": "user.onenote.section_CreatePage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_GetOutboundProvisioningFlowSet", + "OperationId": "user.onenote.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "outboundProvisioningFlowSet-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -410905,15 +308115,23 @@ }, { "PathInfo": { - "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_UpdateOutboundProvisioningFlowSet", + "OperationId": "user.onenote.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "outboundProvisioningFlowSet-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -410921,15 +308139,23 @@ }, { "PathInfo": { - "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_DeleteOutboundProvisioningFlowSet", + "OperationId": "user.onenote.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "outboundProvisioningFlowSet-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -410941,63 +308167,47 @@ }, { "PathInfo": { - "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData.outboundProvisioningFlowSet_ListProvisioningFlow", + "OperationId": "user.onenote.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "outboundProvisioningFlowSet-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData.outboundProvisioningFlowSet_CreateProvisioningFlow", - "Method": "Post", + "OperationId": "user.onenote.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "outboundProvisioningFlowSet-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -411005,19 +308215,23 @@ }, { "PathInfo": { - "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData.outboundProvisioningFlowSet_GetProvisioningFlow", + "OperationId": "user.onenote.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "outboundProvisioningFlowSet-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "provisioningFlow-id", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -411033,59 +308247,51 @@ }, { "PathInfo": { - "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData.outboundProvisioningFlowSet_UpdateProvisioningFlow", - "Method": "Patch", + "OperationId": "user.onenote.section.page_GetParentSection", + "Method": "Get", "Parameters": [ { - "Name": "outboundProvisioningFlowSet-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "provisioningFlow-id", + "Name": "onenoteSection-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.industryData.outboundProvisioningFlowSet_DeleteProvisioningFlow", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "outboundProvisioningFlowSet-id", + "Name": "onenotePage-id", "Location": "Path" }, { - "Name": "provisioningFlow-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData.outboundProvisioningFlowSet.provisioningFlow_GetCount", + "OperationId": "user.onenote.section.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "outboundProvisioningFlowSet-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -411101,19 +308307,27 @@ }, { "PathInfo": { - "Path": "/external/industryData/outboundProvisioningFlowSets/$count", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData.outboundProvisioningFlowSet_GetCount", + "OperationId": "user.onenote.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -411121,36 +308335,20 @@ }, { "PathInfo": { - "Path": "/external/industryData/referenceDefinitions", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_ListReferenceDefinition", + "OperationId": "user.onenote.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$select", @@ -411165,26 +308363,39 @@ }, { "PathInfo": { - "Path": "/external/industryData/referenceDefinitions", - "Module": "Search" + "Path": "/users/{user-id}/onenote/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "external.industryData_CreateReferenceDefinition", - "Method": "Post", - "Parameters": [] + "OperationId": "user.onenote.section_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "Module": "Search" + "Path": "/users/{user-id}/analytics", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_GetReferenceDefinition", + "OperationId": "user_GetAnalytic", "Method": "Get", "Parameters": [ { - "Name": "referenceDefinition-id", + "Name": "user-id", "Location": "Path" }, { @@ -411200,15 +308411,15 @@ }, { "PathInfo": { - "Path": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "Module": "Search" + "Path": "/users/{user-id}/analytics", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_UpdateReferenceDefinition", + "OperationId": "user_UpdateAnalytic", "Method": "Patch", "Parameters": [ { - "Name": "referenceDefinition-id", + "Name": "user-id", "Location": "Path" } ] @@ -411216,15 +308427,15 @@ }, { "PathInfo": { - "Path": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "Module": "Search" + "Path": "/users/{user-id}/analytics", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_DeleteReferenceDefinition", + "OperationId": "user_DeleteAnalytic", "Method": "Delete", "Parameters": [ { - "Name": "referenceDefinition-id", + "Name": "user-id", "Location": "Path" }, { @@ -411236,33 +308447,17 @@ }, { "PathInfo": { - "Path": "/external/industryData/referenceDefinitions/$count", - "Module": "Search" + "Path": "/users/{user-id}/analytics/activityStatistics", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData.referenceDefinition_GetCount", + "OperationId": "user.analytic_ListActivityStatistics", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/industryData/roleGroups", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.industryData_ListRoleGroup", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -411300,26 +308495,35 @@ }, { "PathInfo": { - "Path": "/external/industryData/roleGroups", - "Module": "Search" + "Path": "/users/{user-id}/analytics/activityStatistics", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_CreateRoleGroup", + "OperationId": "user.analytic_CreateActivityStatistics", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/external/industryData/roleGroups/{roleGroup-id}", - "Module": "Search" + "Path": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_GetRoleGroup", + "OperationId": "user.analytic_GetActivityStatistics", "Method": "Get", "Parameters": [ { - "Name": "roleGroup-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "activityStatistics-id", "Location": "Path" }, { @@ -411335,15 +308539,19 @@ }, { "PathInfo": { - "Path": "/external/industryData/roleGroups/{roleGroup-id}", - "Module": "Search" + "Path": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_UpdateRoleGroup", + "OperationId": "user.analytic_UpdateActivityStatistics", "Method": "Patch", "Parameters": [ { - "Name": "roleGroup-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "activityStatistics-id", "Location": "Path" } ] @@ -411351,15 +308559,19 @@ }, { "PathInfo": { - "Path": "/external/industryData/roleGroups/{roleGroup-id}", - "Module": "Search" + "Path": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_DeleteRoleGroup", + "OperationId": "user.analytic_DeleteActivityStatistics", "Method": "Delete", "Parameters": [ { - "Name": "roleGroup-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "activityStatistics-id", "Location": "Path" }, { @@ -411371,13 +308583,17 @@ }, { "PathInfo": { - "Path": "/external/industryData/roleGroups/$count", - "Module": "Search" + "Path": "/users/{user-id}/analytics/activityStatistics/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData.roleGroup_GetCount", + "OperationId": "user.analytic.activityStatistics_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -411391,13 +308607,17 @@ }, { "PathInfo": { - "Path": "/external/industryData/runs", - "Module": "Search" + "Path": "/users/{user-id}/people", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_ListRun", + "OperationId": "user_ListPerson", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -411435,15 +308655,67 @@ }, { "PathInfo": { - "Path": "/external/industryData/runs/{industryDataRun-id}", - "Module": "Search" + "Path": "/users/{user-id}/people/{person-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_GetRun", + "OperationId": "user_GetPerson", "Method": "Get", "Parameters": [ { - "Name": "industryDataRun-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "person-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/people/$count", + "Module": "People" + }, + "MethodInfo": { + "OperationId": "user.person_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/profile", + "Module": "People" + }, + "MethodInfo": { + "OperationId": "user_GetProfile", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { @@ -411451,23 +308723,59 @@ "Location": "Query" }, { - "Name": "$expand", - "Location": "Query" + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/profile", + "Module": "People" + }, + "MethodInfo": { + "OperationId": "user_UpdateProfile", + "Method": "Patch", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/profile", + "Module": "People" + }, + "MethodInfo": { + "OperationId": "user_DeleteProfile", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/external/industryData/runs/{industryDataRun-id}/activities", - "Module": "Search" + "Path": "/users/{user-id}/profile/account", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData.run_ListActivity", + "OperationId": "user.profile_ListAccount", "Method": "Get", "Parameters": [ { - "Name": "industryDataRun-id", + "Name": "user-id", "Location": "Path" }, { @@ -411507,47 +308815,35 @@ }, { "PathInfo": { - "Path": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/account", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData.run_GetActivity", - "Method": "Get", + "OperationId": "user.profile_CreateAccount", + "Method": "Post", "Parameters": [ { - "Name": "industryDataRun-id", - "Location": "Path" - }, - { - "Name": "industryDataRunActivity-id", + "Name": "user-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}/activity", - "Module": "Search" + "Path": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData.run.activity_GetActivity", + "OperationId": "user.profile_GetAccount", "Method": "Get", "Parameters": [ { - "Name": "industryDataRun-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "industryDataRunActivity-id", + "Name": "userAccountInformation-id", "Location": "Path" }, { @@ -411563,53 +308859,61 @@ }, { "PathInfo": { - "Path": "/external/industryData/runs/{industryDataRun-id}/activities/$count", - "Module": "Search" + "Path": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData.run.activity_GetCount", - "Method": "Get", + "OperationId": "user.profile_UpdateAccount", + "Method": "Patch", "Parameters": [ { - "Name": "industryDataRun-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "userAccountInformation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/external/industryData/runs/{industryDataRun-id}/microsoft.graph.industryData.getStatistics()", - "Module": "Search" + "Path": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData.run_getStatistics", - "Method": "Get", + "OperationId": "user.profile_DeleteAccount", + "Method": "Delete", "Parameters": [ { - "Name": "industryDataRun-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "userAccountInformation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/external/industryData/runs/$count", - "Module": "Search" + "Path": "/users/{user-id}/profile/account/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData.run_GetCount", + "OperationId": "user.profile.account_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -411623,24 +308927,17 @@ }, { "PathInfo": { - "Path": "/external/industryData/runs/microsoft.graph.industryData.getStatistics()", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.industryData.run_getStatistics", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/external/industryData/sourceSystems", - "Module": "Search" + "Path": "/users/{user-id}/profile/addresses", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_ListSourceSystem", + "OperationId": "user.profile_ListAddress", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -411678,26 +308975,35 @@ }, { "PathInfo": { - "Path": "/external/industryData/sourceSystems", - "Module": "Search" + "Path": "/users/{user-id}/profile/addresses", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_CreateSourceSystem", + "OperationId": "user.profile_CreateAddress", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_GetSourceSystem", + "OperationId": "user.profile_GetAddress", "Method": "Get", "Parameters": [ { - "Name": "sourceSystemDefinition-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "itemAddress-id", "Location": "Path" }, { @@ -411713,15 +309019,19 @@ }, { "PathInfo": { - "Path": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_UpdateSourceSystem", + "OperationId": "user.profile_UpdateAddress", "Method": "Patch", "Parameters": [ { - "Name": "sourceSystemDefinition-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "itemAddress-id", "Location": "Path" } ] @@ -411729,15 +309039,19 @@ }, { "PathInfo": { - "Path": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_DeleteSourceSystem", + "OperationId": "user.profile_DeleteAddress", "Method": "Delete", "Parameters": [ { - "Name": "sourceSystemDefinition-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "itemAddress-id", "Location": "Path" }, { @@ -411749,13 +309063,17 @@ }, { "PathInfo": { - "Path": "/external/industryData/sourceSystems/$count", - "Module": "Search" + "Path": "/users/{user-id}/profile/addresses/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData.sourceSystem_GetCount", + "OperationId": "user.profile.address_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -411769,13 +309087,17 @@ }, { "PathInfo": { - "Path": "/external/industryData/years", - "Module": "Search" + "Path": "/users/{user-id}/profile/anniversaries", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_ListYear", + "OperationId": "user.profile_ListAnniversary", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -411813,26 +309135,35 @@ }, { "PathInfo": { - "Path": "/external/industryData/years", - "Module": "Search" + "Path": "/users/{user-id}/profile/anniversaries", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_CreateYear", + "OperationId": "user.profile_CreateAnniversary", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_GetYear", + "OperationId": "user.profile_GetAnniversary", "Method": "Get", "Parameters": [ { - "Name": "yearTimePeriodDefinition-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personAnnualEvent-id", "Location": "Path" }, { @@ -411848,15 +309179,19 @@ }, { "PathInfo": { - "Path": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_UpdateYear", + "OperationId": "user.profile_UpdateAnniversary", "Method": "Patch", "Parameters": [ { - "Name": "yearTimePeriodDefinition-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personAnnualEvent-id", "Location": "Path" } ] @@ -411864,15 +309199,19 @@ }, { "PathInfo": { - "Path": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData_DeleteYear", + "OperationId": "user.profile_DeleteAnniversary", "Method": "Delete", "Parameters": [ { - "Name": "yearTimePeriodDefinition-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personAnnualEvent-id", "Location": "Path" }, { @@ -411884,13 +309223,17 @@ }, { "PathInfo": { - "Path": "/external/industryData/years/$count", - "Module": "Search" + "Path": "/users/{user-id}/profile/anniversaries/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "external.industryData.year_GetCount", + "OperationId": "user.profile.anniversary_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -411904,44 +309247,17 @@ }, { "PathInfo": { - "Path": "/search", - "Module": "Search" + "Path": "/users/{user-id}/profile/awards", + "Module": "People" }, "MethodInfo": { - "OperationId": "search.searchEntity_GetSearchEntity", + "OperationId": "user.profile_ListAward", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search.searchEntity_UpdateSearchEntity", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/search/acronyms", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_ListAcronym", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -411979,26 +309295,35 @@ }, { "PathInfo": { - "Path": "/search/acronyms", - "Module": "Search" + "Path": "/users/{user-id}/profile/awards", + "Module": "People" }, "MethodInfo": { - "OperationId": "search_CreateAcronym", + "OperationId": "user.profile_CreateAward", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/search/acronyms/{acronym-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/awards/{personAward-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "search_GetAcronym", + "OperationId": "user.profile_GetAward", "Method": "Get", "Parameters": [ { - "Name": "acronym-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personAward-id", "Location": "Path" }, { @@ -412014,15 +309339,19 @@ }, { "PathInfo": { - "Path": "/search/acronyms/{acronym-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/awards/{personAward-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "search_UpdateAcronym", + "OperationId": "user.profile_UpdateAward", "Method": "Patch", "Parameters": [ { - "Name": "acronym-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personAward-id", "Location": "Path" } ] @@ -412030,15 +309359,19 @@ }, { "PathInfo": { - "Path": "/search/acronyms/{acronym-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/awards/{personAward-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "search_DeleteAcronym", + "OperationId": "user.profile_DeleteAward", "Method": "Delete", "Parameters": [ { - "Name": "acronym-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personAward-id", "Location": "Path" }, { @@ -412050,13 +309383,17 @@ }, { "PathInfo": { - "Path": "/search/acronyms/$count", - "Module": "Search" + "Path": "/users/{user-id}/profile/awards/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "search.acronym_GetCount", + "OperationId": "user.profile.award_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -412070,13 +309407,17 @@ }, { "PathInfo": { - "Path": "/search/bookmarks", - "Module": "Search" + "Path": "/users/{user-id}/profile/certifications", + "Module": "People" }, "MethodInfo": { - "OperationId": "search_ListBookmark", + "OperationId": "user.profile_ListCertification", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -412114,26 +309455,35 @@ }, { "PathInfo": { - "Path": "/search/bookmarks", - "Module": "Search" + "Path": "/users/{user-id}/profile/certifications", + "Module": "People" }, "MethodInfo": { - "OperationId": "search_CreateBookmark", + "OperationId": "user.profile_CreateCertification", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/search/bookmarks/{bookmark-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/certifications/{personCertification-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "search_GetBookmark", + "OperationId": "user.profile_GetCertification", "Method": "Get", "Parameters": [ { - "Name": "bookmark-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personCertification-id", "Location": "Path" }, { @@ -412149,15 +309499,19 @@ }, { "PathInfo": { - "Path": "/search/bookmarks/{bookmark-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/certifications/{personCertification-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "search_UpdateBookmark", + "OperationId": "user.profile_UpdateCertification", "Method": "Patch", "Parameters": [ { - "Name": "bookmark-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personCertification-id", "Location": "Path" } ] @@ -412165,15 +309519,19 @@ }, { "PathInfo": { - "Path": "/search/bookmarks/{bookmark-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/certifications/{personCertification-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "search_DeleteBookmark", + "OperationId": "user.profile_DeleteCertification", "Method": "Delete", "Parameters": [ { - "Name": "bookmark-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personCertification-id", "Location": "Path" }, { @@ -412185,13 +309543,17 @@ }, { "PathInfo": { - "Path": "/search/bookmarks/$count", - "Module": "Search" + "Path": "/users/{user-id}/profile/certifications/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "search.bookmark_GetCount", + "OperationId": "user.profile.certification_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -412205,24 +309567,17 @@ }, { "PathInfo": { - "Path": "/search/microsoft.graph.query", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_query", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/search/qnas", - "Module": "Search" + "Path": "/users/{user-id}/profile/educationalActivities", + "Module": "People" }, "MethodInfo": { - "OperationId": "search_ListQna", + "OperationId": "user.profile_ListEducationalActivity", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -412260,26 +309615,35 @@ }, { "PathInfo": { - "Path": "/search/qnas", - "Module": "Search" + "Path": "/users/{user-id}/profile/educationalActivities", + "Module": "People" }, "MethodInfo": { - "OperationId": "search_CreateQna", + "OperationId": "user.profile_CreateEducationalActivity", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/search/qnas/{qna-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "search_GetQna", + "OperationId": "user.profile_GetEducationalActivity", "Method": "Get", "Parameters": [ { - "Name": "qna-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "educationalActivity-id", "Location": "Path" }, { @@ -412295,15 +309659,19 @@ }, { "PathInfo": { - "Path": "/search/qnas/{qna-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "search_UpdateQna", + "OperationId": "user.profile_UpdateEducationalActivity", "Method": "Patch", "Parameters": [ { - "Name": "qna-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "educationalActivity-id", "Location": "Path" } ] @@ -412311,15 +309679,19 @@ }, { "PathInfo": { - "Path": "/search/qnas/{qna-id}", - "Module": "Search" + "Path": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "search_DeleteQna", + "OperationId": "user.profile_DeleteEducationalActivity", "Method": "Delete", "Parameters": [ { - "Name": "qna-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "educationalActivity-id", "Location": "Path" }, { @@ -412331,13 +309703,17 @@ }, { "PathInfo": { - "Path": "/search/qnas/$count", - "Module": "Search" + "Path": "/users/{user-id}/profile/educationalActivities/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "search.qna_GetCount", + "OperationId": "user.profile.educationalActivity_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -412351,44 +309727,17 @@ }, { "PathInfo": { - "Path": "/security", - "Module": "Security" + "Path": "/users/{user-id}/profile/emails", + "Module": "People" }, "MethodInfo": { - "OperationId": "security_GetSecurity", + "OperationId": "user.profile_ListEmail", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateSecurity", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/alerts", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_ListAlert", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -412426,81 +309775,35 @@ }, { "PathInfo": { - "Path": "/security/alerts", - "Module": "Security" + "Path": "/users/{user-id}/profile/emails", + "Module": "People" }, "MethodInfo": { - "OperationId": "security_CreateAlert", + "OperationId": "user.profile_CreateEmail", "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/alerts_v2", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_ListAlerts_v2", - "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "user-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/alerts_v2", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_CreateAlerts_v2", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/alerts_v2/{alert-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/emails/{itemEmail-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security_GetAlerts_v2", + "OperationId": "user.profile_GetEmail", "Method": "Get", "Parameters": [ { - "Name": "alert-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "itemEmail-id", "Location": "Path" }, { @@ -412516,15 +309819,19 @@ }, { "PathInfo": { - "Path": "/security/alerts_v2/{alert-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/emails/{itemEmail-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security_UpdateAlerts_v2", + "OperationId": "user.profile_UpdateEmail", "Method": "Patch", "Parameters": [ { - "Name": "alert-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "itemEmail-id", "Location": "Path" } ] @@ -412532,35 +309839,19 @@ }, { "PathInfo": { - "Path": "/security/alerts_v2/{alert-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/emails/{itemEmail-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security_DeleteAlerts_v2", + "OperationId": "user.profile_DeleteEmail", "Method": "Delete", "Parameters": [ { - "Name": "alert-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/alerts_v2/{alert-id}/comments", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.alerts_v2_SetComment", - "Method": "Post", - "Parameters": [ - { - "Name": "alert-id", + "Name": "itemEmail-id", "Location": "Path" }, { @@ -412572,15 +309863,15 @@ }, { "PathInfo": { - "Path": "/security/alerts_v2/{alert-id}/comments/$count", - "Module": "Security" + "Path": "/users/{user-id}/profile/emails/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.alerts_v2.Comment_GetCount", + "OperationId": "user.profile.email_GetCount", "Method": "Get", "Parameters": [ { - "Name": "alert-id", + "Name": "user-id", "Location": "Path" }, { @@ -412596,13 +309887,25 @@ }, { "PathInfo": { - "Path": "/security/alerts_v2/$count", - "Module": "Security" + "Path": "/users/{user-id}/profile/interests", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.alerts_v2_GetCount", + "OperationId": "user.profile_ListInterest", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -412610,22 +309913,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/alerts/{alert-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_GetAlert", - "Method": "Get", - "Parameters": [ + }, { - "Name": "alert-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -412640,15 +309935,15 @@ }, { "PathInfo": { - "Path": "/security/alerts/{alert-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/interests", + "Module": "People" }, "MethodInfo": { - "OperationId": "security_UpdateAlert", - "Method": "Patch", + "OperationId": "user.profile_CreateInterest", + "Method": "Post", "Parameters": [ { - "Name": "alert-id", + "Name": "user-id", "Location": "Path" } ] @@ -412656,19 +309951,27 @@ }, { "PathInfo": { - "Path": "/security/alerts/$count", - "Module": "Security" + "Path": "/users/{user-id}/profile/interests/{personInterest-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.alert_GetCount", + "OperationId": "user.profile_GetInterest", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personInterest-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -412676,71 +309979,85 @@ }, { "PathInfo": { - "Path": "/security/alerts/microsoft.graph.updateAlerts", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.alert_updateAlert", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation", - "Module": "Security" + "Path": "/users/{user-id}/profile/interests/{personInterest-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security_GetAttackSimulation", - "Method": "Get", + "OperationId": "user.profile_UpdateInterest", + "Method": "Patch", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "personInterest-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/attackSimulation", - "Module": "Security" + "Path": "/users/{user-id}/profile/interests/{personInterest-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security_UpdateAttackSimulation", - "Method": "Patch", - "Parameters": [] + "OperationId": "user.profile_DeleteInterest", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personInterest-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/security/attackSimulation", - "Module": "Security" + "Path": "/users/{user-id}/profile/interests/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "security_DeleteAttackSimulation", - "Method": "Delete", + "OperationId": "user.profile.interest_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications", - "Module": "Security" + "Path": "/users/{user-id}/profile/languages", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_ListEndUserNotification", + "OperationId": "user.profile_ListLanguage", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -412778,26 +310095,35 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications", - "Module": "Security" + "Path": "/users/{user-id}/profile/languages", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_CreateEndUserNotification", + "OperationId": "user.profile_CreateLanguage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_GetEndUserNotification", + "OperationId": "user.profile_GetLanguage", "Method": "Get", "Parameters": [ { - "Name": "endUserNotification-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "languageProficiency-id", "Location": "Path" }, { @@ -412813,15 +310139,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_UpdateEndUserNotification", + "OperationId": "user.profile_UpdateLanguage", "Method": "Patch", "Parameters": [ { - "Name": "endUserNotification-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "languageProficiency-id", "Location": "Path" } ] @@ -412829,15 +310159,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_DeleteEndUserNotification", + "OperationId": "user.profile_DeleteLanguage", "Method": "Delete", "Parameters": [ { - "Name": "endUserNotification-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "languageProficiency-id", "Location": "Path" }, { @@ -412849,15 +310183,39 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "Module": "Security" + "Path": "/users/{user-id}/profile/languages/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.endUserNotification_ListDetail", + "OperationId": "user.profile.language_GetCount", "Method": "Get", "Parameters": [ { - "Name": "endUserNotification-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/profile/names", + "Module": "People" + }, + "MethodInfo": { + "OperationId": "user.profile_ListName", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { @@ -412897,15 +310255,15 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "Module": "Security" + "Path": "/users/{user-id}/profile/names", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.endUserNotification_CreateDetail", + "OperationId": "user.profile_CreateName", "Method": "Post", "Parameters": [ { - "Name": "endUserNotification-id", + "Name": "user-id", "Location": "Path" } ] @@ -412913,19 +310271,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/names/{personName-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.endUserNotification_GetDetail", + "OperationId": "user.profile_GetName", "Method": "Get", "Parameters": [ { - "Name": "endUserNotification-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "endUserNotificationDetail-id", + "Name": "personName-id", "Location": "Path" }, { @@ -412941,19 +310299,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/names/{personName-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.endUserNotification_UpdateDetail", + "OperationId": "user.profile_UpdateName", "Method": "Patch", "Parameters": [ { - "Name": "endUserNotification-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "endUserNotificationDetail-id", + "Name": "personName-id", "Location": "Path" } ] @@ -412961,19 +310319,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/names/{personName-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.endUserNotification_DeleteDetail", + "OperationId": "user.profile_DeleteName", "Method": "Delete", "Parameters": [ { - "Name": "endUserNotification-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "endUserNotificationDetail-id", + "Name": "personName-id", "Location": "Path" }, { @@ -412985,15 +310343,15 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", - "Module": "Security" + "Path": "/users/{user-id}/profile/names/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.endUserNotification.detail_GetCount", + "OperationId": "user.profile.name_GetCount", "Method": "Get", "Parameters": [ { - "Name": "endUserNotification-id", + "Name": "user-id", "Location": "Path" }, { @@ -413009,33 +310367,17 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/$count", - "Module": "Security" + "Path": "/users/{user-id}/profile/notes", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.endUserNotification_GetCount", + "OperationId": "user.profile_ListNote", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/landingPages", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_ListLandingPage", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -413073,26 +310415,35 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/landingPages", - "Module": "Security" + "Path": "/users/{user-id}/profile/notes", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_CreateLandingPage", + "OperationId": "user.profile_CreateNote", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_GetLandingPage", + "OperationId": "user.profile_GetNote", "Method": "Get", "Parameters": [ { - "Name": "landingPage-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personAnnotation-id", "Location": "Path" }, { @@ -413108,15 +310459,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_UpdateLandingPage", + "OperationId": "user.profile_UpdateNote", "Method": "Patch", "Parameters": [ { - "Name": "landingPage-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personAnnotation-id", "Location": "Path" } ] @@ -413124,15 +310479,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_DeleteLandingPage", + "OperationId": "user.profile_DeleteNote", "Method": "Delete", "Parameters": [ { - "Name": "landingPage-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personAnnotation-id", "Location": "Path" }, { @@ -413144,15 +310503,39 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "Module": "Security" + "Path": "/users/{user-id}/profile/notes/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.landingPage_ListDetail", + "OperationId": "user.profile.note_GetCount", "Method": "Get", "Parameters": [ { - "Name": "landingPage-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/profile/patents", + "Module": "People" + }, + "MethodInfo": { + "OperationId": "user.profile_ListPatent", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { @@ -413192,15 +310575,15 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "Module": "Security" + "Path": "/users/{user-id}/profile/patents", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.landingPage_CreateDetail", + "OperationId": "user.profile_CreatePatent", "Method": "Post", "Parameters": [ { - "Name": "landingPage-id", + "Name": "user-id", "Location": "Path" } ] @@ -413208,19 +310591,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/patents/{itemPatent-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.landingPage_GetDetail", + "OperationId": "user.profile_GetPatent", "Method": "Get", "Parameters": [ { - "Name": "landingPage-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "landingPageDetail-id", + "Name": "itemPatent-id", "Location": "Path" }, { @@ -413236,19 +310619,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/patents/{itemPatent-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.landingPage_UpdateDetail", + "OperationId": "user.profile_UpdatePatent", "Method": "Patch", "Parameters": [ { - "Name": "landingPage-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "landingPageDetail-id", + "Name": "itemPatent-id", "Location": "Path" } ] @@ -413256,19 +310639,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/patents/{itemPatent-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.landingPage_DeleteDetail", + "OperationId": "user.profile_DeletePatent", "Method": "Delete", "Parameters": [ { - "Name": "landingPage-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "landingPageDetail-id", + "Name": "itemPatent-id", "Location": "Path" }, { @@ -413280,15 +310663,15 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", - "Module": "Security" + "Path": "/users/{user-id}/profile/patents/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.landingPage.detail_GetCount", + "OperationId": "user.profile.patent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "landingPage-id", + "Name": "user-id", "Location": "Path" }, { @@ -413304,33 +310687,17 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/landingPages/$count", - "Module": "Security" + "Path": "/users/{user-id}/profile/phones", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.landingPage_GetCount", + "OperationId": "user.profile_ListPhone", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/loginPages", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_ListLoginPage", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -413368,26 +310735,35 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/loginPages", - "Module": "Security" + "Path": "/users/{user-id}/profile/phones", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_CreateLoginPage", + "OperationId": "user.profile_CreatePhone", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/phones/{itemPhone-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_GetLoginPage", + "OperationId": "user.profile_GetPhone", "Method": "Get", "Parameters": [ { - "Name": "loginPage-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "itemPhone-id", "Location": "Path" }, { @@ -413403,15 +310779,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/phones/{itemPhone-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_UpdateLoginPage", + "OperationId": "user.profile_UpdatePhone", "Method": "Patch", "Parameters": [ { - "Name": "loginPage-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "itemPhone-id", "Location": "Path" } ] @@ -413419,15 +310799,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/phones/{itemPhone-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_DeleteLoginPage", + "OperationId": "user.profile_DeletePhone", "Method": "Delete", "Parameters": [ { - "Name": "loginPage-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "itemPhone-id", "Location": "Path" }, { @@ -413439,13 +310823,17 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/loginPages/$count", - "Module": "Security" + "Path": "/users/{user-id}/profile/phones/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.loginPage_GetCount", + "OperationId": "user.profile.phone_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -413459,13 +310847,17 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/operations", - "Module": "Security" + "Path": "/users/{user-id}/profile/positions", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_ListOperation", + "OperationId": "user.profile_ListPosition", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -413503,26 +310895,35 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/operations", - "Module": "Security" + "Path": "/users/{user-id}/profile/positions", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_CreateOperation", + "OperationId": "user.profile_CreatePosition", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/positions/{workPosition-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_GetOperation", + "OperationId": "user.profile_GetPosition", "Method": "Get", "Parameters": [ { - "Name": "attackSimulationOperation-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "workPosition-id", "Location": "Path" }, { @@ -413538,15 +310939,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/positions/{workPosition-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_UpdateOperation", + "OperationId": "user.profile_UpdatePosition", "Method": "Patch", "Parameters": [ { - "Name": "attackSimulationOperation-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "workPosition-id", "Location": "Path" } ] @@ -413554,15 +310959,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/positions/{workPosition-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_DeleteOperation", + "OperationId": "user.profile_DeletePosition", "Method": "Delete", "Parameters": [ { - "Name": "attackSimulationOperation-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "workPosition-id", "Location": "Path" }, { @@ -413574,13 +310983,17 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/operations/$count", - "Module": "Security" + "Path": "/users/{user-id}/profile/positions/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.operation_GetCount", + "OperationId": "user.profile.position_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -413594,13 +311007,17 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/payloads", - "Module": "Security" + "Path": "/users/{user-id}/profile/projects", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_ListPayload", + "OperationId": "user.profile_ListProject", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -413638,26 +311055,35 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/payloads", - "Module": "Security" + "Path": "/users/{user-id}/profile/projects", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_CreatePayload", + "OperationId": "user.profile_CreateProject", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_GetPayload", + "OperationId": "user.profile_GetProject", "Method": "Get", "Parameters": [ { - "Name": "payload-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "projectParticipation-id", "Location": "Path" }, { @@ -413673,15 +311099,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_UpdatePayload", + "OperationId": "user.profile_UpdateProject", "Method": "Patch", "Parameters": [ { - "Name": "payload-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "projectParticipation-id", "Location": "Path" } ] @@ -413689,15 +311119,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_DeletePayload", + "OperationId": "user.profile_DeleteProject", "Method": "Delete", "Parameters": [ { - "Name": "payload-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "projectParticipation-id", "Location": "Path" }, { @@ -413709,13 +311143,17 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/payloads/$count", - "Module": "Security" + "Path": "/users/{user-id}/profile/projects/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.payload_GetCount", + "OperationId": "user.profile.project_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -413729,13 +311167,17 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations", - "Module": "Security" + "Path": "/users/{user-id}/profile/publications", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_ListSimulationAutomation", + "OperationId": "user.profile_ListPublication", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -413773,26 +311215,35 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations", - "Module": "Security" + "Path": "/users/{user-id}/profile/publications", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_CreateSimulationAutomation", + "OperationId": "user.profile_CreatePublication", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/publications/{itemPublication-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_GetSimulationAutomation", + "OperationId": "user.profile_GetPublication", "Method": "Get", "Parameters": [ { - "Name": "simulationAutomation-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "itemPublication-id", "Location": "Path" }, { @@ -413808,15 +311259,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/publications/{itemPublication-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_UpdateSimulationAutomation", + "OperationId": "user.profile_UpdatePublication", "Method": "Patch", "Parameters": [ { - "Name": "simulationAutomation-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "itemPublication-id", "Location": "Path" } ] @@ -413824,15 +311279,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/publications/{itemPublication-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_DeleteSimulationAutomation", + "OperationId": "user.profile_DeletePublication", "Method": "Delete", "Parameters": [ { - "Name": "simulationAutomation-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "itemPublication-id", "Location": "Path" }, { @@ -413844,15 +311303,39 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "Module": "Security" + "Path": "/users/{user-id}/profile/publications/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.simulationAutomation_ListRun", + "OperationId": "user.profile.publication_GetCount", "Method": "Get", "Parameters": [ { - "Name": "simulationAutomation-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/profile/skills", + "Module": "People" + }, + "MethodInfo": { + "OperationId": "user.profile_ListSkill", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { @@ -413892,15 +311375,15 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "Module": "Security" + "Path": "/users/{user-id}/profile/skills", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.simulationAutomation_CreateRun", + "OperationId": "user.profile_CreateSkill", "Method": "Post", "Parameters": [ { - "Name": "simulationAutomation-id", + "Name": "user-id", "Location": "Path" } ] @@ -413908,19 +311391,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.simulationAutomation_GetRun", + "OperationId": "user.profile_GetSkill", "Method": "Get", "Parameters": [ { - "Name": "simulationAutomation-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "simulationAutomationRun-id", + "Name": "skillProficiency-id", "Location": "Path" }, { @@ -413936,19 +311419,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.simulationAutomation_UpdateRun", + "OperationId": "user.profile_UpdateSkill", "Method": "Patch", "Parameters": [ { - "Name": "simulationAutomation-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "simulationAutomationRun-id", + "Name": "skillProficiency-id", "Location": "Path" } ] @@ -413956,19 +311439,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.simulationAutomation_DeleteRun", + "OperationId": "user.profile_DeleteSkill", "Method": "Delete", "Parameters": [ { - "Name": "simulationAutomation-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "simulationAutomationRun-id", + "Name": "skillProficiency-id", "Location": "Path" }, { @@ -413980,15 +311463,15 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", - "Module": "Security" + "Path": "/users/{user-id}/profile/skills/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.simulationAutomation.run_GetCount", + "OperationId": "user.profile.skill_GetCount", "Method": "Get", "Parameters": [ { - "Name": "simulationAutomation-id", + "Name": "user-id", "Location": "Path" }, { @@ -414004,33 +311487,17 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/$count", - "Module": "Security" + "Path": "/users/{user-id}/profile/webAccounts", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.simulationAutomation_GetCount", + "OperationId": "user.profile_ListWebAccount", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulations", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_ListSimulation", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -414068,50 +311535,15 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/simulations", - "Module": "Security" + "Path": "/users/{user-id}/profile/webAccounts", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_CreateSimulation", + "OperationId": "user.profile_CreateWebAccount", "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulations/{simulation-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_GetSimulation", - "Method": "Get", - "Parameters": [ - { - "Name": "simulation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulations/{simulation-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_UpdateSimulation", - "Method": "Patch", "Parameters": [ { - "Name": "simulation-id", + "Name": "user-id", "Location": "Path" } ] @@ -414119,35 +311551,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/simulations/{simulation-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_DeleteSimulation", - "Method": "Delete", + "OperationId": "user.profile_GetWebAccount", + "Method": "Get", "Parameters": [ { - "Name": "simulation-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulations/{simulation-id}/landingPage", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.simulation_GetLandingPage", - "Method": "Get", - "Parameters": [ - { - "Name": "simulation-id", + "Name": "webAccount-id", "Location": "Path" }, { @@ -414163,61 +311579,61 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/simulations/{simulation-id}/loginPage", - "Module": "Security" + "Path": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.simulation_GetLoginPage", - "Method": "Get", + "OperationId": "user.profile_UpdateWebAccount", + "Method": "Patch", "Parameters": [ { - "Name": "simulation-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "webAccount-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/attackSimulation/simulations/{simulation-id}/payload", - "Module": "Security" + "Path": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.simulation_GetPayload", - "Method": "Get", + "OperationId": "user.profile_DeleteWebAccount", + "Method": "Delete", "Parameters": [ { - "Name": "simulation-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "webAccount-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/attackSimulation/simulations/$count", - "Module": "Security" + "Path": "/users/{user-id}/profile/webAccounts/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.simulation_GetCount", + "OperationId": "user.profile.webAccount_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -414231,13 +311647,17 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/trainingCampaigns", - "Module": "Security" + "Path": "/users/{user-id}/profile/websites", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_ListTrainingCampaign", + "OperationId": "user.profile_ListWebsite", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -414275,26 +311695,35 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/trainingCampaigns", - "Module": "Security" + "Path": "/users/{user-id}/profile/websites", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_CreateTrainingCampaign", + "OperationId": "user.profile_CreateWebsite", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/websites/{personWebsite-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_GetTrainingCampaign", + "OperationId": "user.profile_GetWebsite", "Method": "Get", "Parameters": [ { - "Name": "trainingCampaign-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personWebsite-id", "Location": "Path" }, { @@ -414310,15 +311739,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/websites/{personWebsite-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_UpdateTrainingCampaign", + "OperationId": "user.profile_UpdateWebsite", "Method": "Patch", "Parameters": [ { - "Name": "trainingCampaign-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personWebsite-id", "Location": "Path" } ] @@ -414326,15 +311759,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", - "Module": "Security" + "Path": "/users/{user-id}/profile/websites/{personWebsite-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation_DeleteTrainingCampaign", + "OperationId": "user.profile_DeleteWebsite", "Method": "Delete", "Parameters": [ { - "Name": "trainingCampaign-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "personWebsite-id", "Location": "Path" }, { @@ -414346,13 +311783,17 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/trainingCampaigns/$count", - "Module": "Security" + "Path": "/users/{user-id}/profile/websites/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "security.attackSimulation.trainingCampaign_GetCount", + "OperationId": "user.profile.website_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -414366,13 +311807,17 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/trainings", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.attackSimulation_ListTraining", + "OperationId": "user_ListContactFolder", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -414410,26 +311855,35 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/trainings", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.attackSimulation_CreateTraining", + "OperationId": "user_CreateContactFolder", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.attackSimulation_GetTraining", + "OperationId": "user_GetContactFolder", "Method": "Get", "Parameters": [ { - "Name": "training-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", "Location": "Path" }, { @@ -414445,15 +311899,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.attackSimulation_UpdateTraining", + "OperationId": "user_UpdateContactFolder", "Method": "Patch", "Parameters": [ { - "Name": "training-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", "Location": "Path" } ] @@ -414461,15 +311919,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.attackSimulation_DeleteTraining", + "OperationId": "user_DeleteContactFolder", "Method": "Delete", "Parameters": [ { - "Name": "training-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", "Location": "Path" }, { @@ -414481,15 +311943,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.attackSimulation.training_ListLanguageDetail", + "OperationId": "user.contactFolder_ListChildFolder", "Method": "Get", "Parameters": [ { - "Name": "training-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", "Location": "Path" }, { @@ -414529,15 +311995,19 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.attackSimulation.training_CreateLanguageDetail", + "OperationId": "user.contactFolder_CreateChildFolder", "Method": "Post", "Parameters": [ { - "Name": "training-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", "Location": "Path" } ] @@ -414545,19 +312015,23 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.attackSimulation.training_GetLanguageDetail", + "OperationId": "user.contactFolder_GetChildFolder", "Method": "Get", "Parameters": [ { - "Name": "training-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "trainingLanguageDetail-id", + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id1", "Location": "Path" }, { @@ -414573,19 +312047,23 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.attackSimulation.training_UpdateLanguageDetail", + "OperationId": "user.contactFolder_UpdateChildFolder", "Method": "Patch", "Parameters": [ { - "Name": "training-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "trainingLanguageDetail-id", + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id1", "Location": "Path" } ] @@ -414593,19 +312071,23 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.attackSimulation.training_DeleteLanguageDetail", + "OperationId": "user.contactFolder_DeleteChildFolder", "Method": "Delete", "Parameters": [ { - "Name": "training-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "trainingLanguageDetail-id", + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id1", "Location": "Path" }, { @@ -414617,17 +312099,33 @@ }, { "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.attackSimulation.training.languageDetail_GetCount", + "OperationId": "user.contactFolder.childFolder_ListContact", "Method": "Get", "Parameters": [ { - "Name": "training-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id1", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -414635,39 +312133,75 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/attackSimulation/trainings/$count", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.attackSimulation.training_GetCount", - "Method": "Get", + "OperationId": "user.contactFolder.childFolder_CreateContact", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/auditLog", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security_GetAuditLog", + "OperationId": "user.contactFolder.childFolder_GetContact", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id1", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -414681,24 +312215,57 @@ }, { "PathInfo": { - "Path": "/security/auditLog", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security_UpdateAuditLog", + "OperationId": "user.contactFolder.childFolder_UpdateContact", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id1", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/auditLog", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security_DeleteAuditLog", + "OperationId": "user.contactFolder.childFolder_DeleteContact", "Method": "Delete", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id1", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -414708,13 +312275,29 @@ }, { "PathInfo": { - "Path": "/security/auditLog/queries", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.auditLog_ListQuery", + "OperationId": "user.contactFolder.childFolder.contact_ListExtension", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id1", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -414752,26 +312335,59 @@ }, { "PathInfo": { - "Path": "/security/auditLog/queries", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.auditLog_CreateQuery", + "OperationId": "user.contactFolder.childFolder.contact_CreateExtension", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id1", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/auditLog/queries/{auditLogQuery-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.auditLog_GetQuery", + "OperationId": "user.contactFolder.childFolder.contact_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "auditLogQuery-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id1", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -414787,15 +312403,31 @@ }, { "PathInfo": { - "Path": "/security/auditLog/queries/{auditLogQuery-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.auditLog_UpdateQuery", + "OperationId": "user.contactFolder.childFolder.contact_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "auditLogQuery-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id1", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" } ] @@ -414803,15 +312435,31 @@ }, { "PathInfo": { - "Path": "/security/auditLog/queries/{auditLogQuery-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.auditLog_DeleteQuery", + "OperationId": "user.contactFolder.childFolder.contact_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "auditLogQuery-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id1", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -414823,24 +312471,28 @@ }, { "PathInfo": { - "Path": "/security/auditLog/queries/{auditLogQuery-id}/records", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.auditLog.query_ListRecord", + "OperationId": "user.contactFolder.childFolder.contact.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "auditLogQuery-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "contactFolder-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "contactFolder-id1", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" }, { "Name": "$search", @@ -414849,14 +312501,34 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "Module": "PersonalContacts" + }, + "MethodInfo": { + "OperationId": "user.contactFolder.childFolder.contact_GetPhoto", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "contactFolder-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "contactFolder-id1", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" }, { "Name": "$select", @@ -414871,15 +312543,27 @@ }, { "PathInfo": { - "Path": "/security/auditLog/queries/{auditLogQuery-id}/records", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.auditLog.query_CreateRecord", - "Method": "Post", + "OperationId": "user.contactFolder.childFolder.contact_UpdatePhoto", + "Method": "Patch", "Parameters": [ { - "Name": "auditLogQuery-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id1", + "Location": "Path" + }, + { + "Name": "contact-id", "Location": "Path" } ] @@ -414887,47 +312571,55 @@ }, { "PathInfo": { - "Path": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.auditLog.query_GetRecord", + "OperationId": "user.contactFolder.childFolder.contact_GetPhotoContent", "Method": "Get", "Parameters": [ { - "Name": "auditLogQuery-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "auditLogRecord-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "contactFolder-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "contact-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.auditLog.query_UpdateRecord", - "Method": "Patch", + "OperationId": "user.contactFolder.childFolder.contact_SetPhotoContent", + "Method": "Put", "Parameters": [ { - "Name": "auditLogQuery-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "auditLogRecord-id", + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id1", + "Location": "Path" + }, + { + "Name": "contact-id", "Location": "Path" } ] @@ -414935,39 +312627,51 @@ }, { "PathInfo": { - "Path": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.auditLog.query_DeleteRecord", - "Method": "Delete", + "OperationId": "user.contactFolder.childFolder.contact_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "auditLogQuery-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "auditLogRecord-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "contactFolder-id1", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/auditLog/queries/{auditLogQuery-id}/records/$count", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.auditLog.query.record_GetCount", + "OperationId": "user.contactFolder.childFolder_GetCount", "Method": "Get", "Parameters": [ { - "Name": "auditLogQuery-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", "Location": "Path" }, { @@ -414983,13 +312687,29 @@ }, { "PathInfo": { - "Path": "/security/auditLog/queries/$count", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.auditLog.query_GetCount", + "OperationId": "user.contactFolder_ListContact", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -414997,19 +312717,67 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security_GetCase", + "OperationId": "user.contactFolder_CreateContact", + "Method": "Post", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Module": "PersonalContacts" + }, + "MethodInfo": { + "OperationId": "user.contactFolder_GetContact", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -415023,24 +312791,49 @@ }, { "PathInfo": { - "Path": "/security/cases", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security_UpdateCase", + "OperationId": "user.contactFolder_UpdateContact", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/cases", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security_DeleteCase", + "OperationId": "user.contactFolder_DeleteContact", "Method": "Delete", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -415050,13 +312843,25 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case_ListEdiscoveryCase", + "OperationId": "user.contactFolder.contact_ListExtension", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -415094,26 +312899,51 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case_CreateEdiscoveryCase", + "OperationId": "user.contactFolder.contact_CreateExtension", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case_GetEdiscoveryCase", + "OperationId": "user.contactFolder.contact_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -415129,15 +312959,27 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case_UpdateEdiscoveryCase", + "OperationId": "user.contactFolder.contact_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" } ] @@ -415145,15 +312987,27 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case_DeleteEdiscoveryCase", + "OperationId": "user.contactFolder.contact_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contact-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -415165,24 +313019,24 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_ListCustodian", + "OperationId": "user.contactFolder.contact.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "contactFolder-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "contact-id", + "Location": "Path" }, { "Name": "$search", @@ -415191,14 +313045,30 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts" + }, + "MethodInfo": { + "OperationId": "user.contactFolder.contact_GetPhoto", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "contactFolder-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "contact-id", + "Location": "Path" }, { "Name": "$select", @@ -415213,15 +313083,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_CreateCustodian", - "Method": "Post", + "OperationId": "user.contactFolder.contact_UpdatePhoto", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contact-id", "Location": "Path" } ] @@ -415229,47 +313107,47 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetCustodian", + "OperationId": "user.contactFolder.contact_GetPhotoContent", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "contact-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_UpdateCustodian", - "Method": "Patch", + "OperationId": "user.contactFolder.contact_SetPhotoContent", + "Method": "Put", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "contactFolder-id", + "Location": "Path" + }, + { + "Name": "contact-id", "Location": "Path" } ] @@ -415277,51 +313155,51 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_DeleteCustodian", - "Method": "Delete", + "OperationId": "user.contactFolder.contact_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", - "Module": "Security" + "Path": "/users/{user-id}/contactFolders/$count", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_GetLastIndexOperation", + "OperationId": "user.contactFolder_GetCount", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -415329,39 +313207,63 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.activate", - "Module": "Security" + "Path": "/users/{user-id}/contacts", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_activate", - "Method": "Post", + "OperationId": "user_ListContact", + "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.applyHold", - "Module": "Security" + "Path": "/users/{user-id}/contacts", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_applyHold", + "OperationId": "user_CreateContact", "Method": "Post", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", + "Name": "user-id", "Location": "Path" } ] @@ -415369,39 +313271,47 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.release", - "Module": "Security" + "Path": "/users/{user-id}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_release", - "Method": "Post", + "OperationId": "user_GetContact", + "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "contact-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.removeHold", - "Module": "Security" + "Path": "/users/{user-id}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_removeHold", - "Method": "Post", + "OperationId": "user_UpdateContact", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "contact-id", "Location": "Path" } ] @@ -415409,39 +313319,43 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.updateIndex", - "Module": "Security" + "Path": "/users/{user-id}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_updateIndex", - "Method": "Post", + "OperationId": "user_DeleteContact", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "contact-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "Module": "Security" + "Path": "/users/{user-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_ListSiteSource", + "OperationId": "user.contact_ListExtension", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "contact-id", "Location": "Path" }, { @@ -415481,19 +313395,19 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "Module": "Security" + "Path": "/users/{user-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_CreateSiteSource", + "OperationId": "user.contact_CreateExtension", "Method": "Post", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "contact-id", "Location": "Path" } ] @@ -415501,23 +313415,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Security" + "Path": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_GetSiteSource", + "OperationId": "user.contact_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "contact-id", "Location": "Path" }, { - "Name": "siteSource-id", + "Name": "extension-id", "Location": "Path" }, { @@ -415533,23 +313447,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Security" + "Path": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_UpdateSiteSource", + "OperationId": "user.contact_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "contact-id", "Location": "Path" }, { - "Name": "siteSource-id", + "Name": "extension-id", "Location": "Path" } ] @@ -415557,23 +313471,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Security" + "Path": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_DeleteSiteSource", + "OperationId": "user.contact_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "contact-id", "Location": "Path" }, { - "Name": "siteSource-id", + "Name": "extension-id", "Location": "Path" }, { @@ -415585,31 +313499,27 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", - "Module": "Security" + "Path": "/users/{user-id}/contacts/{contact-id}/extensions/$count", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian.siteSource_GetSite", + "OperationId": "user.contact.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "siteSource-id", + "Name": "contact-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -415617,27 +313527,27 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", - "Module": "Security" + "Path": "/users/{user-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian.siteSource_GetCount", + "OperationId": "user.contact_GetPhoto", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "contact-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -415645,71 +313555,39 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "Module": "Security" + "Path": "/users/{user-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_ListUnifiedGroupSource", - "Method": "Get", + "OperationId": "user.contact_UpdatePhoto", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "contact-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "Module": "Security" + "Path": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_CreateUnifiedGroupSource", - "Method": "Post", + "OperationId": "user.contact_GetPhotoContent", + "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "contact-id", "Location": "Path" } ] @@ -415717,31 +313595,43 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Security" + "Path": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_GetUnifiedGroupSource", - "Method": "Get", + "OperationId": "user.contact_SetPhotoContent", + "Method": "Put", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "contact-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/contacts/$count", + "Module": "PersonalContacts" + }, + "MethodInfo": { + "OperationId": "user.contact_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "unifiedGroupSource-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -415749,47 +313639,39 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_UpdateUnifiedGroupSource", - "Method": "Patch", + "OperationId": "group_GetPlanner", + "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "unifiedGroupSource-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_DeleteUnifiedGroupSource", - "Method": "Delete", + "OperationId": "group_UpdatePlanner", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "unifiedGroupSource-id", + "Name": "group-id", "Location": "Path" }, { @@ -415801,55 +313683,35 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "Module": "Security" + "Path": "/groups/{group-id}/planner", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource_GetGroup", - "Method": "Get", + "OperationId": "group_DeletePlanner", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "unifiedGroupSource-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource.group_ListServiceProvisioningError", + "OperationId": "group.planner_ListPlan", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "unifiedGroupSource-id", + "Name": "group-id", "Location": "Path" }, { @@ -415889,31 +313751,43 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource.group.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "group.planner_CreatePlan", + "Method": "Post", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "group.planner_GetPlan", + "Method": "Get", + "Parameters": [ { - "Name": "ediscoveryCustodian-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "unifiedGroupSource-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -415921,47 +313795,63 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource_GetCount", - "Method": "Get", + "OperationId": "group.planner_UpdatePlan", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "plannerPlan-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "group.planner_DeletePlan", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_ListUserSource", + "OperationId": "group.planner.plan_ListBucket", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -416001,19 +313891,19 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_CreateUserSource", + "OperationId": "group.planner.plan_CreateBucket", "Method": "Post", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "plannerPlan-id", "Location": "Path" } ] @@ -416021,23 +313911,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_GetUserSource", + "OperationId": "group.planner.plan_GetBucket", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "userSource-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -416053,23 +313943,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_UpdateUserSource", + "OperationId": "group.planner.plan_UpdateBucket", "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "userSource-id", + "Name": "plannerBucket-id", "Location": "Path" } ] @@ -416077,23 +313967,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_DeleteUserSource", + "OperationId": "group.planner.plan_DeleteBucket", "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryCustodian-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "userSource-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -416105,115 +313995,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian.userSource_GetCount", + "OperationId": "group.planner.plan.bucket_ListTask", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.applyHold", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_applyHold", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.removeHold", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_removeHold", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.updateIndex", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_updateIndex", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_ListLegalHold", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -416253,15 +314051,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_CreateLegalHold", + "OperationId": "group.planner.plan.bucket_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", "Location": "Path" } ] @@ -416269,19 +314075,27 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetLegalHold", + "OperationId": "group.planner.plan.bucket_GetTask", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -416297,19 +314111,27 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_UpdateLegalHold", + "OperationId": "group.planner.plan.bucket_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" } ] @@ -416317,19 +314139,27 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_DeleteLegalHold", + "OperationId": "group.planner.plan.bucket_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -416341,95 +314171,127 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.legalHold_ListSiteSource", + "OperationId": "group.planner.plan.bucket.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "group.planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.legalHold_CreateSiteSource", - "Method": "Post", + "OperationId": "group.planner.plan.bucket.task_DeleteAssignedToTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.legalHold_GetSiteSource", + "OperationId": "group.planner.plan.bucket.task_GetBucketTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "siteSource-id", + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -416445,47 +314307,59 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.legalHold_UpdateSiteSource", + "OperationId": "group.planner.plan.bucket.task_UpdateBucketTaskBoardFormat", "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "siteSource-id", + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.legalHold_DeleteSiteSource", + "OperationId": "group.planner.plan.bucket.task_DeleteBucketTaskBoardFormat", "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "siteSource-id", + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -416497,23 +314371,27 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.legalHold.siteSource_GetSite", + "OperationId": "group.planner.plan.bucket.task_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "siteSource-id", + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -416529,72 +314407,92 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.legalHold.siteSource_GetCount", - "Method": "Get", + "OperationId": "group.planner.plan.bucket.task_UpdateDetail", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.legalHold_ListUserSource", - "Method": "Get", + "OperationId": "group.planner.plan.bucket.task_DeleteDetail", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "group.planner.plan.bucket.task_GetProgressTaskBoardFormat", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { "Name": "$select", @@ -416609,123 +314507,115 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.legalHold_CreateUserSource", - "Method": "Post", + "OperationId": "group.planner.plan.bucket.task_UpdateProgressTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.legalHold_GetUserSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "userSource-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.legalHold_UpdateUserSource", - "Method": "Patch", + "OperationId": "group.planner.plan.bucket.task_DeleteProgressTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "userSource-id", + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.legalHold_DeleteUserSource", - "Method": "Delete", + "OperationId": "group.planner.plan.bucket.task_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "userSource-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.legalHold.userSource_GetCount", + "OperationId": "group.planner.plan.bucket_GetCount", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryHoldPolicy-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -416741,23 +314631,27 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.legalHold_GetCount", + "OperationId": "group.planner.plan_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -416765,47 +314659,67 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/microsoft.graph.security.close", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_close", - "Method": "Post", + "OperationId": "group.planner.plan_UpdateDetail", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/microsoft.graph.security.reopen", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_reopen", - "Method": "Post", + "OperationId": "group.planner.plan_DeleteDetail", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_ListNoncustodialDataSource", + "OperationId": "group.planner.plan_ListTask", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -416845,15 +314759,19 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_CreateNoncustodialDataSource", + "OperationId": "group.planner.plan_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", "Location": "Path" } ] @@ -416861,19 +314779,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetNoncustodialDataSource", + "OperationId": "group.planner.plan_GetTask", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryNoncustodialDataSource-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -416889,19 +314811,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_UpdateNoncustodialDataSource", + "OperationId": "group.planner.plan_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryNoncustodialDataSource-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" } ] @@ -416909,19 +314835,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_DeleteNoncustodialDataSource", + "OperationId": "group.planner.plan_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryNoncustodialDataSource-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -416933,19 +314863,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/dataSource", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_GetDataSource", + "OperationId": "group.planner.plan.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryNoncustodialDataSource-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -416961,39 +314895,51 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/dataSource", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_UpdateDataSource", + "OperationId": "group.planner.plan.task_UpdateAssignedToTaskBoardFormat", "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryNoncustodialDataSource-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/dataSource", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_DeleteDataSource", + "OperationId": "group.planner.plan.task_DeleteAssignedToTaskBoardFormat", "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryNoncustodialDataSource-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -417005,19 +314951,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_GetLastIndexOperation", + "OperationId": "group.planner.plan.task_GetBucketTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryNoncustodialDataSource-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -417033,103 +314983,87 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.applyHold", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_applyHold", - "Method": "Post", + "OperationId": "group.planner.plan.task_UpdateBucketTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryNoncustodialDataSource-id", + "Name": "plannerPlan-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.release", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_release", - "Method": "Post", - "Parameters": [ + }, { - "Name": "ediscoveryCase-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "ediscoveryNoncustodialDataSource-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.removeHold", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_removeHold", - "Method": "Post", + "OperationId": "group.planner.plan.task_DeleteBucketTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "ediscoveryNoncustodialDataSource-id", + "Name": "plannerPlan-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.updateIndex", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_updateIndex", - "Method": "Post", - "Parameters": [ + }, { - "Name": "ediscoveryCase-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "ediscoveryNoncustodialDataSource-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_GetCount", + "OperationId": "group.planner.plan.task_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -417137,88 +315071,80 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.applyHold", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_applyHold", - "Method": "Post", + "OperationId": "group.planner.plan.task_UpdateDetail", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.removeHold", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_removeHold", - "Method": "Post", - "Parameters": [ + }, { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.updateIndex", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_updateIndex", - "Method": "Post", + "OperationId": "group.planner.plan.task_DeleteDetail", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_ListOperation", + "OperationId": "group.planner.plan.task_GetProgressTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { "Name": "$select", @@ -417233,111 +315159,127 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_CreateOperation", - "Method": "Post", + "OperationId": "group.planner.plan.task_UpdateProgressTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetOperation", - "Method": "Get", + "OperationId": "group.planner.plan.task_DeleteProgressTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "caseOperation-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_UpdateOperation", - "Method": "Patch", + "OperationId": "group.planner.plan.task_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "caseOperation-id", + "Name": "plannerPlan-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Security" + "Path": "/groups/{group-id}/planner/plans/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_DeleteOperation", - "Method": "Delete", + "OperationId": "group.planner.plan_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "caseOperation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", - "Module": "Security" + "Path": "/planner", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.operation_GetCount", + "OperationId": "planner_GetPlanner", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -417345,17 +315287,24 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "Module": "Security" + "Path": "/planner", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_ListReviewSet", + "OperationId": "planner_UpdatePlanner", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/planner/buckets", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner_ListBucket", "Method": "Get", "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -417393,35 +315342,26 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "Module": "Security" + "Path": "/planner/buckets", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_CreateReviewSet", + "OperationId": "planner_CreateBucket", "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetReviewSet", + "OperationId": "planner_GetBucket", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -417437,39 +315377,35 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_UpdateReviewSet", + "OperationId": "planner_UpdateBucket", "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_DeleteReviewSet", + "OperationId": "planner_DeleteBucket", "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -417481,19 +315417,15 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_ListFile", + "OperationId": "planner.bucket_ListTask", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -417533,19 +315465,15 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_CreateFile", + "OperationId": "planner.bucket_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerBucket-id", "Location": "Path" } ] @@ -417553,23 +315481,19 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_GetFile", + "OperationId": "planner.bucket_GetTask", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryFile-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -417585,23 +315509,19 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_UpdateFile", + "OperationId": "planner.bucket_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryFile-id", + "Name": "plannerTask-id", "Location": "Path" } ] @@ -417609,23 +315529,19 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_DeleteFile", + "OperationId": "planner.bucket_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryFile-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -417637,71 +315553,95 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_GetFilesContent", + "OperationId": "planner.bucket.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "ediscoveryFile-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_SetFilesContent", - "Method": "Put", + "OperationId": "planner.bucket.task_UpdateAssignedToTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "ediscoveryFile-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet.file_GetCustodian", - "Method": "Get", + "OperationId": "planner.bucket.task_DeleteAssignedToTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "ediscoveryFile-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.bucket.task_GetBucketTaskBoardFormat", + "Method": "Get", + "Parameters": [ + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -417717,97 +315657,69 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_GetFilesExtractedTextContent", - "Method": "Get", + "OperationId": "planner.bucket.task_UpdateBucketTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "ediscoveryFile-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_SetFilesExtractedTextContent", - "Method": "Put", + "OperationId": "planner.bucket.task_DeleteBucketTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "ediscoveryFile-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet.file_ListTag", + "OperationId": "planner.bucket.task_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryFile-id", + "Name": "plannerTask-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -417821,67 +315733,75 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet.file_GetTag", - "Method": "Get", + "OperationId": "planner.bucket.task_UpdateDetail", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "ediscoveryFile-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.bucket.task_DeleteDetail", + "Method": "Delete", + "Parameters": [ { - "Name": "ediscoveryReviewTag-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet.file.tag_GetCount", + "OperationId": "planner.bucket.task_GetProgressTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryFile-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -417889,87 +315809,87 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet.file_GetCount", - "Method": "Get", + "OperationId": "planner.bucket.task_UpdateProgressTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/microsoft.graph.security.addToReviewSet", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_addToReviewSet", - "Method": "Post", + "OperationId": "planner.bucket.task_DeleteProgressTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/microsoft.graph.security.export", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_export", - "Method": "Post", + "OperationId": "planner.bucket.task_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "Module": "Security" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/microsoft.graph.delta()", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_ListQuery", + "OperationId": "planner.bucket.task_delta", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -417993,11 +315913,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -418009,51 +315929,19 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_CreateQuery", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Security" + "Path": "/planner/buckets/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_GetQuery", + "OperationId": "planner.bucket_GetCount", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSetQuery-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -418061,125 +315949,57 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_UpdateQuery", - "Method": "Patch", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSetQuery-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Security" + "Path": "/planner/buckets/microsoft.graph.delta()", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_DeleteQuery", - "Method": "Delete", + "OperationId": "planner.bucket_delta", + "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "ediscoveryReviewSetQuery-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/microsoft.graph.security.applyTags", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet.query_applyTag", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "ediscoveryReviewSetQuery-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/microsoft.graph.security.export", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet.query_export", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "ediscoveryReviewSetQuery-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/microsoft.graph.security.run()", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet.query_run", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSetQuery-id", - "Location": "Path" - }, + "Path": "/planner/plans", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner_ListPlan", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -418201,11 +316021,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -418217,27 +316037,34 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", - "Module": "Security" + "Path": "/planner/plans", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet.query_GetCount", + "OperationId": "planner_CreatePlan", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner_GetPlan", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -418245,39 +316072,51 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_GetCount", - "Method": "Get", + "OperationId": "planner_UpdatePlan", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner_DeletePlan", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_ListSearch", + "OperationId": "planner.plan_ListBucket", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -418317,15 +316156,15 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_CreateSearch", + "OperationId": "planner.plan_CreateBucket", "Method": "Post", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" } ] @@ -418333,19 +316172,19 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetSearch", + "OperationId": "planner.plan_GetBucket", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -418361,19 +316200,19 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_UpdateSearch", + "OperationId": "planner.plan_UpdateBucket", "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" } ] @@ -418381,19 +316220,19 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_DeleteSearch", + "OperationId": "planner.plan_DeleteBucket", "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -418405,19 +316244,19 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_ListAdditionalSource", + "OperationId": "planner.plan.bucket_ListTask", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -418457,19 +316296,19 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_CreateAdditionalSource", + "OperationId": "planner.plan.bucket_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" } ] @@ -418477,23 +316316,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_GetAdditionalSource", + "OperationId": "planner.plan.bucket_GetTask", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "dataSource-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -418509,23 +316348,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_UpdateAdditionalSource", + "OperationId": "planner.plan.bucket_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "dataSource-id", + "Name": "plannerTask-id", "Location": "Path" } ] @@ -418533,23 +316372,23 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_DeleteAdditionalSource", + "OperationId": "planner.plan.bucket_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "dataSource-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -418561,27 +316400,31 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search.additionalSource_GetCount", + "OperationId": "planner.plan.bucket.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$search", + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -418589,72 +316432,80 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_GetAddToReviewSetOperation", - "Method": "Get", + "OperationId": "planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_ListCustodianSource", - "Method": "Get", + "OperationId": "planner.plan.bucket.task_DeleteAssignedToTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.plan.bucket.task_GetBucketTaskBoardFormat", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { "Name": "$select", @@ -418669,79 +316520,79 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_GetCustodianSource", - "Method": "Get", + "OperationId": "planner.plan.bucket.task_UpdateBucketTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "dataSource-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search.custodianSource_GetCount", - "Method": "Get", + "OperationId": "planner.plan.bucket.task_DeleteBucketTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_GetLastEstimateStatisticsOperation", + "OperationId": "planner.plan.bucket.task_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -418757,124 +316608,80 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/microsoft.graph.security.estimateStatistics", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_estimateStatistics", - "Method": "Post", + "OperationId": "planner.plan.bucket.task_UpdateDetail", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/microsoft.graph.security.exportReport", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_exportReport", - "Method": "Post", - "Parameters": [ + }, { - "Name": "ediscoveryCase-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/microsoft.graph.security.exportResult", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_exportResult", - "Method": "Post", + "OperationId": "planner.plan.bucket.task_DeleteDetail", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/microsoft.graph.security.purgeData", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_purgeData", - "Method": "Post", - "Parameters": [ + }, { - "Name": "ediscoveryCase-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_ListNoncustodialSource", + "OperationId": "planner.plan.bucket.task_GetProgressTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { "Name": "$select", @@ -418889,75 +316696,75 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_GetNoncustodialSource", - "Method": "Get", + "OperationId": "planner.plan.bucket.task_UpdateProgressTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "ediscoveryNoncustodialDataSource-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search.noncustodialSource_GetCount", - "Method": "Get", + "OperationId": "planner.plan.bucket.task_DeleteProgressTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoverySearch-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_GetCount", + "OperationId": "planner.plan.bucket.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -418973,91 +316780,91 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/microsoft.graph.delta()", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetSetting", + "OperationId": "planner.plan.bucket.task_delta", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" }, { - "Name": "$expand", + "Name": "$orderby", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_UpdateSetting", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "ediscoveryCase-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_DeleteSetting", - "Method": "Delete", + "OperationId": "planner.plan.bucket_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/microsoft.graph.security.resetToDefault", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.setting_resetToDefault", - "Method": "Post", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "ediscoveryCase-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/buckets/microsoft.graph.delta()", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_ListTag", + "OperationId": "planner.plan.bucket_delta", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -419081,11 +316888,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -419097,35 +316904,15 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_CreateTag", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetTag", + "OperationId": "planner.plan_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewTag-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -419141,39 +316928,35 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_UpdateTag", + "OperationId": "planner.plan_UpdateDetail", "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoveryReviewTag-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_DeleteTag", + "OperationId": "planner.plan_DeleteDetail", "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewTag-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -419185,19 +316968,63 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/microsoft.graph.archive", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.tag_ListChildTag", - "Method": "Get", + "OperationId": "planner.plan_archive", + "Method": "Post", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}/microsoft.graph.moveToContainer", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.plan_moveToContainer", + "Method": "Post", + "Parameters": [ { - "Name": "ediscoveryReviewTag-id", + "Name": "plannerPlan-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}/microsoft.graph.unarchive", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.plan_unarchive", + "Method": "Post", + "Parameters": [ + { + "Name": "plannerPlan-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}/tasks", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.plan_ListTask", + "Method": "Get", + "Parameters": [ + { + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -419237,59 +317064,43 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.tag_GetChildTag", - "Method": "Get", + "OperationId": "planner.plan_CreateTask", + "Method": "Post", "Parameters": [ { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewTag-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewTag-id1", + "Name": "plannerPlan-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.tag.childTag_GetCount", + "OperationId": "planner.plan_GetTask", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoveryReviewTag-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -419297,97 +317108,69 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.tag_GetParent", - "Method": "Get", + "OperationId": "planner.plan_UpdateTask", + "Method": "Patch", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "ediscoveryReviewTag-id", + "Name": "plannerTask-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.tag_GetCount", - "Method": "Get", + "OperationId": "planner.plan_DeleteTask", + "Method": "Delete", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/microsoft.graph.security.asHierarchy()", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.tag_asHierarchy", + "OperationId": "planner.plan.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "ediscoveryCase-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -419397,90 +317180,67 @@ }, { "PathInfo": { - "Path": "/security/cases/ediscoveryCases/$count", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetCount", - "Method": "Get", + "OperationId": "planner.plan.task_UpdateAssignedToTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cloudAppSecurityProfiles", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_ListCloudAppSecurityProfile", - "Method": "Get", + "OperationId": "planner.plan.task_DeleteAssignedToTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cloudAppSecurityProfiles", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_CreateCloudAppSecurityProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_GetCloudAppSecurityProfile", + "OperationId": "planner.plan.task_GetBucketTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "cloudAppSecurityProfile-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -419496,31 +317256,43 @@ }, { "PathInfo": { - "Path": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_UpdateCloudAppSecurityProfile", + "OperationId": "planner.plan.task_UpdateBucketTaskBoardFormat", "Method": "Patch", "Parameters": [ { - "Name": "cloudAppSecurityProfile-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_DeleteCloudAppSecurityProfile", + "OperationId": "planner.plan.task_DeleteBucketTaskBoardFormat", "Method": "Delete", "Parameters": [ { - "Name": "cloudAppSecurityProfile-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -419532,33 +317304,21 @@ }, { "PathInfo": { - "Path": "/security/cloudAppSecurityProfiles/$count", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.cloudAppSecurityProfile_GetCount", + "OperationId": "planner.plan.task_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/collaboration", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_GetCollaboration", - "Method": "Get", - "Parameters": [ + "Name": "plannerTask-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -419572,24 +317332,21 @@ }, { "PathInfo": { - "Path": "/security/collaboration", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_UpdateCollaboration", + "OperationId": "planner.plan.task_UpdateDetail", "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/collaboration", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_DeleteCollaboration", - "Method": "Delete", "Parameters": [ + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -419599,70 +317356,43 @@ }, { "PathInfo": { - "Path": "/security/collaboration/analyzedEmails", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.collaboration_ListAnalyzedEmail", - "Method": "Get", + "OperationId": "planner.plan.task_DeleteDetail", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/collaboration/analyzedEmails", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.collaboration_CreateAnalyzedEmail", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.collaboration_GetAnalyzedEmail", + "OperationId": "planner.plan.task_GetProgressTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "analyzedEmail-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -419678,31 +317408,43 @@ }, { "PathInfo": { - "Path": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.collaboration_UpdateAnalyzedEmail", + "OperationId": "planner.plan.task_UpdateProgressTaskBoardFormat", "Method": "Patch", "Parameters": [ { - "Name": "analyzedEmail-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.collaboration_DeleteAnalyzedEmail", + "OperationId": "planner.plan.task_DeleteProgressTaskBoardFormat", "Method": "Delete", "Parameters": [ { - "Name": "analyzedEmail-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -419714,13 +317456,17 @@ }, { "PathInfo": { - "Path": "/security/collaboration/analyzedEmails/$count", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.collaboration.analyzedEmail_GetCount", + "OperationId": "planner.plan.task_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "plannerPlan-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -419734,24 +317480,17 @@ }, { "PathInfo": { - "Path": "/security/collaboration/analyzedEmails/microsoft.graph.security.remediate", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.collaboration.analyzedEmail_remediate", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/domainSecurityProfiles", - "Module": "Security" + "Path": "/planner/plans/{plannerPlan-id}/tasks/microsoft.graph.delta()", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_ListDomainSecurityProfile", + "OperationId": "planner.plan.task_delta", "Method": "Get", "Parameters": [ + { + "Name": "plannerPlan-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -419773,11 +317512,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -419789,34 +317528,19 @@ }, { "PathInfo": { - "Path": "/security/domainSecurityProfiles", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_CreateDomainSecurityProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "Module": "Security" + "Path": "/planner/plans/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_GetDomainSecurityProfile", + "OperationId": "planner.plan_GetCount", "Method": "Get", "Parameters": [ { - "Name": "domainSecurityProfile-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -419824,49 +317548,21 @@ }, { "PathInfo": { - "Path": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateDomainSecurityProfile", - "Method": "Patch", - "Parameters": [ - { - "Name": "domainSecurityProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "Module": "Security" + "Path": "/planner/plans/microsoft.graph.delta()", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_DeleteDomainSecurityProfile", - "Method": "Delete", + "OperationId": "planner.plan_delta", + "Method": "Get", "Parameters": [ { - "Name": "domainSecurityProfile-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/domainSecurityProfiles/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.domainSecurityProfile_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -419874,17 +317570,33 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/fileSecurityProfiles", - "Module": "Security" + "Path": "/planner/rosters", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_ListFileSecurityProfile", + "OperationId": "planner_ListRoster", "Method": "Get", "Parameters": [ { @@ -419924,26 +317636,26 @@ }, { "PathInfo": { - "Path": "/security/fileSecurityProfiles", - "Module": "Security" + "Path": "/planner/rosters", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_CreateFileSecurityProfile", + "OperationId": "planner_CreateRoster", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "Module": "Security" + "Path": "/planner/rosters/{plannerRoster-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_GetFileSecurityProfile", + "OperationId": "planner_GetRoster", "Method": "Get", "Parameters": [ { - "Name": "fileSecurityProfile-id", + "Name": "plannerRoster-id", "Location": "Path" }, { @@ -419959,15 +317671,15 @@ }, { "PathInfo": { - "Path": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "Module": "Security" + "Path": "/planner/rosters/{plannerRoster-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_UpdateFileSecurityProfile", + "OperationId": "planner_UpdateRoster", "Method": "Patch", "Parameters": [ { - "Name": "fileSecurityProfile-id", + "Name": "plannerRoster-id", "Location": "Path" } ] @@ -419975,15 +317687,15 @@ }, { "PathInfo": { - "Path": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "Module": "Security" + "Path": "/planner/rosters/{plannerRoster-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_DeleteFileSecurityProfile", + "OperationId": "planner_DeleteRoster", "Method": "Delete", "Parameters": [ { - "Name": "fileSecurityProfile-id", + "Name": "plannerRoster-id", "Location": "Path" }, { @@ -419995,33 +317707,17 @@ }, { "PathInfo": { - "Path": "/security/fileSecurityProfiles/$count", - "Module": "Security" + "Path": "/planner/rosters/{plannerRoster-id}/members", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.fileSecurityProfile_GetCount", + "OperationId": "planner.roster_ListMember", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "plannerRoster-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/hostSecurityProfiles", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_ListHostSecurityProfile", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -420059,26 +317755,35 @@ }, { "PathInfo": { - "Path": "/security/hostSecurityProfiles", - "Module": "Security" + "Path": "/planner/rosters/{plannerRoster-id}/members", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_CreateHostSecurityProfile", + "OperationId": "planner.roster_CreateMember", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "plannerRoster-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "Module": "Security" + "Path": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_GetHostSecurityProfile", + "OperationId": "planner.roster_GetMember", "Method": "Get", "Parameters": [ { - "Name": "hostSecurityProfile-id", + "Name": "plannerRoster-id", + "Location": "Path" + }, + { + "Name": "plannerRosterMember-id", "Location": "Path" }, { @@ -420094,15 +317799,19 @@ }, { "PathInfo": { - "Path": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "Module": "Security" + "Path": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_UpdateHostSecurityProfile", + "OperationId": "planner.roster_UpdateMember", "Method": "Patch", "Parameters": [ { - "Name": "hostSecurityProfile-id", + "Name": "plannerRoster-id", + "Location": "Path" + }, + { + "Name": "plannerRosterMember-id", "Location": "Path" } ] @@ -420110,15 +317819,19 @@ }, { "PathInfo": { - "Path": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "Module": "Security" + "Path": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_DeleteHostSecurityProfile", + "OperationId": "planner.roster_DeleteMember", "Method": "Delete", "Parameters": [ { - "Name": "hostSecurityProfile-id", + "Name": "plannerRoster-id", + "Location": "Path" + }, + { + "Name": "plannerRosterMember-id", "Location": "Path" }, { @@ -420130,13 +317843,17 @@ }, { "PathInfo": { - "Path": "/security/hostSecurityProfiles/$count", - "Module": "Security" + "Path": "/planner/rosters/{plannerRoster-id}/members/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.hostSecurityProfile_GetCount", + "OperationId": "planner.roster.member_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "plannerRoster-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -420150,60 +317867,17 @@ }, { "PathInfo": { - "Path": "/security/identities", - "Module": "Security" + "Path": "/planner/rosters/{plannerRoster-id}/plans", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_GetIdentity", + "OperationId": "planner.roster_ListPlan", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "plannerRoster-id", + "Location": "Path" }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/identities", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateIdentity", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/identities", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_DeleteIdentity", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/identities/healthIssues", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.identity_ListHealthIssue", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -420241,26 +317915,19 @@ }, { "PathInfo": { - "Path": "/security/identities/healthIssues", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.identity_CreateHealthIssue", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/identities/healthIssues/{healthIssue-id}", - "Module": "Security" + "Path": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.identity_GetHealthIssue", + "OperationId": "planner.roster_GetPlan", "Method": "Get", "Parameters": [ { - "Name": "healthIssue-id", + "Name": "plannerRoster-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -420276,47 +317943,35 @@ }, { "PathInfo": { - "Path": "/security/identities/healthIssues/{healthIssue-id}", - "Module": "Security" + "Path": "/planner/rosters/{plannerRoster-id}/plans/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.identity_UpdateHealthIssue", - "Method": "Patch", + "OperationId": "planner.roster.plan_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "healthIssue-id", + "Name": "plannerRoster-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/identities/healthIssues/{healthIssue-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.identity_DeleteHealthIssue", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "healthIssue-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/identities/healthIssues/$count", - "Module": "Security" + "Path": "/planner/rosters/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.identity.healthIssue_GetCount", + "OperationId": "planner.roster_GetCount", "Method": "Get", "Parameters": [ { @@ -420332,11 +317987,11 @@ }, { "PathInfo": { - "Path": "/security/incidents", - "Module": "Security" + "Path": "/planner/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_ListIncident", + "OperationId": "planner_ListTask", "Method": "Get", "Parameters": [ { @@ -420376,26 +318031,26 @@ }, { "PathInfo": { - "Path": "/security/incidents", - "Module": "Security" + "Path": "/planner/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_CreateIncident", + "OperationId": "planner_CreateTask", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/incidents/{incident-id}", - "Module": "Security" + "Path": "/planner/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_GetIncident", + "OperationId": "planner_GetTask", "Method": "Get", "Parameters": [ { - "Name": "incident-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -420411,31 +318066,35 @@ }, { "PathInfo": { - "Path": "/security/incidents/{incident-id}", - "Module": "Security" + "Path": "/planner/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_UpdateIncident", + "OperationId": "planner_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "incident-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/incidents/{incident-id}", - "Module": "Security" + "Path": "/planner/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_DeleteIncident", + "OperationId": "planner_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "incident-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -420447,41 +318106,17 @@ }, { "PathInfo": { - "Path": "/security/incidents/{incident-id}/alerts", - "Module": "Security" + "Path": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.incident_ListAlert", + "OperationId": "planner.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "incident-id", + "Name": "plannerTask-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -420495,47 +318130,35 @@ }, { "PathInfo": { - "Path": "/security/incidents/{incident-id}/alerts/{alert-id}", - "Module": "Security" + "Path": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.incident_GetAlert", - "Method": "Get", + "OperationId": "planner.task_UpdateAssignedToTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "incident-id", - "Location": "Path" - }, - { - "Name": "alert-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", - "Module": "Security" + "Path": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.incident.alert_SetComment", - "Method": "Post", + "OperationId": "planner.task_DeleteAssignedToTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "incident-id", - "Location": "Path" - }, - { - "Name": "alert-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -420547,27 +318170,23 @@ }, { "PathInfo": { - "Path": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", - "Module": "Security" + "Path": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.incident.alert.Comment_GetCount", + "OperationId": "planner.task_GetBucketTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "incident-id", - "Location": "Path" - }, - { - "Name": "alert-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -420575,57 +318194,57 @@ }, { "PathInfo": { - "Path": "/security/incidents/{incident-id}/alerts/$count", - "Module": "Security" + "Path": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.incident.alert_GetCount", - "Method": "Get", + "OperationId": "planner.task_UpdateBucketTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "incident-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/incidents/$count", - "Module": "Security" + "Path": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.incident_GetCount", - "Method": "Get", + "OperationId": "planner.task_DeleteBucketTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/informationProtection", - "Module": "Security" + "Path": "/planner/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_GetInformationProtection", + "OperationId": "planner.task_GetDetail", "Method": "Get", "Parameters": [ + { + "Name": "plannerTask-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -420639,24 +318258,37 @@ }, { "PathInfo": { - "Path": "/security/informationProtection", - "Module": "Security" + "Path": "/planner/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_UpdateInformationProtection", + "OperationId": "planner.task_UpdateDetail", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/security/informationProtection", - "Module": "Security" + "Path": "/planner/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_DeleteInformationProtection", + "OperationId": "planner.task_DeleteDetail", "Method": "Delete", "Parameters": [ + { + "Name": "plannerTask-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -420666,13 +318298,17 @@ }, { "PathInfo": { - "Path": "/security/informationProtection/labelPolicySettings", - "Module": "Security" + "Path": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.informationProtection_GetLabelPolicySetting", + "OperationId": "planner.task_GetProgressTaskBoardFormat", "Method": "Get", "Parameters": [ + { + "Name": "plannerTask-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -420686,24 +318322,37 @@ }, { "PathInfo": { - "Path": "/security/informationProtection/labelPolicySettings", - "Module": "Security" + "Path": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.informationProtection_UpdateLabelPolicySetting", + "OperationId": "planner.task_UpdateProgressTaskBoardFormat", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/security/informationProtection/labelPolicySettings", - "Module": "Security" + "Path": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.informationProtection_DeleteLabelPolicySetting", + "OperationId": "planner.task_DeleteProgressTaskBoardFormat", "Method": "Delete", "Parameters": [ + { + "Name": "plannerTask-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -420713,11 +318362,31 @@ }, { "PathInfo": { - "Path": "/security/informationProtection/sensitivityLabels", - "Module": "Security" + "Path": "/planner/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.informationProtection_ListSensitivityLabel", + "OperationId": "planner.task_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/tasks/microsoft.graph.delta()", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.task_delta", "Method": "Get", "Parameters": [ { @@ -420741,11 +318410,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -420757,26 +318426,15 @@ }, { "PathInfo": { - "Path": "/security/informationProtection/sensitivityLabels", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.informationProtection_CreateSensitivityLabel", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.informationProtection_GetSensitivityLabel", + "OperationId": "user_GetPlanner", "Method": "Get", "Parameters": [ { - "Name": "sensitivityLabel-id", + "Name": "user-id", "Location": "Path" }, { @@ -420792,31 +318450,15 @@ }, { "PathInfo": { - "Path": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.informationProtection_UpdateSensitivityLabel", + "OperationId": "user_UpdatePlanner", "Method": "Patch", "Parameters": [ { - "Name": "sensitivityLabel-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.informationProtection_DeleteSensitivityLabel", - "Method": "Delete", - "Parameters": [ - { - "Name": "sensitivityLabel-id", + "Name": "user-id", "Location": "Path" }, { @@ -420828,55 +318470,15 @@ }, { "PathInfo": { - "Path": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.informationProtection.sensitivityLabel_GetParent", - "Method": "Get", - "Parameters": [ - { - "Name": "sensitivityLabel-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.informationProtection.sensitivityLabel_UpdateParent", - "Method": "Patch", - "Parameters": [ - { - "Name": "sensitivityLabel-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Security" + "Path": "/users/{user-id}/planner", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.informationProtection.sensitivityLabel_DeleteParent", + "OperationId": "user_DeletePlanner", "Method": "Delete", "Parameters": [ { - "Name": "sensitivityLabel-id", + "Name": "user-id", "Location": "Path" }, { @@ -420888,77 +318490,17 @@ }, { "PathInfo": { - "Path": "/security/informationProtection/sensitivityLabels/$count", - "Module": "Security" + "Path": "/users/{user-id}/planner/all", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.informationProtection.sensitivityLabel_GetCount", + "OperationId": "user.planner_ListAll", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/informationProtection/sensitivityLabels/microsoft.graph.security.evaluateApplication", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.informationProtection.sensitivityLabel_evaluateApplication", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/informationProtection/sensitivityLabels/microsoft.graph.security.evaluateClassificationResults", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.informationProtection.sensitivityLabel_evaluateClassificationResult", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/informationProtection/sensitivityLabels/microsoft.graph.security.evaluateRemoval", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.informationProtection.sensitivityLabel_evaluateRemoval", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/informationProtection/sensitivityLabels/microsoft.graph.security.extractContentLabel", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.informationProtection.sensitivityLabel_extractContentLabel", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/ipSecurityProfiles", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_ListIpSecurityProfile", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -420996,26 +318538,35 @@ }, { "PathInfo": { - "Path": "/security/ipSecurityProfiles", - "Module": "Security" + "Path": "/users/{user-id}/planner/all", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_CreateIpSecurityProfile", + "OperationId": "user.planner_CreateAll", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/all/{plannerDelta-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_GetIpSecurityProfile", + "OperationId": "user.planner_GetAll", "Method": "Get", "Parameters": [ { - "Name": "ipSecurityProfile-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerDelta-id", "Location": "Path" }, { @@ -421031,15 +318582,19 @@ }, { "PathInfo": { - "Path": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/all/{plannerDelta-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_UpdateIpSecurityProfile", + "OperationId": "user.planner_UpdateAll", "Method": "Patch", "Parameters": [ { - "Name": "ipSecurityProfile-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerDelta-id", "Location": "Path" } ] @@ -421047,15 +318602,19 @@ }, { "PathInfo": { - "Path": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/all/{plannerDelta-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_DeleteIpSecurityProfile", + "OperationId": "user.planner_DeleteAll", "Method": "Delete", "Parameters": [ { - "Name": "ipSecurityProfile-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerDelta-id", "Location": "Path" }, { @@ -421067,13 +318626,17 @@ }, { "PathInfo": { - "Path": "/security/ipSecurityProfiles/$count", - "Module": "Security" + "Path": "/users/{user-id}/planner/all/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.ipSecurityProfile_GetCount", + "OperationId": "user.planner.all_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -421087,60 +318650,17 @@ }, { "PathInfo": { - "Path": "/security/labels", - "Module": "Security" + "Path": "/users/{user-id}/planner/favoritePlans", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_GetLabel", + "OperationId": "user.planner_ListFavoritePlan", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateLabel", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/labels", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_DeleteLabel", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/authorities", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_ListAuthority", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -421178,26 +318698,19 @@ }, { "PathInfo": { - "Path": "/security/labels/authorities", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_CreateAuthority", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_GetAuthority", + "OperationId": "user.planner_GetFavoritePlan", "Method": "Get", "Parameters": [ { - "Name": "authorityTemplate-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -421213,49 +318726,17 @@ }, { "PathInfo": { - "Path": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_UpdateAuthority", - "Method": "Patch", - "Parameters": [ - { - "Name": "authorityTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/favoritePlans/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_DeleteAuthority", - "Method": "Delete", + "OperationId": "user.planner.favoritePlan_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "authorityTemplate-id", + "Name": "user-id", "Location": "Path" }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/authorities/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label.authority_GetCount", - "Method": "Get", - "Parameters": [ { "Name": "$search", "Location": "Query" @@ -421269,13 +318750,17 @@ }, { "PathInfo": { - "Path": "/security/labels/categories", - "Module": "Security" + "Path": "/users/{user-id}/planner/myDayTasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_ListCategory", + "OperationId": "user.planner_ListMyDayTask", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -421313,26 +318798,19 @@ }, { "PathInfo": { - "Path": "/security/labels/categories", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_CreateCategory", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_GetCategory", + "OperationId": "user.planner_GetMyDayTask", "Method": "Get", "Parameters": [ { - "Name": "categoryTemplate-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -421348,51 +318826,39 @@ }, { "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_UpdateCategory", - "Method": "Patch", - "Parameters": [ - { - "Name": "categoryTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/myDayTasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_DeleteCategory", - "Method": "Delete", + "OperationId": "user.planner.myDayTask_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "categoryTemplate-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.category_ListSubcategory", + "OperationId": "user.planner_ListPlan", "Method": "Get", "Parameters": [ { - "Name": "categoryTemplate-id", + "Name": "user-id", "Location": "Path" }, { @@ -421432,15 +318898,15 @@ }, { "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.category_CreateSubcategory", + "OperationId": "user.planner_CreatePlan", "Method": "Post", "Parameters": [ { - "Name": "categoryTemplate-id", + "Name": "user-id", "Location": "Path" } ] @@ -421448,19 +318914,19 @@ }, { "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.category_GetSubcategory", + "OperationId": "user.planner_GetPlan", "Method": "Get", "Parameters": [ { - "Name": "categoryTemplate-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "subcategoryTemplate-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -421476,19 +318942,19 @@ }, { "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.category_UpdateSubcategory", + "OperationId": "user.planner_UpdatePlan", "Method": "Patch", "Parameters": [ { - "Name": "categoryTemplate-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "subcategoryTemplate-id", + "Name": "plannerPlan-id", "Location": "Path" } ] @@ -421496,19 +318962,19 @@ }, { "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.category_DeleteSubcategory", + "OperationId": "user.planner_DeletePlan", "Method": "Delete", "Parameters": [ { - "Name": "categoryTemplate-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "subcategoryTemplate-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -421520,57 +318986,21 @@ }, { "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.category.subcategory_GetCount", + "OperationId": "user.planner.plan_ListBucket", "Method": "Get", "Parameters": [ { - "Name": "categoryTemplate-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/categories/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label.category_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/citations", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_ListCitation", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -421608,26 +319038,43 @@ }, { "PathInfo": { - "Path": "/security/labels/citations", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_CreateCitation", + "OperationId": "user.planner.plan_CreateBucket", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/labels/citations/{citationTemplate-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_GetCitation", + "OperationId": "user.planner.plan_GetBucket", "Method": "Get", "Parameters": [ { - "Name": "citationTemplate-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -421643,15 +319090,23 @@ }, { "PathInfo": { - "Path": "/security/labels/citations/{citationTemplate-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_UpdateCitation", + "OperationId": "user.planner.plan_UpdateBucket", "Method": "Patch", "Parameters": [ { - "Name": "citationTemplate-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", "Location": "Path" } ] @@ -421659,15 +319114,23 @@ }, { "PathInfo": { - "Path": "/security/labels/citations/{citationTemplate-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_DeleteCitation", + "OperationId": "user.planner.plan_DeleteBucket", "Method": "Delete", "Parameters": [ { - "Name": "citationTemplate-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -421679,33 +319142,25 @@ }, { "PathInfo": { - "Path": "/security/labels/citations/$count", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.citation_GetCount", + "OperationId": "user.planner.plan.bucket_ListTask", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/departments", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_ListDepartment", - "Method": "Get", - "Parameters": [ + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -421743,26 +319198,51 @@ }, { "PathInfo": { - "Path": "/security/labels/departments", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_CreateDepartment", + "OperationId": "user.planner.plan.bucket_CreateTask", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_GetDepartment", + "OperationId": "user.planner.plan.bucket_GetTask", "Method": "Get", "Parameters": [ { - "Name": "departmentTemplate-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -421778,15 +319258,27 @@ }, { "PathInfo": { - "Path": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_UpdateDepartment", + "OperationId": "user.planner.plan.bucket_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "departmentTemplate-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" } ] @@ -421794,15 +319286,27 @@ }, { "PathInfo": { - "Path": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_DeleteDepartment", + "OperationId": "user.planner.plan.bucket_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "departmentTemplate-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -421814,19 +319318,35 @@ }, { "PathInfo": { - "Path": "/security/labels/departments/$count", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.department_GetCount", + "OperationId": "user.planner.plan.bucket.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -421834,70 +319354,91 @@ }, { "PathInfo": { - "Path": "/security/labels/filePlanReferences", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_ListFilePlanReference", - "Method": "Get", + "OperationId": "user.planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/labels/filePlanReferences", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_CreateFilePlanReference", - "Method": "Post", - "Parameters": [] + "OperationId": "user.planner.plan.bucket.task_DeleteAssignedToTaskBoardFormat", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_GetFilePlanReference", + "OperationId": "user.planner.plan.bucket.task_GetBucketTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "filePlanReferenceTemplate-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -421913,31 +319454,27 @@ }, { "PathInfo": { - "Path": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_UpdateFilePlanReference", + "OperationId": "user.planner.plan.bucket.task_UpdateBucketTaskBoardFormat", "Method": "Patch", "Parameters": [ { - "Name": "filePlanReferenceTemplate-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_DeleteFilePlanReference", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "filePlanReferenceTemplate-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -421949,56 +319486,60 @@ }, { "PathInfo": { - "Path": "/security/labels/filePlanReferences/$count", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.filePlanReference_GetCount", - "Method": "Get", + "OperationId": "user.planner.plan.bucket.task_DeleteBucketTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_ListRetentionLabel", + "OperationId": "user.planner.plan.bucket.task_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { "Name": "$select", @@ -422013,66 +319554,59 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_CreateRetentionLabel", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_GetRetentionLabel", - "Method": "Get", + "OperationId": "user.planner.plan.bucket.task_UpdateDetail", + "Method": "Patch", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_UpdateRetentionLabel", - "Method": "Patch", - "Parameters": [ + "Name": "plannerBucket-id", + "Location": "Path" + }, { - "Name": "retentionLabel-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label_DeleteRetentionLabel", + "OperationId": "user.planner.plan.bucket.task_DeleteDetail", "Method": "Delete", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -422084,15 +319618,27 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_GetDescriptor", + "OperationId": "user.planner.plan.bucket.task_GetProgressTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -422108,31 +319654,59 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_UpdateDescriptor", + "OperationId": "user.planner.plan.bucket.task_UpdateProgressTaskBoardFormat", "Method": "Patch", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_DeleteDescriptor", + "OperationId": "user.planner.plan.bucket.task_DeleteProgressTaskBoardFormat", "Method": "Delete", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -422144,23 +319718,31 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel.descriptor_GetAuthorityTemplate", + "OperationId": "user.planner.plan.bucket.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -422168,23 +319750,27 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel.descriptor_GetCategoryTemplate", + "OperationId": "user.planner.plan.bucket_GetCount", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -422192,15 +319778,19 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel.descriptor_GetCitationTemplate", + "OperationId": "user.planner.plan_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -422216,63 +319806,67 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel.descriptor_GetDepartmentTemplate", - "Method": "Get", + "OperationId": "user.planner.plan_UpdateDetail", + "Method": "Patch", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel.descriptor_GetFilePlanReferenceTemplate", - "Method": "Get", + "OperationId": "user.planner.plan_DeleteDetail", + "Method": "Delete", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_ListDispositionReviewStage", + "OperationId": "user.planner.plan_ListTask", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -422312,15 +319906,19 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_CreateDispositionReviewStage", + "OperationId": "user.planner.plan_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", "Location": "Path" } ] @@ -422328,19 +319926,23 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_GetDispositionReviewStage", + "OperationId": "user.planner.plan_GetTask", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "dispositionReviewStage-stageNumber", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -422356,19 +319958,23 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_UpdateDispositionReviewStage", + "OperationId": "user.planner.plan_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "dispositionReviewStage-stageNumber", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" } ] @@ -422376,19 +319982,23 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_DeleteDispositionReviewStage", + "OperationId": "user.planner.plan_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "dispositionReviewStage-stageNumber", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -422400,39 +320010,23 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel.dispositionReviewStage_GetCount", + "OperationId": "user.planner.plan.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label.retentionLabel_GetRetentionEventType", - "Method": "Get", - "Parameters": [ - { - "Name": "retentionLabel-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -422448,101 +320042,79 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/$count", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_GetCount", - "Method": "Get", + "OperationId": "user.planner.plan.task_UpdateAssignedToTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/microsoft.graph.security.runHuntingQuery", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_runHuntingQuery", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/providerTenantSettings", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_ListProviderTenantSetting", - "Method": "Get", + "OperationId": "user.planner.plan.task_DeleteAssignedToTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/providerTenantSettings", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_CreateProviderTenantSetting", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/providerTenantSettings/{providerTenantSetting-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_GetProviderTenantSetting", + "OperationId": "user.planner.plan.task_GetBucketTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "providerTenantSetting-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -422558,31 +320130,51 @@ }, { "PathInfo": { - "Path": "/security/providerTenantSettings/{providerTenantSetting-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_UpdateProviderTenantSetting", + "OperationId": "user.planner.plan.task_UpdateBucketTaskBoardFormat", "Method": "Patch", "Parameters": [ { - "Name": "providerTenantSetting-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/providerTenantSettings/{providerTenantSetting-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_DeleteProviderTenantSetting", + "OperationId": "user.planner.plan.task_DeleteBucketTaskBoardFormat", "Method": "Delete", "Parameters": [ { - "Name": "providerTenantSetting-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -422594,33 +320186,25 @@ }, { "PathInfo": { - "Path": "/security/providerTenantSettings/$count", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.providerTenantSetting_GetCount", + "OperationId": "user.planner.plan.task_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/rules", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_GetRule", - "Method": "Get", - "Parameters": [ + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -422634,24 +320218,53 @@ }, { "PathInfo": { - "Path": "/security/rules", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_UpdateRule", + "OperationId": "user.planner.plan.task_UpdateDetail", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/security/rules", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_DeleteRule", + "OperationId": "user.planner.plan.task_DeleteDetail", "Method": "Delete", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -422661,36 +320274,24 @@ }, { "PathInfo": { - "Path": "/security/rules/detectionRules", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.rule_ListDetectionRule", + "OperationId": "user.planner.plan.task_GetProgressTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { "Name": "$select", @@ -422705,84 +320306,101 @@ }, { "PathInfo": { - "Path": "/security/rules/detectionRules", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.rule_CreateDetectionRule", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/rules/detectionRules/{detectionRule-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.rule_GetDetectionRule", - "Method": "Get", + "OperationId": "user.planner.plan.task_UpdateProgressTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "detectionRule-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/rules/detectionRules/{detectionRule-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.rule_UpdateDetectionRule", - "Method": "Patch", + "OperationId": "user.planner.plan.task_DeleteProgressTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "detectionRule-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/rules/detectionRules/{detectionRule-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.rule_DeleteDetectionRule", - "Method": "Delete", + "OperationId": "user.planner.plan.task_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "detectionRule-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/rules/detectionRules/$count", - "Module": "Security" + "Path": "/users/{user-id}/planner/plans/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.rule.detectionRule_GetCount", + "OperationId": "user.planner.plan_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -422796,13 +320414,17 @@ }, { "PathInfo": { - "Path": "/security/secureScoreControlProfiles", - "Module": "Security" + "Path": "/users/{user-id}/planner/recentPlans", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_ListSecureScoreControlProfile", + "OperationId": "user.planner_ListRecentPlan", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -422840,26 +320462,19 @@ }, { "PathInfo": { - "Path": "/security/secureScoreControlProfiles", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_CreateSecureScoreControlProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_GetSecureScoreControlProfile", + "OperationId": "user.planner_GetRecentPlan", "Method": "Get", "Parameters": [ { - "Name": "secureScoreControlProfile-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -422875,49 +320490,17 @@ }, { "PathInfo": { - "Path": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateSecureScoreControlProfile", - "Method": "Patch", - "Parameters": [ - { - "Name": "secureScoreControlProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/recentPlans/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_DeleteSecureScoreControlProfile", - "Method": "Delete", + "OperationId": "user.planner.recentPlan_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "secureScoreControlProfile-id", + "Name": "user-id", "Location": "Path" }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/secureScoreControlProfiles/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.secureScoreControlProfile_GetCount", - "Method": "Get", - "Parameters": [ { "Name": "$search", "Location": "Query" @@ -422931,13 +320514,17 @@ }, { "PathInfo": { - "Path": "/security/secureScores", - "Module": "Security" + "Path": "/users/{user-id}/planner/rosterPlans", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_ListSecureScore", + "OperationId": "user.planner_ListRosterPlan", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -422975,26 +320562,19 @@ }, { "PathInfo": { - "Path": "/security/secureScores", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_CreateSecureScore", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/secureScores/{secureScore-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_GetSecureScore", + "OperationId": "user.planner_GetRosterPlan", "Method": "Get", "Parameters": [ { - "Name": "secureScore-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -423010,49 +320590,17 @@ }, { "PathInfo": { - "Path": "/security/secureScores/{secureScore-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateSecureScore", - "Method": "Patch", - "Parameters": [ - { - "Name": "secureScore-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/secureScores/{secureScore-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/rosterPlans/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_DeleteSecureScore", - "Method": "Delete", + "OperationId": "user.planner.rosterPlan_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "secureScore-id", + "Name": "user-id", "Location": "Path" }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/secureScores/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.secureScore_GetCount", - "Method": "Get", - "Parameters": [ { "Name": "$search", "Location": "Query" @@ -423066,13 +320614,17 @@ }, { "PathInfo": { - "Path": "/security/securityActions", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_ListSecurityAction", + "OperationId": "user.planner_ListTask", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -423110,26 +320662,35 @@ }, { "PathInfo": { - "Path": "/security/securityActions", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_CreateSecurityAction", + "OperationId": "user.planner_CreateTask", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/securityActions/{securityAction-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_GetSecurityAction", + "OperationId": "user.planner_GetTask", "Method": "Get", "Parameters": [ { - "Name": "securityAction-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -423145,15 +320706,19 @@ }, { "PathInfo": { - "Path": "/security/securityActions/{securityAction-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_UpdateSecurityAction", + "OperationId": "user.planner_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "securityAction-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" } ] @@ -423161,15 +320726,19 @@ }, { "PathInfo": { - "Path": "/security/securityActions/{securityAction-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_DeleteSecurityAction", + "OperationId": "user.planner_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "securityAction-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -423181,106 +320750,95 @@ }, { "PathInfo": { - "Path": "/security/securityActions/{securityAction-id}/microsoft.graph.cancelSecurityAction", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.securityAction_cancelSecurityAction", - "Method": "Post", + "OperationId": "user.planner.task_GetAssignedToTaskBoardFormat", + "Method": "Get", "Parameters": [ { - "Name": "securityAction-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/securityActions/$count", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.securityAction_GetCount", - "Method": "Get", + "OperationId": "user.planner.task_UpdateAssignedToTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_ListSubjectRightsRequest", - "Method": "Get", + "OperationId": "user.planner.task_DeleteAssignedToTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_CreateSubjectRightsRequest", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_GetSubjectRightsRequest", + "OperationId": "user.planner.task_GetBucketTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -423296,31 +320854,19 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security_UpdateSubjectRightsRequest", + "OperationId": "user.planner.task_UpdateBucketTaskBoardFormat", "Method": "Patch", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_DeleteSubjectRightsRequest", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "subjectRightsRequest-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -423332,67 +320878,43 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_ListApprover", - "Method": "Get", + "OperationId": "user.planner.task_DeleteBucketTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_GetApprover", + "OperationId": "user.planner.task_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -423408,92 +320930,68 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.approver_GetMailboxSetting", - "Method": "Get", + "OperationId": "user.planner.task_UpdateDetail", + "Method": "Patch", "Parameters": [ - { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, { "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.approver_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "user.planner.task_DeleteDetail", + "Method": "Delete", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.approver_ListServiceProvisioningError", + "OperationId": "user.planner.task_GetProgressTaskBoardFormat", "Method": "Get", "Parameters": [ - { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, { "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { "Name": "$select", @@ -423508,77 +321006,65 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.approver.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "user.planner.task_UpdateProgressTaskBoardFormat", + "Method": "Patch", "Parameters": [ - { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, { "Name": "user-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.approver_GetCount", - "Method": "Get", + "OperationId": "user.planner.task_DeleteProgressTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "Module": "Security" + "Path": "/users/{user-id}/planner/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_ListCollaborator", + "OperationId": "user.planner.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "user-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -423586,43 +321072,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "Module": "Security" + "Path": "/admin/reportSettings", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_GetCollaborator", + "OperationId": "admin_GetReportSetting", "Method": "Get", "Parameters": [ - { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -423636,21 +321098,40 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Security" + "Path": "/admin/reportSettings", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.collaborator_GetMailboxSetting", - "Method": "Get", + "OperationId": "admin_UpdateReportSetting", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/reportSettings", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "admin_DeleteReportSetting", + "Method": "Delete", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/auditLogs", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "auditLog.auditLogRoot_GetAuditLogRoot", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -423664,41 +321145,24 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Security" + "Path": "/auditLogs", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.collaborator_UpdateMailboxSetting", + "OperationId": "auditLog.auditLogRoot_UpdateAuditLogRoot", "Method": "Patch", - "Parameters": [ - { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "Module": "Security" + "Path": "/auditLogs/customSecurityAttributeAudits", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.collaborator_ListServiceProvisioningError", + "OperationId": "auditLog_ListCustomSecurityAttributeAudit", "Method": "Get", "Parameters": [ - { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -423736,27 +321200,34 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "Module": "Security" + "Path": "/auditLogs/customSecurityAttributeAudits", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.collaborator.ServiceProvisioningError_GetCount", + "OperationId": "auditLog_CreateCustomSecurityAttributeAudit", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "auditLog_GetCustomSecurityAttributeAudit", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "user-id", + "Name": "customSecurityAttributeAudit-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -423764,73 +321235,69 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "Module": "Security" + "Path": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.collaborator_GetCount", - "Method": "Get", + "OperationId": "auditLog_UpdateCustomSecurityAttributeAudit", + "Method": "Patch", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "customSecurityAttributeAudit-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/microsoft.graph.getFinalAttachment()", - "Module": "Security" + "Path": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_getFinalAttachment", - "Method": "Get", + "OperationId": "auditLog_DeleteCustomSecurityAttributeAudit", + "Method": "Delete", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "customSecurityAttributeAudit-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/microsoft.graph.getFinalReport()", - "Module": "Security" + "Path": "/auditLogs/customSecurityAttributeAudits/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_getFinalReport", + "OperationId": "auditLog.customSecurityAttributeAudit_GetCount", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Security" + "Path": "/auditLogs/directoryAudits", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_ListNote", + "OperationId": "auditLog_ListDirectoryAudit", "Method": "Get", "Parameters": [ - { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -423868,35 +321335,26 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Security" + "Path": "/auditLogs/directoryAudits", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_CreateNote", + "OperationId": "auditLog_CreateDirectoryAudit", "Method": "Post", - "Parameters": [ - { - "Name": "subjectRightsRequest-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Security" + "Path": "/auditLogs/directoryAudits/{directoryAudit-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_GetNote", + "OperationId": "auditLog_GetDirectoryAudit", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "authoredNote-id", + "Name": "directoryAudit-id", "Location": "Path" }, { @@ -423912,19 +321370,15 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Security" + "Path": "/auditLogs/directoryAudits/{directoryAudit-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_UpdateNote", + "OperationId": "auditLog_UpdateDirectoryAudit", "Method": "Patch", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "authoredNote-id", + "Name": "directoryAudit-id", "Location": "Path" } ] @@ -423932,19 +321386,15 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Security" + "Path": "/auditLogs/directoryAudits/{directoryAudit-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_DeleteNote", + "OperationId": "auditLog_DeleteDirectoryAudit", "Method": "Delete", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "authoredNote-id", + "Name": "directoryAudit-id", "Location": "Path" }, { @@ -423956,17 +321406,13 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "Module": "Security" + "Path": "/auditLogs/directoryAudits/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.note_GetCount", + "OperationId": "auditLog.directoryAudit_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -423980,16 +321426,36 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", - "Module": "Security" + "Path": "/auditLogs/directoryProvisioning", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_GetTeam", + "OperationId": "auditLog_ListDirectoryProvisioning", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -424004,33 +321470,28 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/$count", - "Module": "Security" + "Path": "/auditLogs/directoryProvisioning", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "auditLog_CreateDirectoryProvisioning", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence", - "Module": "Security" + "Path": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_GetThreatIntelligence", + "OperationId": "auditLog_GetDirectoryProvisioning", "Method": "Get", "Parameters": [ + { + "Name": "provisioningObjectSummary-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -424044,24 +321505,33 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence", - "Module": "Security" + "Path": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_UpdateThreatIntelligence", + "OperationId": "auditLog_UpdateDirectoryProvisioning", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "provisioningObjectSummary-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence", - "Module": "Security" + "Path": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_DeleteThreatIntelligence", + "OperationId": "auditLog_DeleteDirectoryProvisioning", "Method": "Delete", "Parameters": [ + { + "Name": "provisioningObjectSummary-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -424071,11 +321541,31 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articleIndicators", - "Module": "Security" + "Path": "/auditLogs/directoryProvisioning/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListArticleIndicator", + "OperationId": "auditLog.directoryProvisioning_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/auditLogs/provisioning", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "auditLog_ListProvisioning", "Method": "Get", "Parameters": [ { @@ -424115,26 +321605,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articleIndicators", - "Module": "Security" + "Path": "/auditLogs/provisioning", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateArticleIndicator", + "OperationId": "auditLog_CreateProvisioning", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Security" + "Path": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetArticleIndicator", + "OperationId": "auditLog_GetProvisioning", "Method": "Get", "Parameters": [ { - "Name": "articleIndicator-id", + "Name": "provisioningObjectSummary-id", "Location": "Path" }, { @@ -424150,71 +321640,47 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Security" + "Path": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateArticleIndicator", + "OperationId": "auditLog_UpdateProvisioning", "Method": "Patch", "Parameters": [ { - "Name": "articleIndicator-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteArticleIndicator", - "Method": "Delete", - "Parameters": [ - { - "Name": "articleIndicator-id", + "Name": "provisioningObjectSummary-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { - "PathInfo": { - "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", - "Module": "Security" + "PathInfo": { + "Path": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.articleIndicator_GetArtifact", - "Method": "Get", + "OperationId": "auditLog_DeleteProvisioning", + "Method": "Delete", "Parameters": [ { - "Name": "articleIndicator-id", + "Name": "provisioningObjectSummary-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/articleIndicators/$count", - "Module": "Security" + "Path": "/auditLogs/provisioning/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.articleIndicator_GetCount", + "OperationId": "auditLog.provisioning_GetCount", "Method": "Get", "Parameters": [ { @@ -424230,11 +321696,11 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles", - "Module": "Security" + "Path": "/auditLogs/signIns", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListArticle", + "OperationId": "auditLog_ListSignIn", "Method": "Get", "Parameters": [ { @@ -424274,26 +321740,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles", - "Module": "Security" + "Path": "/auditLogs/signIns", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateArticle", + "OperationId": "auditLog_CreateSignIn", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles/{article-id}", - "Module": "Security" + "Path": "/auditLogs/signIns/{signIn-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetArticle", + "OperationId": "auditLog_GetSignIn", "Method": "Get", "Parameters": [ { - "Name": "article-id", + "Name": "signIn-id", "Location": "Path" }, { @@ -424309,15 +321775,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles/{article-id}", - "Module": "Security" + "Path": "/auditLogs/signIns/{signIn-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateArticle", + "OperationId": "auditLog_UpdateSignIn", "Method": "Patch", "Parameters": [ { - "Name": "article-id", + "Name": "signIn-id", "Location": "Path" } ] @@ -424325,15 +321791,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles/{article-id}", - "Module": "Security" + "Path": "/auditLogs/signIns/{signIn-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteArticle", + "OperationId": "auditLog_DeleteSignIn", "Method": "Delete", "Parameters": [ { - "Name": "article-id", + "Name": "signIn-id", "Location": "Path" }, { @@ -424345,25 +321811,13 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles/{article-id}/indicators", - "Module": "Security" + "Path": "/auditLogs/signIns/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.article_ListIndicator", + "OperationId": "auditLog.signIn_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "article-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -424371,43 +321825,41 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles/{article-id}/indicators/{articleIndicator-id}", - "Module": "Security" + "Path": "/auditLogs/signIns/microsoft.graph.confirmCompromised", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.article_GetIndicator", + "OperationId": "auditLog.signIn_confirmCompromised", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/auditLogs/signIns/microsoft.graph.confirmSafe", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "auditLog.signIn_confirmSafe", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/reports", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetReport", "Method": "Get", "Parameters": [ - { - "Name": "article-id", - "Location": "Path" - }, - { - "Name": "articleIndicator-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -424421,55 +321873,38 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles/{article-id}/indicators/$count", - "Module": "Security" + "Path": "/deviceManagement/reports", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.article.indicator_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "article-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "deviceManagement_UpdateReport", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles/$count", - "Module": "Security" + "Path": "/deviceManagement/reports", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.article_GetCount", - "Method": "Get", + "OperationId": "deviceManagement_DeleteReport", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostComponents", - "Module": "Security" + "Path": "/deviceManagement/reports/cachedReportConfigurations", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListHostComponent", + "OperationId": "deviceManagement.report_ListCachedReportConfiguration", "Method": "Get", "Parameters": [ { @@ -424509,26 +321944,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostComponents", - "Module": "Security" + "Path": "/deviceManagement/reports/cachedReportConfigurations", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateHostComponent", + "OperationId": "deviceManagement.report_CreateCachedReportConfiguration", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Security" + "Path": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetHostComponent", + "OperationId": "deviceManagement.report_GetCachedReportConfiguration", "Method": "Get", "Parameters": [ { - "Name": "hostComponent-id", + "Name": "deviceManagementCachedReportConfiguration-id", "Location": "Path" }, { @@ -424544,15 +321979,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Security" + "Path": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateHostComponent", + "OperationId": "deviceManagement.report_UpdateCachedReportConfiguration", "Method": "Patch", "Parameters": [ { - "Name": "hostComponent-id", + "Name": "deviceManagementCachedReportConfiguration-id", "Location": "Path" } ] @@ -424560,15 +321995,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Security" + "Path": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteHostComponent", + "OperationId": "deviceManagement.report_DeleteCachedReportConfiguration", "Method": "Delete", "Parameters": [ { - "Name": "hostComponent-id", + "Name": "deviceManagementCachedReportConfiguration-id", "Location": "Path" }, { @@ -424580,35 +322015,11 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence.hostComponent_GetHost", - "Method": "Get", - "Parameters": [ - { - "Name": "hostComponent-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/hostComponents/$count", - "Module": "Security" + "Path": "/deviceManagement/reports/cachedReportConfigurations/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostComponent_GetCount", + "OperationId": "deviceManagement.report.cachedReportConfiguration_GetCount", "Method": "Get", "Parameters": [ { @@ -424624,11 +322035,11 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostCookies", - "Module": "Security" + "Path": "/deviceManagement/reports/exportJobs", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListHostCookie", + "OperationId": "deviceManagement.report_ListExportJob", "Method": "Get", "Parameters": [ { @@ -424668,26 +322079,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostCookies", - "Module": "Security" + "Path": "/deviceManagement/reports/exportJobs", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateHostCookie", + "OperationId": "deviceManagement.report_CreateExportJob", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Security" + "Path": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetHostCookie", + "OperationId": "deviceManagement.report_GetExportJob", "Method": "Get", "Parameters": [ { - "Name": "hostCookie-id", + "Name": "deviceManagementExportJob-id", "Location": "Path" }, { @@ -424703,15 +322114,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Security" + "Path": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateHostCookie", + "OperationId": "deviceManagement.report_UpdateExportJob", "Method": "Patch", "Parameters": [ { - "Name": "hostCookie-id", + "Name": "deviceManagementExportJob-id", "Location": "Path" } ] @@ -424719,15 +322130,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Security" + "Path": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteHostCookie", + "OperationId": "deviceManagement.report_DeleteExportJob", "Method": "Delete", "Parameters": [ { - "Name": "hostCookie-id", + "Name": "deviceManagementExportJob-id", "Location": "Path" }, { @@ -424739,23 +322150,19 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", - "Module": "Security" + "Path": "/deviceManagement/reports/exportJobs/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostCookie_GetHost", + "OperationId": "deviceManagement.report.exportJob_GetCount", "Method": "Get", "Parameters": [ { - "Name": "hostCookie-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -424763,19 +322170,19 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostCookies/$count", - "Module": "Security" + "Path": "/reports", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostCookie_GetCount", + "OperationId": "report.reportRoot_GetReportRoot", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -424783,11 +322190,22 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs", - "Module": "Security" + "Path": "/reports", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListHostPair", + "OperationId": "report.reportRoot_UpdateReportRoot", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/appCredentialSignInActivities", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_ListAppCredentialSignInActivity", "Method": "Get", "Parameters": [ { @@ -424827,26 +322245,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs", - "Module": "Security" + "Path": "/reports/appCredentialSignInActivities", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateHostPair", + "OperationId": "report_CreateAppCredentialSignInActivity", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Security" + "Path": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetHostPair", + "OperationId": "report_GetAppCredentialSignInActivity", "Method": "Get", "Parameters": [ { - "Name": "hostPair-id", + "Name": "appCredentialSignInActivity-id", "Location": "Path" }, { @@ -424862,15 +322280,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Security" + "Path": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateHostPair", + "OperationId": "report_UpdateAppCredentialSignInActivity", "Method": "Patch", "Parameters": [ { - "Name": "hostPair-id", + "Name": "appCredentialSignInActivity-id", "Location": "Path" } ] @@ -424878,15 +322296,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Security" + "Path": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteHostPair", + "OperationId": "report_DeleteAppCredentialSignInActivity", "Method": "Delete", "Parameters": [ { - "Name": "hostPair-id", + "Name": "appCredentialSignInActivity-id", "Location": "Path" }, { @@ -424898,59 +322316,11 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence.hostPair_GetChildHost", - "Method": "Get", - "Parameters": [ - { - "Name": "hostPair-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence.hostPair_GetParentHost", - "Method": "Get", - "Parameters": [ - { - "Name": "hostPair-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs/$count", - "Module": "Security" + "Path": "/reports/appCredentialSignInActivities/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostPair_GetCount", + "OperationId": "report.appCredentialSignInActivity_GetCount", "Method": "Get", "Parameters": [ { @@ -424966,11 +322336,11 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts", - "Module": "Security" + "Path": "/reports/applicationSignInDetailedSummary", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListHostPort", + "OperationId": "report_ListApplicationSignInDetailedSummary", "Method": "Get", "Parameters": [ { @@ -425010,26 +322380,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts", - "Module": "Security" + "Path": "/reports/applicationSignInDetailedSummary", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateHostPort", + "OperationId": "report_CreateApplicationSignInDetailedSummary", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Security" + "Path": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetHostPort", + "OperationId": "report_GetApplicationSignInDetailedSummary", "Method": "Get", "Parameters": [ { - "Name": "hostPort-id", + "Name": "applicationSignInDetailedSummary-id", "Location": "Path" }, { @@ -425045,15 +322415,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Security" + "Path": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateHostPort", + "OperationId": "report_UpdateApplicationSignInDetailedSummary", "Method": "Patch", "Parameters": [ { - "Name": "hostPort-id", + "Name": "applicationSignInDetailedSummary-id", "Location": "Path" } ] @@ -425061,15 +322431,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Security" + "Path": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteHostPort", + "OperationId": "report_DeleteApplicationSignInDetailedSummary", "Method": "Delete", "Parameters": [ { - "Name": "hostPort-id", + "Name": "applicationSignInDetailedSummary-id", "Location": "Path" }, { @@ -425081,17 +322451,33 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", - "Module": "Security" + "Path": "/reports/applicationSignInDetailedSummary/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostPort_GetHost", + "OperationId": "report.applicationSignInDetailedSummary_GetCount", "Method": "Get", "Parameters": [ { - "Name": "hostPort-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/authenticationMethods", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_GetAuthenticationMethod", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -425105,55 +322491,100 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", - "Module": "Security" + "Path": "/reports/authenticationMethods", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostPort_GetMostRecentSslCertificate", + "OperationId": "report_UpdateAuthenticationMethod", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/authenticationMethods", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_DeleteAuthenticationMethod", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByFeature()", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreFeature", + "Method": "Get", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByFeature(includedUserTypes=\u0027{includedUserTypes}\u0027,includedUserRoles=\u0027{includedUserRoles}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreFeature", "Method": "Get", "Parameters": [ { - "Name": "hostPort-id", + "Name": "includedUserTypes", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "includedUserRoles", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts/$count", - "Module": "Security" + "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByMethod()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostPort_GetCount", + "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreMethod", + "Method": "Get", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByMethod(includedUserTypes=\u0027{includedUserTypes}\u0027,includedUserRoles=\u0027{includedUserRoles}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreMethod", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "includedUserTypes", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "includedUserRoles", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts", - "Module": "Security" + "Path": "/reports/authenticationMethods/userRegistrationDetails", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListHost", + "OperationId": "report.authenticationMethod_ListUserRegistrationDetail", "Method": "Get", "Parameters": [ { @@ -425193,26 +322624,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts", - "Module": "Security" + "Path": "/reports/authenticationMethods/userRegistrationDetails", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateHost", + "OperationId": "report.authenticationMethod_CreateUserRegistrationDetail", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Security" + "Path": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetHost", + "OperationId": "report.authenticationMethod_GetUserRegistrationDetail", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "userRegistrationDetails-id", "Location": "Path" }, { @@ -425228,15 +322659,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Security" + "Path": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateHost", + "OperationId": "report.authenticationMethod_UpdateUserRegistrationDetail", "Method": "Patch", "Parameters": [ { - "Name": "host-id", + "Name": "userRegistrationDetails-id", "Location": "Path" } ] @@ -425244,15 +322675,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Security" + "Path": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteHost", + "OperationId": "report.authenticationMethod_DeleteUserRegistrationDetail", "Method": "Delete", "Parameters": [ { - "Name": "host-id", + "Name": "userRegistrationDetails-id", "Location": "Path" }, { @@ -425264,17 +322695,33 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", - "Module": "Security" + "Path": "/reports/authenticationMethods/userRegistrationDetails/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListChildHostPair", + "OperationId": "report.authenticationMethod.userRegistrationDetail_GetCount", "Method": "Get", "Parameters": [ { - "Name": "host-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/credentialUserRegistrationDetails", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_ListCredentialUserRegistrationDetail", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -425312,51 +322759,34 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", - "Module": "Security" + "Path": "/reports/credentialUserRegistrationDetails", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetChildHostPair", - "Method": "Get", - "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "hostPair-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "report_CreateCredentialUserRegistrationDetail", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", - "Module": "Security" + "Path": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.childHostPair_GetCount", + "OperationId": "report_GetCredentialUserRegistrationDetail", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "credentialUserRegistrationDetails-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -425364,93 +322794,49 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/components", - "Module": "Security" + "Path": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListComponent", - "Method": "Get", + "OperationId": "report_UpdateCredentialUserRegistrationDetail", + "Method": "Patch", "Parameters": [ { - "Name": "host-id", + "Name": "credentialUserRegistrationDetails-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/components/{hostComponent-id}", - "Module": "Security" + "Path": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetComponent", - "Method": "Get", + "OperationId": "report_DeleteCredentialUserRegistrationDetail", + "Method": "Delete", "Parameters": [ { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "hostComponent-id", + "Name": "credentialUserRegistrationDetails-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/components/$count", - "Module": "Security" + "Path": "/reports/credentialUserRegistrationDetails/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.component_GetCount", + "OperationId": "report.credentialUserRegistrationDetail_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -425464,17 +322850,13 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/cookies", - "Module": "Security" + "Path": "/reports/dailyPrintUsage", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListCookie", + "OperationId": "report_ListDailyPrintUsage", "Method": "Get", "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -425512,19 +322894,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/cookies/{hostCookie-id}", - "Module": "Security" + "Path": "/reports/dailyPrintUsage", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetCookie", + "OperationId": "report_CreateDailyPrintUsage", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/dailyPrintUsage/{printUsage-id}", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_GetDailyPrintUsage", "Method": "Get", "Parameters": [ { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "hostCookie-id", + "Name": "printUsage-id", "Location": "Path" }, { @@ -425540,17 +322929,49 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/cookies/$count", - "Module": "Security" + "Path": "/reports/dailyPrintUsage/{printUsage-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.cookie_GetCount", - "Method": "Get", + "OperationId": "report_UpdateDailyPrintUsage", + "Method": "Patch", "Parameters": [ { - "Name": "host-id", + "Name": "printUsage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/dailyPrintUsage/{printUsage-id}", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_DeleteDailyPrintUsage", + "Method": "Delete", + "Parameters": [ + { + "Name": "printUsage-id", "Location": "Path" }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/dailyPrintUsage/$count", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.dailyPrintUsage_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -425564,17 +322985,13 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/hostPairs", - "Module": "Security" + "Path": "/reports/dailyPrintUsageByPrinter", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListHostPair", + "OperationId": "report_ListDailyPrintUsageGraphBPrePrinter", "Method": "Get", "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -425612,19 +323029,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/hostPairs/{hostPair-id}", - "Module": "Security" + "Path": "/reports/dailyPrintUsageByPrinter", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetHostPair", + "OperationId": "report_CreateDailyPrintUsageGraphBPrePrinter", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_GetDailyPrintUsageGraphBPrePrinter", "Method": "Get", "Parameters": [ { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "hostPair-id", + "Name": "printUsageByPrinter-id", "Location": "Path" }, { @@ -425640,17 +323064,49 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/hostPairs/$count", - "Module": "Security" + "Path": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.hostPair_GetCount", - "Method": "Get", + "OperationId": "report_UpdateDailyPrintUsageGraphBPrePrinter", + "Method": "Patch", "Parameters": [ { - "Name": "host-id", + "Name": "printUsageByPrinter-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_DeleteDailyPrintUsageGraphBPrePrinter", + "Method": "Delete", + "Parameters": [ + { + "Name": "printUsageByPrinter-id", "Location": "Path" }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/dailyPrintUsageByPrinter/$count", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.dailyPrintUsageGraphBPrePrinter_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -425664,17 +323120,13 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", - "Module": "Security" + "Path": "/reports/dailyPrintUsageByUser", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListParentHostPair", + "OperationId": "report_ListDailyPrintUsageGraphBPreUser", "Method": "Get", "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -425712,19 +323164,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", - "Module": "Security" + "Path": "/reports/dailyPrintUsageByUser", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetParentHostPair", + "OperationId": "report_CreateDailyPrintUsageGraphBPreUser", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_GetDailyPrintUsageGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "hostPair-id", + "Name": "printUsageByUser-id", "Location": "Path" }, { @@ -425740,17 +323199,49 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", - "Module": "Security" + "Path": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.parentHostPair_GetCount", - "Method": "Get", + "OperationId": "report_UpdateDailyPrintUsageGraphBPreUser", + "Method": "Patch", "Parameters": [ { - "Name": "host-id", + "Name": "printUsageByUser-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_DeleteDailyPrintUsageGraphBPreUser", + "Method": "Delete", + "Parameters": [ + { + "Name": "printUsageByUser-id", "Location": "Path" }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/dailyPrintUsageByUser/$count", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.dailyPrintUsageGraphBPreUser_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -425764,17 +323255,13 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDns", - "Module": "Security" + "Path": "/reports/dailyPrintUsageSummariesByPrinter", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListPassiveDn", + "OperationId": "report_ListDailyPrintUsageSummariesGraphBPrePrinter", "Method": "Get", "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -425812,51 +323299,34 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", - "Module": "Security" + "Path": "/reports/dailyPrintUsageSummariesByPrinter", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetPassiveDn", - "Method": "Get", - "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "passiveDnsRecord-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "report_CreateDailyPrintUsageSummariesGraphBPrePrinter", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", - "Module": "Security" + "Path": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.passiveDn_GetCount", + "OperationId": "report_GetDailyPrintUsageSummariesGraphBPrePrinter", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "printUsageByPrinter-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -425864,93 +323334,49 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListPassiveDnsReverse", - "Method": "Get", - "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, + "Path": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_UpdateDailyPrintUsageSummariesGraphBPrePrinter", + "Method": "Patch", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "printUsageByPrinter-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", - "Module": "Security" + "Path": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetPassiveDnsReverse", - "Method": "Get", + "OperationId": "report_DeleteDailyPrintUsageSummariesGraphBPrePrinter", + "Method": "Delete", "Parameters": [ { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "passiveDnsRecord-id", + "Name": "printUsageByPrinter-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", - "Module": "Security" + "Path": "/reports/dailyPrintUsageSummariesByPrinter/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.passiveDnsReverse_GetCount", + "OperationId": "report.dailyPrintUsageSummariesGraphBPrePrinter_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -425964,17 +323390,13 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/ports", - "Module": "Security" + "Path": "/reports/dailyPrintUsageSummariesByUser", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListPort", + "OperationId": "report_ListDailyPrintUsageSummariesGraphBPreUser", "Method": "Get", "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -426012,19 +323434,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/ports/{hostPort-id}", - "Module": "Security" + "Path": "/reports/dailyPrintUsageSummariesByUser", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetPort", + "OperationId": "report_CreateDailyPrintUsageSummariesGraphBPreUser", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_GetDailyPrintUsageSummariesGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "hostPort-id", + "Name": "printUsageByUser-id", "Location": "Path" }, { @@ -426040,47 +323469,55 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/ports/$count", - "Module": "Security" + "Path": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.port_GetCount", - "Method": "Get", + "OperationId": "report_UpdateDailyPrintUsageSummariesGraphBPreUser", + "Method": "Patch", "Parameters": [ { - "Name": "host-id", + "Name": "printUsageByUser-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_DeleteDailyPrintUsageSummariesGraphBPreUser", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "printUsageByUser-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Security" + "Path": "/reports/dailyPrintUsageSummariesByUser/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetReputation", + "OperationId": "report.dailyPrintUsageSummariesGraphBPreUser_GetCount", "Method": "Get", "Parameters": [ { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -426088,53 +323525,35 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Security" + "Path": "/reports/microsoft.graph.deviceConfigurationDeviceActivity()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_UpdateReputation", - "Method": "Patch", - "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - } - ] + "OperationId": "report_deviceConfigurationDeviceActivity", + "Method": "Get", + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Security" + "Path": "/reports/microsoft.graph.deviceConfigurationUserActivity()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_DeleteReputation", - "Method": "Delete", - "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "report_deviceConfigurationUserActivity", + "Method": "Get", + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/sslCertificates", - "Module": "Security" + "Path": "/reports/microsoft.graph.getAttackSimulationRepeatOffenders()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListSslCertificate", + "OperationId": "report_getAttackSimulationRepeatOffender", "Method": "Get", "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -426154,45 +323573,37 @@ { "Name": "$count", "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/{hostSslCertificate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getAttackSimulationSimulationUserCoverage()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetSslCertificate", + "OperationId": "report_getAttackSimulationSimulationUserCoverage", "Method": "Get", "Parameters": [ { - "Name": "host-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "hostSslCertificate-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", "Location": "Query" } ] @@ -426200,16 +323611,20 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getAttackSimulationTrainingUserCoverage()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.sslCertificate_GetCount", + "OperationId": "report_getAttackSimulationTrainingUserCoverage", "Method": "Get", "Parameters": [ { - "Name": "host-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -426218,21 +323633,25 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/subdomains", - "Module": "Security" + "Path": "/reports/microsoft.graph.getAzureADApplicationSignInSummary(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListSubdomain", + "OperationId": "report_getAzureADApplicationSignInSummary", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "period", "Location": "Path" }, { @@ -426256,11 +323675,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -426272,67 +323691,63 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getBrowserDistributionUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetSubdomain", + "OperationId": "report_getBrowserDistributionUserCount", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "period", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getBrowserUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getBrowserUserCount", + "Method": "Get", + "Parameters": [ { - "Name": "subdomain-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getBrowserUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.subdomain_GetCount", + "OperationId": "report_getBrowserUserDetail", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/trackers", - "Module": "Security" + "Path": "/reports/microsoft.graph.getCredentialUsageSummary(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListTracker", + "OperationId": "report_getCredentialUsageSummary", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "period", "Location": "Path" }, { @@ -426356,11 +323771,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -426372,25 +323787,41 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/trackers/{hostTracker-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getCredentialUserRegistrationCount()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetTracker", + "OperationId": "report_getCredentialUserRegistrationCount", "Method": "Get", "Parameters": [ { - "Name": "host-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "hostTracker-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -426400,162 +323831,111 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.tracker_GetCount", + "OperationId": "report_getEmailActivityCount", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/whois", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetWhoi", + "OperationId": "report_getEmailActivityUserCount", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailActivityUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetCount", + "OperationId": "report_getEmailActivityUserDetail", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "date", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailActivityUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListHostSslCertificate", + "OperationId": "report_getEmailActivityUserDetail", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailAppUsageAppsUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateHostSslCertificate", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getEmailAppUsageAppsUserCount", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailAppUsageUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetHostSslCertificate", + "OperationId": "report_getEmailAppUsageUserCount", "Method": "Get", "Parameters": [ { - "Name": "hostSslCertificate-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailAppUsageUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateHostSslCertificate", - "Method": "Patch", + "OperationId": "report_getEmailAppUsageUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "hostSslCertificate-id", + "Name": "date", "Location": "Path" } ] @@ -426563,131 +323943,139 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailAppUsageUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteHostSslCertificate", - "Method": "Delete", + "OperationId": "report_getEmailAppUsageUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "hostSslCertificate-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailAppUsageVersionsUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostSslCertificate_GetHost", + "OperationId": "report_getEmailAppUsageVersionsUserCount", "Method": "Get", "Parameters": [ { - "Name": "hostSslCertificate-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/sslCertificate", - "Module": "Security" + "Path": "/reports/microsoft.graph.getFormsUserActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostSslCertificate_GetSslCertificate", + "OperationId": "report_getFormsUserActivityCount", "Method": "Get", "Parameters": [ { - "Name": "hostSslCertificate-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getFormsUserActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getFormsUserActivityUserCount", + "Method": "Get", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getFormsUserActivityUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostSslCertificate_GetCount", + "OperationId": "report_getFormsUserActivityUserDetail", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, + "Name": "date", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getFormsUserActivityUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getFormsUserActivityUserDetail", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostTrackers", - "Module": "Security" + "Path": "/reports/microsoft.graph.getGroupArchivedPrintJobs(groupId=\u0027{groupId}\u0027,startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListHostTracker", + "OperationId": "report_getGroupArchivedPrintJob", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "groupId", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "startDateTime", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "endDateTime", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$top", "Location": "Query" }, { - "Name": "$count", + "Name": "$skip", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$select", + "Name": "$filter", "Location": "Query" }, { - "Name": "$expand", + "Name": "$count", "Location": "Query" } ] @@ -426695,50 +324083,47 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostTrackers", - "Module": "Security" + "Path": "/reports/microsoft.graph.getM365AppPlatformUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateHostTracker", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getM365AppPlatformUserCount", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getM365AppUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetHostTracker", + "OperationId": "report_getM365AppUserCount", "Method": "Get", "Parameters": [ { - "Name": "hostTracker-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getM365AppUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateHostTracker", - "Method": "Patch", + "OperationId": "report_getM365AppUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "hostTracker-id", + "Name": "date", "Location": "Path" } ] @@ -426746,77 +324131,130 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getM365AppUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteHostTracker", - "Method": "Delete", + "OperationId": "report_getM365AppUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "hostTracker-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", - "Module": "Security" + "Path": "/reports/microsoft.graph.getMailboxUsageDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostTracker_GetHost", + "OperationId": "report_getMailboxUsageDetail", "Method": "Get", "Parameters": [ { - "Name": "hostTracker-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getMailboxUsageMailboxCounts(period=\u0027{period}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getMailboxUsageMailboxCount", + "Method": "Get", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostTrackers/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getMailboxUsageQuotaStatusMailboxCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostTracker_GetCount", + "OperationId": "report_getMailboxUsageQuotaStatusMailboxCount", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, + "Name": "period", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getMailboxUsageStorage(period=\u0027{period}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getMailboxUsageStorage", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelligenceProfileIndicators", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365ActivationCounts()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListIntelligenceProfileIndicator", + "OperationId": "report_getOffice365ActivationCount", + "Method": "Get", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getOffice365ActivationsUserCounts()", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getOffice365ActivationsUserCount", + "Method": "Get", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getOffice365ActivationsUserDetail()", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getOffice365ActivationsUserDetail", + "Method": "Get", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getOffice365ActiveUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getOffice365ActiveUserCount", "Method": "Get", "Parameters": [ + { + "Name": "period", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -426838,11 +324276,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -426854,32 +324292,45 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelligenceProfileIndicators", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateIntelligenceProfileIndicator", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365ActiveUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetIntelligenceProfileIndicator", + "OperationId": "report_getOffice365ActiveUserDetail", "Method": "Get", "Parameters": [ { - "Name": "intelligenceProfileIndicator-id", + "Name": "date", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -426889,57 +324340,45 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365ActiveUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateIntelligenceProfileIndicator", - "Method": "Patch", + "OperationId": "report_getOffice365ActiveUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "intelligenceProfileIndicator-id", + "Name": "period", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteIntelligenceProfileIndicator", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "intelligenceProfileIndicator-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence.intelligenceProfileIndicator_GetArtifact", - "Method": "Get", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "intelligenceProfileIndicator-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -426949,13 +324388,25 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelligenceProfileIndicators/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365GroupsActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.intelligenceProfileIndicator_GetCount", + "OperationId": "report_getOffice365GroupsActivityCount", "Method": "Get", "Parameters": [ + { + "Name": "period", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -426963,19 +324414,39 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365GroupsActivityDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListIntelProfile", + "OperationId": "report_getOffice365GroupsActivityDetail", "Method": "Get", "Parameters": [ + { + "Name": "date", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -426997,11 +324468,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -427013,86 +324484,63 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateIntelProfile", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365GroupsActivityDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetIntelProfile", + "OperationId": "report_getOffice365GroupsActivityDetail", "Method": "Get", "Parameters": [ { - "Name": "intelligenceProfile-id", + "Name": "period", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateIntelProfile", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "intelligenceProfile-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteIntelProfile", - "Method": "Delete", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "intelligenceProfile-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365GroupsActivityFileCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.intelProfile_ListIndicator", + "OperationId": "report_getOffice365GroupsActivityFileCount", "Method": "Get", "Parameters": [ { - "Name": "intelligenceProfile-id", + "Name": "period", "Location": "Path" }, { @@ -427116,11 +324564,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -427132,25 +324580,45 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365GroupsActivityGroupCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.intelProfile_GetIndicator", + "OperationId": "report_getOffice365GroupsActivityGroupCount", "Method": "Get", "Parameters": [ { - "Name": "intelligenceProfile-id", + "Name": "period", "Location": "Path" }, { - "Name": "intelligenceProfileIndicator-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -427160,17 +324628,25 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365GroupsActivityStorage(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.intelProfile.indicator_GetCount", + "OperationId": "report_getOffice365GroupsActivityStorage", "Method": "Get", "Parameters": [ { - "Name": "intelligenceProfile-id", + "Name": "period", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -427178,25 +324654,21 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence.intelProfile_GetCount", - "Method": "Get", - "Parameters": [ + }, + { + "Name": "$count", + "Location": "Query" + }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -427204,13 +324676,17 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365ServicesUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListPassiveDnsRecord", + "OperationId": "report_getOffice365ServicesUserCount", "Method": "Get", "Parameters": [ + { + "Name": "period", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -427232,11 +324708,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -427248,50 +324724,47 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOneDriveActivityFileCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreatePassiveDnsRecord", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getOneDriveActivityFileCount", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOneDriveActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetPassiveDnsRecord", + "OperationId": "report_getOneDriveActivityUserCount", "Method": "Get", "Parameters": [ { - "Name": "passiveDnsRecord-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOneDriveActivityUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdatePassiveDnsRecord", - "Method": "Patch", + "OperationId": "report_getOneDriveActivityUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "passiveDnsRecord-id", + "Name": "date", "Location": "Path" } ] @@ -427299,81 +324772,129 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOneDriveActivityUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeletePassiveDnsRecord", - "Method": "Delete", + "OperationId": "report_getOneDriveActivityUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "passiveDnsRecord-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOneDriveUsageAccountCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.passiveDnsRecord_GetArtifact", + "OperationId": "report_getOneDriveUsageAccountCount", "Method": "Get", "Parameters": [ { - "Name": "passiveDnsRecord-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getOneDriveUsageAccountDetail(date={date})", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getOneDriveUsageAccountDetail", + "Method": "Get", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "date", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOneDriveUsageAccountDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.passiveDnsRecord_GetParentHost", + "OperationId": "report_getOneDriveUsageAccountDetail", "Method": "Get", "Parameters": [ { - "Name": "passiveDnsRecord-id", + "Name": "period", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getOneDriveUsageFileCounts(period=\u0027{period}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getOneDriveUsageFileCount", + "Method": "Get", + "Parameters": [ { - "Name": "$select", - "Location": "Query" - }, + "Name": "period", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getOneDriveUsageStorage(period=\u0027{period}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getOneDriveUsageStorage", + "Method": "Get", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getPrinterArchivedPrintJobs(printerId=\u0027{printerId}\u0027,startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.passiveDnsRecord_GetCount", + "OperationId": "report_getPrinterArchivedPrintJob", "Method": "Get", "Parameters": [ + { + "Name": "printerId", + "Location": "Path" + }, + { + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -427381,19 +324902,27 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates", - "Module": "Security" + "Path": "/reports/microsoft.graph.getRelyingPartyDetailedSummary(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListSslCertificate", + "OperationId": "report_getRelyingPartyDetailedSummary", "Method": "Get", "Parameters": [ + { + "Name": "period", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -427415,11 +324944,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -427431,50 +324960,47 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointActivityFileCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateSslCertificate", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getSharePointActivityFileCount", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointActivityPages(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetSslCertificate", + "OperationId": "report_getSharePointActivityPage", "Method": "Get", "Parameters": [ { - "Name": "sslCertificate-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateSslCertificate", - "Method": "Patch", + "OperationId": "report_getSharePointActivityUserCount", + "Method": "Get", "Parameters": [ { - "Name": "sslCertificate-id", + "Name": "period", "Location": "Path" } ] @@ -427482,234 +325008,159 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointActivityUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteSslCertificate", - "Method": "Delete", + "OperationId": "report_getSharePointActivityUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "sslCertificate-id", + "Name": "date", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointActivityUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.sslCertificate_ListRelatedHost", + "OperationId": "report_getSharePointActivityUserDetail", "Method": "Get", "Parameters": [ { - "Name": "sslCertificate-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointSiteUsageDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.sslCertificate_GetRelatedHost", + "OperationId": "report_getSharePointSiteUsageDetail", "Method": "Get", "Parameters": [ { - "Name": "sslCertificate-id", + "Name": "date", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getSharePointSiteUsageDetail(period=\u0027{period}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getSharePointSiteUsageDetail", + "Method": "Get", + "Parameters": [ { - "Name": "host-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointSiteUsageFileCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.sslCertificate.relatedHost_GetCount", + "OperationId": "report_getSharePointSiteUsageFileCount", "Method": "Get", "Parameters": [ { - "Name": "sslCertificate-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointSiteUsagePages(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.sslCertificate_GetCount", + "OperationId": "report_getSharePointSiteUsagePage", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/subdomains", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointSiteUsageSiteCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListSubdomain", + "OperationId": "report_getSharePointSiteUsageSiteCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/subdomains", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointSiteUsageStorage(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateSubdomain", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getSharePointSiteUsageStorage", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/subdomains/{subdomain-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetSubdomain", + "OperationId": "report_getSkypeGraphFPreBusinessActivityCount", "Method": "Get", "Parameters": [ { - "Name": "subdomain-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/subdomains/{subdomain-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateSubdomain", - "Method": "Patch", + "OperationId": "report_getSkypeGraphFPreBusinessActivityUserCount", + "Method": "Get", "Parameters": [ { - "Name": "subdomain-id", + "Name": "period", "Location": "Path" } ] @@ -427717,158 +325168,111 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/subdomains/{subdomain-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteSubdomain", - "Method": "Delete", + "OperationId": "report_getSkypeGraphFPreBusinessActivityUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "subdomain-id", + "Name": "date", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/subdomains/{subdomain-id}/host", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.subdomain_GetHost", + "OperationId": "report_getSkypeGraphFPreBusinessActivityUserDetail", "Method": "Get", "Parameters": [ { - "Name": "subdomain-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/subdomains/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageDistributionUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.subdomain_GetCount", + "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageDistributionUserCount", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListVulnerability", + "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageUserCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateVulnerability", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageUserDetail", + "Method": "Get", + "Parameters": [ + { + "Name": "date", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetVulnerability", + "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageUserDetail", "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateVulnerability", - "Method": "Patch", + "OperationId": "report_getSkypeGraphFPreBusinessOrganizerActivityCount", + "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "period", "Location": "Path" } ] @@ -427876,183 +325280,111 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityMinuteCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteVulnerability", - "Method": "Delete", + "OperationId": "report_getSkypeGraphFPreBusinessOrganizerActivityMinuteCount", + "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_ListArticle", + "OperationId": "report_getSkypeGraphFPreBusinessOrganizerActivityUserCount", "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_GetArticle", + "OperationId": "report_getSkypeGraphFPreBusinessParticipantActivityCount", "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "period", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityMinuteCounts(period=\u0027{period}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getSkypeGraphFPreBusinessParticipantActivityMinuteCount", + "Method": "Get", + "Parameters": [ { - "Name": "article-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability.article_GetCount", + "OperationId": "report_getSkypeGraphFPreBusinessParticipantActivityUserCount", "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_ListComponent", + "OperationId": "report_getSkypeGraphFPreBusinessPeerToPeerActivityCount", "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityMinuteCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_CreateComponent", - "Method": "Post", + "OperationId": "report_getSkypeGraphFPreBusinessPeerToPeerActivityMinuteCount", + "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "period", "Location": "Path" } ] @@ -428060,47 +325392,63 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_GetComponent", + "OperationId": "report_getSkypeGraphFPreBusinessPeerToPeerActivityUserCount", "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "period", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getTeamsDeviceUsageDistributionTotalUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getTeamsDeviceUsageDistributionTotalUserCount", + "Method": "Get", + "Parameters": [ { - "Name": "vulnerabilityComponent-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsDeviceUsageDistributionUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_UpdateComponent", - "Method": "Patch", + "OperationId": "report_getTeamsDeviceUsageDistributionUserCount", + "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "period", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getTeamsDeviceUsageTotalUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getTeamsDeviceUsageTotalUserCount", + "Method": "Get", + "Parameters": [ { - "Name": "vulnerabilityComponent-id", + "Name": "period", "Location": "Path" } ] @@ -428108,162 +325456,127 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsDeviceUsageUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_DeleteComponent", - "Method": "Delete", + "OperationId": "report_getTeamsDeviceUsageUserCount", + "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "period", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(date={date})", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getTeamsDeviceUsageUserDetail", + "Method": "Get", + "Parameters": [ { - "Name": "vulnerabilityComponent-id", + "Name": "date", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability.component_GetCount", + "OperationId": "report_getTeamsDeviceUsageUserDetail", "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsTeamActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_GetCount", + "OperationId": "report_getTeamsTeamActivityCount", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisHistoryRecords", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsTeamActivityDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListWhoisHistoryRecord", + "OperationId": "report_getTeamsTeamActivityDetail", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "date", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisHistoryRecords", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsTeamActivityDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateWhoisHistoryRecord", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getTeamsTeamActivityDetail", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsTeamActivityDistributionCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetWhoisHistoryRecord", + "OperationId": "report_getTeamsTeamActivityDistributionCount", "Method": "Get", "Parameters": [ { - "Name": "whoisHistoryRecord-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsTeamCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateWhoisHistoryRecord", - "Method": "Patch", + "OperationId": "report_getTeamsTeamCount", + "Method": "Get", "Parameters": [ { - "Name": "whoisHistoryRecord-id", + "Name": "period", "Location": "Path" } ] @@ -428271,158 +325584,127 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsUserActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteWhoisHistoryRecord", - "Method": "Delete", + "OperationId": "report_getTeamsUserActivityCount", + "Method": "Get", "Parameters": [ { - "Name": "whoisHistoryRecord-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsUserActivityDistributionTotalUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.whoisHistoryRecord_GetHost", + "OperationId": "report_getTeamsUserActivityDistributionTotalUserCount", "Method": "Get", "Parameters": [ { - "Name": "whoisHistoryRecord-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisHistoryRecords/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsUserActivityDistributionUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.whoisHistoryRecord_GetCount", + "OperationId": "report_getTeamsUserActivityDistributionUserCount", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsUserActivityTotalCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListWhoisRecord", + "OperationId": "report_getTeamsUserActivityTotalCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsUserActivityTotalDistributionCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateWhoisRecord", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getTeamsUserActivityTotalDistributionCount", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsUserActivityTotalUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetWhoisRecord", + "OperationId": "report_getTeamsUserActivityTotalUserCount", "Method": "Get", "Parameters": [ { - "Name": "whoisRecord-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getTeamsUserActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getTeamsUserActivityUserCount", + "Method": "Get", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsUserActivityUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateWhoisRecord", - "Method": "Patch", + "OperationId": "report_getTeamsUserActivityUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "whoisRecord-id", + "Name": "date", "Location": "Path" } ] @@ -428430,35 +325712,39 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsUserActivityUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteWhoisRecord", - "Method": "Delete", + "OperationId": "report_getTeamsUserActivityUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "whoisRecord-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", - "Module": "Security" + "Path": "/reports/microsoft.graph.getUserArchivedPrintJobs(userId=\u0027{userId}\u0027,startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.whoisRecord_ListHistory", + "OperationId": "report_getUserArchivedPrintJob", "Method": "Get", "Parameters": [ { - "Name": "whoisRecord-id", + "Name": "userId", + "Location": "Path" + }, + { + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", "Location": "Path" }, { @@ -428480,255 +325766,181 @@ { "Name": "$count", "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.whoisRecord_GetHistory", + "OperationId": "report_getYammerActivityCount", "Method": "Get", "Parameters": [ { - "Name": "whoisRecord-id", - "Location": "Path" - }, - { - "Name": "whoisHistoryRecord-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.whoisRecord.history_GetCount", + "OperationId": "report_getYammerActivityUserCount", "Method": "Get", "Parameters": [ { - "Name": "whoisRecord-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerActivityUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.whoisRecord_GetHost", + "OperationId": "report_getYammerActivityUserDetail", "Method": "Get", "Parameters": [ { - "Name": "whoisRecord-id", + "Name": "date", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerActivityUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.whoisRecord_GetCount", + "OperationId": "report_getYammerActivityUserDetail", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatSubmission", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerDeviceUsageDistributionUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_GetThreatSubmission", + "OperationId": "report_getYammerDeviceUsageDistributionUserCount", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatSubmission", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerDeviceUsageUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_UpdateThreatSubmission", - "Method": "Patch", - "Parameters": [] + "OperationId": "report_getYammerDeviceUsageUserCount", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/threatSubmission", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_DeleteThreatSubmission", - "Method": "Delete", + "OperationId": "report_getYammerDeviceUsageUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "date", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatSubmission/emailThreats", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_ListEmailThreat", + "OperationId": "report_getYammerDeviceUsageUserDetail", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatSubmission/emailThreats", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerGroupsActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_CreateEmailThreat", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getYammerGroupsActivityCount", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerGroupsActivityDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_GetEmailThreat", + "OperationId": "report_getYammerGroupsActivityDetail", "Method": "Get", "Parameters": [ { - "Name": "emailThreatSubmission-id", + "Name": "date", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerGroupsActivityDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_UpdateEmailThreat", - "Method": "Patch", + "OperationId": "report_getYammerGroupsActivityDetail", + "Method": "Get", "Parameters": [ { - "Name": "emailThreatSubmission-id", + "Name": "period", "Location": "Path" } ] @@ -428736,186 +325948,160 @@ }, { "PathInfo": { - "Path": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerGroupsActivityGroupCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_DeleteEmailThreat", - "Method": "Delete", + "OperationId": "report_getYammerGroupsActivityGroupCount", + "Method": "Get", "Parameters": [ { - "Name": "emailThreatSubmission-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatSubmission/emailThreats/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter=\u0027{filter}\u0027,skipToken=\u0027{skipToken}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission.emailThreat_GetCount", + "OperationId": "report_managedDeviceEnrollmentAbandonmentDetail", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "skip", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "top", + "Location": "Path" + }, + { + "Name": "filter", + "Location": "Path" + }, + { + "Name": "skipToken", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatSubmission/emailThreatSubmissionPolicies", - "Module": "Security" + "Path": "/reports/microsoft.graph.managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter=\u0027{filter}\u0027,skipToken=\u0027{skipToken}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_ListEmailThreatSubmissionPolicy", + "OperationId": "report_managedDeviceEnrollmentAbandonmentSummary", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "skip", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "top", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "filter", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "skipToken", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatSubmission/emailThreatSubmissionPolicies", - "Module": "Security" + "Path": "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_CreateEmailThreatSubmissionPolicy", - "Method": "Post", + "OperationId": "report_managedDeviceEnrollmentFailureDetail", + "Method": "Get", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter=\u0027{filter}\u0027,skipToken=\u0027{skipToken}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_GetEmailThreatSubmissionPolicy", + "OperationId": "report_managedDeviceEnrollmentFailureDetail", "Method": "Get", "Parameters": [ { - "Name": "emailThreatSubmissionPolicy-id", + "Name": "skip", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "top", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "filter", + "Location": "Path" + }, + { + "Name": "skipToken", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.managedDeviceEnrollmentFailureTrends()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_UpdateEmailThreatSubmissionPolicy", - "Method": "Patch", - "Parameters": [ - { - "Name": "emailThreatSubmissionPolicy-id", - "Location": "Path" - } - ] + "OperationId": "report_managedDeviceEnrollmentFailureTrend", + "Method": "Get", + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_DeleteEmailThreatSubmissionPolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "emailThreatSubmissionPolicy-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "report_managedDeviceEnrollmentTopFailure", + "Method": "Get", + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatSubmission/emailThreatSubmissionPolicies/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission.emailThreatSubmissionPolicy_GetCount", + "OperationId": "report_managedDeviceEnrollmentTopFailure", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatSubmission/fileThreats", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByPrinter", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_ListFileThreat", + "OperationId": "report_ListMonthlyPrintUsageGraphBPrePrinter", "Method": "Get", "Parameters": [ { @@ -428955,26 +326141,26 @@ }, { "PathInfo": { - "Path": "/security/threatSubmission/fileThreats", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByPrinter", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_CreateFileThreat", + "OperationId": "report_CreateMonthlyPrintUsageGraphBPrePrinter", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_GetFileThreat", + "OperationId": "report_GetMonthlyPrintUsageGraphBPrePrinter", "Method": "Get", "Parameters": [ { - "Name": "fileThreatSubmission-id", + "Name": "printUsageByPrinter-id", "Location": "Path" }, { @@ -428990,15 +326176,15 @@ }, { "PathInfo": { - "Path": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_UpdateFileThreat", + "OperationId": "report_UpdateMonthlyPrintUsageGraphBPrePrinter", "Method": "Patch", "Parameters": [ { - "Name": "fileThreatSubmission-id", + "Name": "printUsageByPrinter-id", "Location": "Path" } ] @@ -429006,15 +326192,15 @@ }, { "PathInfo": { - "Path": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_DeleteFileThreat", + "OperationId": "report_DeleteMonthlyPrintUsageGraphBPrePrinter", "Method": "Delete", "Parameters": [ { - "Name": "fileThreatSubmission-id", + "Name": "printUsageByPrinter-id", "Location": "Path" }, { @@ -429026,11 +326212,11 @@ }, { "PathInfo": { - "Path": "/security/threatSubmission/fileThreats/$count", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByPrinter/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission.fileThreat_GetCount", + "OperationId": "report.monthlyPrintUsageGraphBPrePrinter_GetCount", "Method": "Get", "Parameters": [ { @@ -429046,11 +326232,11 @@ }, { "PathInfo": { - "Path": "/security/threatSubmission/urlThreats", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByUser", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_ListUrlThreat", + "OperationId": "report_ListMonthlyPrintUsageGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -429090,26 +326276,26 @@ }, { "PathInfo": { - "Path": "/security/threatSubmission/urlThreats", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByUser", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_CreateUrlThreat", + "OperationId": "report_CreateMonthlyPrintUsageGraphBPreUser", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_GetUrlThreat", + "OperationId": "report_GetMonthlyPrintUsageGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "urlThreatSubmission-id", + "Name": "printUsageByUser-id", "Location": "Path" }, { @@ -429125,15 +326311,15 @@ }, { "PathInfo": { - "Path": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_UpdateUrlThreat", + "OperationId": "report_UpdateMonthlyPrintUsageGraphBPreUser", "Method": "Patch", "Parameters": [ { - "Name": "urlThreatSubmission-id", + "Name": "printUsageByUser-id", "Location": "Path" } ] @@ -429141,15 +326327,15 @@ }, { "PathInfo": { - "Path": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission_DeleteUrlThreat", + "OperationId": "report_DeleteMonthlyPrintUsageGraphBPreUser", "Method": "Delete", "Parameters": [ { - "Name": "urlThreatSubmission-id", + "Name": "printUsageByUser-id", "Location": "Path" }, { @@ -429161,11 +326347,11 @@ }, { "PathInfo": { - "Path": "/security/threatSubmission/urlThreats/$count", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByUser/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatSubmission.urlThreat_GetCount", + "OperationId": "report.monthlyPrintUsageGraphBPreUser_GetCount", "Method": "Get", "Parameters": [ { @@ -429181,11 +326367,11 @@ }, { "PathInfo": { - "Path": "/security/tiIndicators", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageSummariesByPrinter", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_ListTiIndicator", + "OperationId": "report_ListMonthlyPrintUsageSummariesGraphBPrePrinter", "Method": "Get", "Parameters": [ { @@ -429225,26 +326411,26 @@ }, { "PathInfo": { - "Path": "/security/tiIndicators", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageSummariesByPrinter", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_CreateTiIndicator", + "OperationId": "report_CreateMonthlyPrintUsageSummariesGraphBPrePrinter", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/tiIndicators/{tiIndicator-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_GetTiIndicator", + "OperationId": "report_GetMonthlyPrintUsageSummariesGraphBPrePrinter", "Method": "Get", "Parameters": [ { - "Name": "tiIndicator-id", + "Name": "printUsageByPrinter-id", "Location": "Path" }, { @@ -429260,15 +326446,15 @@ }, { "PathInfo": { - "Path": "/security/tiIndicators/{tiIndicator-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_UpdateTiIndicator", + "OperationId": "report_UpdateMonthlyPrintUsageSummariesGraphBPrePrinter", "Method": "Patch", "Parameters": [ { - "Name": "tiIndicator-id", + "Name": "printUsageByPrinter-id", "Location": "Path" } ] @@ -429276,15 +326462,15 @@ }, { "PathInfo": { - "Path": "/security/tiIndicators/{tiIndicator-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_DeleteTiIndicator", + "OperationId": "report_DeleteMonthlyPrintUsageSummariesGraphBPrePrinter", "Method": "Delete", "Parameters": [ { - "Name": "tiIndicator-id", + "Name": "printUsageByPrinter-id", "Location": "Path" }, { @@ -429296,11 +326482,11 @@ }, { "PathInfo": { - "Path": "/security/tiIndicators/$count", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageSummariesByPrinter/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.tiIndicator_GetCount", + "OperationId": "report.monthlyPrintUsageSummariesGraphBPrePrinter_GetCount", "Method": "Get", "Parameters": [ { @@ -429316,102 +326502,11 @@ }, { "PathInfo": { - "Path": "/security/tiIndicators/microsoft.graph.deleteTiIndicators", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.tiIndicator_deleteTiIndicator", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/tiIndicators/microsoft.graph.deleteTiIndicatorsByExternalId", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.tiIndicator_deleteTiIndicatorsGraphBPreExternalId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/tiIndicators/microsoft.graph.submitTiIndicators", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.tiIndicator_submitTiIndicator", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/tiIndicators/microsoft.graph.updateTiIndicators", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.tiIndicator_updateTiIndicator", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/triggers", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_GetTrigger", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/triggers", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateTrigger", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/triggers", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_DeleteTrigger", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/triggers/retentionEvents", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageSummariesByUser", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.trigger_ListRetentionEvent", + "OperationId": "report_ListMonthlyPrintUsageSummariesGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -429451,26 +326546,26 @@ }, { "PathInfo": { - "Path": "/security/triggers/retentionEvents", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageSummariesByUser", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.trigger_CreateRetentionEvent", + "OperationId": "report_CreateMonthlyPrintUsageSummariesGraphBPreUser", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.trigger_GetRetentionEvent", + "OperationId": "report_GetMonthlyPrintUsageSummariesGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "retentionEvent-id", + "Name": "printUsageByUser-id", "Location": "Path" }, { @@ -429486,15 +326581,15 @@ }, { "PathInfo": { - "Path": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.trigger_UpdateRetentionEvent", + "OperationId": "report_UpdateMonthlyPrintUsageSummariesGraphBPreUser", "Method": "Patch", "Parameters": [ { - "Name": "retentionEvent-id", + "Name": "printUsageByUser-id", "Location": "Path" } ] @@ -429502,15 +326597,15 @@ }, { "PathInfo": { - "Path": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.trigger_DeleteRetentionEvent", + "OperationId": "report_DeleteMonthlyPrintUsageSummariesGraphBPreUser", "Method": "Delete", "Parameters": [ { - "Name": "retentionEvent-id", + "Name": "printUsageByUser-id", "Location": "Path" }, { @@ -429522,23 +326617,19 @@ }, { "PathInfo": { - "Path": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageSummariesByUser/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.trigger.retentionEvent_GetRetentionEventType", + "OperationId": "report.monthlyPrintUsageSummariesGraphBPreUser_GetCount", "Method": "Get", "Parameters": [ { - "Name": "retentionEvent-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -429546,19 +326637,19 @@ }, { "PathInfo": { - "Path": "/security/triggers/retentionEvents/$count", - "Module": "Security" + "Path": "/reports/partners", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.trigger.retentionEvent_GetCount", + "OperationId": "report_GetPartner", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -429566,11 +326657,38 @@ }, { "PathInfo": { - "Path": "/security/triggerTypes", - "Module": "Security" + "Path": "/reports/partners", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_GetTriggerType", + "OperationId": "report_UpdatePartner", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/partners", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_DeletePartner", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/partners/billing", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.partner_GetBilling", "Method": "Get", "Parameters": [ { @@ -429586,22 +326704,22 @@ }, { "PathInfo": { - "Path": "/security/triggerTypes", - "Module": "Security" + "Path": "/reports/partners/billing", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_UpdateTriggerType", + "OperationId": "report.partner_UpdateBilling", "Method": "Patch", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/triggerTypes", - "Module": "Security" + "Path": "/reports/partners/billing", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_DeleteTriggerType", + "OperationId": "report.partner_DeleteBilling", "Method": "Delete", "Parameters": [ { @@ -429613,11 +326731,11 @@ }, { "PathInfo": { - "Path": "/security/triggerTypes/retentionEventTypes", - "Module": "Security" + "Path": "/reports/partners/billing/manifests", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.triggerType_ListRetentionEventType", + "OperationId": "report.partner.billing_ListManifest", "Method": "Get", "Parameters": [ { @@ -429657,26 +326775,26 @@ }, { "PathInfo": { - "Path": "/security/triggerTypes/retentionEventTypes", - "Module": "Security" + "Path": "/reports/partners/billing/manifests", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.triggerType_CreateRetentionEventType", + "OperationId": "report.partner.billing_CreateManifest", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Module": "Security" + "Path": "/reports/partners/billing/manifests/{manifest-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.triggerType_GetRetentionEventType", + "OperationId": "report.partner.billing_GetManifest", "Method": "Get", "Parameters": [ { - "Name": "retentionEventType-id", + "Name": "manifest-id", "Location": "Path" }, { @@ -429692,15 +326810,15 @@ }, { "PathInfo": { - "Path": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Module": "Security" + "Path": "/reports/partners/billing/manifests/{manifest-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.triggerType_UpdateRetentionEventType", + "OperationId": "report.partner.billing_UpdateManifest", "Method": "Patch", "Parameters": [ { - "Name": "retentionEventType-id", + "Name": "manifest-id", "Location": "Path" } ] @@ -429708,15 +326826,15 @@ }, { "PathInfo": { - "Path": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Module": "Security" + "Path": "/reports/partners/billing/manifests/{manifest-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.triggerType_DeleteRetentionEventType", + "OperationId": "report.partner.billing_DeleteManifest", "Method": "Delete", "Parameters": [ { - "Name": "retentionEventType-id", + "Name": "manifest-id", "Location": "Path" }, { @@ -429728,11 +326846,11 @@ }, { "PathInfo": { - "Path": "/security/triggerTypes/retentionEventTypes/$count", - "Module": "Security" + "Path": "/reports/partners/billing/manifests/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.triggerType.retentionEventType_GetCount", + "OperationId": "report.partner.billing.manifest_GetCount", "Method": "Get", "Parameters": [ { @@ -429748,11 +326866,11 @@ }, { "PathInfo": { - "Path": "/security/userSecurityProfiles", - "Module": "Security" + "Path": "/reports/partners/billing/operations", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_ListUserSecurityProfile", + "OperationId": "report.partner.billing_ListOperation", "Method": "Get", "Parameters": [ { @@ -429792,26 +326910,26 @@ }, { "PathInfo": { - "Path": "/security/userSecurityProfiles", - "Module": "Security" + "Path": "/reports/partners/billing/operations", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_CreateUserSecurityProfile", + "OperationId": "report.partner.billing_CreateOperation", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "Module": "Security" + "Path": "/reports/partners/billing/operations/{operation-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_GetUserSecurityProfile", + "OperationId": "report.partner.billing_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "userSecurityProfile-id", + "Name": "operation-id", "Location": "Path" }, { @@ -429827,15 +326945,15 @@ }, { "PathInfo": { - "Path": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "Module": "Security" + "Path": "/reports/partners/billing/operations/{operation-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_UpdateUserSecurityProfile", + "OperationId": "report.partner.billing_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "userSecurityProfile-id", + "Name": "operation-id", "Location": "Path" } ] @@ -429843,15 +326961,15 @@ }, { "PathInfo": { - "Path": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "Module": "Security" + "Path": "/reports/partners/billing/operations/{operation-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_DeleteUserSecurityProfile", + "OperationId": "report.partner.billing_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "userSecurityProfile-id", + "Name": "operation-id", "Location": "Path" }, { @@ -429863,11 +326981,11 @@ }, { "PathInfo": { - "Path": "/security/userSecurityProfiles/$count", - "Module": "Security" + "Path": "/reports/partners/billing/operations/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.userSecurityProfile_GetCount", + "OperationId": "report.partner.billing.operation_GetCount", "Method": "Get", "Parameters": [ { @@ -429883,77 +327001,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/security", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "user_GetSecurity", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/security", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "user_UpdateSecurity", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/security", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "user_DeleteSecurity", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection", - "Module": "Security" + "Path": "/reports/partners/billing/reconciliation", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.security_GetInformationProtection", + "OperationId": "report.partner.billing_GetReconciliation", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -429967,33 +327021,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection", - "Module": "Security" + "Path": "/reports/partners/billing/reconciliation", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.security_UpdateInformationProtection", + "OperationId": "report.partner.billing_UpdateReconciliation", "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection", - "Module": "Security" + "Path": "/reports/partners/billing/reconciliation", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.security_DeleteInformationProtection", + "OperationId": "report.partner.billing_DeleteReconciliation", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -430003,17 +327048,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "Module": "Security" + "Path": "/reports/partners/billing/reconciliation/billed", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.security.informationProtection_GetLabelPolicySetting", + "OperationId": "report.partner.billing.reconciliation_GetBilled", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -430027,33 +327068,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "Module": "Security" + "Path": "/reports/partners/billing/reconciliation/billed", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.security.informationProtection_UpdateLabelPolicySetting", + "OperationId": "report.partner.billing.reconciliation_UpdateBilled", "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "Module": "Security" + "Path": "/reports/partners/billing/reconciliation/billed", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.security.informationProtection_DeleteLabelPolicySetting", + "OperationId": "report.partner.billing.reconciliation_DeleteBilled", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -430063,85 +327095,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "user.security.informationProtection_ListSensitivityLabel", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels", - "Module": "Security" + "Path": "/reports/partners/billing/reconciliation/billed/microsoft.graph.partners.billing.export", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.security.informationProtection_CreateSensitivityLabel", + "OperationId": "report.partner.billing.reconciliation.billed_export", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Security" + "Path": "/reports/partners/billing/usage", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.security.informationProtection_GetSensitivityLabel", + "OperationId": "report.partner.billing_GetUsage", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sensitivityLabel-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -430155,41 +327126,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Security" + "Path": "/reports/partners/billing/usage", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.security.informationProtection_UpdateSensitivityLabel", + "OperationId": "report.partner.billing_UpdateUsage", "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sensitivityLabel-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { - "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Security" + "PathInfo": { + "Path": "/reports/partners/billing/usage", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.security.informationProtection_DeleteSensitivityLabel", + "OperationId": "report.partner.billing_DeleteUsage", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sensitivityLabel-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -430199,21 +327153,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Security" + "Path": "/reports/partners/billing/usage/billed", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.security.informationProtection.sensitivityLabel_GetParent", + "OperationId": "report.partner.billing.usage_GetBilled", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sensitivityLabel-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -430227,41 +327173,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Security" + "Path": "/reports/partners/billing/usage/billed", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.security.informationProtection.sensitivityLabel_UpdateParent", + "OperationId": "report.partner.billing.usage_UpdateBilled", "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sensitivityLabel-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Security" + "Path": "/reports/partners/billing/usage/billed", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.security.informationProtection.sensitivityLabel_DeleteParent", + "OperationId": "report.partner.billing.usage_DeleteBilled", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sensitivityLabel-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -430271,35 +327200,22 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count", - "Module": "Security" + "Path": "/reports/partners/billing/usage/billed/microsoft.graph.partners.billing.export", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.security.informationProtection.sensitivityLabel_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "report.partner.billing.usage.billed_export", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/admin/sharepoint", - "Module": "Sites" + "Path": "/reports/partners/billing/usage/unbilled", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "admin_GetSharepoint", + "OperationId": "report.partner.billing.usage_GetUnbilled", "Method": "Get", "Parameters": [ { @@ -430315,22 +327231,22 @@ }, { "PathInfo": { - "Path": "/admin/sharepoint", - "Module": "Sites" + "Path": "/reports/partners/billing/usage/unbilled", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "admin_UpdateSharepoint", + "OperationId": "report.partner.billing.usage_UpdateUnbilled", "Method": "Patch", "Parameters": [] } }, { "PathInfo": { - "Path": "/admin/sharepoint", - "Module": "Sites" + "Path": "/reports/partners/billing/usage/unbilled", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "admin_DeleteSharepoint", + "OperationId": "report.partner.billing.usage_DeleteUnbilled", "Method": "Delete", "Parameters": [ { @@ -430342,11 +327258,22 @@ }, { "PathInfo": { - "Path": "/admin/sharepoint/settings", - "Module": "Sites" + "Path": "/reports/partners/billing/usage/unbilled/microsoft.graph.partners.billing.export", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "admin.sharepoint_GetSetting", + "OperationId": "report.partner.billing.usage.unbilled_export", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/security", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_GetSecurity", "Method": "Get", "Parameters": [ { @@ -430362,22 +327289,22 @@ }, { "PathInfo": { - "Path": "/admin/sharepoint/settings", - "Module": "Sites" + "Path": "/reports/security", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "admin.sharepoint_UpdateSetting", + "OperationId": "report_UpdateSecurity", "Method": "Patch", "Parameters": [] } }, { "PathInfo": { - "Path": "/admin/sharepoint/settings", - "Module": "Sites" + "Path": "/reports/security", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "admin.sharepoint_DeleteSetting", + "OperationId": "report_DeleteSecurity", "Method": "Delete", "Parameters": [ { @@ -430389,17 +327316,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites", - "Module": "Sites" + "Path": "/reports/security/microsoft.graph.getAttackSimulationRepeatOffenders()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group_ListSite", + "OperationId": "report.security_getAttackSimulationRepeatOffender", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -430419,17 +327342,37 @@ { "Name": "$count", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/security/microsoft.graph.getAttackSimulationSimulationUserCoverage()", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.security_getAttackSimulationSimulationUserCoverage", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" }, { - "Name": "$orderby", + "Name": "$skip", "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", "Location": "Query" } ] @@ -430437,21 +327380,45 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}", - "Module": "Sites" + "Path": "/reports/security/microsoft.graph.getAttackSimulationTrainingUserCoverage()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group_GetSite", + "OperationId": "report.security_getAttackSimulationTrainingUserCoverage", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" }, + { + "Name": "$count", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/serviceActivity", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_GetServiceActivity", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -430465,47 +327432,70 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}", - "Module": "Sites" + "Path": "/reports/serviceActivity", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group_UpdateSite", + "OperationId": "report_UpdateServiceActivity", "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/serviceActivity", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_DeleteServiceActivity", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Sites" + "Path": "/reports/serviceActivity/microsoft.graph.getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_GetAnalytic", + "OperationId": "report.serviceActivity_getMetricsGraphFPreConditionalAccessCompliantDevicesSignInSuccess", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "inclusiveIntervalStartDateTime", "Location": "Path" }, { - "Name": "site-id", + "Name": "exclusiveIntervalEndDateTime", "Location": "Path" }, { - "Name": "$select", + "Name": "aggregationIntervalInMinutes", "Location": "Query" }, { - "Name": "$expand", + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", "Location": "Query" } ] @@ -430513,71 +327503,131 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Sites" + "Path": "/reports/serviceActivity/microsoft.graph.getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_UpdateAnalytic", - "Method": "Patch", + "OperationId": "report.serviceActivity_getMetricsGraphFPreConditionalAccessManagedDevicesSignInSuccess", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "inclusiveIntervalStartDateTime", "Location": "Path" }, { - "Name": "site-id", + "Name": "exclusiveIntervalEndDateTime", "Location": "Path" + }, + { + "Name": "aggregationIntervalInMinutes", + "Location": "Query" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Sites" + "Path": "/reports/serviceActivity/microsoft.graph.getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_DeleteAnalytic", - "Method": "Delete", + "OperationId": "report.serviceActivity_getMetricsGraphFPreMfaSignInFailure", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "inclusiveIntervalStartDateTime", "Location": "Path" }, { - "Name": "site-id", + "Name": "exclusiveIntervalEndDateTime", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "aggregationIntervalInMinutes", + "Location": "Query" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/allTime", - "Module": "Sites" + "Path": "/reports/serviceActivity/microsoft.graph.getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic_GetAllTime", + "OperationId": "report.serviceActivity_getMetricsGraphFPreMfaSignInSuccess", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "inclusiveIntervalStartDateTime", "Location": "Path" }, { - "Name": "site-id", + "Name": "exclusiveIntervalEndDateTime", "Location": "Path" }, { - "Name": "$select", + "Name": "aggregationIntervalInMinutes", "Location": "Query" }, { - "Name": "$expand", + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", "Location": "Query" } ] @@ -430585,21 +327635,57 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "Module": "Sites" + "Path": "/reports/serviceActivity/microsoft.graph.getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic_ListItemActivityStat", + "OperationId": "report.serviceActivity_getMetricsGraphFPreSamlSignInSuccess", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "inclusiveIntervalStartDateTime", "Location": "Path" }, { - "Name": "site-id", + "Name": "exclusiveIntervalEndDateTime", "Location": "Path" }, + { + "Name": "aggregationIntervalInMinutes", + "Location": "Query" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/servicePrincipalSignInActivities", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_ListServicePrincipalSignInActivity", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -430637,43 +327723,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "Module": "Sites" + "Path": "/reports/servicePrincipalSignInActivities", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic_CreateItemActivityStat", + "OperationId": "report_CreateServicePrincipalSignInActivity", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" + "Path": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic_GetItemActivityStat", + "OperationId": "report_GetServicePrincipalSignInActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "servicePrincipalSignInActivity-id", "Location": "Path" }, { @@ -430689,49 +327758,100 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" + "Path": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic_UpdateItemActivityStat", + "OperationId": "report_UpdateServicePrincipalSignInActivity", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "servicePrincipalSignInActivity-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_DeleteServicePrincipalSignInActivity", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "servicePrincipalSignInActivity-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" + "Path": "/reports/servicePrincipalSignInActivities/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic_DeleteItemActivityStat", - "Method": "Delete", + "OperationId": "report.servicePrincipalSignInActivity_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/sla", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_GetSla", + "Method": "Get", + "Parameters": [ { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/sla", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_UpdateSla", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/sla", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_DeleteSla", + "Method": "Delete", + "Parameters": [ { "Name": "If-Match", "Location": "Header" @@ -430741,25 +327861,60 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Sites" + "Path": "/reports/sla/azureADAuthentication", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_ListActivity", + "OperationId": "report.sla_GetAzureADAuthentication", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/sla/azureADAuthentication", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.sla_UpdateAzureADAuthentication", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/sla/azureADAuthentication", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.sla_DeleteAzureADAuthentication", + "Method": "Delete", + "Parameters": [ { - "Name": "itemActivityStat-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/userCredentialUsageDetails", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_ListUserCredentialUsageDetail", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -430797,51 +327952,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Sites" + "Path": "/reports/userCredentialUsageDetails", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_CreateActivity", + "OperationId": "report_CreateUserCredentialUsageDetail", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" + "Path": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_GetActivity", + "OperationId": "report_GetUserCredentialUsageDetail", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", + "Name": "userCredentialUsageDetails-id", "Location": "Path" }, { @@ -430857,27 +327987,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" + "Path": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_UpdateActivity", + "OperationId": "report_UpdateUserCredentialUsageDetail", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", + "Name": "userCredentialUsageDetails-id", "Location": "Path" } ] @@ -430885,27 +328003,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" + "Path": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_DeleteActivity", + "OperationId": "report_DeleteUserCredentialUsageDetail", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", + "Name": "userCredentialUsageDetails-id", "Location": "Path" }, { @@ -430917,29 +328023,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Sites" + "Path": "/reports/userCredentialUsageDetails/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItem", + "OperationId": "report.userCredentialUsageDetail_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/userInsights", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_GetUserInsight", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -430953,31 +328063,46 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites" + "Path": "/reports/userInsights", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItemContent", - "Method": "Get", + "OperationId": "report_UpdateUserInsight", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/userInsights", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_DeleteUserInsight", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/userInsights/daily", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.userInsight_GetDaily", + "Method": "Get", + "Parameters": [ { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$format", + "Name": "$expand", "Location": "Query" } ] @@ -430985,109 +328110,108 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites" + "Path": "/reports/userInsights/daily", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "report.userInsight_UpdateDaily", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/userInsights/daily", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.userInsight_DeleteDaily", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Sites" + "Path": "/reports/userInsights/daily/activeUsers", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItemContentStream", + "OperationId": "report.userInsight.daily_ListActiveUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Sites" + "Path": "/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "report.userInsight.daily_GetActiveUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "activeUsersMetric-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "itemActivity-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Sites" + "Path": "/reports/userInsights/daily/activeUsers/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_GetCount", + "OperationId": "report.userInsight.daily.activeUser_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -431101,20 +328225,20 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", - "Module": "Sites" + "Path": "/reports/userInsights/daily/authentications", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_GetCount", + "OperationId": "report.userInsight.daily_ListAuthentication", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -431123,25 +328247,37 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", - "Module": "Sites" + "Path": "/reports/userInsights/daily/authentications/{authenticationsMetric-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.analytic_GetLastSevenDay", + "OperationId": "report.userInsight.daily_GetAuthentication", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "authenticationsMetric-id", "Location": "Path" }, { @@ -431157,21 +328293,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns", - "Module": "Sites" + "Path": "/reports/userInsights/daily/authentications/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_ListColumn", + "OperationId": "report.userInsight.daily.authentication_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/userInsights/daily/inactiveUsers", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.userInsight.daily_ListInactiveUser", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -431209,51 +328357,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns", - "Module": "Sites" + "Path": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_CreateColumn", - "Method": "Post", + "OperationId": "report.userInsight.daily_GetInactiveUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "dailyInactiveUsersMetric-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/reports/userInsights/daily/inactiveUsers/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_GetColumn", + "OperationId": "report.userInsight.daily.inactiveUser_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -431261,75 +328401,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/reports/userInsights/daily/inactiveUsersByApplication", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_UpdateColumn", - "Method": "Patch", + "OperationId": "report.userInsight.daily_ListInactiveUsersGraphBPreApplication", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "columnDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_DeleteColumn", - "Method": "Delete", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" + "Path": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.column_GetSourceColumn", + "OperationId": "report.userInsight.daily_GetInactiveUsersGraphBPreApplication", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "dailyInactiveUsersByApplicationMetric-id", "Location": "Path" }, { @@ -431345,21 +328469,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns/$count", - "Module": "Sites" + "Path": "/reports/userInsights/daily/inactiveUsersByApplication/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.column_GetCount", + "OperationId": "report.userInsight.daily.inactiveUsersGraphBPreApplication_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -431373,21 +328489,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes", - "Module": "Sites" + "Path": "/reports/userInsights/daily/mfaCompletions", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_ListContentType", + "OperationId": "report.userInsight.daily_ListMfaCompletion", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -431425,51 +328533,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes", - "Module": "Sites" + "Path": "/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_CreateContentType", - "Method": "Post", + "OperationId": "report.userInsight.daily_GetMfaCompletion", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "mfaCompletionMetric-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites" + "Path": "/reports/userInsights/daily/mfaCompletions/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_GetContentType", + "OperationId": "report.userInsight.daily.mfaCompletion_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -431477,75 +328577,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites" + "Path": "/reports/userInsights/daily/signUps", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_UpdateContentType", - "Method": "Patch", + "OperationId": "report.userInsight.daily_ListSignUp", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_DeleteContentType", - "Method": "Delete", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", - "Module": "Sites" + "Path": "/reports/userInsights/daily/signUps/{userSignUpMetric-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType_GetBase", + "OperationId": "report.userInsight.daily_GetSignUp", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "userSignUpMetric-id", "Location": "Path" }, { @@ -431561,25 +328645,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "Module": "Sites" + "Path": "/reports/userInsights/daily/signUps/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType_ListBaseType", + "OperationId": "report.userInsight.daily.signUp_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/userInsights/daily/summary", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.userInsight.daily_ListSummary", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -431617,27 +328709,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Sites" + "Path": "/reports/userInsights/daily/summary/{insightSummary-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType_GetBaseType", + "OperationId": "report.userInsight.daily_GetSummary", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "contentType-id1", + "Name": "insightSummary-id", "Location": "Path" }, { @@ -431653,25 +328733,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Sites" + "Path": "/reports/userInsights/daily/summary/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType.baseType_GetCount", + "OperationId": "report.userInsight.daily.summary_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -431685,25 +328753,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" + "Path": "/reports/userInsights/daily/userCount", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType_ListColumnLink", + "OperationId": "report.userInsight.daily_ListUserCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -431741,59 +328797,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" + "Path": "/reports/userInsights/daily/userCount/{userCountMetric-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType_CreateColumnLink", - "Method": "Post", + "OperationId": "report.userInsight.daily_GetUserCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "userCountMetric-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" + "Path": "/reports/userInsights/daily/userCount/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType_GetColumnLink", + "OperationId": "report.userInsight.daily.userCount_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnLink-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -431801,117 +328841,60 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" + "Path": "/reports/userInsights/monthly", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType_UpdateColumnLink", - "Method": "Patch", + "OperationId": "report.userInsight_GetMonthly", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "columnLink-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" + "Path": "/reports/userInsights/monthly", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType_DeleteColumnLink", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnLink-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "report.userInsight_UpdateMonthly", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Sites" + "Path": "/reports/userInsights/monthly", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType.columnLink_GetCount", - "Method": "Get", + "OperationId": "report.userInsight_DeleteMonthly", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/activeUsers", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType_ListColumnPosition", + "OperationId": "report.userInsight.monthly_ListActiveUser", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -431949,27 +328932,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType_GetColumnPosition", + "OperationId": "report.userInsight.monthly_GetActiveUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "activeUsersMetric-id", "Location": "Path" }, { @@ -431985,25 +328956,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/activeUsers/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType.columnPosition_GetCount", + "OperationId": "report.userInsight.monthly.activeUser_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -432017,25 +328976,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/authentications", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType_ListColumn", + "OperationId": "report.userInsight.monthly_ListAuthentication", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -432073,59 +329020,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/authentications/{authenticationsMetric-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType_CreateColumn", - "Method": "Post", + "OperationId": "report.userInsight.monthly_GetAuthentication", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "authenticationsMetric-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/authentications/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType_GetColumn", + "OperationId": "report.userInsight.monthly.authentication_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -432133,87 +329064,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/inactiveUsers", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType_UpdateColumn", - "Method": "Patch", + "OperationId": "report.userInsight.monthly_ListInactiveUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "columnDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_DeleteColumn", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType.column_GetSourceColumn", + "OperationId": "report.userInsight.monthly_GetInactiveUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "monthlyInactiveUsersMetric-id", "Location": "Path" }, { @@ -432229,25 +329132,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/inactiveUsers/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType.column_GetCount", + "OperationId": "report.userInsight.monthly.inactiveUser_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -432261,20 +329152,20 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/inactiveUsersByApplication", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.contentType_GetCount", + "OperationId": "report.userInsight.monthly_ListInactiveUsersGraphBPreApplication", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -432283,26 +329174,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/createdByUser", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_GetCreatedGraphBPreUser", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -432317,19 +329196,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "report.userInsight.monthly_GetInactiveUsersGraphBPreApplication", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "monthlyInactiveUsersByApplicationMetric-id", "Location": "Path" }, { @@ -432345,41 +329220,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/inactiveUsersByApplication/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "report.userInsight.monthly.inactiveUsersGraphBPreApplication_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/mfaCompletions", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "report.userInsight.monthly_ListMfaCompletion", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -432417,27 +329284,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "report.userInsight.monthly_GetMfaCompletion", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "mfaCompletionMetric-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -432445,27 +329308,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/drive", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/mfaCompletions/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_GetDrive", + "OperationId": "report.userInsight.monthly.mfaCompletion_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -432473,21 +329328,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/drives", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/requests", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_ListDrive", + "OperationId": "report.userInsight.monthly_ListRequest", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -432525,23 +329372,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/requests/{userRequestsMetric-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_GetDrive", + "OperationId": "report.userInsight.monthly_GetRequest", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "userRequestsMetric-id", "Location": "Path" }, { @@ -432557,21 +329396,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/drives/$count", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/requests/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.drive_GetCount", + "OperationId": "report.userInsight.monthly.request_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -432585,21 +329416,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/externalColumns", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/signUps", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_ListExternalColumn", + "OperationId": "report.userInsight.monthly_ListSignUp", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -432637,23 +329460,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/signUps/{userSignUpMetric-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_GetExternalColumn", + "OperationId": "report.userInsight.monthly_GetSignUp", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "userSignUpMetric-id", "Location": "Path" }, { @@ -432669,21 +329484,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/signUps/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.externalColumn_GetCount", + "OperationId": "report.userInsight.monthly.signUp_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -432697,99 +329504,87 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/summary", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_GetInformationProtection", + "OperationId": "report.userInsight.monthly_ListSummary", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_UpdateInformationProtection", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/summary/{insightSummary-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site_DeleteInformationProtection", - "Method": "Delete", + "OperationId": "report.userInsight.monthly_GetSummary", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "insightSummary-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", - "Module": "Sites" + "Path": "/reports/userInsights/monthly/summary/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_GetBitlocker", + "OperationId": "report.userInsight.monthly.summary_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -432797,21 +329592,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", - "Module": "Sites" + "Path": "/schemaExtensions", + "Module": "SchemaExtensions" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.bitlocker_ListRecoveryKey", + "OperationId": "schemaExtension_ListSchemaExtension", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -432849,23 +329636,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Module": "Sites" + "Path": "/schemaExtensions", + "Module": "SchemaExtensions" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.bitlocker_GetRecoveryKey", + "OperationId": "schemaExtension_CreateSchemaExtension", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/schemaExtensions/{schemaExtension-id}", + "Module": "SchemaExtensions" + }, + "MethodInfo": { + "OperationId": "schemaExtension_GetSchemaExtension", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "bitlockerRecoveryKey-id", + "Name": "schemaExtension-id", "Location": "Path" }, { @@ -432881,21 +329671,49 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count", - "Module": "Sites" + "Path": "/schemaExtensions/{schemaExtension-id}", + "Module": "SchemaExtensions" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.bitlocker.recoveryKey_GetCount", - "Method": "Get", + "OperationId": "schemaExtension_UpdateSchemaExtension", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "schemaExtension-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/schemaExtensions/{schemaExtension-id}", + "Module": "SchemaExtensions" + }, + "MethodInfo": { + "OperationId": "schemaExtension_DeleteSchemaExtension", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "schemaExtension-id", "Location": "Path" }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/schemaExtensions/$count", + "Module": "SchemaExtensions" + }, + "MethodInfo": { + "OperationId": "schemaExtension_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -432909,21 +329727,44 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", - "Module": "Sites" + "Path": "/external", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_ListDataLossPreventionPolicy", + "OperationId": "external_GetExternal", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external_UpdateExternal", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/external/authorizationSystems", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external_ListAuthorizationSystem", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -432961,43 +329802,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", - "Module": "Sites" + "Path": "/external/authorizationSystems", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_CreateDataLossPreventionPolicy", + "OperationId": "external_CreateAuthorizationSystem", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.informationProtection_GetDataLossPreventionPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, + "Path": "/external/authorizationSystems/{authorizationSystem-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external_GetAuthorizationSystem", + "Method": "Get", + "Parameters": [ { - "Name": "dataLossPreventionPolicy-id", + "Name": "authorizationSystem-id", "Location": "Path" }, { @@ -433013,23 +329837,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Sites" + "Path": "/external/authorizationSystems/{authorizationSystem-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_UpdateDataLossPreventionPolicy", + "OperationId": "external_UpdateAuthorizationSystem", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "dataLossPreventionPolicy-id", + "Name": "authorizationSystem-id", "Location": "Path" } ] @@ -433037,23 +329853,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Sites" + "Path": "/external/authorizationSystems/{authorizationSystem-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_DeleteDataLossPreventionPolicy", + "OperationId": "external_DeleteAuthorizationSystem", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "dataLossPreventionPolicy-id", + "Name": "authorizationSystem-id", "Location": "Path" }, { @@ -433065,27 +329873,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count", - "Module": "Sites" + "Path": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.dataLossPreventionPolicy_GetCount", + "OperationId": "external.authorizationSystem_GetDataCollectionInfo", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "authorizationSystem-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -433093,93 +329897,69 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "Module": "Sites" + "Path": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_GetPolicy", - "Method": "Get", + "OperationId": "external.authorizationSystem_UpdateDataCollectionInfo", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "authorizationSystem-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "Module": "Sites" + "Path": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_UpdatePolicy", - "Method": "Patch", + "OperationId": "external.authorizationSystem_DeleteDataCollectionInfo", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "authorizationSystem-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "Module": "Sites" + "Path": "/external/authorizationSystems/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_DeletePolicy", - "Method": "Delete", + "OperationId": "external.authorizationSystem_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", - "Module": "Sites" + "Path": "/external/connections", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.policy_ListLabel", + "OperationId": "external_ListConnection", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -433217,43 +329997,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", - "Module": "Sites" + "Path": "/external/connections", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.policy_CreateLabel", + "OperationId": "external_CreateConnection", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.policy_GetLabel", + "OperationId": "external_GetConnection", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "informationProtectionLabel-id", + "Name": "externalConnection-id", "Location": "Path" }, { @@ -433269,23 +330032,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.policy_UpdateLabel", + "OperationId": "external_UpdateConnection", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "informationProtectionLabel-id", + "Name": "externalConnection-id", "Location": "Path" } ] @@ -433293,23 +330048,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.policy_DeleteLabel", + "OperationId": "external_DeleteConnection", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "informationProtectionLabel-id", + "Name": "externalConnection-id", "Location": "Path" }, { @@ -433321,47 +330068,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.informationProtection.policy.label_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/groups", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_ListSensitivityLabel", + "OperationId": "external.connection_ListGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { @@ -433401,19 +330116,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/groups", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_CreateSensitivityLabel", + "OperationId": "external.connection_CreateGroup", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" } ] @@ -433421,23 +330132,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_GetSensitivityLabel", + "OperationId": "external.connection_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "externalGroup-id", "Location": "Path" }, { @@ -433453,23 +330160,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_UpdateSensitivityLabel", + "OperationId": "external.connection_UpdateGroup", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "externalGroup-id", "Location": "Path" } ] @@ -433477,23 +330180,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_DeleteSensitivityLabel", + "OperationId": "external.connection_DeleteGroup", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "externalGroup-id", "Location": "Path" }, { @@ -433505,23 +330204,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel_ListSublabel", + "OperationId": "external.connection.group_ListMember", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "externalGroup-id", "Location": "Path" }, { @@ -433561,23 +330256,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel_CreateSublabel", + "OperationId": "external.connection.group_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "externalGroup-id", "Location": "Path" } ] @@ -433585,27 +330276,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel_GetSublabel", + "OperationId": "external.connection.group_GetMember", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "externalGroup-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id1", + "Name": "identity-id", "Location": "Path" }, { @@ -433621,27 +330308,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel_UpdateSublabel", + "OperationId": "external.connection.group_UpdateMember", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "externalGroup-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id1", + "Name": "identity-id", "Location": "Path" } ] @@ -433649,27 +330332,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel_DeleteSublabel", + "OperationId": "external.connection.group_DeleteMember", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "externalGroup-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id1", + "Name": "identity-id", "Location": "Path" }, { @@ -433681,23 +330360,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel.sublabel_GetCount", + "OperationId": "external.connection.group.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "externalGroup-id", "Location": "Path" }, { @@ -433713,19 +330388,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/groups/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel_GetCount", + "OperationId": "external.connection.group_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { @@ -433741,91 +330412,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.informationProtection_GetSensitivityPolicySetting", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.informationProtection_UpdateSensitivityPolicySetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.informationProtection_DeleteSensitivityPolicySetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/items", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_ListThreatAssessmentRequest", + "OperationId": "external.connection_ListItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { @@ -433865,19 +330460,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/items", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_CreateThreatAssessmentRequest", + "OperationId": "external.connection_CreateItem", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" } ] @@ -433885,23 +330476,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_GetThreatAssessmentRequest", + "OperationId": "external.connection_GetItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "externalItem-id", "Location": "Path" }, { @@ -433917,23 +330504,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_UpdateThreatAssessmentRequest", - "Method": "Patch", + "OperationId": "external.connection_SetItem", + "Method": "Put", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "externalItem-id", "Location": "Path" } ] @@ -433941,23 +330524,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_DeleteThreatAssessmentRequest", + "OperationId": "external.connection_DeleteItem", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "externalItem-id", "Location": "Path" }, { @@ -433969,23 +330548,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.threatAssessmentRequest_ListResult", + "OperationId": "external.connection.item_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "externalItem-id", "Location": "Path" }, { @@ -434025,23 +330600,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.threatAssessmentRequest_CreateResult", + "OperationId": "external.connection.item_CreateActivity", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "externalItem-id", "Location": "Path" } ] @@ -434049,27 +330620,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.threatAssessmentRequest_GetResult", + "OperationId": "external.connection.item_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "externalItem-id", "Location": "Path" }, { - "Name": "threatAssessmentResult-id", + "Name": "externalActivity-id", "Location": "Path" }, { @@ -434085,27 +330652,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.threatAssessmentRequest_UpdateResult", + "OperationId": "external.connection.item_UpdateActivity", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "externalItem-id", "Location": "Path" }, { - "Name": "threatAssessmentResult-id", + "Name": "externalActivity-id", "Location": "Path" } ] @@ -434113,27 +330676,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.threatAssessmentRequest_DeleteResult", + "OperationId": "external.connection.item_DeleteActivity", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "externalItem-id", "Location": "Path" }, { - "Name": "threatAssessmentResult-id", + "Name": "externalActivity-id", "Location": "Path" }, { @@ -434145,31 +330704,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.threatAssessmentRequest.result_GetCount", + "OperationId": "external.connection.item.activity_GetPerformedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "externalItem-id", "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "externalActivity-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -434177,19 +330736,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.threatAssessmentRequest_GetCount", + "OperationId": "external.connection.item.activity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "externalItem-id", "Location": "Path" }, { @@ -434205,19 +330764,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/items", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/microsoft.graph.externalConnectors.addActivities", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site_ListItem", + "OperationId": "external.connection.item_addActivity", + "Method": "Post", + "Parameters": [ + { + "Name": "externalConnection-id", + "Location": "Path" + }, + { + "Name": "externalItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/connections/{externalConnection-id}/items/$count", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.connection.item_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/connections/{externalConnection-id}/operations", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.connection_ListOperation", + "Method": "Get", + "Parameters": [ + { + "Name": "externalConnection-id", "Location": "Path" }, { @@ -434257,23 +330856,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/operations", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site_GetItem", - "Method": "Get", + "OperationId": "external.connection_CreateOperation", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "externalConnection-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.connection_GetOperation", + "Method": "Get", + "Parameters": [ { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "baseItem-id", + "Name": "connectionOperation-id", "Location": "Path" }, { @@ -434289,55 +330900,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/items/$count", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.item_GetCount", - "Method": "Get", + "OperationId": "external.connection_UpdateOperation", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "connectionOperation-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.connection_DeleteOperation", + "Method": "Delete", + "Parameters": [ + { + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "connectionOperation-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/operations/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site_GetLastModifiedGraphBPreUser", + "OperationId": "external.connection.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -434345,19 +330968,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/quota", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "external.connection_GetQuota", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { @@ -434373,19 +330992,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/quota", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "OperationId": "external.connection_UpdateQuota", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" } ] @@ -434393,44 +331008,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/quota", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.lastModifiedGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "external.connection_DeleteQuota", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/connections/{externalConnection-id}/schema", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.connection_GetSchema", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "externalConnection-id", + "Location": "Path" }, { "Name": "$select", @@ -434445,21 +331052,29 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/external/connections/{externalConnection-id}/schema", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "external.connection_UpdateSchema", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "externalConnection-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/connections/$count", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.connection_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -434473,21 +331088,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists", - "Module": "Sites" + "Path": "/external/industryData", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site_ListList", + "OperationId": "external_GetIndustryData", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/dataConnectors", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_ListDataConnector", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -434525,43 +331152,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists", - "Module": "Sites" + "Path": "/external/industryData/dataConnectors", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site_CreateList", + "OperationId": "external.industryData_CreateDataConnector", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Sites" + "Path": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site_GetList", + "OperationId": "external.industryData_GetDataConnector", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "industryDataConnector-id", "Location": "Path" }, { @@ -434577,23 +331187,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Sites" + "Path": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site_UpdateList", + "OperationId": "external.industryData_UpdateDataConnector", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "industryDataConnector-id", "Location": "Path" } ] @@ -434601,23 +331203,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Sites" + "Path": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site_DeleteList", + "OperationId": "external.industryData_DeleteDataConnector", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "industryDataConnector-id", "Location": "Path" }, { @@ -434629,49 +331223,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", - "Module": "Sites" + "Path": "/external/industryData/dataConnectors/{industryDataConnector-id}/microsoft.graph.industryData.validate", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_ListActivity", - "Method": "Get", + "OperationId": "external.industryData.dataConnector_validate", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "industryDataConnector-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData.dataConnector_GetSourceSystem", + "Method": "Get", + "Parameters": [ { - "Name": "list-id", + "Name": "industryDataConnector-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -434685,49 +331263,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", - "Module": "Sites" + "Path": "/external/industryData/dataConnectors/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_CreateActivity", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, + "OperationId": "external.industryData.dataConnector_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "Module": "Sites" + "Path": "/external/industryData/inboundFlows", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_ListColumn", + "OperationId": "external.industryData_ListInboundFlow", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -434765,51 +331327,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "Module": "Sites" + "Path": "/external/industryData/inboundFlows", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_CreateColumn", + "OperationId": "external.industryData_CreateInboundFlow", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/external/industryData/inboundFlows/{inboundFlow-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_GetColumn", + "OperationId": "external.industryData_GetInboundFlow", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "inboundFlow-id", "Location": "Path" }, { @@ -434825,27 +331362,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/external/industryData/inboundFlows/{inboundFlow-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_UpdateColumn", + "OperationId": "external.industryData_UpdateInboundFlow", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "inboundFlow-id", "Location": "Path" } ] @@ -434853,27 +331378,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/external/industryData/inboundFlows/{inboundFlow-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_DeleteColumn", + "OperationId": "external.industryData_DeleteInboundFlow", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "inboundFlow-id", "Location": "Path" }, { @@ -434885,27 +331398,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" + "Path": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.column_GetSourceColumn", + "OperationId": "external.industryData.inboundFlow_GetDataConnector", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "inboundFlow-id", "Location": "Path" }, { @@ -434921,25 +331422,37 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", - "Module": "Sites" + "Path": "/external/industryData/inboundFlows/{inboundFlow-id}/year", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.column_GetCount", + "OperationId": "external.industryData.inboundFlow_GetYear", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "inboundFlow-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/inboundFlows/$count", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData.inboundFlow_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -434953,25 +331466,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Sites" + "Path": "/external/industryData/operations", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_ListContentType", + "OperationId": "external.industryData_ListOperation", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -435009,51 +331510,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Sites" + "Path": "/external/industryData/operations", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_CreateContentType", + "OperationId": "external.industryData_CreateOperation", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites" + "Path": "/external/industryData/operations/{longRunningOperation-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_GetContentType", + "OperationId": "external.industryData_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "longRunningOperation-id", "Location": "Path" }, { @@ -435069,27 +331545,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites" + "Path": "/external/industryData/operations/{longRunningOperation-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_UpdateContentType", + "OperationId": "external.industryData_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "longRunningOperation-id", "Location": "Path" } ] @@ -435097,27 +331561,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites" + "Path": "/external/industryData/operations/{longRunningOperation-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_DeleteContentType", + "OperationId": "external.industryData_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "longRunningOperation-id", "Location": "Path" }, { @@ -435129,35 +331581,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", - "Module": "Sites" + "Path": "/external/industryData/operations/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetBase", + "OperationId": "external.industryData.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -435165,29 +331601,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", - "Module": "Sites" + "Path": "/external/industryData/outboundProvisioningFlowSets", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_ListBaseType", + "OperationId": "external.industryData_ListOutboundProvisioningFlowSet", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -435225,31 +331645,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Sites" + "Path": "/external/industryData/outboundProvisioningFlowSets", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetBaseType", + "OperationId": "external.industryData_CreateOutboundProvisioningFlowSet", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_GetOutboundProvisioningFlowSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "contentType-id1", + "Name": "outboundProvisioningFlowSet-id", "Location": "Path" }, { @@ -435265,63 +331680,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Sites" + "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType.baseType_GetCount", - "Method": "Get", + "OperationId": "external.industryData_UpdateOutboundProvisioningFlowSet", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "outboundProvisioningFlowSet-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_DeleteOutboundProvisioningFlowSet", + "Method": "Delete", + "Parameters": [ { - "Name": "contentType-id", + "Name": "outboundProvisioningFlowSet-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" + "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_ListColumnLink", + "OperationId": "external.industryData.outboundProvisioningFlowSet_ListProvisioningFlow", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "outboundProvisioningFlowSet-id", "Location": "Path" }, { @@ -435361,27 +331764,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" + "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_CreateColumnLink", + "OperationId": "external.industryData.outboundProvisioningFlowSet_CreateProvisioningFlow", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "outboundProvisioningFlowSet-id", "Location": "Path" } ] @@ -435389,31 +331780,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" + "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetColumnLink", + "OperationId": "external.industryData.outboundProvisioningFlowSet_GetProvisioningFlow", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "outboundProvisioningFlowSet-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "provisioningFlow-id", "Location": "Path" }, { @@ -435429,31 +331808,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" + "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_UpdateColumnLink", + "OperationId": "external.industryData.outboundProvisioningFlowSet_UpdateProvisioningFlow", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "outboundProvisioningFlowSet-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "provisioningFlow-id", "Location": "Path" } ] @@ -435461,31 +331828,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" + "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_DeleteColumnLink", + "OperationId": "external.industryData.outboundProvisioningFlowSet_DeleteProvisioningFlow", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "outboundProvisioningFlowSet-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "provisioningFlow-id", "Location": "Path" }, { @@ -435497,27 +331852,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Sites" + "Path": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType.columnLink_GetCount", + "OperationId": "external.industryData.outboundProvisioningFlowSet.provisioningFlow_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "outboundProvisioningFlowSet-id", "Location": "Path" }, { @@ -435533,29 +331876,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Sites" + "Path": "/external/industryData/outboundProvisioningFlowSets/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_ListColumnPosition", + "OperationId": "external.industryData.outboundProvisioningFlowSet_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/referenceDefinitions", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_ListReferenceDefinition", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -435593,31 +331940,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Sites" + "Path": "/external/industryData/referenceDefinitions", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetColumnPosition", + "OperationId": "external.industryData_CreateReferenceDefinition", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_GetReferenceDefinition", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "referenceDefinition-id", "Location": "Path" }, { @@ -435633,29 +331975,49 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Sites" + "Path": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType.columnPosition_GetCount", - "Method": "Get", + "OperationId": "external.industryData_UpdateReferenceDefinition", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "referenceDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_DeleteReferenceDefinition", + "Method": "Delete", + "Parameters": [ { - "Name": "list-id", + "Name": "referenceDefinition-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/referenceDefinitions/$count", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData.referenceDefinition_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -435669,29 +332031,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" + "Path": "/external/industryData/roleGroups", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_ListColumn", + "OperationId": "external.industryData_ListRoleGroup", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -435729,60 +332075,127 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" + "Path": "/external/industryData/roleGroups", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_CreateColumn", + "OperationId": "external.industryData_CreateRoleGroup", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/roleGroups/{roleGroup-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_GetRoleGroup", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "roleGroup-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "list-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/roleGroups/{roleGroup-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_UpdateRoleGroup", + "Method": "Patch", + "Parameters": [ + { + "Name": "roleGroup-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/roleGroups/{roleGroup-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_DeleteRoleGroup", + "Method": "Delete", + "Parameters": [ { - "Name": "contentType-id", + "Name": "roleGroup-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/external/industryData/roleGroups/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetColumn", + "OperationId": "external.industryData.roleGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/runs", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_ListRun", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -435797,99 +332210,91 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/external/industryData/runs/{industryDataRun-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_UpdateColumn", - "Method": "Patch", + "OperationId": "external.industryData_GetRun", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "industryDataRun-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/external/industryData/runs/{industryDataRun-id}/activities", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_DeleteColumn", - "Method": "Delete", + "OperationId": "external.industryData.run_ListActivity", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "industryDataRun-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" + "Path": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType.column_GetSourceColumn", + "OperationId": "external.industryData.run_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "industryDataRun-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "industryDataRunActivity-id", "Location": "Path" }, { @@ -435905,27 +332310,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Sites" + "Path": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}/activity", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType.column_GetCount", + "OperationId": "external.industryData.run.activity_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "industryDataRun-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "industryDataRunActivity-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "contentType-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/runs/{industryDataRun-id}/activities/$count", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData.run.activity_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "industryDataRun-id", "Location": "Path" }, { @@ -435941,25 +332362,29 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "Module": "Sites" + "Path": "/external/industryData/runs/{industryDataRun-id}/microsoft.graph.industryData.getStatistics()", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetCount", + "OperationId": "external.industryData.run_getStatistics", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "industryDataRun-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/runs/$count", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData.run_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -435973,24 +332398,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", - "Module": "Sites" + "Path": "/external/industryData/runs/microsoft.graph.industryData.getStatistics()", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_GetCreatedGraphBPreUser", + "OperationId": "external.industryData.run_getStatistics", + "Method": "Get", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/sourceSystems", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_ListSourceSystem", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -436005,23 +332453,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/external/industryData/sourceSystems", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "external.industryData_CreateSourceSystem", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_GetSourceSystem", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "sourceSystemDefinition-id", "Location": "Path" }, { @@ -436037,49 +332488,69 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "external.industryData_UpdateSourceSystem", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "sourceSystemDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_DeleteSourceSystem", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "sourceSystemDefinition-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/sourceSystems/$count", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData.sourceSystem_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/external/industryData/years", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "external.industryData_ListYear", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -436117,25 +332588,84 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/external/industryData/years", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "external.industryData_CreateYear", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_GetYear", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "yearTimePeriodDefinition-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "list-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_UpdateYear", + "Method": "Patch", + "Parameters": [ + { + "Name": "yearTimePeriodDefinition-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData_DeleteYear", + "Method": "Delete", + "Parameters": [ + { + "Name": "yearTimePeriodDefinition-id", "Location": "Path" }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/industryData/years/$count", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.industryData.year_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -436149,25 +332679,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", - "Module": "Sites" + "Path": "/search", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_GetDrive", + "OperationId": "search.searchEntity_GetSearchEntity", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -436181,25 +332699,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "Module": "Sites" + "Path": "/search", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_ListItem", + "OperationId": "search.searchEntity_UpdateSearchEntity", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/search/acronyms", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "search_ListAcronym", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -436237,51 +332754,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "Module": "Sites" + "Path": "/search/acronyms", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_CreateItem", + "OperationId": "search_CreateAcronym", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites" + "Path": "/search/acronyms/{acronym-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_GetItem", + "OperationId": "search_GetAcronym", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "acronym-id", "Location": "Path" }, { @@ -436297,27 +332789,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites" + "Path": "/search/acronyms/{acronym-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_UpdateItem", + "OperationId": "search_UpdateAcronym", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "acronym-id", "Location": "Path" } ] @@ -436325,27 +332805,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites" + "Path": "/search/acronyms/{acronym-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list_DeleteItem", + "OperationId": "search_DeleteAcronym", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "acronym-id", "Location": "Path" }, { @@ -436357,29 +332825,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "Module": "Sites" + "Path": "/search/acronyms/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.item_ListActivity", + "OperationId": "search.acronym_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/search/bookmarks", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "search_ListBookmark", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -436417,59 +332889,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "Module": "Sites" + "Path": "/search/bookmarks", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.item_CreateActivity", + "OperationId": "search_CreateBookmark", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Sites" + "Path": "/search/bookmarks/{bookmark-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetActivity", + "OperationId": "search_GetBookmark", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "bookmark-id", "Location": "Path" }, { @@ -436485,31 +332924,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Sites" + "Path": "/search/bookmarks/{bookmark-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.item_UpdateActivity", + "OperationId": "search_UpdateBookmark", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "bookmark-id", "Location": "Path" } ] @@ -436517,31 +332940,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Sites" + "Path": "/search/bookmarks/{bookmark-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.item_DeleteActivity", + "OperationId": "search_DeleteBookmark", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "bookmark-id", "Location": "Path" }, { @@ -436553,39 +332960,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", - "Module": "Sites" + "Path": "/search/bookmarks/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.item.activity_GetDriveItem", + "OperationId": "search.bookmark_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -436593,35 +332980,54 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Sites" + "Path": "/search/microsoft.graph.query", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.item.activity_GetDriveItemContent", + "OperationId": "search_query", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/search/qnas", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "search_ListQna", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "$format", + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -436629,95 +333035,50 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Sites" + "Path": "/search/qnas", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.item.activity_SetDriveItemContent", - "Method": "Put", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", - "Location": "Path" - } - ] + "OperationId": "search_CreateQna", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Sites" + "Path": "/search/qnas/{qna-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.item.activity_GetDriveItemContentStream", + "OperationId": "search_GetQna", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "qna-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Sites" + "Path": "/search/qnas/{qna-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.item.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "search_UpdateQna", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "qna-id", "Location": "Path" } ] @@ -436725,69 +333086,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", - "Module": "Sites" + "Path": "/search/qnas/{qna-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.item.activity_GetListItem", - "Method": "Get", + "OperationId": "search_DeleteQna", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "qna-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", - "Module": "Sites" + "Path": "/search/qnas/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "group.site.list.item.activity_GetCount", + "OperationId": "search.qna_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -436801,29 +333126,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "Module": "Sites" + "Path": "/security", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetAnalytic", + "OperationId": "security_GetSecurity", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -436837,64 +333146,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "Module": "Sites" + "Path": "/security", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetCreatedGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "security_UpdateSecurity", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/alerts", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "security_ListAlert", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -436909,57 +333201,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/alerts", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - } - ] + "OperationId": "security_CreateAlert", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/alerts_v2", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security_ListAlerts_v2", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -436997,35 +333256,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/alerts_v2", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "security_CreateAlerts_v2", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/alerts_v2/{alert-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_GetAlerts_v2", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "alert-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -437033,36 +333291,72 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Sites" + "Path": "/security/alerts_v2/{alert-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_ListDocumentSetVersion", - "Method": "Get", + "OperationId": "security_UpdateAlerts_v2", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "alert-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/alerts_v2/{alert-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteAlerts_v2", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "alert-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/alerts_v2/{alert-id}/comments", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.alerts_v2_SetComment", + "Method": "Post", + "Parameters": [ { - "Name": "listItem-id", + "Name": "alert-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/alerts_v2/{alert-id}/comments/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.alerts_v2.Comment_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" + "Name": "alert-id", + "Location": "Path" }, { "Name": "$search", @@ -437071,14 +333365,42 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/alerts_v2/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.alerts_v2_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", + "Name": "$search", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/alerts/{alert-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_GetAlert", + "Method": "Get", + "Parameters": [ + { + "Name": "alert-id", + "Location": "Path" }, { "Name": "$select", @@ -437093,27 +333415,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Sites" + "Path": "/security/alerts/{alert-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_CreateDocumentSetVersion", - "Method": "Post", + "OperationId": "security_UpdateAlert", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "alert-id", "Location": "Path" } ] @@ -437121,33 +333431,44 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites" + "Path": "/security/alerts/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetDocumentSetVersion", + "OperationId": "security.alert_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/alerts/microsoft.graph.updateAlerts", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.alert_updateAlert", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_GetAttackSimulation", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -437161,99 +333482,97 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites" + "Path": "/security/attackSimulation", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_UpdateDocumentSetVersion", + "OperationId": "security_UpdateAttackSimulation", "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteAttackSimulation", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites" + "Path": "/security/attackSimulation/endUserNotifications", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_DeleteDocumentSetVersion", - "Method": "Delete", + "OperationId": "security.attackSimulation_ListEndUserNotification", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites" + "Path": "/security/attackSimulation/endUserNotifications", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.documentSetVersion_GetField", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, + "OperationId": "security.attackSimulation_CreateEndUserNotification", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_GetEndUserNotification", + "Method": "Get", + "Parameters": [ { - "Name": "documentSetVersion-id", + "Name": "endUserNotification-id", "Location": "Path" }, { @@ -437269,31 +333588,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites" + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.documentSetVersion_UpdateField", + "OperationId": "security.attackSimulation_UpdateEndUserNotification", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "endUserNotification-id", "Location": "Path" } ] @@ -437301,31 +333604,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites" + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.documentSetVersion_DeleteField", + "OperationId": "security.attackSimulation_DeleteEndUserNotification", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "endUserNotification-id", "Location": "Path" }, { @@ -437337,28 +333624,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "Module": "Sites" + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.documentSetVersion_GetCount", + "OperationId": "security.attackSimulation.endUserNotification_ListDetail", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "endUserNotification-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -437367,33 +333650,57 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "Module": "Sites" + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetDriveItem", - "Method": "Get", + "OperationId": "security.attackSimulation.endUserNotification_CreateDetail", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "endUserNotification-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation.endUserNotification_GetDetail", + "Method": "Get", + "Parameters": [ { - "Name": "list-id", + "Name": "endUserNotification-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "endUserNotificationDetail-id", "Location": "Path" }, { @@ -437409,144 +333716,124 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Sites" + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetDriveItemContent", - "Method": "Get", + "OperationId": "security.attackSimulation.endUserNotification_UpdateDetail", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "endUserNotification-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "endUserNotificationDetail-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Sites" + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_SetDriveItemContent", - "Method": "Put", + "OperationId": "security.attackSimulation.endUserNotification_DeleteDetail", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "endUserNotification-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "endUserNotificationDetail-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "Module": "Sites" + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetDriveItemContentStream", + "OperationId": "security.attackSimulation.endUserNotification.detail_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "endUserNotification-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "Module": "Sites" + "Path": "/security/attackSimulation/endUserNotifications/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "security.attackSimulation.endUserNotification_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" + "Path": "/security/attackSimulation/landingPages", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetField", + "OperationId": "security.attackSimulation_ListLandingPage", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -437561,27 +333848,50 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" + "Path": "/security/attackSimulation/landingPages", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_UpdateField", - "Method": "Patch", + "OperationId": "security.attackSimulation_CreateLandingPage", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/landingPages/{landingPage-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_GetLandingPage", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "landingPage-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/landingPages/{landingPage-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_UpdateLandingPage", + "Method": "Patch", + "Parameters": [ { - "Name": "listItem-id", + "Name": "landingPage-id", "Location": "Path" } ] @@ -437589,27 +333899,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" + "Path": "/security/attackSimulation/landingPages/{landingPage-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_DeleteField", + "OperationId": "security.attackSimulation_DeleteLandingPage", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "landingPage-id", "Location": "Path" }, { @@ -437621,28 +333919,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "Module": "Sites" + "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetLastModifiedGraphBPreUser", + "OperationId": "security.attackSimulation.landingPage_ListDetail", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "landingPage-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -437657,27 +333967,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "security.attackSimulation.landingPage_CreateDetail", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "landingPage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation.landingPage_GetDetail", + "Method": "Get", + "Parameters": [ { - "Name": "list-id", + "Name": "landingPage-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "landingPageDetail-id", "Location": "Path" }, { @@ -437693,27 +334011,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "OperationId": "security.attackSimulation.landingPage_UpdateDetail", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "landingPage-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "landingPageDetail-id", "Location": "Path" } ] @@ -437721,37 +334031,41 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "security.attackSimulation.landingPage_DeleteDetail", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "landingPage-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "landingPageDetail-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation.landingPage.detail_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "listItem-id", + "Name": "landingPage-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -437759,51 +334073,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/attackSimulation/landingPages/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "security.attackSimulation.landingPage_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -437817,29 +334099,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Sites" + "Path": "/security/attackSimulation/loginPages", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_ListVersion", + "OperationId": "security.attackSimulation_ListLoginPage", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -437877,59 +334143,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Sites" + "Path": "/security/attackSimulation/loginPages", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_CreateVersion", + "OperationId": "security.attackSimulation_CreateLoginPage", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites" + "Path": "/security/attackSimulation/loginPages/{loginPage-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetVersion", + "OperationId": "security.attackSimulation_GetLoginPage", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "loginPage-id", "Location": "Path" }, { @@ -437945,31 +334178,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites" + "Path": "/security/attackSimulation/loginPages/{loginPage-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_UpdateVersion", + "OperationId": "security.attackSimulation_UpdateLoginPage", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "loginPage-id", "Location": "Path" } ] @@ -437977,68 +334194,76 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites" + "Path": "/security/attackSimulation/loginPages/{loginPage-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_DeleteVersion", + "OperationId": "security.attackSimulation_DeleteLoginPage", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "loginPage-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/loginPages/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation.loginPage_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites" + "Path": "/security/attackSimulation/operations", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.version_GetField", + "OperationId": "security.attackSimulation_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -438053,31 +334278,50 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites" + "Path": "/security/attackSimulation/operations", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.version_UpdateField", - "Method": "Patch", + "OperationId": "security.attackSimulation_CreateOperation", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_GetOperation", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "attackSimulationOperation-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_UpdateOperation", + "Method": "Patch", + "Parameters": [ { - "Name": "listItemVersion-id", + "Name": "attackSimulationOperation-id", "Location": "Path" } ] @@ -438085,31 +334329,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites" + "Path": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.version_DeleteField", + "OperationId": "security.attackSimulation_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "attackSimulationOperation-id", "Location": "Path" }, { @@ -438121,29 +334349,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "Module": "Sites" + "Path": "/security/attackSimulation/operations/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.version_GetCount", + "OperationId": "security.attackSimulation.operation_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -438157,24 +334369,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser", - "Module": "Sites" + "Path": "/security/attackSimulation/payloads", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_GetLastModifiedGraphBPreUser", + "OperationId": "security.attackSimulation_ListPayload", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -438189,23 +334413,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/attackSimulation/payloads", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "security.attackSimulation_CreatePayload", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/payloads/{payload-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_GetPayload", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "payload-id", "Location": "Path" }, { @@ -438221,49 +334448,69 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/attackSimulation/payloads/{payload-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "OperationId": "security.attackSimulation_UpdatePayload", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "payload-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/payloads/{payload-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_DeletePayload", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "payload-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/attackSimulation/payloads/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security.attackSimulation.payload_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/simulationAutomations", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_ListSimulationAutomation", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -438301,31 +334548,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/attackSimulation/simulationAutomations", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "security.attackSimulation_CreateSimulationAutomation", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_GetSimulationAutomation", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "simulationAutomation-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -438333,23 +334583,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "Module": "Sites" + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_ListOperation", - "Method": "Get", + "OperationId": "security.attackSimulation_UpdateSimulationAutomation", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "simulationAutomation-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_DeleteSimulationAutomation", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "simulationAutomation-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation.simulationAutomation_ListRun", + "Method": "Get", + "Parameters": [ + { + "Name": "simulationAutomation-id", "Location": "Path" }, { @@ -438389,23 +334667,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "Module": "Sites" + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_CreateOperation", + "OperationId": "security.attackSimulation.simulationAutomation_CreateRun", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "simulationAutomation-id", "Location": "Path" } ] @@ -438413,27 +334683,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_GetOperation", + "OperationId": "security.attackSimulation.simulationAutomation_GetRun", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "simulationAutomation-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "simulationAutomationRun-id", "Location": "Path" }, { @@ -438449,27 +334711,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_UpdateOperation", + "OperationId": "security.attackSimulation.simulationAutomation_UpdateRun", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "simulationAutomation-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "simulationAutomationRun-id", "Location": "Path" } ] @@ -438477,27 +334731,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_DeleteOperation", + "OperationId": "security.attackSimulation.simulationAutomation_DeleteRun", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "simulationAutomation-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "simulationAutomationRun-id", "Location": "Path" }, { @@ -438509,25 +334755,37 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", - "Module": "Sites" + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.operation_GetCount", + "OperationId": "security.attackSimulation.simulationAutomation.run_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "simulationAutomation-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/simulationAutomations/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation.simulationAutomation_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -438540,26 +334798,14 @@ } }, { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Sites" + "PathInfo": { + "Path": "/security/attackSimulation/simulations", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_ListSubscription", + "OperationId": "security.attackSimulation_ListSimulation", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -438597,51 +334843,86 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Sites" + "Path": "/security/attackSimulation/simulations", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_CreateSubscription", + "OperationId": "security.attackSimulation_CreateSimulation", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/simulations/{simulation-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_GetSimulation", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "simulation-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" + "Path": "/security/attackSimulation/simulations/{simulation-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_GetSubscription", - "Method": "Get", + "OperationId": "security.attackSimulation_UpdateSimulation", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "simulation-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/simulations/{simulation-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_DeleteSimulation", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "simulation-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/simulations/{simulation-id}/landingPage", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation.simulation_GetLandingPage", + "Method": "Get", + "Parameters": [ { - "Name": "subscription-id", + "Name": "simulation-id", "Location": "Path" }, { @@ -438657,85 +334938,61 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" + "Path": "/security/attackSimulation/simulations/{simulation-id}/loginPage", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_UpdateSubscription", - "Method": "Patch", + "OperationId": "security.attackSimulation.simulation_GetLoginPage", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "simulation-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "subscription-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" + "Path": "/security/attackSimulation/simulations/{simulation-id}/payload", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_DeleteSubscription", - "Method": "Delete", + "OperationId": "security.attackSimulation.simulation_GetPayload", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "simulation-id", "Location": "Path" }, { - "Name": "subscription-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "Module": "Sites" + "Path": "/security/attackSimulation/simulations/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.subscription_GetCount", + "OperationId": "security.attackSimulation.simulation_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -438749,20 +335006,20 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/$count", - "Module": "Sites" + "Path": "/security/attackSimulation/trainingCampaigns", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_GetCount", + "OperationId": "security.attackSimulation_ListTrainingCampaign", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -438771,29 +335028,48 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", - "Module": "Sites" + "Path": "/security/attackSimulation/trainingCampaigns", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetAnalytic", + "OperationId": "security.attackSimulation_CreateTrainingCampaign", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_GetTrainingCampaign", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "trainingCampaign-id", "Location": "Path" }, { @@ -438809,23 +335085,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", - "Module": "Sites" + "Path": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateAnalytic", + "OperationId": "security.attackSimulation_UpdateTrainingCampaign", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "trainingCampaign-id", "Location": "Path" } ] @@ -438833,23 +335101,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", - "Module": "Sites" + "Path": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteAnalytic", + "OperationId": "security.attackSimulation_DeleteTrainingCampaign", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "trainingCampaign-id", "Location": "Path" }, { @@ -438861,25 +335121,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", - "Module": "Sites" + "Path": "/security/attackSimulation/trainingCampaigns/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListColumn", + "OperationId": "security.attackSimulation.trainingCampaign_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "path", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/trainings", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_ListTraining", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -438917,47 +335185,86 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", - "Module": "Sites" + "Path": "/security/attackSimulation/trainings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateColumn", + "OperationId": "security.attackSimulation_CreateTraining", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/trainings/{training-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_GetTraining", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "training-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "path", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", - "Module": "Sites" + "Path": "/security/attackSimulation/trainings/{training-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListContentType", - "Method": "Get", + "OperationId": "security.attackSimulation_UpdateTraining", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "training-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/trainings/{training-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_DeleteTraining", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "training-id", "Location": "Path" }, { - "Name": "path", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation.training_ListLanguageDetail", + "Method": "Get", + "Parameters": [ + { + "Name": "training-id", "Location": "Path" }, { @@ -438997,23 +335304,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", - "Module": "Sites" + "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateContentType", + "OperationId": "security.attackSimulation.training_CreateLanguageDetail", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "training-id", "Location": "Path" } ] @@ -439021,23 +335320,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/createdByUser", - "Module": "Sites" + "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetCreatedGraphBPreUser", + "OperationId": "security.attackSimulation.training_GetLanguageDetail", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "training-id", "Location": "Path" }, { - "Name": "path", + "Name": "trainingLanguageDetail-id", "Location": "Path" }, { @@ -439053,65 +335348,61 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drive", - "Module": "Sites" + "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetDrive", - "Method": "Get", + "OperationId": "security.attackSimulation.training_UpdateLanguageDetail", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "training-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "trainingLanguageDetail-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation.training_DeleteLanguageDetail", + "Method": "Delete", + "Parameters": [ { - "Name": "path", + "Name": "training-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "trainingLanguageDetail-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drives", - "Module": "Sites" + "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListDrive", + "OperationId": "security.attackSimulation.training.languageDetail_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "training-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -439119,55 +335410,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/externalColumns", - "Module": "Sites" + "Path": "/security/attackSimulation/trainings/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListExternalColumn", + "OperationId": "security.attackSimulation.training_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -439175,47 +335430,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/informationProtection", - "Module": "Sites" + "Path": "/security/auditLog", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetInformationProtection", + "OperationId": "security_GetAuditLog", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -439229,49 +335456,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/informationProtection", - "Module": "Sites" + "Path": "/security/auditLog", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateInformationProtection", + "OperationId": "security_UpdateAuditLog", "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/informationProtection", - "Module": "Sites" + "Path": "/security/auditLog", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteInformationProtection", + "OperationId": "security_DeleteAuditLog", "Method": "Delete", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -439281,25 +335483,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/items", - "Module": "Sites" + "Path": "/security/auditLog/queries", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListItem", + "OperationId": "security.auditLog_ListQuery", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -439337,23 +335527,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lastModifiedByUser", - "Module": "Sites" + "Path": "/security/auditLog/queries", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetLastModifiedGraphBPreUser", + "OperationId": "security.auditLog_CreateQuery", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/auditLog/queries/{auditLogQuery-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.auditLog_GetQuery", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "auditLogQuery-id", "Location": "Path" }, { @@ -439369,23 +335562,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", - "Module": "Sites" + "Path": "/security/auditLog/queries/{auditLogQuery-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListList", - "Method": "Get", + "OperationId": "security.auditLog_UpdateQuery", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "auditLogQuery-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/auditLog/queries/{auditLogQuery-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.auditLog_DeleteQuery", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "auditLogQuery-id", "Location": "Path" }, { - "Name": "path", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/auditLog/queries/{auditLogQuery-id}/records", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.auditLog.query_ListRecord", + "Method": "Get", + "Parameters": [ + { + "Name": "auditLogQuery-id", "Location": "Path" }, { @@ -439425,23 +335646,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", - "Module": "Sites" + "Path": "/security/auditLog/queries/{auditLogQuery-id}/records", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateList", + "OperationId": "security.auditLog.query_CreateRecord", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "auditLogQuery-id", "Location": "Path" } ] @@ -439449,23 +335662,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", - "Module": "Sites" + "Path": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetOnenote", + "OperationId": "security.auditLog.query_GetRecord", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "auditLogQuery-id", "Location": "Path" }, { - "Name": "path", + "Name": "auditLogRecord-id", "Location": "Path" }, { @@ -439481,23 +335690,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", - "Module": "Sites" + "Path": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateOnenote", + "OperationId": "security.auditLog.query_UpdateRecord", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "auditLogQuery-id", "Location": "Path" }, { - "Name": "path", + "Name": "auditLogRecord-id", "Location": "Path" } ] @@ -439505,23 +335710,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", - "Module": "Sites" + "Path": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteOnenote", + "OperationId": "security.auditLog.query_DeleteRecord", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "auditLogQuery-id", "Location": "Path" }, { - "Name": "path", + "Name": "auditLogRecord-id", "Location": "Path" }, { @@ -439533,33 +335734,17 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", - "Module": "Sites" + "Path": "/security/auditLog/queries/{auditLogQuery-id}/records/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListOperation", + "OperationId": "security.auditLog.query.record_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "auditLogQuery-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -439567,15 +335752,39 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/auditLog/queries/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.auditLog.query_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", + "Name": "$search", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_GetCase", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -439589,49 +335798,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", - "Module": "Sites" + "Path": "/security/cases", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateOperation", - "Method": "Post", + "OperationId": "security_UpdateCase", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/cases", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteCase", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListPage", + "OperationId": "security.case_ListEdiscoveryCase", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -439669,47 +335869,86 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreatePage", + "OperationId": "security.case_CreateEdiscoveryCase", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case_GetEdiscoveryCase", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "path", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListPermission", - "Method": "Get", + "OperationId": "security.case_UpdateEdiscoveryCase", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case_DeleteEdiscoveryCase", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "path", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase_ListCustodian", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -439749,23 +335988,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreatePermission", + "OperationId": "security.case.ediscoveryCase_CreateCustodian", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "ediscoveryCase-id", "Location": "Path" } ] @@ -439773,23 +336004,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/recycleBin", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetRecycleBin", + "OperationId": "security.case.ediscoveryCase_GetCustodian", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "path", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { @@ -439805,23 +336032,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/recycleBin", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateRecycleBin", + "OperationId": "security.case.ediscoveryCase_UpdateCustodian", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "path", + "Name": "ediscoveryCustodian-id", "Location": "Path" } ] @@ -439829,23 +336052,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/recycleBin", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteRecycleBin", + "OperationId": "security.case.ediscoveryCase_DeleteCustodian", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "path", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { @@ -439857,79 +336076,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/sites", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListSite", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetTermStore", + "OperationId": "security.case.ediscoveryCase.custodian_GetLastIndexOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "path", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { @@ -439945,23 +336104,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.activate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateTermStore", - "Method": "Patch", + "OperationId": "security.case.ediscoveryCase.custodian_activate", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "path", + "Name": "ediscoveryCustodian-id", "Location": "Path" } ] @@ -439969,75 +336124,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.applyHold", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteTermStore", - "Method": "Delete", + "OperationId": "security.case.ediscoveryCase.custodian_applyHold", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "path", + "Name": "ediscoveryCustodian-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.release", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetOnenote", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.custodian_release", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.removeHold", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_UpdateOnenote", - "Method": "Patch", + "OperationId": "security.case.ediscoveryCase.custodian_removeHold", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" } ] @@ -440045,43 +336184,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.updateIndex", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_DeleteOnenote", - "Method": "Delete", + "OperationId": "security.case.ediscoveryCase.custodian_updateIndex", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListNotebook", + "OperationId": "security.case.ediscoveryCase.custodian_ListSiteSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { @@ -440121,19 +336256,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreateNotebook", + "OperationId": "security.case.ediscoveryCase.custodian_CreateSiteSource", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" } ] @@ -440141,23 +336276,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetNotebook", + "OperationId": "security.case.ediscoveryCase.custodian_GetSiteSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "siteSource-id", "Location": "Path" }, { @@ -440173,23 +336308,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdateNotebook", + "OperationId": "security.case.ediscoveryCase.custodian_UpdateSiteSource", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "siteSource-id", "Location": "Path" } ] @@ -440197,23 +336332,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeleteNotebook", + "OperationId": "security.case.ediscoveryCase.custodian_DeleteSiteSource", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "siteSource-id", "Location": "Path" }, { @@ -440225,23 +336360,79 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_ListSectionGroup", + "OperationId": "security.case.ediscoveryCase.custodian.siteSource_GetSite", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "siteSource-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.custodian.siteSource_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", + "Location": "Path" + }, + { + "Name": "ediscoveryCustodian-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.custodian_ListUnifiedGroupSource", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", + "Location": "Path" + }, + { + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { @@ -440281,23 +336472,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_CreateSectionGroup", + "OperationId": "security.case.ediscoveryCase.custodian_CreateUnifiedGroupSource", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" } ] @@ -440305,27 +336492,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_GetSectionGroup", + "OperationId": "security.case.ediscoveryCase.custodian_GetUnifiedGroupSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "unifiedGroupSource-id", "Location": "Path" }, { @@ -440341,27 +336524,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_UpdateSectionGroup", + "OperationId": "security.case.ediscoveryCase.custodian_UpdateUnifiedGroupSource", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "unifiedGroupSource-id", "Location": "Path" } ] @@ -440369,27 +336548,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_DeleteSectionGroup", + "OperationId": "security.case.ediscoveryCase.custodian_DeleteUnifiedGroupSource", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "unifiedGroupSource-id", "Location": "Path" }, { @@ -440401,63 +336576,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetParentNotebook", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetParentSectionGroup", + "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "unifiedGroupSource-id", "Location": "Path" }, { @@ -440473,27 +336608,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_ListSectionGroup", + "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource.group_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "unifiedGroupSource-id", "Location": "Path" }, { @@ -440533,39 +336664,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetSectionGroup", + "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource.group.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "sectionGroup-id1", + "Name": "unifiedGroupSource-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -440573,27 +336696,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetCount", + "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { @@ -440609,27 +336724,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_ListSection", + "OperationId": "security.case.ediscoveryCase.custodian_ListUserSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { @@ -440669,27 +336776,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_CreateSection", + "OperationId": "security.case.ediscoveryCase.custodian_CreateUserSource", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" } ] @@ -440697,31 +336796,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetSection", + "OperationId": "security.case.ediscoveryCase.custodian_GetUserSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "userSource-id", "Location": "Path" }, { @@ -440737,31 +336828,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_UpdateSection", + "OperationId": "security.case.ediscoveryCase.custodian_UpdateUserSource", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "userSource-id", "Location": "Path" } ] @@ -440769,67 +336852,143 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_DeleteSection", + "OperationId": "security.case.ediscoveryCase.custodian_DeleteUserSource", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "userSource-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.custodian.userSource_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_ListPage", + "OperationId": "security.case.ediscoveryCase.custodian_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "notebook-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.applyHold", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.custodian_applyHold", + "Method": "Post", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.removeHold", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.custodian_removeHold", + "Method": "Post", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "ediscoveryCase-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.updateIndex", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.custodian_updateIndex", + "Method": "Post", + "Parameters": [ { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase_ListLegalHold", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -440869,31 +337028,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_CreatePage", + "OperationId": "security.case.ediscoveryCase_CreateLegalHold", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" } ] @@ -440901,35 +337044,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetPage", + "OperationId": "security.case.ediscoveryCase_GetLegalHold", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" }, { @@ -440945,35 +337072,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_UpdatePage", + "OperationId": "security.case.ediscoveryCase_UpdateLegalHold", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" } ] @@ -440981,35 +337092,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_DeletePage", + "OperationId": "security.case.ediscoveryCase_DeleteLegalHold", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" }, { @@ -441021,71 +337116,71 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetPagesContent", + "OperationId": "security.case.ediscoveryCase.legalHold_ListSiteSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_SetPagesContent", - "Method": "Put", + "OperationId": "security.case.ediscoveryCase.legalHold_CreateSiteSource", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" } ] @@ -441093,35 +337188,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetParentNotebook", + "OperationId": "security.case.ediscoveryCase.legalHold_GetSiteSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "siteSource-id", "Location": "Path" }, { @@ -441137,83 +337220,83 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetParentSection", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.legalHold_UpdateSiteSource", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "siteSource-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.legalHold_DeleteSiteSource", + "Method": "Delete", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "siteSource-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetCount", + "OperationId": "security.case.ediscoveryCase.legalHold.siteSource_GetSite", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "siteSource-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -441221,39 +337304,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetParentNotebook", + "OperationId": "security.case.ediscoveryCase.legalHold.siteSource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -441261,32 +337332,44 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetParentSectionGroup", + "OperationId": "security.case.ediscoveryCase.legalHold_ListUserSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -441301,67 +337384,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.legalHold_CreateUserSource", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetCount", + "OperationId": "security.case.ediscoveryCase.legalHold_GetUserSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "userSource-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -441369,115 +337436,103 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_ListSection", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.legalHold_UpdateUserSource", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "userSource-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_CreateSection", - "Method": "Post", + "OperationId": "security.case.ediscoveryCase.legalHold_DeleteUserSource", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "userSource-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_GetSection", + "OperationId": "security.case.ediscoveryCase.legalHold.userSource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryHoldPolicy-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.legalHold_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -441485,27 +337540,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/microsoft.graph.security.close", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_UpdateSection", - "Method": "Patch", + "OperationId": "security.case.ediscoveryCase_close", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" } ] @@ -441513,59 +337556,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/microsoft.graph.security.reopen", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_DeleteSection", - "Method": "Delete", + "OperationId": "security.case.ediscoveryCase_reopen", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_ListPage", + "OperationId": "security.case.ediscoveryCase_ListNoncustodialDataSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -441605,27 +337620,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_CreatePage", + "OperationId": "security.case.ediscoveryCase_CreateNoncustodialDataSource", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" } ] @@ -441633,31 +337636,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_GetPage", + "OperationId": "security.case.ediscoveryCase_GetNoncustodialDataSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" }, { @@ -441673,31 +337664,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_UpdatePage", + "OperationId": "security.case.ediscoveryCase_UpdateNoncustodialDataSource", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" } ] @@ -441705,31 +337684,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_DeletePage", + "OperationId": "security.case.ediscoveryCase_DeleteNoncustodialDataSource", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" }, { @@ -441741,95 +337708,91 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/dataSource", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_GetPagesContent", + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_GetDataSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/dataSource", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_SetPagesContent", - "Method": "Put", + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_UpdateDataSource", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/dataSource", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_DeleteDataSource", + "Method": "Delete", + "Parameters": [ { - "Name": "notebook-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section.page_GetParentNotebook", + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_GetLastIndexOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" }, { @@ -441845,67 +337808,95 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.applyHold", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section.page_GetParentSection", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_applyHold", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.release", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_release", + "Method": "Post", + "Parameters": [ { - "Name": "notebook-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.removeHold", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_removeHold", + "Method": "Post", + "Parameters": [ { - "Name": "onenotePage-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "ediscoveryNoncustodialDataSource-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.updateIndex", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section.page_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_updateIndex", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -441921,28 +337912,88 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.applyHold", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_GetParentNotebook", + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_applyHold", + "Method": "Post", + "Parameters": [ + { + "Name": "ediscoveryCase-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.removeHold", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_removeHold", + "Method": "Post", + "Parameters": [ + { + "Name": "ediscoveryCase-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.updateIndex", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_updateIndex", + "Method": "Post", + "Parameters": [ + { + "Name": "ediscoveryCase-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -441957,27 +338008,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_GetParentSectionGroup", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase_CreateOperation", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase_GetOperation", + "Method": "Get", + "Parameters": [ { - "Name": "notebook-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "caseOperation-id", "Location": "Path" }, { @@ -441993,51 +338052,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase_UpdateOperation", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "caseOperation-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase_DeleteOperation", + "Method": "Delete", + "Parameters": [ { - "Name": "notebook-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "caseOperation-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_GetCount", + "OperationId": "security.case.ediscoveryCase.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -442053,19 +338120,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListOperation", + "OperationId": "security.case.ediscoveryCase_ListReviewSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -442105,19 +338168,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreateOperation", + "OperationId": "security.case.ediscoveryCase_CreateReviewSet", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" } ] @@ -442125,23 +338184,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetOperation", + "OperationId": "security.case.ediscoveryCase_GetReviewSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteOperation-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { @@ -442157,23 +338212,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdateOperation", + "OperationId": "security.case.ediscoveryCase_UpdateReviewSet", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteOperation-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" } ] @@ -442181,23 +338232,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeleteOperation", + "OperationId": "security.case.ediscoveryCase_DeleteReviewSet", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteOperation-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { @@ -442209,47 +338256,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.onenote.operation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListPage", + "OperationId": "security.case.ediscoveryCase.reviewSet_ListFile", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { @@ -442289,19 +338308,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreatePage", + "OperationId": "security.case.ediscoveryCase.reviewSet_CreateFile", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" } ] @@ -442309,23 +338328,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetPage", + "OperationId": "security.case.ediscoveryCase.reviewSet_GetFile", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryFile-id", "Location": "Path" }, { @@ -442341,23 +338360,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdatePage", + "OperationId": "security.case.ediscoveryCase.reviewSet_UpdateFile", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryFile-id", "Location": "Path" } ] @@ -442365,23 +338384,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeletePage", + "OperationId": "security.case.ediscoveryCase.reviewSet_DeleteFile", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryFile-id", "Location": "Path" }, { @@ -442393,23 +338412,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetPagesContent", + "OperationId": "security.case.ediscoveryCase.reviewSet_GetFilesContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryFile-id", "Location": "Path" } ] @@ -442417,23 +338436,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_SetPagesContent", + "OperationId": "security.case.ediscoveryCase.reviewSet_SetFilesContent", "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryFile-id", "Location": "Path" } ] @@ -442441,23 +338460,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.page_GetParentNotebook", + "OperationId": "security.case.ediscoveryCase.reviewSet.file_GetCustodian", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryFile-id", "Location": "Path" }, { @@ -442473,79 +338492,71 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.page_GetParentSection", + "OperationId": "security.case.ediscoveryCase.reviewSet_GetFilesExtractedTextContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryFile-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.page_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.reviewSet_SetFilesExtractedTextContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "ediscoveryFile-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListResource", + "OperationId": "security.case.ediscoveryCase.reviewSet.file_ListTag", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", + "Location": "Path" + }, + { + "Name": "ediscoveryFile-id", "Location": "Path" }, { @@ -442585,43 +338596,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreateResource", - "Method": "Post", + "OperationId": "security.case.ediscoveryCase.reviewSet.file_GetTag", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.onenote_GetResource", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryFile-id", "Location": "Path" }, { - "Name": "onenoteResource-id", + "Name": "ediscoveryReviewTag-id", "Location": "Path" }, { @@ -442637,99 +338632,79 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdateResource", - "Method": "Patch", + "OperationId": "security.case.ediscoveryCase.reviewSet.file.tag_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.onenote_DeleteResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryFile-id", "Location": "Path" }, { - "Name": "onenoteResource-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetResourcesContent", + "OperationId": "security.case.ediscoveryCase.reviewSet.file_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "onenoteResource-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/microsoft.graph.security.addToReviewSet", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_SetResourcesContent", - "Method": "Put", + "OperationId": "security.case.ediscoveryCase.reviewSet_addToReviewSet", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteResource-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" } ] @@ -442737,47 +338712,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/microsoft.graph.security.export", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.resource_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.reviewSet_export", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListSectionGroup", + "OperationId": "security.case.ediscoveryCase.reviewSet_ListQuery", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { @@ -442817,19 +338784,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreateSectionGroup", + "OperationId": "security.case.ediscoveryCase.reviewSet_CreateQuery", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" } ] @@ -442837,23 +338804,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetSectionGroup", + "OperationId": "security.case.ediscoveryCase.reviewSet_GetQuery", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoveryReviewSetQuery-id", "Location": "Path" }, { @@ -442869,23 +338836,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdateSectionGroup", + "OperationId": "security.case.ediscoveryCase.reviewSet_UpdateQuery", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoveryReviewSetQuery-id", "Location": "Path" } ] @@ -442893,23 +338860,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeleteSectionGroup", + "OperationId": "security.case.ediscoveryCase.reviewSet_DeleteQuery", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoveryReviewSetQuery-id", "Location": "Path" }, { @@ -442921,61 +338888,101 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/microsoft.graph.security.applyTags", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetParentNotebook", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.reviewSet.query_applyTag", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoveryReviewSetQuery-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/microsoft.graph.security.export", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.reviewSet.query_export", + "Method": "Post", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "ediscoveryReviewSet-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "ediscoveryReviewSetQuery-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/microsoft.graph.security.run()", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetParentSectionGroup", + "OperationId": "security.case.ediscoveryCase.reviewSet.query_run", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoveryReviewSetQuery-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -442985,23 +338992,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_ListSectionGroup", + "OperationId": "security.case.ediscoveryCase.reviewSet.query_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.reviewSet_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase_ListSearch", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -443041,27 +339092,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetSectionGroup", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase_CreateSearch", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase_GetSearch", + "Method": "Get", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "sectionGroup-id1", + "Name": "ediscoverySearch-id", "Location": "Path" }, { @@ -443077,55 +339136,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase_UpdateSearch", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoverySearch-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase_DeleteSearch", + "Method": "Delete", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "ediscoverySearch-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_ListSection", + "OperationId": "security.case.ediscoveryCase.search_ListAdditionalSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { @@ -443165,23 +339232,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_CreateSection", + "OperationId": "security.case.ediscoveryCase.search_CreateAdditionalSource", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoverySearch-id", "Location": "Path" } ] @@ -443189,27 +339252,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetSection", + "OperationId": "security.case.ediscoveryCase.search_GetAdditionalSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "dataSource-id", "Location": "Path" }, { @@ -443225,27 +339284,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_UpdateSection", + "OperationId": "security.case.ediscoveryCase.search_UpdateAdditionalSource", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "dataSource-id", "Location": "Path" } ] @@ -443253,59 +339308,103 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_DeleteSection", + "OperationId": "security.case.ediscoveryCase.search_DeleteAdditionalSource", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "dataSource-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.search.additionalSource_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "ediscoverySearch-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_ListPage", + "OperationId": "security.case.ediscoveryCase.search_GetAddToReviewSetOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.search_ListCustodianSource", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { @@ -443345,59 +339444,79 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_CreatePage", - "Method": "Post", + "OperationId": "security.case.ediscoveryCase.search_GetCustodianSource", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "dataSource-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_GetPage", + "OperationId": "security.case.ediscoveryCase.search.custodianSource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.search_GetLastEstimateStatisticsOperation", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { @@ -443413,31 +339532,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/microsoft.graph.security.estimateStatistics", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_UpdatePage", - "Method": "Patch", + "OperationId": "security.case.ediscoveryCase.search_estimateStatistics", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoverySearch-id", "Location": "Path" } ] @@ -443445,67 +339552,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/microsoft.graph.security.exportReport", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_DeletePage", - "Method": "Delete", + "OperationId": "security.case.ediscoveryCase.search_exportReport", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoverySearch-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/microsoft.graph.security.exportResult", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_GetPagesContent", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.search_exportResult", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoverySearch-id", "Location": "Path" } ] @@ -443513,31 +339592,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/microsoft.graph.security.purgeData", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_SetPagesContent", - "Method": "Put", + "OperationId": "security.case.ediscoveryCase.search_purgeData", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoverySearch-id", "Location": "Path" } ] @@ -443545,32 +339612,44 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section.page_GetParentNotebook", + "OperationId": "security.case.ediscoveryCase.search_ListNoncustodialSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -443585,31 +339664,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section.page_GetParentSection", + "OperationId": "security.case.ediscoveryCase.search_GetNoncustodialSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" }, { @@ -443625,27 +339696,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section.page_GetCount", + "OperationId": "security.case.ediscoveryCase.search.noncustodialSource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { @@ -443661,35 +339724,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_GetParentNotebook", + "OperationId": "security.case.ediscoveryCase.search_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -443697,27 +339748,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_GetParentSectionGroup", + "OperationId": "security.case.ediscoveryCase_GetSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -443733,79 +339772,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase_UpdateSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase_DeleteSetting", + "Method": "Delete", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/microsoft.graph.security.resetToDefault", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.setting_resetToDefault", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListSection", + "OperationId": "security.case.ediscoveryCase_ListTag", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -443845,19 +339872,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreateSection", + "OperationId": "security.case.ediscoveryCase_CreateTag", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" } ] @@ -443865,23 +339888,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetSection", + "OperationId": "security.case.ediscoveryCase_GetTag", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "ediscoveryReviewTag-id", "Location": "Path" }, { @@ -443897,23 +339916,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdateSection", + "OperationId": "security.case.ediscoveryCase_UpdateTag", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "ediscoveryReviewTag-id", "Location": "Path" } ] @@ -443921,23 +339936,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeleteSection", + "OperationId": "security.case.ediscoveryCase_DeleteTag", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "ediscoveryReviewTag-id", "Location": "Path" }, { @@ -443949,23 +339960,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_ListPage", + "OperationId": "security.case.ediscoveryCase.tag_ListChildTag", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "ediscoveryReviewTag-id", "Location": "Path" }, { @@ -444005,59 +340012,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_CreatePage", - "Method": "Post", + "OperationId": "security.case.ediscoveryCase.tag_GetChildTag", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewTag-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "ediscoveryReviewTag-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_GetPage", + "OperationId": "security.case.ediscoveryCase.tag.childTag_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "ediscoveryReviewTag-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -444065,144 +340072,156 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_UpdatePage", - "Method": "Patch", + "OperationId": "security.case.ediscoveryCase.tag_GetParent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewTag-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_DeletePage", - "Method": "Delete", + "OperationId": "security.case.ediscoveryCase.tag_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/microsoft.graph.security.asHierarchy()", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_GetPagesContent", + "OperationId": "security.case.ediscoveryCase.tag_asHierarchy", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_SetPagesContent", - "Method": "Put", + "OperationId": "security.case.ediscoveryCase_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/cloudAppSecurityProfiles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section.page_GetParentNotebook", + "OperationId": "security_ListCloudAppSecurityProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -444217,27 +340236,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites" + "Path": "/security/cloudAppSecurityProfiles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section.page_GetParentSection", + "OperationId": "security_CreateCloudAppSecurityProfile", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_GetCloudAppSecurityProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "cloudAppSecurityProfile-id", "Location": "Path" }, { @@ -444253,25 +340271,49 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites" + "Path": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section.page_GetCount", - "Method": "Get", + "OperationId": "security_UpdateCloudAppSecurityProfile", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "cloudAppSecurityProfile-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteCloudAppSecurityProfile", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "cloudAppSecurityProfile-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cloudAppSecurityProfiles/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.cloudAppSecurityProfile_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -444285,24 +340327,83 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/collaboration", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_GetParentNotebook", + "OperationId": "security_GetCollaboration", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/collaboration", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_UpdateCollaboration", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/collaboration", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteCollaboration", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/collaboration/analyzedEmails", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.collaboration_ListAnalyzedEmail", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -444317,23 +340418,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites" + "Path": "/security/collaboration/analyzedEmails", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_GetParentSectionGroup", + "OperationId": "security.collaboration_CreateAnalyzedEmail", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.collaboration_GetAnalyzedEmail", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "analyzedEmail-id", "Location": "Path" }, { @@ -444349,21 +340453,49 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", - "Module": "Sites" + "Path": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_GetCount", + "OperationId": "security.collaboration_UpdateAnalyzedEmail", + "Method": "Patch", + "Parameters": [ + { + "Name": "analyzedEmail-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.collaboration_DeleteAnalyzedEmail", + "Method": "Delete", + "Parameters": [ + { + "Name": "analyzedEmail-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/collaboration/analyzedEmails/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.collaboration.analyzedEmail_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -444377,21 +340509,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations", - "Module": "Sites" + "Path": "/security/collaboration/analyzedEmails/microsoft.graph.security.remediate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_ListOperation", + "OperationId": "security.collaboration.analyzedEmail_remediate", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/domainSecurityProfiles", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_ListDomainSecurityProfile", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -444429,43 +340564,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations", - "Module": "Sites" + "Path": "/security/domainSecurityProfiles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_CreateOperation", + "OperationId": "security_CreateDomainSecurityProfile", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" + "Path": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetOperation", + "OperationId": "security_GetDomainSecurityProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "richLongRunningOperation-id", + "Name": "domainSecurityProfile-id", "Location": "Path" }, { @@ -444481,23 +340599,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" + "Path": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_UpdateOperation", + "OperationId": "security_UpdateDomainSecurityProfile", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "richLongRunningOperation-id", + "Name": "domainSecurityProfile-id", "Location": "Path" } ] @@ -444505,23 +340615,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" + "Path": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_DeleteOperation", + "OperationId": "security_DeleteDomainSecurityProfile", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "richLongRunningOperation-id", + "Name": "domainSecurityProfile-id", "Location": "Path" }, { @@ -444533,21 +340635,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations/$count", - "Module": "Sites" + "Path": "/security/domainSecurityProfiles/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.operation_GetCount", + "OperationId": "security.domainSecurityProfile_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -444561,21 +340655,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages", - "Module": "Sites" + "Path": "/security/fileSecurityProfiles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_ListPage", + "OperationId": "security_ListFileSecurityProfile", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -444613,43 +340699,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages", - "Module": "Sites" + "Path": "/security/fileSecurityProfiles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_CreatePage", + "OperationId": "security_CreateFileSecurityProfile", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" + "Path": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetPage", + "OperationId": "security_GetFileSecurityProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "fileSecurityProfile-id", "Location": "Path" }, { @@ -444665,23 +340734,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" + "Path": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_UpdatePage", + "OperationId": "security_UpdateFileSecurityProfile", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "fileSecurityProfile-id", "Location": "Path" } ] @@ -444689,23 +340750,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" + "Path": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_DeletePage", + "OperationId": "security_DeleteFileSecurityProfile", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "fileSecurityProfile-id", "Location": "Path" }, { @@ -444717,63 +340770,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.page_GetCreatedGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/fileSecurityProfiles/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "security.fileSecurityProfile_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -444781,49 +340790,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.page.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/hostSecurityProfiles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security_ListHostSecurityProfile", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -444861,31 +340834,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/hostSecurityProfiles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "security_CreateHostSecurityProfile", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_GetHostSecurityProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "hostSecurityProfile-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -444893,31 +340869,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "Module": "Sites" + "Path": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page_GetLastModifiedGraphBPreUser", - "Method": "Get", + "OperationId": "security_UpdateHostSecurityProfile", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "hostSecurityProfile-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteHostSecurityProfile", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "hostSecurityProfile-id", "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/hostSecurityProfiles/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.hostSecurityProfile_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -444925,25 +340925,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/identities", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "security_GetIdentity", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -444957,49 +340945,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/identities", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "OperationId": "security_UpdateIdentity", "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/identities", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteIdentity", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/identities/healthIssues", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security.identity_ListHealthIssue", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -445037,55 +341016,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/identities/healthIssues", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "security.identity_CreateHealthIssue", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage", - "Module": "Sites" + "Path": "/security/identities/healthIssues/{healthIssue-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetPageAsSitePage", + "OperationId": "security.identity_GetHealthIssue", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "healthIssue-id", "Location": "Path" }, { @@ -445101,109 +341051,69 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", - "Module": "Sites" + "Path": "/security/identities/healthIssues/{healthIssue-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_GetCanvasLayout", - "Method": "Get", + "OperationId": "security.identity_UpdateHealthIssue", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "healthIssue-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", - "Module": "Sites" + "Path": "/security/identities/healthIssues/{healthIssue-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_UpdateCanvasLayout", - "Method": "Patch", + "OperationId": "security.identity_DeleteHealthIssue", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "healthIssue-id", "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", - "Module": "Sites" + "Path": "/security/identities/healthIssues/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_DeleteCanvasLayout", - "Method": "Delete", + "OperationId": "security.identity.healthIssue_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", - "Module": "Sites" + "Path": "/security/incidents", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_ListHorizontalSection", + "OperationId": "security_ListIncident", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -445241,51 +341151,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", - "Module": "Sites" + "Path": "/security/incidents", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_CreateHorizontalSection", + "OperationId": "security_CreateIncident", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites" + "Path": "/security/incidents/{incident-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_GetHorizontalSection", + "OperationId": "security_GetIncident", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "incident-id", "Location": "Path" }, { @@ -445301,27 +341186,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites" + "Path": "/security/incidents/{incident-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_UpdateHorizontalSection", + "OperationId": "security_UpdateIncident", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "incident-id", "Location": "Path" } ] @@ -445329,27 +341202,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites" + "Path": "/security/incidents/{incident-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_DeleteHorizontalSection", + "OperationId": "security_DeleteIncident", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "incident-id", "Location": "Path" }, { @@ -445361,27 +341222,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Sites" + "Path": "/security/incidents/{incident-id}/alerts", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn", + "OperationId": "security.incident_ListAlert", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "incident-id", "Location": "Path" }, { @@ -445421,177 +341270,117 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Sites" + "Path": "/security/incidents/{incident-id}/alerts/{alert-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_CreateColumn", - "Method": "Post", + "OperationId": "security.incident_GetAlert", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "incident-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "alert-id", "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "horizontalSection-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites" + "Path": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn", - "Method": "Get", + "OperationId": "security.incident.alert_SetComment", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "incident-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "alert-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites" + "Path": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_UpdateColumn", - "Method": "Patch", + "OperationId": "security.incident.alert.Comment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "incident-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "alert-id", "Location": "Path" }, { - "Name": "horizontalSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "horizontalSectionColumn-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites" + "Path": "/security/incidents/{incident-id}/alerts/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_DeleteColumn", - "Method": "Delete", + "OperationId": "security.incident.alert_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "incident-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Sites" + "Path": "/security/incidents/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart", + "OperationId": "security.incident_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, - { - "Name": "horizontalSectionColumn-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -445599,15 +341388,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/informationProtection", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_GetInformationProtection", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -445621,69 +341414,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Sites" + "Path": "/security/informationProtection", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_CreateWebpart", - "Method": "Post", + "OperationId": "security_UpdateInformationProtection", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/informationProtection", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteInformationProtection", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, - { - "Name": "horizontalSectionColumn-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites" + "Path": "/security/informationProtection/labelPolicySettings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart", + "OperationId": "security.informationProtection_GetLabelPolicySetting", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, - { - "Name": "horizontalSectionColumn-id", - "Location": "Path" - }, - { - "Name": "webPart-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -445697,73 +341461,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites" + "Path": "/security/informationProtection/labelPolicySettings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_UpdateWebpart", + "OperationId": "security.informationProtection_UpdateLabelPolicySetting", "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, - { - "Name": "horizontalSectionColumn-id", - "Location": "Path" - }, - { - "Name": "webPart-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites" + "Path": "/security/informationProtection/labelPolicySettings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_DeleteWebpart", + "OperationId": "security.informationProtection_DeleteLabelPolicySetting", "Method": "Delete", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, - { - "Name": "horizontalSectionColumn-id", - "Location": "Path" - }, - { - "Name": "webPart-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -445773,39 +341488,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "Module": "Sites" + "Path": "/security/informationProtection/sensitivityLabels", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column.webpart_GetCount", + "OperationId": "security.informationProtection_ListSensitivityLabel", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "horizontalSection-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "horizontalSectionColumn-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -445813,35 +341532,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "Module": "Sites" + "Path": "/security/informationProtection/sensitivityLabels", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, + "OperationId": "security.informationProtection_CreateSensitivityLabel", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.informationProtection_GetSensitivityLabel", + "Method": "Get", + "Parameters": [ { - "Name": "horizontalSection-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -445849,55 +341567,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/$count", - "Module": "Sites" + "Path": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_GetCount", - "Method": "Get", + "OperationId": "security.informationProtection_UpdateSensitivityLabel", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "sensitivityLabel-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.informationProtection_DeleteSensitivityLabel", + "Method": "Delete", + "Parameters": [ { - "Name": "baseSitePage-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", - "Module": "Sites" + "Path": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_GetVerticalSection", + "OperationId": "security.informationProtection.sensitivityLabel_GetParent", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { @@ -445913,23 +341627,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", - "Module": "Sites" + "Path": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_UpdateVerticalSection", + "OperationId": "security.informationProtection.sensitivityLabel_UpdateParent", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "sensitivityLabel-id", "Location": "Path" } ] @@ -445937,23 +341643,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", - "Module": "Sites" + "Path": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_DeleteVerticalSection", + "OperationId": "security.informationProtection.sensitivityLabel_DeleteParent", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { @@ -445965,25 +341663,77 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", - "Module": "Sites" + "Path": "/security/informationProtection/sensitivityLabels/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart", + "OperationId": "security.informationProtection.sensitivityLabel_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/informationProtection/sensitivityLabels/microsoft.graph.security.evaluateApplication", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.informationProtection.sensitivityLabel_evaluateApplication", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/informationProtection/sensitivityLabels/microsoft.graph.security.evaluateClassificationResults", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.informationProtection.sensitivityLabel_evaluateClassificationResult", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/informationProtection/sensitivityLabels/microsoft.graph.security.evaluateRemoval", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.informationProtection.sensitivityLabel_evaluateRemoval", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/informationProtection/sensitivityLabels/microsoft.graph.security.extractContentLabel", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.informationProtection.sensitivityLabel_extractContentLabel", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/ipSecurityProfiles", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_ListIpSecurityProfile", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -446021,51 +341771,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", - "Module": "Sites" + "Path": "/security/ipSecurityProfiles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_CreateWebpart", + "OperationId": "security_CreateIpSecurityProfile", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Sites" + "Path": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart", + "OperationId": "security_GetIpSecurityProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "webPart-id", + "Name": "ipSecurityProfile-id", "Location": "Path" }, { @@ -446081,27 +341806,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Sites" + "Path": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_UpdateWebpart", + "OperationId": "security_UpdateIpSecurityProfile", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "webPart-id", + "Name": "ipSecurityProfile-id", "Location": "Path" } ] @@ -446109,27 +341822,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Sites" + "Path": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_DeleteWebpart", + "OperationId": "security_DeleteIpSecurityProfile", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "webPart-id", + "Name": "ipSecurityProfile-id", "Location": "Path" }, { @@ -446141,25 +341842,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/$count", - "Module": "Sites" + "Path": "/security/ipSecurityProfiles/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection.webpart_GetCount", + "OperationId": "security.ipSecurityProfile_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -446173,25 +341862,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser", - "Module": "Sites" + "Path": "/security/labels", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_GetCreatedGraphBPreUser", + "OperationId": "security_GetLabel", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -446205,81 +341882,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "security_UpdateLabel", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "security_DeleteLabel", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/labels/authorities", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security.label_ListAuthority", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -446317,31 +341953,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/labels/authorities", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "security.label_CreateAuthority", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/labels/authorities/{authorityTemplate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_GetAuthority", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "authorityTemplate-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -446349,113 +341988,69 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser", - "Module": "Sites" + "Path": "/security/labels/authorities/{authorityTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_GetLastModifiedGraphBPreUser", - "Method": "Get", + "OperationId": "security.label_UpdateAuthority", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "authorityTemplate-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels/authorities/{authorityTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "security.label_DeleteAuthority", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "authorityTemplate-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels/authorities/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "security.label.authority_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/labels/categories", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security.label_ListCategory", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -446493,31 +342088,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/labels/categories", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "security.label_CreateCategory", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/labels/categories/{categoryTemplate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_GetCategory", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "categoryTemplate-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -446525,23 +342123,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", - "Module": "Sites" + "Path": "/security/labels/categories/{categoryTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_ListWebPart", - "Method": "Get", + "OperationId": "security.label_UpdateCategory", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "categoryTemplate-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/categories/{categoryTemplate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_DeleteCategory", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "categoryTemplate-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label.category_ListSubcategory", + "Method": "Get", + "Parameters": [ + { + "Name": "categoryTemplate-id", "Location": "Path" }, { @@ -446581,23 +342207,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", - "Module": "Sites" + "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_CreateWebPart", + "OperationId": "security.label.category_CreateSubcategory", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "categoryTemplate-id", "Location": "Path" } ] @@ -446605,27 +342223,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", - "Module": "Sites" + "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_GetWebPart", + "OperationId": "security.label.category_GetSubcategory", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "categoryTemplate-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "subcategoryTemplate-id", "Location": "Path" }, { @@ -446641,27 +342251,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", - "Module": "Sites" + "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_UpdateWebPart", + "OperationId": "security.label.category_UpdateSubcategory", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "categoryTemplate-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "subcategoryTemplate-id", "Location": "Path" } ] @@ -446669,27 +342271,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", - "Module": "Sites" + "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_DeleteWebPart", + "OperationId": "security.label.category_DeleteSubcategory", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "categoryTemplate-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "subcategoryTemplate-id", "Location": "Path" }, { @@ -446701,23 +342295,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/$count", - "Module": "Sites" + "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.webPart_GetCount", + "OperationId": "security.label.category.subcategory_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "categoryTemplate-id", "Location": "Path" }, { @@ -446733,21 +342319,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/$count", - "Module": "Sites" + "Path": "/security/labels/categories/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page_GetCount", + "OperationId": "security.label.category_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -446761,21 +342339,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage", - "Module": "Sites" + "Path": "/security/labels/citations", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_ListPageAsSitePage", + "OperationId": "security.label_ListCitation", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -446813,21 +342383,84 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage/$count", - "Module": "Sites" + "Path": "/security/labels/citations", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.Page_GetCountAsSitePage", + "OperationId": "security.label_CreateCitation", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/labels/citations/{citationTemplate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_GetCitation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "citationTemplate-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/citations/{citationTemplate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_UpdateCitation", + "Method": "Patch", + "Parameters": [ + { + "Name": "citationTemplate-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/citations/{citationTemplate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_DeleteCitation", + "Method": "Delete", + "Parameters": [ + { + "Name": "citationTemplate-id", "Location": "Path" }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/citations/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label.citation_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -446841,21 +342474,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions", - "Module": "Sites" + "Path": "/security/labels/departments", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_ListPermission", + "OperationId": "security.label_ListDepartment", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -446893,43 +342518,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions", - "Module": "Sites" + "Path": "/security/labels/departments", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_CreatePermission", + "OperationId": "security.label_CreateDepartment", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites" + "Path": "/security/labels/departments/{departmentTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetPermission", + "OperationId": "security.label_GetDepartment", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "permission-id", + "Name": "departmentTemplate-id", "Location": "Path" }, { @@ -446945,23 +342553,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites" + "Path": "/security/labels/departments/{departmentTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_UpdatePermission", + "OperationId": "security.label_UpdateDepartment", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "permission-id", + "Name": "departmentTemplate-id", "Location": "Path" } ] @@ -446969,23 +342569,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites" + "Path": "/security/labels/departments/{departmentTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_DeletePermission", + "OperationId": "security.label_DeleteDepartment", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "permission-id", + "Name": "departmentTemplate-id", "Location": "Path" }, { @@ -446997,21 +342589,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions/$count", - "Module": "Sites" + "Path": "/security/labels/departments/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.permission_GetCount", + "OperationId": "security.label.department_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -447025,119 +342609,70 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin", - "Module": "Sites" + "Path": "/security/labels/filePlanReferences", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetRecycleBin", + "OperationId": "security.label_ListFilePlanReference", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_UpdateRecycleBin", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_DeleteRecycleBin", - "Method": "Delete", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser", - "Module": "Sites" + "Path": "/security/labels/filePlanReferences", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin_GetCreatedGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "security.label_CreateFilePlanReference", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "security.label_GetFilePlanReference", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "filePlanReferenceTemplate-id", "Location": "Path" }, { @@ -447153,19 +342688,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "security.label_UpdateFilePlanReference", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "filePlanReferenceTemplate-id", "Location": "Path" } ] @@ -447173,73 +342704,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "security.label_DeleteFilePlanReference", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "filePlanReferenceTemplate-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/labels/filePlanReferences/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "security.label.filePlanReference_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -447253,21 +342744,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items", - "Module": "Sites" + "Path": "/security/labels/retentionLabels", + "Module": "Security" }, - "MethodInfo": { - "OperationId": "group.site.recycleBin_ListItem", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, + "MethodInfo": { + "OperationId": "security.label_ListRetentionLabel", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -447305,43 +342788,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items", - "Module": "Sites" + "Path": "/security/labels/retentionLabels", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin_CreateItem", + "OperationId": "security.label_CreateRetentionLabel", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin_GetItem", + "OperationId": "security.label_GetRetentionLabel", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "recycleBinItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { @@ -447357,23 +342823,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin_UpdateItem", + "OperationId": "security.label_UpdateRetentionLabel", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "recycleBinItem-id", + "Name": "retentionLabel-id", "Location": "Path" } ] @@ -447381,23 +342839,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin_DeleteItem", + "OperationId": "security.label_DeleteRetentionLabel", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "recycleBinItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { @@ -447409,23 +342859,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.item_GetCreatedGraphBPreUser", + "OperationId": "security.label.retentionLabel_GetDescriptor", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "recycleBinItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { @@ -447441,105 +342883,53 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.item.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "security.label.retentionLabel_UpdateDescriptor", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "recycleBinItem-id", + "Name": "retentionLabel-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.item.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "security.label.retentionLabel_DeleteDescriptor", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "recycleBinItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.item.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security.label.retentionLabel.descriptor_GetAuthorityTemplate", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "recycleBinItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -447553,31 +342943,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "security.label.retentionLabel.descriptor_GetCategoryTemplate", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "recycleBinItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -447585,23 +342967,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.item_GetLastModifiedGraphBPreUser", + "OperationId": "security.label.retentionLabel.descriptor_GetCitationTemplate", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "recycleBinItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { @@ -447617,23 +342991,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.item.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "security.label.retentionLabel.descriptor_GetDepartmentTemplate", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "recycleBinItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { @@ -447649,47 +343015,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "security.label.retentionLabel.descriptor_GetFilePlanReferenceTemplate", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "recycleBinItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security.label.retentionLabel_ListDispositionReviewStage", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "recycleBinItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { @@ -447729,59 +343087,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "security.label.retentionLabel_CreateDispositionReviewStage", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "recycleBinItem-id", + "Name": "retentionLabel-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.item_GetCount", + "OperationId": "security.label.retentionLabel_GetDispositionReviewStage", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "dispositionReviewStage-stageNumber", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -447789,121 +343131,85 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin_GetLastModifiedGraphBPreUser", - "Method": "Get", + "OperationId": "security.label.retentionLabel_UpdateDispositionReviewStage", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "dispositionReviewStage-stageNumber", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "security.label.retentionLabel_DeleteDispositionReviewStage", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "dispositionReviewStage-stageNumber", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "security.label.retentionLabel.dispositionReviewStage_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security.label.retentionLabel_GetRetentionEventType", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "retentionLabel-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -447917,21 +343223,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.recycleBin.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "security.label.retentionLabel_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -447945,21 +343243,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/sites", - "Module": "Sites" + "Path": "/security/microsoft.graph.security.runHuntingQuery", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_ListSite", + "OperationId": "security_runHuntingQuery", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/providerTenantSettings", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_ListProviderTenantSetting", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -447997,23 +343298,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", - "Module": "Sites" + "Path": "/security/providerTenantSettings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetSite", + "OperationId": "security_CreateProviderTenantSetting", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/providerTenantSettings/{providerTenantSetting-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_GetProviderTenantSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "site-id1", + "Name": "providerTenantSetting-id", "Location": "Path" }, { @@ -448029,21 +343333,49 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/sites/$count", - "Module": "Sites" + "Path": "/security/providerTenantSettings/{providerTenantSetting-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetCount", - "Method": "Get", + "OperationId": "security_UpdateProviderTenantSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "providerTenantSetting-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/providerTenantSettings/{providerTenantSetting-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteProviderTenantSetting", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "providerTenantSetting-id", "Location": "Path" }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/providerTenantSettings/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.providerTenantSetting_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -448057,21 +343389,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Sites" + "Path": "/security/rules", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetTermStore", + "OperationId": "security_GetRule", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -448085,41 +343409,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Sites" + "Path": "/security/rules", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_UpdateTermStore", + "OperationId": "security_UpdateRule", "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Sites" + "Path": "/security/rules", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_DeleteTermStore", + "OperationId": "security_DeleteRule", "Method": "Delete", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -448129,21 +343436,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "Module": "Sites" + "Path": "/security/rules/detectionRules", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore_ListGroup", + "OperationId": "security.rule_ListDetectionRule", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -448181,43 +343480,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "Module": "Sites" + "Path": "/security/rules/detectionRules", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore_CreateGroup", + "OperationId": "security.rule_CreateDetectionRule", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Sites" + "Path": "/security/rules/detectionRules/{detectionRule-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore_GetGroup", + "OperationId": "security.rule_GetDetectionRule", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", + "Name": "detectionRule-id", "Location": "Path" }, { @@ -448233,23 +343515,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Sites" + "Path": "/security/rules/detectionRules/{detectionRule-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore_UpdateGroup", + "OperationId": "security.rule_UpdateDetectionRule", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", + "Name": "detectionRule-id", "Location": "Path" } ] @@ -448257,23 +343531,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Sites" + "Path": "/security/rules/detectionRules/{detectionRule-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore_DeleteGroup", + "OperationId": "security.rule_DeleteDetectionRule", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", + "Name": "detectionRule-id", "Location": "Path" }, { @@ -448285,25 +343551,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "Module": "Sites" + "Path": "/security/rules/detectionRules/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_ListSet", + "OperationId": "security.rule.detectionRule_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "group-id1", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/secureScoreControlProfiles", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_ListSecureScoreControlProfile", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -448341,51 +343615,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "Module": "Sites" + "Path": "/security/secureScoreControlProfiles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_CreateSet", + "OperationId": "security_CreateSecureScoreControlProfile", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Module": "Sites" + "Path": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_GetSet", + "OperationId": "security_GetSecureScoreControlProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "secureScoreControlProfile-id", "Location": "Path" }, { @@ -448401,27 +343650,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Module": "Sites" + "Path": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_UpdateSet", + "OperationId": "security_UpdateSecureScoreControlProfile", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "secureScoreControlProfile-id", "Location": "Path" } ] @@ -448429,27 +343666,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Module": "Sites" + "Path": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_DeleteSet", + "OperationId": "security_DeleteSecureScoreControlProfile", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "secureScoreControlProfile-id", "Location": "Path" }, { @@ -448461,29 +343686,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "Module": "Sites" + "Path": "/security/secureScoreControlProfiles/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_ListChild", + "OperationId": "security.secureScoreControlProfile_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/secureScores", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_ListSecureScore", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -448521,59 +343750,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "Module": "Sites" + "Path": "/security/secureScores", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_CreateChild", + "OperationId": "security_CreateSecureScore", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Module": "Sites" + "Path": "/security/secureScores/{secureScore-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetChild", + "OperationId": "security_GetSecureScore", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "secureScore-id", "Location": "Path" }, { @@ -448589,31 +343785,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Module": "Sites" + "Path": "/security/secureScores/{secureScore-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateChild", + "OperationId": "security_UpdateSecureScore", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "secureScore-id", "Location": "Path" } ] @@ -448621,31 +343801,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Module": "Sites" + "Path": "/security/secureScores/{secureScore-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteChild", + "OperationId": "security_DeleteSecureScore", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "secureScore-id", "Location": "Path" }, { @@ -448657,33 +343821,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", - "Module": "Sites" + "Path": "/security/secureScores/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_ListChild", + "OperationId": "security.secureScore_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/securityActions", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_ListSecurityAction", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -448721,67 +343885,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", - "Module": "Sites" + "Path": "/security/securityActions", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_CreateChild", + "OperationId": "security_CreateSecurityAction", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/securityActions/{securityAction-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetChild", + "OperationId": "security_GetSecurityAction", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "securityAction-id", "Location": "Path" }, { @@ -448797,35 +343920,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/securityActions/{securityAction-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_UpdateChild", + "OperationId": "security_UpdateSecurityAction", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "securityAction-id", "Location": "Path" } ] @@ -448833,77 +343936,69 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/securityActions/{securityAction-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_DeleteChild", + "OperationId": "security_DeleteSecurityAction", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "securityAction-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/securityActions/{securityAction-id}/microsoft.graph.cancelSecurityAction", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.securityAction_cancelSecurityAction", + "Method": "Post", + "Parameters": [ { - "Name": "term-id1", + "Name": "securityAction-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" + "Path": "/security/securityActions/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_ListRelation", + "OperationId": "security.securityAction_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/subjectRightsRequests", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_ListSubjectRightsRequest", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -448941,75 +344036,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" + "Path": "/security/subjectRightsRequests", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_CreateRelation", + "OperationId": "security_CreateSubjectRightsRequest", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetRelation", + "OperationId": "security_GetSubjectRightsRequest", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { @@ -449025,39 +344071,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_UpdateRelation", + "OperationId": "security_UpdateSubjectRightsRequest", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "subjectRightsRequest-id", "Location": "Path" } ] @@ -449065,39 +344087,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_DeleteRelation", + "OperationId": "security_DeleteSubjectRightsRequest", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { @@ -449109,40 +344107,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", + "OperationId": "security.subjectRightsRequest_ListApprover", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -449157,39 +344155,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetSet", + "OperationId": "security.subjectRightsRequest_GetApprover", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "user-id", "Location": "Path" }, { @@ -449205,39 +344183,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", + "OperationId": "security.subjectRightsRequest.approver_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "user-id", "Location": "Path" }, { @@ -449253,80 +344211,64 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetCount", - "Method": "Get", + "OperationId": "security.subjectRightsRequest.approver_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "user-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetSet", + "OperationId": "security.subjectRightsRequest.approver_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -449341,31 +344283,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetCount", + "OperationId": "security.subjectRightsRequest.approver.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "user-id", "Location": "Path" }, { @@ -449381,31 +344311,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_ListRelation", + "OperationId": "security.subjectRightsRequest.approver_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.subjectRightsRequest_ListCollaborator", + "Method": "Get", + "Parameters": [ { - "Name": "term-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { @@ -449445,67 +344383,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_CreateRelation", - "Method": "Post", + "OperationId": "security.subjectRightsRequest_GetCollaborator", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "user-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetRelation", + "OperationId": "security.subjectRightsRequest.collaborator_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "user-id", "Location": "Path" }, { @@ -449521,35 +344439,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_UpdateRelation", + "OperationId": "security.subjectRightsRequest.collaborator_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "user-id", "Location": "Path" } ] @@ -449557,76 +344459,44 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_DeleteRelation", - "Method": "Delete", + "OperationId": "security.subjectRightsRequest.collaborator_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -449641,43 +344511,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetSet", + "OperationId": "security.subjectRightsRequest.collaborator.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -449685,43 +344539,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", + "OperationId": "security.subjectRightsRequest.collaborator_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -449729,72 +344563,72 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/microsoft.graph.getFinalAttachment()", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetCount", + "OperationId": "security.subjectRightsRequest_getFinalAttachment", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "subjectRightsRequest-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/microsoft.graph.getFinalReport()", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.subjectRightsRequest_getFinalReport", + "Method": "Get", + "Parameters": [ { - "Name": "term-id", + "Name": "subjectRightsRequest-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetSet", + "OperationId": "security.subjectRightsRequest_ListNote", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -449809,63 +344643,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/$count", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetCount", - "Method": "Get", + "OperationId": "security.subjectRightsRequest_CreateNote", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "subjectRightsRequest-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetParentGroup", + "OperationId": "security.subjectRightsRequest_GetNote", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "authoredNote-id", "Location": "Path" }, { @@ -449881,27 +344687,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateParentGroup", + "OperationId": "security.subjectRightsRequest_UpdateNote", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "authoredNote-id", "Location": "Path" } ] @@ -449909,27 +344707,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteParentGroup", + "OperationId": "security.subjectRightsRequest_DeleteNote", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "authoredNote-id", "Location": "Path" }, { @@ -449941,37 +344731,17 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_ListRelation", + "OperationId": "security.subjectRightsRequest.note_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -449979,14 +344749,22 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.subjectRightsRequest_GetTeam", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "subjectRightsRequest-id", + "Location": "Path" }, { "Name": "$select", @@ -450001,61 +344779,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_CreateRelation", - "Method": "Post", + "OperationId": "security.subjectRightsRequest_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetRelation", + "OperationId": "security_GetThreatIntelligence", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -450069,65 +344819,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateRelation", + "OperationId": "security_UpdateThreatIntelligence", "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteRelation", + "OperationId": "security_DeleteThreatIntelligence", "Method": "Delete", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -450137,32 +344846,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/articleIndicators", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetFromTerm", + "OperationId": "security.threatIntelligence_ListArticleIndicator", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -450177,31 +344890,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", - "Module": "Sites" + "Path": "/security/threatIntelligence/articleIndicators", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetSet", + "OperationId": "security.threatIntelligence_CreateArticleIndicator", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_GetArticleIndicator", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "articleIndicator-id", "Location": "Path" }, { @@ -450217,31 +344925,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetToTerm", - "Method": "Get", + "OperationId": "security.threatIntelligence_UpdateArticleIndicator", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "articleIndicator-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_DeleteArticleIndicator", + "Method": "Delete", + "Parameters": [ { - "Name": "group-id1", + "Name": "articleIndicator-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.articleIndicator_GetArtifact", + "Method": "Get", + "Parameters": [ { - "Name": "relation-id", + "Name": "articleIndicator-id", "Location": "Path" }, { @@ -450257,29 +344985,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/articleIndicators/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetCount", + "OperationId": "security.threatIntelligence.articleIndicator_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -450293,29 +345005,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_ListTerm", + "OperationId": "security.threatIntelligence_ListArticle", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -450353,59 +345049,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_CreateTerm", + "OperationId": "security.threatIntelligence_CreateArticle", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles/{article-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetTerm", + "OperationId": "security.threatIntelligence_GetArticle", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "article-id", "Location": "Path" }, { @@ -450421,31 +345084,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles/{article-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateTerm", + "OperationId": "security.threatIntelligence_UpdateArticle", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "article-id", "Location": "Path" } ] @@ -450453,31 +345100,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles/{article-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteTerm", + "OperationId": "security.threatIntelligence_DeleteArticle", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "article-id", "Location": "Path" }, { @@ -450489,31 +345120,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles/{article-id}/indicators", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_ListChild", + "OperationId": "security.threatIntelligence.article_ListIndicator", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "article-id", "Location": "Path" }, { @@ -450553,67 +345168,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_CreateChild", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles/{article-id}/indicators/{articleIndicator-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetChild", + "OperationId": "security.threatIntelligence.article_GetIndicator", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "article-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "articleIndicator-id", "Location": "Path" }, { @@ -450629,113 +345196,57 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles/{article-id}/indicators/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_UpdateChild", - "Method": "Patch", + "OperationId": "security.threatIntelligence.article.indicator_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "article-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_DeleteChild", - "Method": "Delete", + "OperationId": "security.threatIntelligence.article_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostComponents", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_ListRelation", + "OperationId": "security.threatIntelligence_ListHostComponent", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -450773,75 +345284,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostComponents", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_CreateRelation", + "OperationId": "security.threatIntelligence_CreateHostComponent", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_GetRelation", + "OperationId": "security.threatIntelligence_GetHostComponent", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "hostComponent-id", "Location": "Path" }, { @@ -450857,39 +345319,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_UpdateRelation", + "OperationId": "security.threatIntelligence_UpdateHostComponent", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "hostComponent-id", "Location": "Path" } ] @@ -450897,39 +345335,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_DeleteRelation", + "OperationId": "security.threatIntelligence_DeleteHostComponent", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "hostComponent-id", "Location": "Path" }, { @@ -450941,39 +345355,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetFromTerm", + "OperationId": "security.threatIntelligence.hostComponent_GetHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "hostComponent-id", "Location": "Path" }, { @@ -450989,47 +345379,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostComponents/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetSet", + "OperationId": "security.threatIntelligence.hostComponent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -451037,40 +345399,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostCookies", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetToTerm", + "OperationId": "security.threatIntelligence_ListHostCookie", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -451085,43 +345443,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostCookies", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetCount", + "OperationId": "security.threatIntelligence_CreateHostCookie", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_GetHostCookie", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "hostCookie-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -451129,35 +345478,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_GetSet", - "Method": "Get", + "OperationId": "security.threatIntelligence_UpdateHostCookie", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", + "Name": "hostCookie-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_DeleteHostCookie", + "Method": "Delete", + "Parameters": [ { - "Name": "set-id", + "Name": "hostCookie-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.hostCookie_GetHost", + "Method": "Get", + "Parameters": [ { - "Name": "term-id1", + "Name": "hostCookie-id", "Location": "Path" }, { @@ -451173,33 +345538,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostCookies/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_GetCount", + "OperationId": "security.threatIntelligence.hostCookie_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -451213,33 +345558,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPairs", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_ListRelation", + "OperationId": "security.threatIntelligence_ListHostPair", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -451277,67 +345602,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPairs", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_CreateRelation", + "OperationId": "security.threatIntelligence_CreateHostPair", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetRelation", + "OperationId": "security.threatIntelligence_GetHostPair", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "hostPair-id", "Location": "Path" }, { @@ -451353,35 +345637,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_UpdateRelation", + "OperationId": "security.threatIntelligence_UpdateHostPair", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "hostPair-id", "Location": "Path" } ] @@ -451389,35 +345653,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_DeleteRelation", + "OperationId": "security.threatIntelligence_DeleteHostPair", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "hostPair-id", "Location": "Path" }, { @@ -451429,35 +345673,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetFromTerm", + "OperationId": "security.threatIntelligence.hostPair_GetChildHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "hostPair-id", "Location": "Path" }, { @@ -451473,43 +345697,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetSet", + "OperationId": "security.threatIntelligence.hostPair_GetParentHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "hostPair-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostPairs/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.hostPair_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -451517,36 +345741,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPorts", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetToTerm", + "OperationId": "security.threatIntelligence_ListHostPort", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -451561,39 +345785,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPorts", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetCount", + "OperationId": "security.threatIntelligence_CreateHostPort", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_GetHostPort", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "hostPort-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -451601,75 +345820,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetSet", - "Method": "Get", + "OperationId": "security.threatIntelligence_UpdateHostPort", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "hostPort-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_DeleteHostPort", + "Method": "Delete", + "Parameters": [ { - "Name": "term-id", + "Name": "hostPort-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetCount", + "OperationId": "security.threatIntelligence.hostPort_GetHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "hostPort-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -451677,31 +345880,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetCount", + "OperationId": "security.threatIntelligence.hostPort_GetMostRecentSslCertificate", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", + "Name": "hostPort-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -451709,21 +345904,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPorts/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_GetCount", + "OperationId": "security.threatIntelligence.hostPort_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -451737,21 +345924,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore_ListSet", + "OperationId": "security.threatIntelligence_ListHost", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -451789,43 +345968,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore_CreateSet", + "OperationId": "security.threatIntelligence_CreateHost", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore_GetSet", + "OperationId": "security.threatIntelligence_GetHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "host-id", "Location": "Path" }, { @@ -451841,23 +346003,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore_UpdateSet", + "OperationId": "security.threatIntelligence_UpdateHost", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "host-id", "Location": "Path" } ] @@ -451865,23 +346019,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore_DeleteSet", + "OperationId": "security.threatIntelligence_DeleteHost", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "host-id", "Location": "Path" }, { @@ -451893,23 +346039,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_ListChild", + "OperationId": "security.threatIntelligence.host_ListChildHostPair", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "host-id", "Location": "Path" }, { @@ -451949,51 +346087,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set_CreateChild", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetChild", + "OperationId": "security.threatIntelligence.host_GetChildHostPair", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "hostPair-id", "Location": "Path" }, { @@ -452009,87 +346115,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateChild", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteChild", - "Method": "Delete", + "OperationId": "security.threatIntelligence.host.childHostPair_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/components", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_ListChild", + "OperationId": "security.threatIntelligence.host_ListComponent", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "host-id", "Location": "Path" }, { @@ -452129,60 +346187,92 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/components/{hostComponent-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_CreateChild", - "Method": "Post", + "OperationId": "security.threatIntelligence.host_GetComponent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "hostComponent-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/components/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetChild", + "OperationId": "security.threatIntelligence.host.component_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hosts/{host-id}/cookies", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.host_ListCookie", + "Method": "Get", + "Parameters": [ + { + "Name": "host-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -452197,99 +346287,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/cookies/{hostCookie-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_UpdateChild", - "Method": "Patch", + "OperationId": "security.threatIntelligence.host_GetCookie", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "hostCookie-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/cookies/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_DeleteChild", - "Method": "Delete", + "OperationId": "security.threatIntelligence.host.cookie_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/hostPairs", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_ListRelation", + "OperationId": "security.threatIntelligence.host_ListHostPair", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "host-id", "Location": "Path" }, { @@ -452329,68 +346387,92 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/hostPairs/{hostPair-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_CreateRelation", - "Method": "Post", + "OperationId": "security.threatIntelligence.host_GetHostPair", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "hostPair-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hosts/{host-id}/hostPairs/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.host.hostPair_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "host-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetRelation", + "OperationId": "security.threatIntelligence.host_ListParentHostPair", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -452405,112 +346487,92 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_UpdateRelation", - "Method": "Patch", + "OperationId": "security.threatIntelligence.host_GetParentHostPair", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "hostPair-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_DeleteRelation", - "Method": "Delete", + "OperationId": "security.threatIntelligence.host.parentHostPair_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "host-id", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDns", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", + "OperationId": "security.threatIntelligence.host_ListPassiveDn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -452525,35 +346587,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetSet", + "OperationId": "security.threatIntelligence.host_GetPassiveDn", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "host-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "passiveDnsRecord-id", "Location": "Path" }, { @@ -452569,43 +346615,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetToTerm", + "OperationId": "security.threatIntelligence.host.passiveDn_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -452613,39 +346639,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetCount", + "OperationId": "security.threatIntelligence.host_ListPassiveDnsReverse", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "$search", + "Name": "$count", "Location": "Query" }, { - "Name": "$filter", + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -452653,31 +346687,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetSet", + "OperationId": "security.threatIntelligence.host_GetPassiveDnsReverse", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "passiveDnsRecord-id", "Location": "Path" }, { @@ -452693,27 +346715,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetCount", + "OperationId": "security.threatIntelligence.host.passiveDnsReverse_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "host-id", "Location": "Path" }, { @@ -452729,27 +346739,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/ports", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_ListRelation", + "OperationId": "security.threatIntelligence.host_ListPort", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "host-id", "Location": "Path" }, { @@ -452789,59 +346787,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/ports/{hostPort-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_CreateRelation", - "Method": "Post", + "OperationId": "security.threatIntelligence.host_GetPort", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "hostPort-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/ports/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetRelation", + "OperationId": "security.threatIntelligence.host.port_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.host_GetReputation", + "Method": "Get", + "Parameters": [ { - "Name": "relation-id", + "Name": "host-id", "Location": "Path" }, { @@ -452857,31 +346863,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_UpdateRelation", + "OperationId": "security.threatIntelligence.host_UpdateReputation", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "host-id", "Location": "Path" } ] @@ -452889,31 +346879,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_DeleteRelation", + "OperationId": "security.threatIntelligence.host_DeleteReputation", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "host-id", "Location": "Path" }, { @@ -452925,32 +346899,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/sslCertificates", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", + "OperationId": "security.threatIntelligence.host_ListSslCertificate", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -452965,39 +346947,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/{hostSslCertificate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetSet", + "OperationId": "security.threatIntelligence.host_GetSslCertificate", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "hostSslCertificate-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.host.sslCertificate_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "relation-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -453005,32 +346999,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/subdomains", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetToTerm", + "OperationId": "security.threatIntelligence.host_ListSubdomain", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -453045,27 +347047,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetCount", + "OperationId": "security.threatIntelligence.host_GetSubdomain", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "subdomain-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.host.subdomain_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "host-id", "Location": "Path" }, { @@ -453081,28 +347099,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/trackers", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetSet", + "OperationId": "security.threatIntelligence.host_ListTracker", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -453117,31 +347147,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/trackers/{hostTracker-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetCount", + "OperationId": "security.threatIntelligence.host_GetTracker", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "hostTracker-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -453149,31 +347175,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetParentGroup", + "OperationId": "security.threatIntelligence.host.tracker_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -453181,77 +347199,57 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/whois", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateParentGroup", - "Method": "Patch", + "OperationId": "security.threatIntelligence.host_GetWhoi", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteParentGroup", - "Method": "Delete", + "OperationId": "security.threatIntelligence.host_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostSslCertificates", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_ListSet", + "OperationId": "security.threatIntelligence_ListHostSslCertificate", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -453289,51 +347287,86 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostSslCertificates", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_CreateSet", + "OperationId": "security.threatIntelligence_CreateHostSslCertificate", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_GetHostSslCertificate", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "hostSslCertificate-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_GetSet", - "Method": "Get", + "OperationId": "security.threatIntelligence_UpdateHostSslCertificate", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "hostSslCertificate-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_DeleteHostSslCertificate", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "hostSslCertificate-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.hostSslCertificate_GetHost", + "Method": "Get", + "Parameters": [ { - "Name": "set-id1", + "Name": "hostSslCertificate-id", "Location": "Path" }, { @@ -453349,89 +347382,57 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/sslCertificate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_UpdateSet", - "Method": "Patch", + "OperationId": "security.threatIntelligence.hostSslCertificate_GetSslCertificate", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "hostSslCertificate-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostSslCertificates/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_DeleteSet", - "Method": "Delete", + "OperationId": "security.threatIntelligence.hostSslCertificate_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostTrackers", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_ListChild", + "OperationId": "security.threatIntelligence_ListHostTracker", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -453469,59 +347470,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostTrackers", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_CreateChild", + "OperationId": "security.threatIntelligence_CreateHostTracker", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetChild", + "OperationId": "security.threatIntelligence_GetHostTracker", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "hostTracker-id", "Location": "Path" }, { @@ -453537,31 +347505,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_UpdateChild", + "OperationId": "security.threatIntelligence_UpdateHostTracker", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "hostTracker-id", "Location": "Path" } ] @@ -453569,31 +347521,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_DeleteChild", + "OperationId": "security.threatIntelligence_DeleteHostTracker", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "hostTracker-id", "Location": "Path" }, { @@ -453605,33 +347541,57 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_ListChild", + "OperationId": "security.threatIntelligence.hostTracker_GetHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "hostTracker-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostTrackers/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.hostTracker_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "set-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/intelligenceProfileIndicators", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_ListIntelligenceProfileIndicator", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -453669,67 +347629,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelligenceProfileIndicators", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateChild", + "OperationId": "security.threatIntelligence_CreateIntelligenceProfileIndicator", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetChild", + "OperationId": "security.threatIntelligence_GetIntelligenceProfileIndicator", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "intelligenceProfileIndicator-id", "Location": "Path" }, { @@ -453745,35 +347664,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateChild", + "OperationId": "security.threatIntelligence_UpdateIntelligenceProfileIndicator", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "intelligenceProfileIndicator-id", "Location": "Path" } ] @@ -453781,35 +347680,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteChild", + "OperationId": "security.threatIntelligence_DeleteIntelligenceProfileIndicator", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "intelligenceProfileIndicator-id", "Location": "Path" }, { @@ -453821,37 +347700,57 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", + "OperationId": "security.threatIntelligence.intelligenceProfileIndicator_GetArtifact", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "intelligenceProfileIndicator-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/intelligenceProfileIndicators/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.intelligenceProfileIndicator_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/intelProfiles", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_ListIntelProfile", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -453889,75 +347788,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelProfiles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", + "OperationId": "security.threatIntelligence_CreateIntelProfile", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", + "OperationId": "security.threatIntelligence_GetIntelProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "intelligenceProfile-id", "Location": "Path" }, { @@ -453973,39 +347823,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", + "OperationId": "security.threatIntelligence_UpdateIntelProfile", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "intelligenceProfile-id", "Location": "Path" } ] @@ -454013,39 +347839,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", + "OperationId": "security.threatIntelligence_DeleteIntelProfile", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "intelligenceProfile-id", "Location": "Path" }, { @@ -454057,40 +347859,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", + "OperationId": "security.threatIntelligence.intelProfile_ListIndicator", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "intelligenceProfile-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -454105,39 +347907,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", + "OperationId": "security.threatIntelligence.intelProfile_GetIndicator", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "intelligenceProfile-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "intelligenceProfileIndicator-id", "Location": "Path" }, { @@ -454153,47 +347935,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "OperationId": "security.threatIntelligence.intelProfile.indicator_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "intelligenceProfile-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/intelProfiles/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.intelProfile_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -454201,43 +347979,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/passiveDnsRecords", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", + "OperationId": "security.threatIntelligence_ListPassiveDnsRecord", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -454245,35 +348023,86 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "Module": "Sites" + "Path": "/security/threatIntelligence/passiveDnsRecords", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", + "OperationId": "security.threatIntelligence_CreatePassiveDnsRecord", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_GetPassiveDnsRecord", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "passiveDnsRecord-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_UpdatePassiveDnsRecord", + "Method": "Patch", + "Parameters": [ { - "Name": "set-id1", + "Name": "passiveDnsRecord-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_DeletePassiveDnsRecord", + "Method": "Delete", + "Parameters": [ { - "Name": "term-id", + "Name": "passiveDnsRecord-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.passiveDnsRecord_GetArtifact", + "Method": "Get", + "Parameters": [ + { + "Name": "passiveDnsRecord-id", "Location": "Path" }, { @@ -454289,33 +348118,37 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", + "OperationId": "security.threatIntelligence.passiveDnsRecord_GetParentHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "passiveDnsRecord-id", "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/passiveDnsRecords/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.passiveDnsRecord_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -454329,33 +348162,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", - "Module": "Sites" + "Path": "/security/threatIntelligence/sslCertificates", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", + "OperationId": "security.threatIntelligence_ListSslCertificate", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -454393,67 +348206,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/sslCertificates", + "Module": "Security" }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_CreateSslCertificate", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_GetSslCertificate", + "Method": "Get", + "Parameters": [ { - "Name": "relation-id", + "Name": "sslCertificate-id", "Location": "Path" }, { @@ -454469,35 +348241,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", + "OperationId": "security.threatIntelligence_UpdateSslCertificate", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "sslCertificate-id", "Location": "Path" } ] @@ -454505,35 +348257,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", + "OperationId": "security.threatIntelligence_DeleteSslCertificate", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "sslCertificate-id", "Location": "Path" }, { @@ -454545,36 +348277,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", + "OperationId": "security.threatIntelligence.sslCertificate_ListRelatedHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sslCertificate-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -454589,43 +348325,71 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set", - "Module": "Sites" + "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", + "OperationId": "security.threatIntelligence.sslCertificate_GetRelatedHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sslCertificate-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.sslCertificate.relatedHost_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "term-id", + "Name": "sslCertificate-id", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$select", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/sslCertificates/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.sslCertificate_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -454633,36 +348397,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/subdomains", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "OperationId": "security.threatIntelligence_ListSubdomain", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -454677,39 +348441,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/subdomains", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", + "OperationId": "security.threatIntelligence_CreateSubdomain", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_GetSubdomain", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "subdomain-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -454717,31 +348476,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set", - "Module": "Sites" + "Path": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", - "Method": "Get", + "OperationId": "security.threatIntelligence_UpdateSubdomain", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "subdomain-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_DeleteSubdomain", + "Method": "Delete", + "Parameters": [ { - "Name": "set-id", + "Name": "subdomain-id", "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/subdomains/{subdomain-id}/host", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.subdomain_GetHost", + "Method": "Get", + "Parameters": [ { - "Name": "term-id", + "Name": "subdomain-id", "Location": "Path" }, { @@ -454757,29 +348536,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/subdomains/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", + "OperationId": "security.threatIntelligence.subdomain_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -454793,29 +348556,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_ListRelation", + "OperationId": "security.threatIntelligence_ListVulnerability", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -454853,59 +348600,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_CreateRelation", + "OperationId": "security.threatIntelligence_CreateVulnerability", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetRelation", + "OperationId": "security.threatIntelligence_GetVulnerability", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "vulnerability-id", "Location": "Path" }, { @@ -454921,31 +348635,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_UpdateRelation", + "OperationId": "security.threatIntelligence_UpdateVulnerability", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "vulnerability-id", "Location": "Path" } ] @@ -454953,31 +348651,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_DeleteRelation", + "OperationId": "security.threatIntelligence_DeleteVulnerability", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "vulnerability-id", "Location": "Path" }, { @@ -454989,72 +348671,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetFromTerm", + "OperationId": "security.threatIntelligence.vulnerability_ListArticle", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "vulnerability-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -455069,31 +348719,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetToTerm", + "OperationId": "security.threatIntelligence.vulnerability_GetArticle", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "vulnerability-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "article-id", "Location": "Path" }, { @@ -455109,27 +348747,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetCount", + "OperationId": "security.threatIntelligence.vulnerability.article_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "vulnerability-id", "Location": "Path" }, { @@ -455145,27 +348771,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_ListTerm", + "OperationId": "security.threatIntelligence.vulnerability_ListComponent", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "vulnerability-id", "Location": "Path" }, { @@ -455205,27 +348819,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_CreateTerm", + "OperationId": "security.threatIntelligence.vulnerability_CreateComponent", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "vulnerability-id", "Location": "Path" } ] @@ -455233,31 +348835,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetTerm", + "OperationId": "security.threatIntelligence.vulnerability_GetComponent", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "vulnerability-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "vulnerabilityComponent-id", "Location": "Path" }, { @@ -455273,31 +348863,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_UpdateTerm", + "OperationId": "security.threatIntelligence.vulnerability_UpdateComponent", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "vulnerability-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "vulnerabilityComponent-id", "Location": "Path" } ] @@ -455305,31 +348883,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_DeleteTerm", + "OperationId": "security.threatIntelligence.vulnerability_DeleteComponent", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "vulnerability-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "vulnerabilityComponent-id", "Location": "Path" }, { @@ -455341,33 +348907,57 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_ListChild", + "OperationId": "security.threatIntelligence.vulnerability.component_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "vulnerability-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/vulnerabilities/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.vulnerability_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "set-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/whoisHistoryRecords", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_ListWhoisHistoryRecord", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -455405,67 +348995,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisHistoryRecords", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateChild", + "OperationId": "security.threatIntelligence_CreateWhoisHistoryRecord", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetChild", + "OperationId": "security.threatIntelligence_GetWhoisHistoryRecord", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "whoisHistoryRecord-id", "Location": "Path" }, { @@ -455481,35 +349030,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateChild", + "OperationId": "security.threatIntelligence_UpdateWhoisHistoryRecord", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "whoisHistoryRecord-id", "Location": "Path" } ] @@ -455517,35 +349046,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteChild", + "OperationId": "security.threatIntelligence_DeleteWhoisHistoryRecord", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "whoisHistoryRecord-id", "Location": "Path" }, { @@ -455557,37 +349066,57 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_ListRelation", + "OperationId": "security.threatIntelligence.whoisHistoryRecord_GetHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "whoisHistoryRecord-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/whoisHistoryRecords/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.whoisHistoryRecord_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/whoisRecords", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_ListWhoisRecord", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -455625,75 +349154,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_CreateRelation", + "OperationId": "security.threatIntelligence_CreateWhoisRecord", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetRelation", + "OperationId": "security.threatIntelligence_GetWhoisRecord", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "whoisRecord-id", "Location": "Path" }, { @@ -455709,172 +349189,76 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_UpdateRelation", + "OperationId": "security.threatIntelligence_UpdateWhoisRecord", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_DeleteRelation", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "whoisRecord-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, + "OperationId": "security.threatIntelligence_DeleteWhoisRecord", + "Method": "Delete", + "Parameters": [ { - "Name": "relation-id", + "Name": "whoisRecord-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetSet", + "OperationId": "security.threatIntelligence.whoisRecord_ListHistory", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "whoisRecord-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -455889,39 +349273,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetToTerm", + "OperationId": "security.threatIntelligence.whoisRecord_GetHistory", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "whoisRecord-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "whoisHistoryRecord-id", "Location": "Path" }, { @@ -455937,35 +349301,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetCount", + "OperationId": "security.threatIntelligence.whoisRecord.history_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "whoisRecord-id", "Location": "Path" }, { @@ -455981,35 +349325,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetSet", + "OperationId": "security.threatIntelligence.whoisRecord_GetHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "whoisRecord-id", "Location": "Path" }, { @@ -456025,33 +349349,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetCount", + "OperationId": "security.threatIntelligence.whoisRecord_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -456065,33 +349369,60 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Sites" + "Path": "/security/threatSubmission", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_ListRelation", + "OperationId": "security_GetThreatSubmission", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatSubmission", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_UpdateThreatSubmission", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatSubmission", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteThreatSubmission", + "Method": "Delete", + "Parameters": [ { - "Name": "term-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatSubmission/emailThreats", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatSubmission_ListEmailThreat", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -456129,67 +349460,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Sites" + "Path": "/security/threatSubmission/emailThreats", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateRelation", + "OperationId": "security.threatSubmission_CreateEmailThreat", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetRelation", + "OperationId": "security.threatSubmission_GetEmailThreat", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "emailThreatSubmission-id", "Location": "Path" }, { @@ -456205,35 +349495,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateRelation", + "OperationId": "security.threatSubmission_UpdateEmailThreat", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "emailThreatSubmission-id", "Location": "Path" } ] @@ -456241,35 +349511,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteRelation", + "OperationId": "security.threatSubmission_DeleteEmailThreat", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "emailThreatSubmission-id", "Location": "Path" }, { @@ -456281,43 +349531,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" + "Path": "/security/threatSubmission/emailThreats/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetFromTerm", + "OperationId": "security.threatSubmission.emailThreat_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -456325,36 +349551,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites" + "Path": "/security/threatSubmission/emailThreatSubmissionPolicies", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetSet", + "OperationId": "security.threatSubmission_ListEmailThreatSubmissionPolicy", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -456369,35 +349595,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites" + "Path": "/security/threatSubmission/emailThreatSubmissionPolicies", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetToTerm", + "OperationId": "security.threatSubmission_CreateEmailThreatSubmissionPolicy", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatSubmission_GetEmailThreatSubmissionPolicy", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "emailThreatSubmissionPolicy-id", "Location": "Path" }, { @@ -456413,33 +349630,49 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "Module": "Sites" + "Path": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetCount", - "Method": "Get", + "OperationId": "security.threatSubmission_UpdateEmailThreatSubmissionPolicy", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "emailThreatSubmissionPolicy-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatSubmission_DeleteEmailThreatSubmissionPolicy", + "Method": "Delete", + "Parameters": [ { - "Name": "set-id1", + "Name": "emailThreatSubmissionPolicy-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatSubmission/emailThreatSubmissionPolicies/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatSubmission.emailThreatSubmissionPolicy_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -456453,32 +349686,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "Module": "Sites" + "Path": "/security/threatSubmission/fileThreats", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetSet", + "OperationId": "security.threatSubmission_ListFileThreat", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -456493,35 +349730,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "Module": "Sites" + "Path": "/security/threatSubmission/fileThreats", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetCount", + "OperationId": "security.threatSubmission_CreateFileThreat", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatSubmission_GetFileThreat", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "fileThreatSubmission-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -456529,25 +349765,49 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "Module": "Sites" + "Path": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetCount", - "Method": "Get", + "OperationId": "security.threatSubmission_UpdateFileThreat", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "fileThreatSubmission-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatSubmission_DeleteFileThreat", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "fileThreatSubmission-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatSubmission/fileThreats/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatSubmission.fileThreat_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -456561,25 +349821,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Sites" + "Path": "/security/threatSubmission/urlThreats", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_ListRelation", + "OperationId": "security.threatSubmission_ListUrlThreat", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -456617,51 +349865,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Sites" + "Path": "/security/threatSubmission/urlThreats", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_CreateRelation", + "OperationId": "security.threatSubmission_CreateUrlThreat", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetRelation", + "OperationId": "security.threatSubmission_GetUrlThreat", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "urlThreatSubmission-id", "Location": "Path" }, { @@ -456677,27 +349900,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateRelation", + "OperationId": "security.threatSubmission_UpdateUrlThreat", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "urlThreatSubmission-id", "Location": "Path" } ] @@ -456705,27 +349916,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteRelation", + "OperationId": "security.threatSubmission_DeleteUrlThreat", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "urlThreatSubmission-id", "Location": "Path" }, { @@ -456737,35 +349936,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" + "Path": "/security/threatSubmission/urlThreats/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetFromTerm", + "OperationId": "security.threatSubmission.urlThreat_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -456773,28 +349956,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "Module": "Sites" + "Path": "/security/tiIndicators", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetSet", + "OperationId": "security_ListTiIndicator", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -456809,27 +350000,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Sites" + "Path": "/security/tiIndicators", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetToTerm", + "OperationId": "security_CreateTiIndicator", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/tiIndicators/{tiIndicator-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_GetTiIndicator", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "tiIndicator-id", "Location": "Path" }, { @@ -456845,25 +350035,49 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "Module": "Sites" + "Path": "/security/tiIndicators/{tiIndicator-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetCount", - "Method": "Get", + "OperationId": "security_UpdateTiIndicator", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "tiIndicator-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/tiIndicators/{tiIndicator-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteTiIndicator", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "tiIndicator-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/tiIndicators/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.tiIndicator_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -456877,25 +350091,104 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Sites" + "Path": "/security/tiIndicators/microsoft.graph.deleteTiIndicators", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_ListTerm", + "OperationId": "security.tiIndicator_deleteTiIndicator", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/tiIndicators/microsoft.graph.deleteTiIndicatorsByExternalId", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.tiIndicator_deleteTiIndicatorsGraphBPreExternalId", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/tiIndicators/microsoft.graph.submitTiIndicators", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.tiIndicator_submitTiIndicator", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/tiIndicators/microsoft.graph.updateTiIndicators", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.tiIndicator_updateTiIndicator", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/triggers", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_GetTrigger", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/triggers", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_UpdateTrigger", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/triggers", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteTrigger", + "Method": "Delete", + "Parameters": [ { - "Name": "set-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/triggers/retentionEvents", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.trigger_ListRetentionEvent", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -456933,53 +350226,128 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Sites" + "Path": "/security/triggers/retentionEvents", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.trigger_CreateRetentionEvent", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.trigger_GetRetentionEvent", + "Method": "Get", + "Parameters": [ + { + "Name": "retentionEvent-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.trigger_UpdateRetentionEvent", + "Method": "Patch", + "Parameters": [ + { + "Name": "retentionEvent-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.trigger_DeleteRetentionEvent", + "Method": "Delete", + "Parameters": [ + { + "Name": "retentionEvent-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.trigger.retentionEvent_GetRetentionEventType", + "Method": "Get", + "Parameters": [ + { + "Name": "retentionEvent-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/triggers/retentionEvents/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_CreateTerm", - "Method": "Post", + "OperationId": "security.trigger.retentionEvent_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites" + "Path": "/security/triggerTypes", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetTerm", + "OperationId": "security_GetTriggerType", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -456993,57 +350361,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites" + "Path": "/security/triggerTypes", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateTerm", + "OperationId": "security_UpdateTriggerType", "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites" + "Path": "/security/triggerTypes", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteTerm", + "OperationId": "security_DeleteTriggerType", "Method": "Delete", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -457053,29 +350388,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites" + "Path": "/security/triggerTypes/retentionEventTypes", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_ListChild", + "OperationId": "security.triggerType_ListRetentionEventType", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -457113,59 +350432,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites" + "Path": "/security/triggerTypes/retentionEventTypes", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_CreateChild", + "OperationId": "security.triggerType_CreateRetentionEventType", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_GetChild", + "OperationId": "security.triggerType_GetRetentionEventType", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "retentionEventType-id", "Location": "Path" }, { @@ -457181,31 +350467,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_UpdateChild", + "OperationId": "security.triggerType_UpdateRetentionEventType", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "retentionEventType-id", "Location": "Path" } ] @@ -457213,31 +350483,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" + "Path": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_DeleteChild", + "OperationId": "security.triggerType_DeleteRetentionEventType", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "retentionEventType-id", "Location": "Path" }, { @@ -457249,33 +350503,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" + "Path": "/security/triggerTypes/retentionEventTypes/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_ListRelation", + "OperationId": "security.triggerType.retentionEventType_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/userSecurityProfiles", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_ListUserSecurityProfile", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -457313,67 +350567,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" + "Path": "/security/userSecurityProfiles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_CreateRelation", + "OperationId": "security_CreateUserSecurityProfile", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_GetRelation", + "OperationId": "security_GetUserSecurityProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "userSecurityProfile-id", "Location": "Path" }, { @@ -457389,35 +350602,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_UpdateRelation", + "OperationId": "security_UpdateUserSecurityProfile", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "userSecurityProfile-id", "Location": "Path" } ] @@ -457425,35 +350618,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "Path": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_DeleteRelation", + "OperationId": "security_DeleteUserSecurityProfile", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "userSecurityProfile-id", "Location": "Path" }, { @@ -457465,43 +350638,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" + "Path": "/security/userSecurityProfiles/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetFromTerm", + "OperationId": "security.userSecurityProfile_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -457509,35 +350658,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" + "Path": "/users/{user-id}/security", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetSet", + "OperationId": "user_GetSecurity", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "user-id", "Location": "Path" }, { @@ -457553,35 +350682,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" + "Path": "/users/{user-id}/security", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "user_UpdateSecurity", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/security", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "user_DeleteSecurity", + "Method": "Delete", + "Parameters": [ { - "Name": "term-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/security/informationProtection", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "user.security_GetInformationProtection", + "Method": "Get", + "Parameters": [ { - "Name": "relation-id", + "Name": "user-id", "Location": "Path" }, { @@ -457597,71 +350742,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" + "Path": "/users/{user-id}/security/informationProtection", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetCount", - "Method": "Get", + "OperationId": "user.security_UpdateInformationProtection", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/security/informationProtection", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "user.security_DeleteInformationProtection", + "Method": "Delete", + "Parameters": [ { - "Name": "term-id1", + "Name": "user-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites" + "Path": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_GetSet", + "OperationId": "user.security.informationProtection_GetLabelPolicySetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "user-id", "Location": "Path" }, { @@ -457677,63 +350802,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Sites" + "Path": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_GetCount", - "Method": "Get", + "OperationId": "user.security.informationProtection_UpdateLabelPolicySetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "user.security.informationProtection_DeleteLabelPolicySetting", + "Method": "Delete", + "Parameters": [ { - "Name": "term-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites" + "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_ListRelation", + "OperationId": "user.security.informationProtection_ListSensitivityLabel", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "user-id", "Location": "Path" }, { @@ -457773,27 +350886,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites" + "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_CreateRelation", + "OperationId": "user.security.informationProtection_CreateSensitivityLabel", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "user-id", "Location": "Path" } ] @@ -457801,31 +350902,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_GetRelation", + "OperationId": "user.security.informationProtection_GetSensitivityLabel", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { @@ -457841,31 +350930,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_UpdateRelation", + "OperationId": "user.security.informationProtection_UpdateSensitivityLabel", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "sensitivityLabel-id", "Location": "Path" } ] @@ -457873,31 +350950,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_DeleteRelation", + "OperationId": "user.security.informationProtection_DeleteSensitivityLabel", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { @@ -457909,31 +350974,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" + "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.relation_GetFromTerm", + "OperationId": "user.security.informationProtection.sensitivityLabel_GetParent", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { @@ -457949,107 +351002,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites" + "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.relation_GetSet", - "Method": "Get", + "OperationId": "user.security.informationProtection.sensitivityLabel_UpdateParent", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "sensitivityLabel-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites" + "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.relation_GetToTerm", - "Method": "Get", + "OperationId": "user.security.informationProtection.sensitivityLabel_DeleteParent", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Sites" + "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.relation_GetCount", + "OperationId": "user.security.informationProtection.sensitivityLabel_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "user-id", "Location": "Path" }, { @@ -458065,29 +351070,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "Path": "/admin/sharepoint", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_GetSet", + "OperationId": "admin_GetSharepoint", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -458101,59 +351090,46 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "Path": "/admin/sharepoint", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_GetCount", - "Method": "Get", + "OperationId": "admin_UpdateSharepoint", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/sharepoint", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "admin_DeleteSharepoint", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", + "Path": "/admin/sharepoint/settings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetCount", + "OperationId": "admin.sharepoint_GetSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -458161,37 +351137,44 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/$count", + "Path": "/admin/sharepoint/settings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetCount", - "Method": "Get", + "OperationId": "admin.sharepoint_UpdateSetting", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/sharepoint/settings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "admin.sharepoint_DeleteSetting", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites", + "Path": "/groups/{group-id}/sites", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListSite", + "OperationId": "group_ListSite", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -458229,13 +351212,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}", + "Path": "/groups/{group-id}/sites/{site-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetSite", + "OperationId": "group_GetSite", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458253,13 +351240,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}", + "Path": "/groups/{group-id}/sites/{site-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdateSite", + "OperationId": "group_UpdateSite", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458269,13 +351260,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetAnalytic", + "OperationId": "group.site_GetAnalytic", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458293,13 +351288,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdateAnalytic", + "OperationId": "group.site_UpdateAnalytic", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458309,13 +351308,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_DeleteAnalytic", + "OperationId": "group.site_DeleteAnalytic", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458329,13 +351332,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/allTime", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/allTime", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic_GetAllTime", + "OperationId": "group.site.analytic_GetAllTime", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458353,13 +351360,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic_ListItemActivityStat", + "OperationId": "group.site.analytic_ListItemActivityStat", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458401,13 +351412,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic_CreateItemActivityStat", + "OperationId": "group.site.analytic_CreateItemActivityStat", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458417,13 +351432,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic_GetItemActivityStat", + "OperationId": "group.site.analytic_GetItemActivityStat", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458445,13 +351464,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic_UpdateItemActivityStat", + "OperationId": "group.site.analytic_UpdateItemActivityStat", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458465,13 +351488,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic_DeleteItemActivityStat", + "OperationId": "group.site.analytic_DeleteItemActivityStat", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458489,13 +351516,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat_ListActivity", + "OperationId": "group.site.analytic.itemActivityStat_ListActivity", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458541,13 +351572,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat_CreateActivity", + "OperationId": "group.site.analytic.itemActivityStat_CreateActivity", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458561,13 +351596,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat_GetActivity", + "OperationId": "group.site.analytic.itemActivityStat_GetActivity", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458593,13 +351632,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat_UpdateActivity", + "OperationId": "group.site.analytic.itemActivityStat_UpdateActivity", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458617,13 +351660,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat_DeleteActivity", + "OperationId": "group.site.analytic.itemActivityStat_DeleteActivity", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458645,13 +351692,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat.activity_GetDriveItem", + "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItem", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458677,13 +351728,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat.activity_GetDriveItemContent", + "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458705,13 +351760,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat.activity_SetDriveItemContent", + "OperationId": "group.site.analytic.itemActivityStat.activity_SetDriveItemContent", "Method": "Put", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458729,13 +351788,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat.activity_GetDriveItemContentStream", + "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458753,13 +351816,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat.activity_SetDriveItemContentStream", + "OperationId": "group.site.analytic.itemActivityStat.activity_SetDriveItemContentStream", "Method": "Put", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458777,13 +351844,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat.activity_GetCount", + "OperationId": "group.site.analytic.itemActivityStat.activity_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458805,13 +351876,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/$count", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat_GetCount", + "OperationId": "group.site.analytic.itemActivityStat_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458829,13 +351904,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/lastSevenDays", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic_GetLastSevenDay", + "OperationId": "group.site.analytic_GetLastSevenDay", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458853,13 +351932,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListColumn", + "OperationId": "group.site_ListColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458901,13 +351984,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_CreateColumn", + "OperationId": "group.site_CreateColumn", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458917,13 +352004,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetColumn", + "OperationId": "group.site_GetColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458945,13 +352036,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdateColumn", + "OperationId": "group.site_UpdateColumn", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458965,13 +352060,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_DeleteColumn", + "OperationId": "group.site_DeleteColumn", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -458989,13 +352088,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.column_GetSourceColumn", + "OperationId": "group.site.column_GetSourceColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459017,13 +352120,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/columns/$count", + "Path": "/groups/{group-id}/sites/{site-id}/columns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.column_GetCount", + "OperationId": "group.site.column_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459041,13 +352148,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListContentType", + "OperationId": "group.site_ListContentType", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459089,13 +352200,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_CreateContentType", + "OperationId": "group.site_CreateContentType", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459105,13 +352220,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetContentType", + "OperationId": "group.site_GetContentType", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459133,13 +352252,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdateContentType", + "OperationId": "group.site_UpdateContentType", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459153,13 +352276,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_DeleteContentType", + "OperationId": "group.site_DeleteContentType", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459177,13 +352304,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/base", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_GetBase", + "OperationId": "group.site.contentType_GetBase", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459205,13 +352336,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_ListBaseType", + "OperationId": "group.site.contentType_ListBaseType", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459257,13 +352392,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_GetBaseType", + "OperationId": "group.site.contentType_GetBaseType", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459289,13 +352428,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType.baseType_GetCount", + "OperationId": "group.site.contentType.baseType_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459317,13 +352460,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_ListColumnLink", + "OperationId": "group.site.contentType_ListColumnLink", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459369,13 +352516,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_CreateColumnLink", + "OperationId": "group.site.contentType_CreateColumnLink", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459389,13 +352540,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_GetColumnLink", + "OperationId": "group.site.contentType_GetColumnLink", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459421,13 +352576,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_UpdateColumnLink", + "OperationId": "group.site.contentType_UpdateColumnLink", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459445,13 +352604,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_DeleteColumnLink", + "OperationId": "group.site.contentType_DeleteColumnLink", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459473,13 +352636,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType.columnLink_GetCount", + "OperationId": "group.site.contentType.columnLink_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459501,13 +352668,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_ListColumnPosition", + "OperationId": "group.site.contentType_ListColumnPosition", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459553,13 +352724,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_GetColumnPosition", + "OperationId": "group.site.contentType_GetColumnPosition", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459585,13 +352760,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType.columnPosition_GetCount", + "OperationId": "group.site.contentType.columnPosition_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459613,13 +352792,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_ListColumn", + "OperationId": "group.site.contentType_ListColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459665,13 +352848,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_CreateColumn", + "OperationId": "group.site.contentType_CreateColumn", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459685,13 +352872,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_GetColumn", + "OperationId": "group.site.contentType_GetColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459717,13 +352908,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_UpdateColumn", + "OperationId": "group.site.contentType_UpdateColumn", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459741,13 +352936,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_DeleteColumn", + "OperationId": "group.site.contentType_DeleteColumn", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459769,13 +352968,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType.column_GetSourceColumn", + "OperationId": "group.site.contentType.column_GetSourceColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459801,13 +353004,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType.column_GetCount", + "OperationId": "group.site.contentType.column_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -459829,123 +353036,83 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_associateGraphWPreHubSite", - "Method": "Post", + "OperationId": "group.site.contentType_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "contentType-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.contentType_copyToDefaultContentLocation", - "Method": "Post", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()", + "Path": "/groups/{group-id}/sites/{site-id}/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_isPublished", + "OperationId": "group.site_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "contentType-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.publish", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.contentType_publish", - "Method": "Post", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.contentType_unpublish", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/$count", + "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_GetCount", + "OperationId": "group.site.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -459953,29 +353120,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/microsoft.graph.addCopy", + "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_addCopy", - "Method": "Post", + "OperationId": "group.site.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.contentType_addCopyFromContentTypeHub", - "Method": "Post", - "Parameters": [ + }, { "Name": "site-id", "Location": "Path" @@ -459985,13 +353140,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", + "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_getCompatibleHubContentType", + "OperationId": "group.site.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -460017,11 +353176,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -460033,13 +353192,45 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/drive", + "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetDrive", + "OperationId": "group.site.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/drive", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_GetDrive", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -460057,13 +353248,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/drives", + "Path": "/groups/{group-id}/sites/{site-id}/drives", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListDrive", + "OperationId": "group.site_ListDrive", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -460105,13 +353300,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/drives/{drive-id}", + "Path": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetDrive", + "OperationId": "group.site_GetDrive", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -460133,13 +353332,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/drives/$count", + "Path": "/groups/{group-id}/sites/{site-id}/drives/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.drive_GetCount", + "OperationId": "group.site.drive_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -460157,13 +353360,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/externalColumns", + "Path": "/groups/{group-id}/sites/{site-id}/externalColumns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListExternalColumn", + "OperationId": "group.site_ListExternalColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -460205,13 +353412,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetExternalColumn", + "OperationId": "group.site_GetExternalColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -460233,13 +353444,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/externalColumns/$count", + "Path": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.externalColumn_GetCount", + "OperationId": "group.site.externalColumn_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -460257,61 +353472,45 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/informationProtection/dataLossPreventionPolicies/microsoft.graph.evaluate", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.informationProtection.dataLossPreventionPolicy_evaluate", - "Method": "Post", + "OperationId": "group.site_GetInformationProtection", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/informationProtection/microsoft.graph.decryptBuffer", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.informationProtection_decryptBuffer", - "Method": "Post", - "Parameters": [ + }, { "Name": "site-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/informationProtection/microsoft.graph.encryptBuffer", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.informationProtection_encryptBuffer", - "Method": "Post", + "OperationId": "group.site_UpdateInformationProtection", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/informationProtection/microsoft.graph.signDigest", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.informationProtection_signDigest", - "Method": "Post", - "Parameters": [ + }, { "Name": "site-id", "Location": "Path" @@ -460321,129 +353520,181 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/informationProtection/microsoft.graph.verifySignature", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.informationProtection_verifySignature", - "Method": "Post", + "OperationId": "group.site_DeleteInformationProtection", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.evaluateApplication", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.informationProtection.policy.label_evaluateApplication", - "Method": "Post", - "Parameters": [ + }, { "Name": "site-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.evaluateClassificationResults", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.informationProtection.policy.label_evaluateClassificationResult", - "Method": "Post", + "OperationId": "group.site.informationProtection_GetBitlocker", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.evaluateRemoval", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.informationProtection.policy.label_evaluateRemoval", - "Method": "Post", - "Parameters": [ + }, { "Name": "site-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.extractLabel", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.informationProtection.policy.label_extractLabel", - "Method": "Post", + "OperationId": "group.site.informationProtection.bitlocker_ListRecoveryKey", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.evaluate", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.informationProtection.sensitivityLabel.sublabel_evaluate", - "Method": "Post", + "OperationId": "group.site.informationProtection.bitlocker_GetRecoveryKey", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "bitlockerRecoveryKey-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/informationProtection/sensitivityLabels/microsoft.graph.evaluate", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.informationProtection.sensitivityLabel_evaluate", - "Method": "Post", + "OperationId": "group.site.informationProtection.bitlocker.recoveryKey_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListList", + "OperationId": "group.site.informationProtection_ListDataLossPreventionPolicy", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -460485,13 +353736,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_CreateList", + "OperationId": "group.site.informationProtection_CreateDataLossPreventionPolicy", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -460501,19 +353756,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetList", + "OperationId": "group.site.informationProtection_GetDataLossPreventionPolicy", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "dataLossPreventionPolicy-id", "Location": "Path" }, { @@ -460529,19 +353788,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdateList", + "OperationId": "group.site.informationProtection_UpdateDataLossPreventionPolicy", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "dataLossPreventionPolicy-id", "Location": "Path" } ] @@ -460549,19 +353812,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_DeleteList", + "OperationId": "group.site.informationProtection_DeleteDataLossPreventionPolicy", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "dataLossPreventionPolicy-id", "Location": "Path" }, { @@ -460573,29 +353840,21 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/activities", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_ListActivity", + "OperationId": "group.site.informationProtection.dataLossPreventionPolicy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -460603,14 +353862,26 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.informationProtection_GetPolicy", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { "Name": "$select", @@ -460625,39 +353896,63 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/activities", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_CreateActivity", - "Method": "Post", + "OperationId": "group.site.informationProtection_UpdatePolicy", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.informationProtection_DeletePolicy", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_ListColumn", + "OperationId": "group.site.informationProtection.policy_ListLabel", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { @@ -460697,19 +353992,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_CreateColumn", + "OperationId": "group.site.informationProtection.policy_CreateLabel", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" } ] @@ -460717,23 +354012,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetColumn", + "OperationId": "group.site.informationProtection.policy_GetLabel", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "informationProtectionLabel-id", "Location": "Path" }, { @@ -460749,23 +354044,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_UpdateColumn", + "OperationId": "group.site.informationProtection.policy_UpdateLabel", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "informationProtectionLabel-id", "Location": "Path" } ] @@ -460773,23 +354068,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_DeleteColumn", + "OperationId": "group.site.informationProtection.policy_DeleteLabel", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "informationProtectionLabel-id", "Location": "Path" }, { @@ -460801,53 +354096,21 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.column_GetSourceColumn", + "OperationId": "group.site.informationProtection.policy.label_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/columns/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.column_GetCount", - "Method": "Get", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "list-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -460861,19 +354124,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_ListContentType", + "OperationId": "group.site.informationProtection_ListSensitivityLabel", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { @@ -460913,19 +354176,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_CreateContentType", + "OperationId": "group.site.informationProtection_CreateSensitivityLabel", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" } ] @@ -460933,23 +354196,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetContentType", + "OperationId": "group.site.informationProtection_GetSensitivityLabel", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { @@ -460965,23 +354228,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_UpdateContentType", + "OperationId": "group.site.informationProtection_UpdateSensitivityLabel", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "sensitivityLabel-id", "Location": "Path" } ] @@ -460989,23 +354252,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_DeleteContentType", + "OperationId": "group.site.informationProtection_DeleteSensitivityLabel", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { @@ -461017,55 +354280,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_GetBase", + "OperationId": "group.site.informationProtection.sensitivityLabel_ListSublabel", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.contentType_ListBaseType", - "Method": "Get", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { @@ -461105,67 +354336,59 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_GetBaseType", - "Method": "Get", + "OperationId": "group.site.informationProtection.sensitivityLabel_CreateSublabel", + "Method": "Post", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id1", + "Name": "sensitivityLabel-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType.baseType_GetCount", + "OperationId": "group.site.informationProtection.sensitivityLabel_GetSublabel", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "sensitivityLabel-id1", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -461173,115 +354396,91 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_ListColumnLink", - "Method": "Get", + "OperationId": "group.site.informationProtection.sensitivityLabel_UpdateSublabel", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "sensitivityLabel-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_CreateColumnLink", - "Method": "Post", + "OperationId": "group.site.informationProtection.sensitivityLabel_DeleteSublabel", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "sensitivityLabel-id1", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_GetColumnLink", + "OperationId": "group.site.informationProtection.sensitivityLabel.sublabel_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -461289,115 +354488,119 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_UpdateColumnLink", - "Method": "Patch", + "OperationId": "group.site.informationProtection.sensitivityLabel_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "columnLink-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_DeleteColumnLink", - "Method": "Delete", + "OperationId": "group.site.informationProtection_GetSensitivityPolicySetting", + "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "columnLink-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType.columnLink_GetCount", - "Method": "Get", + "OperationId": "group.site.informationProtection_UpdateSensitivityPolicySetting", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.informationProtection_DeleteSensitivityPolicySetting", + "Method": "Delete", + "Parameters": [ { - "Name": "contentType-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_ListColumnPosition", + "OperationId": "group.site.informationProtection_ListThreatAssessmentRequest", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "site-id", "Location": "Path" }, { @@ -461437,27 +354640,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_GetColumnPosition", - "Method": "Get", + "OperationId": "group.site.informationProtection_CreateThreatAssessmentRequest", + "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.informationProtection_GetThreatAssessmentRequest", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { @@ -461473,55 +354692,75 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType.columnPosition_GetCount", - "Method": "Get", + "OperationId": "group.site.informationProtection_UpdateThreatAssessmentRequest", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "threatAssessmentRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.informationProtection_DeleteThreatAssessmentRequest", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "threatAssessmentRequest-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_ListColumn", + "OperationId": "group.site.informationProtection.threatAssessmentRequest_ListResult", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { @@ -461561,23 +354800,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_CreateColumn", + "OperationId": "group.site.informationProtection.threatAssessmentRequest_CreateResult", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" } ] @@ -461585,27 +354824,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_GetColumn", + "OperationId": "group.site.informationProtection.threatAssessmentRequest_GetResult", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "threatAssessmentResult-id", "Location": "Path" }, { @@ -461621,27 +354860,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_UpdateColumn", + "OperationId": "group.site.informationProtection.threatAssessmentRequest_UpdateResult", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "threatAssessmentResult-id", "Location": "Path" } ] @@ -461649,27 +354888,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_DeleteColumn", + "OperationId": "group.site.informationProtection.threatAssessmentRequest_DeleteResult", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "threatAssessmentResult-id", "Location": "Path" }, { @@ -461681,35 +354920,59 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType.column_GetSourceColumn", + "OperationId": "group.site.informationProtection.threatAssessmentRequest.result_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.informationProtection.threatAssessmentRequest_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -461717,24 +354980,28 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "Path": "/groups/{group-id}/sites/{site-id}/items", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType.column_GetCount", + "OperationId": "group.site_ListItem", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -461743,125 +355010,157 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", + "Path": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_associateGraphWPreHubSite", - "Method": "Post", + "OperationId": "group.site_GetItem", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "baseItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", + "Path": "/groups/{group-id}/sites/{site-id}/items/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_copyToDefaultContentLocation", - "Method": "Post", + "OperationId": "group.site.item_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()", + "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_isPublished", + "OperationId": "group.site_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.publish", + "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_publish", - "Method": "Post", + "OperationId": "group.site.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish", + "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_unpublish", - "Method": "Post", + "OperationId": "group.site.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "site-id", "Location": "Path" } ] @@ -461869,21 +355168,29 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_GetCount", + "OperationId": "group.site.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -461891,65 +355198,69 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopy", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.contentType_addCopy", - "Method": "Post", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub", + "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_addCopyFromContentTypeHub", - "Method": "Post", + "OperationId": "group.site.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", + "Path": "/groups/{group-id}/sites/{site-id}/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_getCompatibleHubContentType", + "OperationId": "group.site_ListList", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { @@ -461973,11 +355284,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -461989,13 +355300,37 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/createdByUser", + "Path": "/groups/{group-id}/sites/{site-id}/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetCreatedGraphBPreUser", + "OperationId": "group.site_CreateList", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_GetList", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462017,41 +355352,41 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "group.site_UpdateList", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "list-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site_DeleteList", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462059,19 +355394,27 @@ { "Name": "list-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.list_ListActivity", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462117,41 +355460,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "group.site.list_CreateActivity", + "Method": "Post", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/drive", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_GetDrive", - "Method": "Get", - "Parameters": [ { "Name": "site-id", "Location": "Path" @@ -462159,27 +355478,23 @@ { "Name": "list-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_ListItem", + "OperationId": "group.site.list_ListColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462225,13 +355540,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_CreateItem", + "OperationId": "group.site.list_CreateColumn", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462245,13 +355564,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetItem", + "OperationId": "group.site.list_GetColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462261,7 +355584,7 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -462277,13 +355600,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_UpdateItem", + "OperationId": "group.site.list_UpdateColumn", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462293,7 +355620,7 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -462301,13 +355628,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_DeleteItem", + "OperationId": "group.site.list_DeleteColumn", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462317,7 +355648,7 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -462329,13 +355660,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_ListActivity", + "OperationId": "group.site.list.column_GetSourceColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462345,7 +355680,71 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.column_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list_ListContentType", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" }, { @@ -462385,23 +355784,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_CreateActivity", + "OperationId": "group.site.list_CreateContentType", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "list-id", "Location": "Path" } ] @@ -462409,27 +355808,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetActivity", + "OperationId": "group.site.list_GetContentType", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -462445,27 +355844,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_UpdateActivity", + "OperationId": "group.site.list_UpdateContentType", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -462473,27 +355872,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_DeleteActivity", + "OperationId": "group.site.list_DeleteContentType", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -462505,27 +355904,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.activity_GetDriveItem", + "OperationId": "group.site.list.contentType_GetBase", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -462541,13 +355940,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.activity_GetDriveItemContent", + "OperationId": "group.site.list.contentType_ListBaseType", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462557,57 +355960,57 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$format", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.item.activity_SetDriveItemContent", - "Method": "Put", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.activity_GetDriveItemContentStream", + "OperationId": "group.site.list.contentType_GetBaseType", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462617,25 +356020,37 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "contentType-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "group.site.list.contentType.baseType_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462645,25 +356060,33 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.activity_GetListItem", + "OperationId": "group.site.list.contentType_ListColumnLink", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462673,12 +356096,32 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -462693,45 +356136,45 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.activity_GetCount", - "Method": "Get", + "OperationId": "group.site.list.contentType_CreateColumnLink", + "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetAnalytic", + "OperationId": "group.site.list.contentType_GetColumnLink", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462741,7 +356184,11 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnLink-id", "Location": "Path" }, { @@ -462757,45 +356204,49 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetCreatedGraphBPreUser", - "Method": "Get", + "OperationId": "group.site.list.contentType_UpdateColumnLink", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "columnLink-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "group.site.list.contentType_DeleteColumnLink", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462805,29 +356256,33 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "columnLink-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.list.contentType.columnLink_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462837,21 +356292,33 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.list.contentType_ListColumnPosition", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462861,7 +356328,7 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -462901,13 +356368,57 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.list.contentType_GetColumnPosition", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.contentType.columnPosition_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462917,7 +356428,7 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -462933,13 +356444,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_ListDocumentSetVersion", + "OperationId": "group.site.list.contentType_ListColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -462949,7 +356464,7 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -462989,13 +356504,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_CreateDocumentSetVersion", + "OperationId": "group.site.list.contentType_CreateColumn", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -463005,7 +356524,7 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -463013,13 +356532,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetDocumentSetVersion", + "OperationId": "group.site.list.contentType_GetColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -463029,11 +356552,11 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -463049,13 +356572,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_UpdateDocumentSetVersion", + "OperationId": "group.site.list.contentType_UpdateColumn", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -463065,11 +356592,11 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -463077,13 +356604,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_DeleteDocumentSetVersion", + "OperationId": "group.site.list.contentType_DeleteColumn", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -463093,11 +356624,11 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -463109,13 +356640,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.documentSetVersion_GetField", + "OperationId": "group.site.list.contentType.column_GetSourceColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -463125,11 +356660,11 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -463145,41 +356680,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.documentSetVersion_UpdateField", - "Method": "Patch", + "OperationId": "group.site.list.contentType.column_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "documentSetVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.item.documentSetVersion_DeleteField", - "Method": "Delete", - "Parameters": [ { "Name": "site-id", "Location": "Path" @@ -463189,57 +356700,33 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.documentSetVersion_restore", - "Method": "Post", + "OperationId": "group.site.list.contentType_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "documentSetVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.item.documentSetVersion_GetCount", - "Method": "Get", - "Parameters": [ { "Name": "site-id", "Location": "Path" @@ -463248,10 +356735,6 @@ "Name": "list-id", "Location": "Path" }, - { - "Name": "listItem-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -463265,23 +356748,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetDriveItem", + "OperationId": "group.site.list_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "list-id", "Location": "Path" }, { @@ -463297,13 +356780,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetDriveItemContent", + "OperationId": "group.site.list.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -463313,11 +356800,11 @@ "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$format", + "Name": "$expand", "Location": "Query" } ] @@ -463325,37 +356812,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_SetDriveItemContent", - "Method": "Put", + "OperationId": "group.site.list.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "listItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.item_GetDriveItemContentStream", - "Method": "Get", - "Parameters": [ { "Name": "site-id", "Location": "Path" @@ -463363,47 +356830,23 @@ { "Name": "list-id", "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "group.site.list.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "listItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.item_GetField", - "Method": "Get", - "Parameters": [ { "Name": "site-id", "Location": "Path" @@ -463413,99 +356856,67 @@ "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.item_UpdateField", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.item_DeleteField", - "Method": "Delete", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetLastModifiedGraphBPreUser", + "OperationId": "group.site.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -463513,23 +356924,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "group.site.list_GetDrive", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "list-id", "Location": "Path" }, { @@ -463545,37 +356956,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.list_ListItem", + "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "listItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ { "Name": "site-id", "Location": "Path" @@ -463584,10 +356975,6 @@ "Name": "list-id", "Location": "Path" }, - { - "Name": "listItem-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -463625,45 +357012,41 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "group.site.list_CreateItem", + "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "list-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.createLink", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_createLink", - "Method": "Post", + "OperationId": "group.site.list_GetItem", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -463675,19 +357058,31 @@ { "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "group.site.list_UpdateItem", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -463699,63 +357094,55 @@ { "Name": "listItem-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list_DeleteItem", + "Method": "Delete", + "Parameters": [ { - "Name": "startDateTime", + "Name": "group-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "site-id", "Location": "Path" }, { - "Name": "interval", + "Name": "list-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_ListVersion", + "OperationId": "group.site.list.item_ListActivity", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -463805,13 +357192,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_CreateVersion", + "OperationId": "group.site.list.item_CreateActivity", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -463829,13 +357220,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetVersion", + "OperationId": "group.site.list.item_GetActivity", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -463849,7 +357244,7 @@ "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -463865,13 +357260,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_UpdateVersion", + "OperationId": "group.site.list.item_UpdateActivity", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -463885,7 +357284,7 @@ "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -463893,13 +357292,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_DeleteVersion", + "OperationId": "group.site.list.item_DeleteActivity", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -463913,7 +357316,7 @@ "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -463925,13 +357328,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.version_GetField", + "OperationId": "group.site.list.item.activity_GetDriveItem", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -463945,7 +357352,7 @@ "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -463961,13 +357368,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.version_UpdateField", - "Method": "Patch", + "OperationId": "group.site.list.item.activity_GetDriveItemContent", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -463981,21 +357392,29 @@ "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "itemActivityOLD-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.version_DeleteField", - "Method": "Delete", + "OperationId": "group.site.list.item.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464009,25 +357428,25 @@ "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "itemActivityOLD-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.version_restoreVersion", - "Method": "Post", + "OperationId": "group.site.list.item.activity_GetDriveItemContentStream", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464041,7 +357460,7 @@ "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -464049,13 +357468,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.version_GetCount", - "Method": "Get", + "OperationId": "group.site.list.item.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464069,61 +357492,45 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_delta", + "OperationId": "group.site.list.item.activity_GetListItem", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -464133,13 +357540,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=\u0027{token}\u0027)", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_delta", + "OperationId": "group.site.list.item.activity_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464149,35 +357560,47 @@ "Location": "Path" }, { - "Name": "token", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$top", + "Name": "$search", "Location": "Query" }, { - "Name": "$skip", + "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.item_GetAnalytic", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -464189,13 +357612,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetLastModifiedGraphBPreUser", + "OperationId": "group.site.list.item_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464204,6 +357631,10 @@ "Name": "list-id", "Location": "Path" }, + { + "Name": "listItem-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -464217,13 +357648,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "group.site.list.item.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464232,6 +357667,10 @@ "Name": "list-id", "Location": "Path" }, + { + "Name": "listItem-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -464245,13 +357684,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "OperationId": "group.site.list.item.createdGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464259,19 +357702,27 @@ { "Name": "list-id", "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.list.item.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464280,6 +357731,10 @@ "Name": "list-id", "Location": "Path" }, + { + "Name": "listItem-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -464317,13 +357772,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464332,6 +357791,10 @@ "Name": "list-id", "Location": "Path" }, + { + "Name": "listItem-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -464345,13 +357808,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_ListOperation", + "OperationId": "group.site.list.item_ListDocumentSetVersion", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464360,6 +357827,10 @@ "Name": "list-id", "Location": "Path" }, + { + "Name": "listItem-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -464397,13 +357868,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_CreateOperation", + "OperationId": "group.site.list.item_CreateDocumentSetVersion", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464411,19 +357886,27 @@ { "Name": "list-id", "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetOperation", + "OperationId": "group.site.list.item_GetDocumentSetVersion", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464433,7 +357916,11 @@ "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -464449,13 +357936,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_UpdateOperation", + "OperationId": "group.site.list.item_UpdateDocumentSetVersion", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464465,7 +357956,11 @@ "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -464473,13 +357968,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_DeleteOperation", + "OperationId": "group.site.list.item_DeleteDocumentSetVersion", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464489,7 +357988,11 @@ "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -464501,13 +358004,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.operation_GetCount", + "OperationId": "group.site.list.item.documentSetVersion_GetField", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464517,11 +358024,19 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -464529,65 +358044,49 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_ListSubscription", - "Method": "Get", + "OperationId": "group.site.list.item.documentSetVersion_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "documentSetVersion-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_CreateSubscription", - "Method": "Post", + "OperationId": "group.site.list.item.documentSetVersion_DeleteField", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464595,19 +358094,35 @@ { "Name": "list-id", "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetSubscription", + "OperationId": "group.site.list.item.documentSetVersion_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464617,15 +358132,15 @@ "Location": "Path" }, { - "Name": "subscription-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -464633,13 +358148,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_UpdateSubscription", - "Method": "Patch", + "OperationId": "group.site.list.item_GetDriveItem", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464649,21 +358168,33 @@ "Location": "Path" }, { - "Name": "subscription-id", + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_DeleteSubscription", - "Method": "Delete", + "OperationId": "group.site.list.item_GetDriveItemContent", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464673,25 +358204,29 @@ "Location": "Path" }, { - "Name": "subscription-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.subscription_reauthorize", - "Method": "Post", + "OperationId": "group.site.list.item_SetDriveItemContent", + "Method": "Put", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -464701,7 +358236,7 @@ "Location": "Path" }, { - "Name": "subscription-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -464709,109 +358244,89 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.subscription_GetCount", + "OperationId": "group.site.list.item_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetCount", - "Method": "Get", + "OperationId": "group.site.list.item_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_getActivitiesGraphBPreInterval", + "OperationId": "group.site.list.item_GetField", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "site-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "list-id", "Location": "Path" }, { - "Name": "interval", + "Name": "listItem-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -464821,91 +358336,87 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_getApplicableContentTypesGraphFPreList", - "Method": "Get", + "OperationId": "group.site.list.item_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "listId", + "Name": "group-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_getGraphBPrePath", - "Method": "Get", + "OperationId": "group.site.list.item_DeleteField", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetAnalytic", + "OperationId": "group.site.list.item_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -464921,63 +358432,91 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_UpdateAnalytic", - "Method": "Patch", + "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_DeleteAnalytic", - "Method": "Delete", + "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListColumn", + "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -465017,39 +358556,63 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateColumn", - "Method": "Post", + "OperationId": "group.site.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListContentType", + "OperationId": "group.site.list.item_ListVersion", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -465089,19 +358652,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateContentType", + "OperationId": "group.site.list.item_CreateVersion", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -465109,19 +358680,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drive", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetDrive", + "OperationId": "group.site.list.item_GetVersion", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -465137,148 +358720,100 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drives", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListDrive", - "Method": "Get", + "OperationId": "group.site.list.item_UpdateVersion", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/externalColumns", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListExternalColumn", - "Method": "Get", + "OperationId": "group.site.list.item_DeleteVersion", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListList", + "OperationId": "group.site.list.item.version_GetField", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" }, { "Name": "$select", @@ -465293,19 +358828,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateList", - "Method": "Post", + "OperationId": "group.site.list.item.version_UpdateField", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -465313,96 +358860,64 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "group.site.list.item.version_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "list-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "interval", + "Name": "listItemVersion-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_getApplicableContentTypesGraphFPreList", + "OperationId": "group.site.list.item.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "listId", + "Name": "list-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$search", @@ -465411,66 +358926,62 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListOperation", + "OperationId": "group.site.list_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { "Name": "$select", @@ -465485,19 +358996,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateOperation", - "Method": "Post", + "OperationId": "group.site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" } ] @@ -465505,19 +359020,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListPage", + "OperationId": "group.site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { @@ -465557,39 +359076,55 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreatePage", - "Method": "Post", + "OperationId": "group.site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListPermission", + "OperationId": "group.site.list_ListOperation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { @@ -465629,19 +359164,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreatePermission", + "OperationId": "group.site.list_CreateOperation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" } ] @@ -465649,44 +359188,28 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/sites", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListSite", + "OperationId": "group.site.list_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "richLongRunningOperation-id", + "Location": "Path" }, { "Name": "$select", @@ -465701,67 +359224,55 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetTermStore", - "Method": "Get", + "OperationId": "group.site.list_UpdateOperation", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "richLongRunningOperation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_UpdateTermStore", - "Method": "Patch", + "OperationId": "group.site.list_DeleteOperation", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_DeleteTermStore", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "path", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -465773,75 +359284,111 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_copyNotebook", - "Method": "Post", + "OperationId": "group.site.list.operation_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "list-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_copyToNotebook", - "Method": "Post", + "OperationId": "group.site.list_ListSubscription", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_copyToSectionGroup", + "OperationId": "group.site.list_CreateSubscription", "Method": "Post", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "list-id", "Location": "Path" } ] @@ -465849,63 +359396,63 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section.page_copyToSection", - "Method": "Post", + "OperationId": "group.site.list_GetSubscription", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "subscription-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "group.site.list_UpdateSubscription", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "subscription-id", "Location": "Path" } ] @@ -465913,135 +359460,147 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section.page_preview", - "Method": "Get", + "OperationId": "group.site.list_DeleteSubscription", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "subscription-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_copyToNotebook", - "Method": "Post", + "OperationId": "group.site.list.subscription_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "list-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", + "Path": "/groups/{group-id}/sites/{site-id}/lists/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "group.site.list_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section.page_copyToSection", - "Method": "Post", + "OperationId": "group.site.getGraphBPrePath_GetAnalytic", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "path", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "group.site.getGraphBPrePath_UpdateAnalytic", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "path", "Location": "Path" } ] @@ -466049,63 +359608,51 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section.page_preview", - "Method": "Get", + "OperationId": "group.site.getGraphBPrePath_DeleteAnalytic", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "path", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_getNotebookFromWebUrl", - "Method": "Post", + "OperationId": "group.site.getGraphBPrePath_ListColumn", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.onenote.notebook_getRecentNotebook", - "Method": "Get", - "Parameters": [ + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "includePersonalNotebooks", + "Name": "path", "Location": "Path" }, { @@ -466127,45 +359674,41 @@ { "Name": "$count", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.onenote.page_copyToSection", - "Method": "Post", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.page_onenotePatchContent", + "OperationId": "group.site.getGraphBPrePath_CreateColumn", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "path", "Location": "Path" } ] @@ -466173,43 +359716,79 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.page_preview", + "OperationId": "group.site.getGraphBPrePath_ListContentType", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "path", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_copyToNotebook", + "OperationId": "group.site.getGraphBPrePath_CreateContentType", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "path", "Location": "Path" } ] @@ -466217,147 +359796,231 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "group.site.getGraphBPrePath_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "path", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drive", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section.page_copyToSection", - "Method": "Post", + "OperationId": "group.site.getGraphBPrePath_GetDrive", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "path", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drives", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "group.site.getGraphBPrePath_ListDrive", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "path", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/externalColumns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section.page_preview", + "OperationId": "group.site.getGraphBPrePath_ListExternalColumn", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "path", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/informationProtection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.section_copyToNotebook", - "Method": "Post", + "OperationId": "group.site.getGraphBPrePath_GetInformationProtection", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "path", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/informationProtection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "group.site.getGraphBPrePath_UpdateInformationProtection", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "path", "Location": "Path" } ] @@ -466365,89 +360028,141 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/informationProtection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.section.page_copyToSection", - "Method": "Post", + "OperationId": "group.site.getGraphBPrePath_DeleteInformationProtection", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "path", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/items", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "group.site.getGraphBPrePath_ListItem", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "path", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.section.page_preview", + "OperationId": "group.site.getGraphBPrePath_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "path", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/operations", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListOperation", + "OperationId": "group.site.getGraphBPrePath_ListList", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "path", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -466485,35 +360200,47 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/operations", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_CreateOperation", + "OperationId": "group.site.getGraphBPrePath_CreateList", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" + }, + { + "Name": "path", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetOperation", + "OperationId": "group.site.getGraphBPrePath_GetOnenote", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "path", "Location": "Path" }, { @@ -466529,19 +360256,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdateOperation", + "OperationId": "group.site.getGraphBPrePath_UpdateOnenote", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "path", "Location": "Path" } ] @@ -466549,19 +360280,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_DeleteOperation", + "OperationId": "group.site.getGraphBPrePath_DeleteOnenote", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "path", "Location": "Path" }, { @@ -466573,39 +360308,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/operations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.operation_GetCount", + "OperationId": "group.site.getGraphBPrePath_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_ListPage", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "path", "Location": "Path" }, { @@ -466645,136 +360364,72 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_CreatePage", + "OperationId": "group.site.getGraphBPrePath_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_GetPage", - "Method": "Get", - "Parameters": [ + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "path", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdatePage", - "Method": "Patch", + "OperationId": "group.site.getGraphBPrePath_ListPage", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "baseSitePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_DeletePage", - "Method": "Delete", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "path", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.page_GetCreatedGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.page.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -466789,19 +360444,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.getGraphBPrePath_CreatePage", + "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "path", "Location": "Path" } ] @@ -466809,19 +360468,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.getGraphBPrePath_ListPermission", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "path", "Location": "Path" }, { @@ -466861,47 +360524,47 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.createdGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "group.site.getGraphBPrePath_CreatePermission", + "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "path", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/recycleBin", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page_GetLastModifiedGraphBPreUser", + "OperationId": "group.site.getGraphBPrePath_GetRecycleBin", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "path", "Location": "Path" }, { @@ -466917,67 +360580,75 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/recycleBin", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "group.site.getGraphBPrePath_UpdateRecycleBin", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "path", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/recycleBin", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.getGraphBPrePath_DeleteRecycleBin", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "path", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/sites", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.getGraphBPrePath_ListSite", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "path", "Location": "Path" }, { @@ -467017,27 +360688,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.getGraphBPrePath_GetTermStore", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "path", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -467045,47 +360720,71 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetPageAsSitePage", - "Method": "Get", + "OperationId": "group.site.getGraphBPrePath_UpdateTermStore", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "path", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.getGraphBPrePath_DeleteTermStore", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "path", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", + "Path": "/groups/{group-id}/sites/{site-id}/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_GetCanvasLayout", + "OperationId": "group.site_GetOnenote", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { @@ -467101,19 +360800,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", + "Path": "/groups/{group-id}/sites/{site-id}/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_UpdateCanvasLayout", + "OperationId": "group.site_UpdateOnenote", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" } ] @@ -467121,19 +360820,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", + "Path": "/groups/{group-id}/sites/{site-id}/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_DeleteCanvasLayout", + "OperationId": "group.site_DeleteOnenote", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { @@ -467145,19 +360844,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_ListHorizontalSection", + "OperationId": "group.site.onenote_ListNotebook", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { @@ -467197,19 +360896,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_CreateHorizontalSection", + "OperationId": "group.site.onenote_CreateNotebook", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" } ] @@ -467217,23 +360916,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_GetHorizontalSection", + "OperationId": "group.site.onenote_GetNotebook", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "notebook-id", "Location": "Path" }, { @@ -467249,23 +360948,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_UpdateHorizontalSection", + "OperationId": "group.site.onenote_UpdateNotebook", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "notebook-id", "Location": "Path" } ] @@ -467273,23 +360972,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_DeleteHorizontalSection", + "OperationId": "group.site.onenote_DeleteNotebook", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "notebook-id", "Location": "Path" }, { @@ -467301,23 +361000,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn", + "OperationId": "group.site.onenote.notebook_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "notebook-id", "Location": "Path" }, { @@ -467357,23 +361056,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_CreateColumn", + "OperationId": "group.site.onenote.notebook_CreateSectionGroup", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "notebook-id", "Location": "Path" } ] @@ -467381,27 +361080,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn", + "OperationId": "group.site.onenote.notebook_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -467417,27 +361116,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_UpdateColumn", + "OperationId": "group.site.onenote.notebook_UpdateSectionGroup", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -467445,27 +361144,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_DeleteColumn", + "OperationId": "group.site.onenote.notebook_DeleteSectionGroup", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -467477,53 +361176,29 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart", + "OperationId": "group.site.onenote.notebook.sectionGroup_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "sectionGroup-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -467537,197 +361212,209 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_CreateWebpart", - "Method": "Post", + "OperationId": "group.site.onenote.notebook.sectionGroup_GetParentSectionGroup", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "sectionGroup-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart", + "OperationId": "group.site.onenote.notebook.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "webPart-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_UpdateWebpart", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "horizontalSection-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "horizontalSectionColumn-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "webPart-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_DeleteWebpart", - "Method": "Delete", + "OperationId": "group.site.onenote.notebook.sectionGroup_GetSectionGroup", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "sectionGroup-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/microsoft.graph.getPositionOfWebPart", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.microsoft.graph.sitePage.canvasLayout.horizontalSection.column.webpart_getPositionGraphOPreWebPart", - "Method": "Post", + "OperationId": "group.site.onenote.notebook.sectionGroup_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "webPart-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column.webpart_GetCount", + "OperationId": "group.site.onenote.notebook.sectionGroup_ListSection", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "sectionGroup-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -467735,37 +361422,21 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "horizontalSection-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -467773,47 +361444,59 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_GetCount", - "Method": "Get", + "OperationId": "group.site.onenote.notebook.sectionGroup_CreateSection", + "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_GetVerticalSection", + "OperationId": "group.site.onenote.notebook.sectionGroup_GetSection", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -467829,19 +361512,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_UpdateVerticalSection", + "OperationId": "group.site.onenote.notebook.sectionGroup_UpdateSection", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -467849,19 +361544,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_DeleteVerticalSection", + "OperationId": "group.site.onenote.notebook.sectionGroup_DeleteSection", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -467873,19 +361580,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -467925,19 +361644,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_CreateWebpart", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_CreatePage", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -467945,23 +361676,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -467977,23 +361720,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_UpdateWebpart", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_UpdatePage", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -468001,23 +361756,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_DeleteWebpart", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_DeletePage", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -468029,23 +361796,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/microsoft.graph.getPositionOfWebPart", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.microsoft.graph.sitePage.canvasLayout.verticalSection.webpart_getPositionGraphOPreWebPart", - "Method": "Post", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetPagesContent", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -468053,75 +361832,71 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection.webpart_GetCount", - "Method": "Get", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_SetPagesContent", + "Method": "Put", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_GetCreatedGraphBPreUser", + "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.pageAsSitePage.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", - "Parameters": [ + "Name": "sectionGroup-id", + "Location": "Path" + }, { - "Name": "site-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -468137,64 +361912,36 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetParentSection", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "baseSitePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.pageAsSitePage.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -468209,19 +361956,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -468237,19 +361996,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_GetLastModifiedGraphBPreUser", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetParentNotebook", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -468265,19 +362036,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -468293,48 +362076,28 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "baseSitePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { "Name": "$search", @@ -468343,41 +362106,29 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.onenote.notebook.sectionGroup_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", "Location": "Path" }, { @@ -468393,19 +362144,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_ListWebPart", + "OperationId": "group.site.onenote.notebook_ListSection", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", "Location": "Path" }, { @@ -468445,19 +362200,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_CreateWebPart", + "OperationId": "group.site.onenote.notebook_CreateSection", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", "Location": "Path" } ] @@ -468465,23 +362224,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_GetWebPart", + "OperationId": "group.site.onenote.notebook_GetSection", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -468497,23 +362260,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_UpdateWebPart", + "OperationId": "group.site.onenote.notebook_UpdateSection", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -468521,119 +362288,59 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_DeleteWebPart", + "OperationId": "group.site.onenote.notebook_DeleteSection", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}/microsoft.graph.getPositionOfWebPart", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.page.microsoft.graph.sitePage.webPart_getPositionGraphOPreWebPart", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "webPart-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.webPart_GetCount", + "OperationId": "group.site.onenote.notebook.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.page_GetCount", - "Method": "Get", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/microsoft.graph.sitePage", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_ListPageAsSitePage", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -468673,64 +362380,60 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/microsoft.graph.sitePage/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.Page_GetCountAsSitePage", - "Method": "Get", + "OperationId": "group.site.onenote.notebook.section_CreatePage", + "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListPermission", + "OperationId": "group.site.onenote.notebook.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -468745,83 +362448,63 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_CreatePermission", - "Method": "Post", + "OperationId": "group.site.onenote.notebook.section_UpdatePage", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_GetPermission", - "Method": "Get", - "Parameters": [ + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/permissions/{permission-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdatePermission", - "Method": "Patch", + "OperationId": "group.site.onenote.notebook.section_DeletePage", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "notebook-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_DeletePermission", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -468833,19 +362516,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/permissions/{permission-id}/microsoft.graph.grant", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.permission_grant", - "Method": "Post", + "OperationId": "group.site.onenote.notebook.section_GetPagesContent", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -468853,19 +362548,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/permissions/{permission-id}/microsoft.graph.revokeGrants", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.permission_revokeGrant", - "Method": "Post", + "OperationId": "group.site.onenote.notebook.section_SetPagesContent", + "Method": "Put", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -468873,23 +362580,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/permissions/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.permission_GetCount", + "OperationId": "group.site.onenote.notebook.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -468897,40 +362620,32 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/sites", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListSite", + "OperationId": "group.site.onenote.notebook.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -468945,27 +362660,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/sites/{site-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetSite", + "OperationId": "group.site.onenote.notebook.section.page_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "site-id1", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "$select", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -468973,23 +362696,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/sites/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetCount", + "OperationId": "group.site.onenote.notebook.section_GetParentNotebook", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -468997,17 +362732,29 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetTermStore", + "OperationId": "group.site.onenote.notebook.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -469021,49 +362768,77 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdateTermStore", - "Method": "Patch", + "OperationId": "group.site.onenote.notebook.section_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_DeleteTermStore", - "Method": "Delete", + "OperationId": "group.site.onenote.notebook_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_ListGroup", + "OperationId": "group.site.onenote_ListOperation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -469105,13 +362880,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_CreateGroup", + "OperationId": "group.site.onenote_CreateOperation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" @@ -469121,19 +362900,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_GetGroup", + "OperationId": "group.site.onenote_GetOperation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "onenoteOperation-id", "Location": "Path" }, { @@ -469149,19 +362932,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_UpdateGroup", + "OperationId": "group.site.onenote_UpdateOperation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "onenoteOperation-id", "Location": "Path" } ] @@ -469169,19 +362956,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_DeleteGroup", + "OperationId": "group.site.onenote_DeleteOperation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "onenoteOperation-id", "Location": "Path" }, { @@ -469193,21 +362984,49 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_ListSet", + "OperationId": "group.site.onenote.operation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_ListPage", + "Method": "Get", + "Parameters": [ { "Name": "group-id", "Location": "Path" }, + { + "Name": "site-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -469245,19 +363064,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_CreateSet", + "OperationId": "group.site.onenote_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" } ] @@ -469265,23 +363084,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_GetSet", + "OperationId": "group.site.onenote_GetPage", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -469297,23 +363116,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_UpdateSet", + "OperationId": "group.site.onenote_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -469321,23 +363140,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_DeleteSet", + "OperationId": "group.site.onenote_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -469349,79 +363168,47 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_ListChild", + "OperationId": "group.site.onenote_GetPagesContent", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_CreateChild", - "Method": "Post", + "OperationId": "group.site.onenote_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -469429,27 +363216,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_GetChild", + "OperationId": "group.site.onenote.page_GetParentNotebook", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -469465,87 +363248,79 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_UpdateChild", - "Method": "Patch", + "OperationId": "group.site.onenote.page_GetParentSection", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenotePage-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.onenote.page_GetCount", + "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_ListChild", + "OperationId": "group.site.onenote_ListResource", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { @@ -469585,27 +363360,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_CreateChild", + "OperationId": "group.site.onenote_CreateResource", "Method": "Post", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "site-id", "Location": "Path" } ] @@ -469613,31 +363380,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetChild", + "OperationId": "group.site.onenote_GetResource", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "onenoteResource-id", "Location": "Path" }, { @@ -469653,99 +363412,147 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_UpdateChild", + "OperationId": "group.site.onenote_UpdateResource", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "onenoteResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_DeleteResource", + "Method": "Delete", + "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteResource-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.onenote_GetResourcesContent", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenoteResource-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_SetResourcesContent", + "Method": "Put", + "Parameters": [ { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "onenoteResource-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_ListRelation", + "OperationId": "group.site.onenote.resource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_ListSectionGroup", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { @@ -469785,31 +363592,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_CreateRelation", + "OperationId": "group.site.onenote_CreateSectionGroup", "Method": "Post", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" } ] @@ -469817,35 +363612,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetRelation", + "OperationId": "group.site.onenote_GetSectionGroup", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -469861,112 +363644,164 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_UpdateRelation", + "OperationId": "group.site.onenote_UpdateSectionGroup", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_DeleteSectionGroup", + "Method": "Delete", + "Parameters": [ { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "sectionGroup-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_DeleteRelation", - "Method": "Delete", + "OperationId": "group.site.onenote.sectionGroup_GetParentNotebook", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.sectionGroup_GetParentSectionGroup", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetFromTerm", + "OperationId": "group.site.onenote.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -469981,35 +363816,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetSet", + "OperationId": "group.site.onenote.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "sectionGroup-id1", "Location": "Path" }, { @@ -470025,43 +363852,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetToTerm", + "OperationId": "group.site.onenote.sectionGroup_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -470069,32 +363884,32 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetCount", + "OperationId": "group.site.onenote.sectionGroup_ListSection", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -470103,37 +363918,73 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetSet", - "Method": "Get", + "OperationId": "group.site.onenote.sectionGroup_CreateSection", + "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "sectionGroup-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.sectionGroup_GetSection", + "Method": "Get", + "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -470149,63 +364000,87 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetCount", - "Method": "Get", + "OperationId": "group.site.onenote.sectionGroup_UpdateSection", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.sectionGroup_DeleteSection", + "Method": "Delete", + "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_ListRelation", + "OperationId": "group.site.onenote.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -470245,27 +364120,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_CreateRelation", + "OperationId": "group.site.onenote.sectionGroup.section_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -470273,31 +364148,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetRelation", + "OperationId": "group.site.onenote.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -470313,31 +364188,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_UpdateRelation", + "OperationId": "group.site.onenote.sectionGroup.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -470345,31 +364220,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_DeleteRelation", + "OperationId": "group.site.onenote.sectionGroup.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -470381,111 +364256,95 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetFromTerm", + "OperationId": "group.site.onenote.sectionGroup.section_GetPagesContent", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetSet", - "Method": "Get", + "OperationId": "group.site.onenote.sectionGroup.section_SetPagesContent", + "Method": "Put", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetToTerm", + "OperationId": "group.site.onenote.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -470501,35 +364360,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetCount", + "OperationId": "group.site.onenote.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenotePage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -470537,35 +364400,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetSet", + "OperationId": "group.site.onenote.sectionGroup.section.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -470573,31 +364436,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetCount", + "OperationId": "group.site.onenote.sectionGroup.section_GetParentNotebook", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -470605,23 +364472,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_GetParentGroup", + "OperationId": "group.site.onenote.sectionGroup.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -470637,75 +364508,79 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_UpdateParentGroup", - "Method": "Patch", + "OperationId": "group.site.onenote.sectionGroup.section_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_DeleteParentGroup", - "Method": "Delete", + "OperationId": "group.site.onenote.sectionGroup_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_ListRelation", + "OperationId": "group.site.onenote_ListSection", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { @@ -470745,23 +364620,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_CreateRelation", + "OperationId": "group.site.onenote_CreateSection", "Method": "Post", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" } ] @@ -470769,27 +364640,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_GetRelation", + "OperationId": "group.site.onenote_GetSection", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -470805,27 +364672,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_UpdateRelation", + "OperationId": "group.site.onenote_UpdateSection", "Method": "Patch", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -470833,27 +364696,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_DeleteRelation", + "OperationId": "group.site.onenote_DeleteSection", "Method": "Delete", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -470865,64 +364724,48 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.relation_GetFromTerm", + "OperationId": "group.site.onenote.section_ListPage", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.group.set.relation_GetSet", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -470937,67 +364780,59 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.relation_GetToTerm", - "Method": "Get", + "OperationId": "group.site.onenote.section_CreatePage", + "Method": "Post", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenoteSection-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.relation_GetCount", + "OperationId": "group.site.onenote.section_GetPage", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenotePage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -471005,143 +364840,115 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_ListTerm", - "Method": "Get", + "OperationId": "group.site.onenote.section_UpdatePage", + "Method": "Patch", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_CreateTerm", - "Method": "Post", + "OperationId": "group.site.onenote.section_DeletePage", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_GetTerm", + "OperationId": "group.site.onenote.section_GetPagesContent", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_UpdateTerm", - "Method": "Patch", + "OperationId": "group.site.onenote.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -471149,84 +364956,64 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_DeleteTerm", - "Method": "Delete", + "OperationId": "group.site.onenote.section.page_GetParentNotebook", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenotePage-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_ListChild", + "OperationId": "group.site.onenote.section.page_GetParentSection", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -471241,59 +365028,55 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_CreateChild", - "Method": "Post", + "OperationId": "group.site.onenote.section.page_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_GetChild", + "OperationId": "group.site.onenote.section_GetParentNotebook", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -471309,99 +365092,79 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_UpdateChild", - "Method": "Patch", + "OperationId": "group.site.onenote.section_GetParentSectionGroup", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.onenote.section_GetCount", + "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_ListRelation", + "OperationId": "group.site_ListOperation", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { @@ -471441,31 +365204,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_CreateRelation", + "OperationId": "group.site_CreateOperation", "Method": "Post", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" } ] @@ -471473,35 +365224,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_GetRelation", + "OperationId": "group.site_GetOperation", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -471517,35 +365256,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_UpdateRelation", + "OperationId": "group.site_UpdateOperation", "Method": "Patch", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "richLongRunningOperation-id", "Location": "Path" } ] @@ -471553,76 +365280,100 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_DeleteRelation", + "OperationId": "group.site_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/operations/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.operation_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child.relation_GetFromTerm", + "OperationId": "group.site_ListPage", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -471637,35 +365388,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child.relation_GetSet", - "Method": "Get", + "OperationId": "group.site_CreatePage", + "Method": "Post", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_GetPage", + "Method": "Get", + "Parameters": [ { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -471681,83 +365440,83 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "group.site_UpdatePage", + "Method": "Patch", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_DeletePage", + "Method": "Delete", + "Parameters": [ { - "Name": "term-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child.relation_GetCount", + "OperationId": "group.site.page_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -471765,31 +365524,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_GetSet", + "OperationId": "group.site.page.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -471805,63 +365556,47 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_GetCount", - "Method": "Get", + "OperationId": "group.site.page.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_ListRelation", + "OperationId": "group.site.page.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -471901,59 +365636,55 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_CreateRelation", - "Method": "Post", + "OperationId": "group.site.page.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_GetRelation", + "OperationId": "group.site.page_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -471969,140 +365700,104 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_UpdateRelation", - "Method": "Patch", + "OperationId": "group.site.page.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_DeleteRelation", - "Method": "Delete", + "OperationId": "group.site.page.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.relation_GetFromTerm", + "OperationId": "group.site.page.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.group.set.term.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -472117,39 +365812,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.relation_GetToTerm", + "OperationId": "group.site.page.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -472157,35 +365844,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.relation_GetCount", + "OperationId": "group.site_GetPageAsSitePage", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -472193,27 +365876,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_GetSet", + "OperationId": "group.site.pageAsSitePage_GetCanvasLayout", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -472229,99 +365908,75 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_GetCount", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage_UpdateCanvasLayout", + "Method": "Patch", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_GetCount", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage_DeleteCanvasLayout", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_GetCount", + "OperationId": "group.site.pageAsSitePage.canvasLayout_ListHorizontalSection", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore_ListSet", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -472361,35 +366016,51 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_CreateSet", + "OperationId": "group.site.pageAsSitePage.canvasLayout_CreateHorizontalSection", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" + }, + { + "Name": "baseSitePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_GetSet", + "OperationId": "group.site.pageAsSitePage.canvasLayout_GetHorizontalSection", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "horizontalSection-id", "Location": "Path" }, { @@ -472405,19 +366076,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_UpdateSet", + "OperationId": "group.site.pageAsSitePage.canvasLayout_UpdateHorizontalSection", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "horizontalSection-id", "Location": "Path" } ] @@ -472425,19 +366104,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_DeleteSet", + "OperationId": "group.site.pageAsSitePage.canvasLayout_DeleteHorizontalSection", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "horizontalSection-id", "Location": "Path" }, { @@ -472449,19 +366136,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_ListChild", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "horizontalSection-id", "Location": "Path" }, { @@ -472501,19 +366196,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_CreateChild", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_CreateColumn", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "horizontalSection-id", "Location": "Path" } ] @@ -472521,23 +366224,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_GetChild", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { @@ -472553,23 +366264,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_UpdateChild", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_UpdateColumn", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", "Location": "Path" } ] @@ -472577,23 +366296,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_DeleteChild", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_DeleteColumn", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { @@ -472605,23 +366332,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_ListChild", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { @@ -472661,23 +366396,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_CreateChild", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_CreateWebpart", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", "Location": "Path" } ] @@ -472685,27 +366428,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetChild", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "horizontalSectionColumn-id", + "Location": "Path" + }, + { + "Name": "webPart-id", "Location": "Path" }, { @@ -472721,27 +366472,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_UpdateChild", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_UpdateWebpart", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "horizontalSectionColumn-id", + "Location": "Path" + }, + { + "Name": "webPart-id", "Location": "Path" } ] @@ -472749,27 +366508,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_DeleteChild", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_DeleteWebpart", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "horizontalSectionColumn-id", + "Location": "Path" + }, + { + "Name": "webPart-id", "Location": "Path" }, { @@ -472781,36 +366548,32 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_ListRelation", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column.webpart_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "horizontalSectionColumn-id", + "Location": "Path" }, { "Name": "$search", @@ -472819,21 +366582,41 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -472841,59 +366624,55 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_CreateRelation", - "Method": "Post", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetRelation", + "OperationId": "group.site.pageAsSitePage.canvasLayout_GetVerticalSection", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -472909,31 +366688,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_UpdateRelation", + "OperationId": "group.site.pageAsSitePage.canvasLayout_UpdateVerticalSection", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -472941,31 +366712,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_DeleteRelation", + "OperationId": "group.site.pageAsSitePage.canvasLayout_DeleteVerticalSection", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -472977,32 +366740,48 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetFromTerm", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -473017,31 +366796,51 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetSet", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_CreateWebpart", + "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "webPart-id", "Location": "Path" }, { @@ -473057,67 +366856,83 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_UpdateWebpart", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "webPart-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_DeleteWebpart", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "webPart-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetCount", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection.webpart_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -473133,27 +366948,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetSet", + "OperationId": "group.site.pageAsSitePage_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -473169,31 +366980,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetCount", + "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -473201,23 +367012,47 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_ListRelation", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -473257,51 +367092,87 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_CreateRelation", - "Method": "Post", + "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetRelation", + "OperationId": "group.site.pageAsSitePage_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -473317,123 +367188,219 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_UpdateRelation", + "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_DeleteRelation", - "Method": "Delete", + "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetFromTerm", + "OperationId": "group.site.pageAsSitePage_ListWebPart", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage_CreateWebPart", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetSet", + "OperationId": "group.site.pageAsSitePage_GetWebPart", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "webPart-id", "Location": "Path" }, { @@ -473449,99 +367416,91 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage_UpdateWebPart", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "webPart-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetCount", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage_DeleteWebPart", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "webPart-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetSet", + "OperationId": "group.site.pageAsSitePage.webPart_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -473549,19 +367508,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetCount", + "OperationId": "group.site.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { @@ -473577,21 +367536,45 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_GetParentGroup", + "OperationId": "group.site_ListPageAsSitePage", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -473605,63 +367588,47 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_UpdateParentGroup", - "Method": "Patch", + "OperationId": "group.site.Page_GetCountAsSitePage", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "set-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set_DeleteParentGroup", - "Method": "Delete", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Path": "/groups/{group-id}/sites/{site-id}/permissions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup_ListSet", + "OperationId": "group.site_ListPermission", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { @@ -473701,19 +367668,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Path": "/groups/{group-id}/sites/{site-id}/permissions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup_CreateSet", + "OperationId": "group.site_CreatePermission", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" } ] @@ -473721,23 +367688,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup_GetSet", + "OperationId": "group.site_GetPermission", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "permission-id", "Location": "Path" }, { @@ -473753,23 +367720,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup_UpdateSet", + "OperationId": "group.site_UpdatePermission", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "permission-id", "Location": "Path" } ] @@ -473777,23 +367744,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup_DeleteSet", + "OperationId": "group.site_DeletePermission", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "permission-id", "Location": "Path" }, { @@ -473805,33 +367772,21 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Path": "/groups/{group-id}/sites/{site-id}/permissions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_ListChild", + "OperationId": "group.site.permission_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "site-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -473839,73 +367794,25 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_CreateChild", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_GetChild", + "OperationId": "group.site_GetRecycleBin", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { @@ -473921,27 +367828,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_UpdateChild", + "OperationId": "group.site_UpdateRecycleBin", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" } ] @@ -473949,27 +367848,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_DeleteChild", + "OperationId": "group.site_DeleteRecycleBin", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { @@ -473981,52 +367872,48 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_ListChild", + "OperationId": "group.site.recycleBin_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.recycleBin.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { "Name": "$select", @@ -474041,27 +367928,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_CreateChild", - "Method": "Post", + "OperationId": "group.site.recycleBin.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" } ] @@ -474069,139 +367948,99 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetChild", + "OperationId": "group.site.recycleBin.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_UpdateChild", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.recycleBin.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_ListRelation", + "OperationId": "group.site.recycleBin_ListItem", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { @@ -474241,31 +368080,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_CreateRelation", + "OperationId": "group.site.recycleBin_CreateItem", "Method": "Post", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" } ] @@ -474273,35 +368100,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetRelation", + "OperationId": "group.site.recycleBin_GetItem", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "recycleBinItem-id", "Location": "Path" }, { @@ -474317,35 +368132,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_UpdateRelation", + "OperationId": "group.site.recycleBin_UpdateItem", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "recycleBinItem-id", "Location": "Path" } ] @@ -474353,35 +368156,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_DeleteRelation", + "OperationId": "group.site.recycleBin_DeleteItem", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "recycleBinItem-id", "Location": "Path" }, { @@ -474393,35 +368184,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetFromTerm", + "OperationId": "group.site.recycleBin.item_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "recycleBinItem-id", "Location": "Path" }, { @@ -474437,80 +368216,104 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetSet", + "OperationId": "group.site.recycleBin.item.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "recycleBinItem-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.recycleBin.item.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ { - "Name": "relation-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "recycleBinItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "OperationId": "group.site.recycleBin.item.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "recycleBinItem-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -474525,31 +368328,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetCount", + "OperationId": "group.site.recycleBin.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "recycleBinItem-id", "Location": "Path" }, { @@ -474565,31 +368360,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetSet", + "OperationId": "group.site.recycleBin.item_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "recycleBinItem-id", "Location": "Path" }, { @@ -474605,35 +368392,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetCount", + "OperationId": "group.site.recycleBin.item.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "recycleBinItem-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -474641,27 +368424,47 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_ListRelation", - "Method": "Get", + "OperationId": "group.site.recycleBin.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "recycleBinItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.recycleBin.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "recycleBinItem-id", "Location": "Path" }, { @@ -474701,59 +368504,79 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_CreateRelation", - "Method": "Post", + "OperationId": "group.site.recycleBin.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "recycleBinItem-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetRelation", + "OperationId": "group.site.recycleBin.item_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.recycleBin_GetLastModifiedGraphBPreUser", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "site-id", "Location": "Path" }, { @@ -474769,31 +368592,47 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_UpdateRelation", - "Method": "Patch", + "OperationId": "group.site.recycleBin.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.recycleBin.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "site-id", "Location": "Path" } ] @@ -474801,75 +368640,79 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_DeleteRelation", - "Method": "Delete", + "OperationId": "group.site.recycleBin.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetFromTerm", + "OperationId": "group.site.recycleBin.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -474877,32 +368720,44 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/sites", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetSet", + "OperationId": "group.site_ListSite", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -474917,31 +368772,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "OperationId": "group.site_GetSite", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "site-id1", "Location": "Path" }, { @@ -474957,27 +368804,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/sites/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetCount", + "OperationId": "group.site_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { @@ -474993,27 +368832,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetSet", + "OperationId": "group.site_GetTermStore", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { @@ -475029,55 +368860,63 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetCount", - "Method": "Get", + "OperationId": "group.site_UpdateTermStore", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_DeleteTermStore", + "Method": "Delete", + "Parameters": [ { - "Name": "set-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_ListRelation", + "OperationId": "group.site.termStore_ListGroup", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "site-id", "Location": "Path" }, { @@ -475117,23 +368956,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_CreateRelation", + "OperationId": "group.site.termStore_CreateGroup", "Method": "Post", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "site-id", "Location": "Path" } ] @@ -475141,27 +368976,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_GetRelation", + "OperationId": "group.site.termStore_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "group-id1", "Location": "Path" }, { @@ -475177,27 +369008,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_UpdateRelation", + "OperationId": "group.site.termStore_UpdateGroup", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "group-id1", "Location": "Path" } ] @@ -475205,27 +369032,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_DeleteRelation", + "OperationId": "group.site.termStore_DeleteGroup", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "group-id1", "Location": "Path" }, { @@ -475237,28 +369060,48 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.relation_GetFromTerm", + "OperationId": "group.site.termStore.group_ListSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "group-id1", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -475273,27 +369116,51 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.relation_GetSet", - "Method": "Get", + "OperationId": "group.site.termStore.group_CreateSet", + "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.group_GetSet", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -475309,91 +369176,87 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.relation_GetToTerm", - "Method": "Get", + "OperationId": "group.site.termStore.group_UpdateSet", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "group-id1", "Location": "Path" }, { - "Name": "relation-id", + "Name": "set-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.relation_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.group_DeleteSet", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "group-id1", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_ListTerm", + "OperationId": "group.site.termStore.group.set_ListChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -475433,23 +369296,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_CreateTerm", + "OperationId": "group.site.termStore.group.set_CreateChild", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" } ] @@ -475457,23 +369324,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_GetTerm", + "OperationId": "group.site.termStore.group.set_GetChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -475493,23 +369364,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_UpdateTerm", + "OperationId": "group.site.termStore.group.set_UpdateChild", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -475521,23 +369396,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_DeleteTerm", + "OperationId": "group.site.termStore.group.set_DeleteChild", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -475553,23 +369432,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_ListChild", + "OperationId": "group.site.termStore.group.set.child_ListChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -475613,23 +369496,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_CreateChild", + "OperationId": "group.site.termStore.group.set.child_CreateChild", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -475641,23 +369528,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_GetChild", + "OperationId": "group.site.termStore.group.set.child_GetChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -475681,23 +369572,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_UpdateChild", + "OperationId": "group.site.termStore.group.set.child_UpdateChild", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -475713,23 +369608,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_DeleteChild", + "OperationId": "group.site.termStore.group.set.child_DeleteChild", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -475749,23 +369648,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_ListRelation", + "OperationId": "group.site.termStore.group.set.child_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -475813,23 +369716,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_CreateRelation", + "OperationId": "group.site.termStore.group.set.child_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -475845,23 +369752,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_GetRelation", + "OperationId": "group.site.termStore.group.set.child_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -475889,23 +369800,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_UpdateRelation", + "OperationId": "group.site.termStore.group.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -475925,23 +369840,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_DeleteRelation", + "OperationId": "group.site.termStore.group.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -475965,23 +369884,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476009,23 +369932,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetSet", + "OperationId": "group.site.termStore.group.set.child.relation_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476053,23 +369980,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetToTerm", + "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476097,23 +370028,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetCount", + "OperationId": "group.site.termStore.group.set.child.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476137,23 +370072,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_GetSet", + "OperationId": "group.site.termStore.group.set.child_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476177,23 +370116,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_GetCount", + "OperationId": "group.site.termStore.group.set.child_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476213,23 +370156,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_ListRelation", + "OperationId": "group.site.termStore.group.set.child_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476273,23 +370220,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_CreateRelation", + "OperationId": "group.site.termStore.group.set.child_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476301,23 +370252,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_GetRelation", + "OperationId": "group.site.termStore.group.set.child_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476341,23 +370296,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_UpdateRelation", + "OperationId": "group.site.termStore.group.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476373,23 +370332,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_DeleteRelation", + "OperationId": "group.site.termStore.group.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476409,23 +370372,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetFromTerm", + "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476449,23 +370416,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetSet", + "OperationId": "group.site.termStore.group.set.child.relation_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476489,23 +370460,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetToTerm", + "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476529,23 +370504,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetCount", + "OperationId": "group.site.termStore.group.set.child.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476565,23 +370544,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_GetSet", + "OperationId": "group.site.termStore.group.set.child_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476601,23 +370584,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_GetCount", + "OperationId": "group.site.termStore.group.set.child_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", + "Name": "set-id", "Location": "Path" }, { @@ -476633,27 +370620,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_GetCount", + "OperationId": "group.site.termStore.group.set_GetParentGroup", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -476661,17 +370656,85 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_ListRelation", + "OperationId": "group.site.termStore.group.set_UpdateParentGroup", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.group.set_DeleteParentGroup", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.group.set_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -476713,17 +370776,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_CreateRelation", + "OperationId": "group.site.termStore.group.set_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -476733,17 +370804,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_GetRelation", + "OperationId": "group.site.termStore.group.set_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -476765,17 +370844,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_UpdateRelation", + "OperationId": "group.site.termStore.group.set_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -476789,17 +370876,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_DeleteRelation", + "OperationId": "group.site.termStore.group.set_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -476817,17 +370912,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.relation_GetFromTerm", + "OperationId": "group.site.termStore.group.set.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -476849,17 +370952,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.relation_GetSet", + "OperationId": "group.site.termStore.group.set.relation_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -476881,17 +370992,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.relation_GetToTerm", + "OperationId": "group.site.termStore.group.set.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -476913,17 +371032,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.relation_GetCount", + "OperationId": "group.site.termStore.group.set.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -476941,17 +371068,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_ListTerm", + "OperationId": "group.site.termStore.group.set_ListTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -476993,17 +371128,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_CreateTerm", + "OperationId": "group.site.termStore.group.set_CreateTerm", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477013,17 +371156,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_GetTerm", + "OperationId": "group.site.termStore.group.set_GetTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477045,17 +371196,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_UpdateTerm", + "OperationId": "group.site.termStore.group.set_UpdateTerm", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477069,17 +371228,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_DeleteTerm", + "OperationId": "group.site.termStore.group.set_DeleteTerm", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477097,17 +371264,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_ListChild", + "OperationId": "group.site.termStore.group.set.term_ListChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477153,17 +371328,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_CreateChild", + "OperationId": "group.site.termStore.group.set.term_CreateChild", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477177,17 +371360,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_GetChild", + "OperationId": "group.site.termStore.group.set.term_GetChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477213,17 +371404,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_UpdateChild", + "OperationId": "group.site.termStore.group.set.term_UpdateChild", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477241,17 +371440,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_DeleteChild", + "OperationId": "group.site.termStore.group.set.term_DeleteChild", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477273,17 +371480,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_ListRelation", + "OperationId": "group.site.termStore.group.set.term.child_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477333,17 +371548,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_CreateRelation", + "OperationId": "group.site.termStore.group.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477361,17 +371584,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_GetRelation", + "OperationId": "group.site.termStore.group.set.term.child_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477401,17 +371632,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_UpdateRelation", + "OperationId": "group.site.termStore.group.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477433,17 +371672,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_DeleteRelation", + "OperationId": "group.site.termStore.group.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477469,17 +371716,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477509,17 +371764,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child.relation_GetSet", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477549,17 +371812,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child.relation_GetToTerm", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477589,17 +371860,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child.relation_GetCount", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477625,17 +371904,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_GetSet", + "OperationId": "group.site.termStore.group.set.term.child_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477661,17 +371948,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_GetCount", + "OperationId": "group.site.termStore.group.set.term.child_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477693,17 +371988,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_ListRelation", + "OperationId": "group.site.termStore.group.set.term_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477749,17 +372052,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_CreateRelation", + "OperationId": "group.site.termStore.group.set.term_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477773,17 +372084,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_GetRelation", + "OperationId": "group.site.termStore.group.set.term_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477809,17 +372128,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_UpdateRelation", + "OperationId": "group.site.termStore.group.set.term_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477837,17 +372164,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_DeleteRelation", + "OperationId": "group.site.termStore.group.set.term_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477869,17 +372204,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.relation_GetFromTerm", + "OperationId": "group.site.termStore.group.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477905,17 +372248,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.relation_GetSet", + "OperationId": "group.site.termStore.group.set.term.relation_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477941,17 +372292,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.relation_GetToTerm", + "OperationId": "group.site.termStore.group.set.term.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -477977,17 +372336,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.relation_GetCount", + "OperationId": "group.site.termStore.group.set.term.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -478009,17 +372376,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_GetSet", + "OperationId": "group.site.termStore.group.set.term_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -478041,17 +372416,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_GetCount", + "OperationId": "group.site.termStore.group.set.term_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -478069,17 +372452,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_GetCount", + "OperationId": "group.site.termStore.group.set_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -478093,13 +372484,21 @@ }, { "PathInfo": { - "Path": "/sites/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetCount", + "OperationId": "group.site.termStore.group_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -478113,24 +372512,21 @@ }, { "PathInfo": { - "Path": "/sites/microsoft.graph.add", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_add", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/sites/microsoft.graph.delta()", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_delta", + "OperationId": "group.site.termStore_ListSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -478152,11 +372548,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -478168,70 +372564,127 @@ }, { "PathInfo": { - "Path": "/sites/microsoft.graph.getAllSites()", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_getAllSite", - "Method": "Get", + "OperationId": "group.site.termStore_CreateSet", + "Method": "Post", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" - }, + "Name": "site-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore_GetSet", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore_UpdateSet", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/microsoft.graph.remove", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_remove", - "Method": "Post", - "Parameters": [] + "OperationId": "group.site.termStore_DeleteSet", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/users/{user-id}/followedSites", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "user_ListFollowedSite", + "OperationId": "group.site.termStore.set_ListChild", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -478271,21 +372724,53 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/followedSites/{site-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "user_GetFollowedSite", + "OperationId": "group.site.termStore.set_CreateChild", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set_GetChild", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -478299,37 +372784,89 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/followedSites/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "user.followedSite_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set_UpdateChild", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog_ListTeamsApp", + "OperationId": "group.site.termStore.set_DeleteChild", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.child_ListChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -478367,26 +372904,59 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog_CreateTeamsApp", + "OperationId": "group.site.termStore.set.child_CreateChild", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog_GetTeamsApp", + "OperationId": "group.site.termStore.set.child_GetChild", "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -478402,15 +372972,31 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog_UpdateTeamsApp", + "OperationId": "group.site.termStore.set.child_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -478418,15 +373004,31 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog_DeleteTeamsApp", + "OperationId": "group.site.termStore.set.child_DeleteChild", "Method": "Delete", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -478438,15 +373040,31 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp_ListAppDefinition", + "OperationId": "group.site.termStore.set.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -478486,63 +373104,31 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp_CreateAppDefinition", + "OperationId": "group.site.termStore.set.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "teamsApp-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp_GetAppDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp_UpdateAppDefinition", - "Method": "Patch", - "Parameters": [ - { - "Name": "teamsApp-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "term-id1", "Location": "Path" } ] @@ -478550,43 +373136,35 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp_DeleteAppDefinition", - "Method": "Delete", + "OperationId": "group.site.termStore.set.child_GetRelation", + "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", - "Location": "Path" - }, - { - "Name": "teamsAppDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_GetBot", - "Method": "Get", - "Parameters": [ + "Name": "site-id", + "Location": "Path" + }, { - "Name": "teamsApp-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -478602,19 +373180,35 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_UpdateBot", + "OperationId": "group.site.termStore.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -478622,19 +373216,35 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_DeleteBot", + "OperationId": "group.site.termStore.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -478646,19 +373256,35 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_GetColorIcon", + "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -478674,63 +373300,79 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_UpdateColorIcon", - "Method": "Patch", + "OperationId": "group.site.termStore.set.child.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_DeleteColorIcon", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "teamsApp-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition.colorIcon_GetHostedContent", + "OperationId": "group.site.termStore.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -478746,103 +373388,143 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition.colorIcon_UpdateHostedContent", - "Method": "Patch", + "OperationId": "group.site.termStore.set.child.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition.colorIcon_DeleteHostedContent", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "teamsApp-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition.colorIcon_GetHostedContentContent", + "OperationId": "group.site.termStore.set.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition.colorIcon_SetHostedContentContent", - "Method": "Put", + "OperationId": "group.site.termStore.set.child_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_ListDashboardCard", + "OperationId": "group.site.termStore.set.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -478882,19 +373564,27 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_CreateDashboardCard", + "OperationId": "group.site.termStore.set.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -478902,23 +373592,31 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_GetDashboardCard", + "OperationId": "group.site.termStore.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppDashboardCardDefinition-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -478934,23 +373632,31 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_UpdateDashboardCard", + "OperationId": "group.site.termStore.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppDashboardCardDefinition-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -478958,23 +373664,31 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_DeleteDashboardCard", + "OperationId": "group.site.termStore.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppDashboardCardDefinition-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -478986,47 +373700,31 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition.dashboardCard_GetCount", + "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_GetOutlineIcon", - "Method": "Get", - "Parameters": [ - { - "Name": "teamsApp-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "relation-id", "Location": "Path" }, { @@ -479042,63 +373740,31 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_UpdateOutlineIcon", - "Method": "Patch", + "OperationId": "group.site.termStore.set.child.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_DeleteOutlineIcon", - "Method": "Delete", - "Parameters": [ - { - "Name": "teamsApp-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition.outlineIcon_GetHostedContent", - "Method": "Get", - "Parameters": [ - { - "Name": "teamsApp-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "relation-id", "Location": "Path" }, { @@ -479114,99 +373780,67 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition.outlineIcon_UpdateHostedContent", - "Method": "Patch", + "OperationId": "group.site.termStore.set.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition.outlineIcon_DeleteHostedContent", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "teamsApp-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition.outlineIcon_GetHostedContentContent", + "OperationId": "group.site.termStore.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition.outlineIcon_SetHostedContentContent", - "Method": "Put", - "Parameters": [ - { - "Name": "teamsApp-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "teamsApp-id", + "Name": "term-id", "Location": "Path" }, { @@ -479222,19 +373856,35 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp_GetCount", + "OperationId": "group.site.termStore.set.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -479242,43 +373892,31 @@ }, { "PathInfo": { - "Path": "/chats", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_ListChat", + "OperationId": "group.site.termStore.set.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -479286,26 +373924,23 @@ }, { "PathInfo": { - "Path": "/chats", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_CreateChat", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_GetChat", + "OperationId": "group.site.termStore.set_GetParentGroup", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -479321,15 +373956,23 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdateChat", + "OperationId": "group.site.termStore.set_UpdateParentGroup", "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -479337,15 +373980,23 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_DeleteChat", + "OperationId": "group.site.termStore.set_DeleteParentGroup", "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -479357,15 +374008,23 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/installedApps", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_ListInstalledApp", + "OperationId": "group.site.termStore.set.parentGroup_ListSet", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -479405,63 +374064,23 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/installedApps", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_CreateInstalledApp", + "OperationId": "group.site.termStore.set.parentGroup_CreateSet", "Method": "Post", "Parameters": [ { - "Name": "chat-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_GetInstalledApp", - "Method": "Get", - "Parameters": [ - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "teamsAppInstallation-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_UpdateInstalledApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "set-id", "Location": "Path" } ] @@ -479469,63 +374088,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_DeleteInstalledApp", - "Method": "Delete", + "OperationId": "group.site.termStore.set.parentGroup_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "teamsAppInstallation-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.installedApp_upgrade", - "Method": "Post", - "Parameters": [ - { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.installedApp_GetTeamsApp", - "Method": "Get", - "Parameters": [ - { - "Name": "chat-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "set-id1", "Location": "Path" }, { @@ -479541,127 +374124,87 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.installedApp_GetTeamsAppDefinition", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup_UpdateSet", + "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/installedApps/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.installedApp_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup_DeleteSet", + "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/lastMessagePreview", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_GetLastMessagePreview", - "Method": "Get", - "Parameters": [ - { - "Name": "chat-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/lastMessagePreview", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdateLastMessagePreview", - "Method": "Patch", + "OperationId": "group.site.termStore.set.parentGroup.set_ListChild", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/lastMessagePreview", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_DeleteLastMessagePreview", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/members", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_ListMember", - "Method": "Get", - "Parameters": [ + "Name": "set-id", + "Location": "Path" + }, { - "Name": "chat-id", + "Name": "set-id1", "Location": "Path" }, { @@ -479701,15 +374244,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/members", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_CreateMember", + "OperationId": "group.site.termStore.set.parentGroup.set_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" } ] @@ -479717,19 +374272,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_GetMember", + "OperationId": "group.site.termStore.set.parentGroup.set_GetChild", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -479745,19 +374312,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdateMember", + "OperationId": "group.site.termStore.set.parentGroup.set_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -479765,19 +374344,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_DeleteMember", + "OperationId": "group.site.termStore.set.parentGroup.set_DeleteChild", "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -479789,55 +374380,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/members/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.member_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.child_ListChild", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/members/microsoft.graph.add", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.member_add", - "Method": "Post", - "Parameters": [ + "Name": "set-id", + "Location": "Path" + }, { - "Name": "chat-id", + "Name": "set-id1", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/messages", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_ListMessage", - "Method": "Get", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "term-id", "Location": "Path" }, { @@ -479877,15 +374444,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_CreateMessage", + "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -479893,19 +374476,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_GetMessage", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetChild", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -479921,19 +374520,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdateMessage", + "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -479941,19 +374556,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_DeleteMessage", + "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteChild", "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -479965,19 +374596,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_ListHostedContent", + "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -480017,19 +374664,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_CreateHostedContent", + "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -480037,23 +374700,39 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_GetHostedContent", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -480069,23 +374748,39 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_UpdateHostedContent", + "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -480093,23 +374788,39 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_DeleteHostedContent", + "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -480121,75 +374832,47 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_GetHostedContentsContent", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.message_SetHostedContentsContent", - "Method": "Put", - "Parameters": [ - { - "Name": "chat-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.message.hostedContent_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -480197,124 +374880,88 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_setReaction", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.message_softDelete", - "Method": "Post", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id1", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.message_undoSoftDelete", - "Method": "Post", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id1", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.message_unsetReaction", - "Method": "Post", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_ListReply", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -480329,43 +374976,79 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_CreateReply", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_GetReply", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -480381,75 +375064,71 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_UpdateReply", - "Method": "Patch", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.message_DeleteReply", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_ListHostedContent", + "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -480489,23 +375168,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_CreateHostedContent", + "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -480513,27 +375200,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_GetHostedContent", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -480549,27 +375244,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_UpdateHostedContent", + "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -480577,27 +375280,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_DeleteHostedContent", + "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -480609,87 +375320,87 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_GetHostedContentsContent", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id1", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.message.reply_SetHostedContentsContent", - "Method": "Put", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply.hostedContent_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -480697,115 +375408,151 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_setReaction", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.message.reply_softDelete", - "Method": "Post", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_undoSoftDelete", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_unsetReaction", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" }, { @@ -480821,19 +375568,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_delta", + "OperationId": "group.site.termStore.set.parentGroup.set_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" }, { @@ -480857,11 +375612,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -480873,69 +375628,65 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set_CreateRelation", + "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/microsoft.graph.delta()", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_delta", + "OperationId": "group.site.termStore.set.parentGroup.set_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -480945,15 +375696,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/microsoft.graph.hideForUser", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_hideGraphFPreUser", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set_UpdateRelation", + "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -480961,95 +375728,219 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/microsoft.graph.markChatReadForUser", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_markChatReadGraphFPreUser", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set_DeleteRelation", + "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/microsoft.graph.markChatUnreadForUser", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_markChatUnreadGraphFPreUser", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetFromTerm", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/microsoft.graph.removeAllAccessForUser", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_removeAllAccessGraphFPreUser", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/microsoft.graph.sendActivityNotification", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_sendActivityNotification", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/microsoft.graph.unhideForUser", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_unhideGraphFPreUser", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/operations", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_ListOperation", + "OperationId": "group.site.termStore.set.parentGroup.set_ListTerm", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" }, { @@ -481089,15 +375980,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/operations", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_CreateOperation", + "OperationId": "group.site.termStore.set.parentGroup.set_CreateTerm", "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" } ] @@ -481105,19 +376008,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_GetOperation", + "OperationId": "group.site.termStore.set.parentGroup.set_GetTerm", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -481133,19 +376048,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdateOperation", + "OperationId": "group.site.termStore.set.parentGroup.set_UpdateTerm", "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -481153,19 +376080,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_DeleteOperation", + "OperationId": "group.site.termStore.set.parentGroup.set_DeleteTerm", "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -481177,39 +376116,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/operations/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.operation_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.term_ListChild", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/permissionGrants", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_ListPermissionGrant", - "Method": "Get", - "Parameters": [ + "Name": "set-id", + "Location": "Path" + }, { - "Name": "chat-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -481249,15 +376180,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/permissionGrants", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_CreatePermissionGrant", + "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -481265,19 +376212,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_GetPermissionGrant", + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetChild", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -481293,19 +376256,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdatePermissionGrant", + "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -481313,19 +376292,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_DeletePermissionGrant", + "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteChild", "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -481337,39 +376332,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/permissionGrants/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.permissionGrant_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/pinnedMessages", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_ListPinnedMessage", - "Method": "Get", - "Parameters": [ + "Name": "set-id", + "Location": "Path" + }, { - "Name": "chat-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -481409,15 +376400,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/pinnedMessages", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_CreatePinnedMessage", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -481425,19 +376436,39 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_GetPinnedMessage", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "pinnedChatMessageInfo-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -481453,19 +376484,39 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdatePinnedMessage", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "pinnedChatMessageInfo-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -481473,19 +376524,39 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_DeletePinnedMessage", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "pinnedChatMessageInfo-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -481497,19 +376568,39 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}/message", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.pinnedMessage_GetMessage", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "pinnedChatMessageInfo-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -481525,23 +376616,47 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/pinnedMessages/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.pinnedMessage_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -481549,40 +376664,40 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/tabs", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_ListTab", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -481597,35 +376712,79 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/tabs", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_CreateTab", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_GetTab", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -481641,95 +376800,179 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdateTab", - "Method": "Patch", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_DeleteTab", - "Method": "Delete", + "OperationId": "group.site.termStore.set.parentGroup.set.term_ListRelation", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.tab_GetTeamsApp", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateRelation", + "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/tabs/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.tab_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -481737,109 +376980,117 @@ }, { "PathInfo": { - "Path": "/chats/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateRelation", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/chats/microsoft.graph.allMessages()", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_allMessage", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteRelation", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/chats/microsoft.graph.getAllMessages()", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_getAllMessage", + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "model", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -481849,39 +377100,39 @@ }, { "PathInfo": { - "Path": "/chats/microsoft.graph.getAllRetainedMessages()", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_getAllRetainedMessage", + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -481893,17 +377144,37 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group_GetTeam", + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetToTerm", "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -481917,47 +377188,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group_SetTeam", - "Method": "Put", + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group_DeleteTeam", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/allChannels", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListAllChannel", + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetSet", "Method": "Get", "Parameters": [ { @@ -481965,28 +377240,20 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", @@ -482001,11 +377268,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/allChannels/{channel-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetAllChannel", + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetCount", "Method": "Get", "Parameters": [ { @@ -482013,15 +377280,23 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -482029,17 +377304,25 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/allChannels/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.allChannel_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set_GetCount", "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -482053,17 +377336,25 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListChannel", + "OperationId": "group.site.termStore.set_ListRelation", "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -482101,15 +377392,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_CreateChannel", + "OperationId": "group.site.termStore.set_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -482117,11 +377416,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetChannel", + "OperationId": "group.site.termStore.set_GetRelation", "Method": "Get", "Parameters": [ { @@ -482129,7 +377428,15 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -482145,11 +377452,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_UpdateChannel", + "OperationId": "group.site.termStore.set_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -482157,7 +377464,15 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -482165,11 +377480,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_DeleteChannel", + "OperationId": "group.site.termStore.set_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -482177,7 +377492,15 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -482189,11 +377512,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_GetFilesFolder", + "OperationId": "group.site.termStore.set.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -482201,7 +377524,15 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -482217,11 +377548,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_GetFilesFolderContent", + "OperationId": "group.site.termStore.set.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -482229,11 +377560,23 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$format", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -482241,71 +377584,79 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_SetFilesFolderContent", - "Method": "Put", + "OperationId": "group.site.termStore.set.relation_GetToTerm", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.channel_GetFilesFolderContentStream", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_SetFilesFolderContentStream", - "Method": "Put", + "OperationId": "group.site.termStore.set.relation_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/members", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_ListMember", + "OperationId": "group.site.termStore.set_ListTerm", "Method": "Get", "Parameters": [ { @@ -482313,7 +377664,11 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -482353,11 +377708,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/members", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_CreateMember", + "OperationId": "group.site.termStore.set_CreateTerm", "Method": "Post", "Parameters": [ { @@ -482365,7 +377720,11 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -482373,11 +377732,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_GetMember", + "OperationId": "group.site.termStore.set_GetTerm", "Method": "Get", "Parameters": [ { @@ -482385,11 +377744,15 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -482405,11 +377768,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_UpdateMember", + "OperationId": "group.site.termStore.set_UpdateTerm", "Method": "Patch", "Parameters": [ { @@ -482417,11 +377780,15 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -482429,11 +377796,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_DeleteMember", + "OperationId": "group.site.termStore.set_DeleteTerm", "Method": "Delete", "Parameters": [ { @@ -482441,11 +377808,15 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -482457,11 +377828,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/members/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.member_GetCount", + "OperationId": "group.site.termStore.set.term_ListChild", "Method": "Get", "Parameters": [ { @@ -482469,35 +377840,15 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.channel_ListMessage", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "term-id", "Location": "Path" }, { @@ -482537,11 +377888,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_CreateMessage", + "OperationId": "group.site.termStore.set.term_CreateChild", "Method": "Post", "Parameters": [ { @@ -482549,7 +377900,15 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -482557,11 +377916,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_GetMessage", + "OperationId": "group.site.termStore.set.term_GetChild", "Method": "Get", "Parameters": [ { @@ -482569,11 +377928,19 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -482589,11 +377956,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_UpdateMessage", + "OperationId": "group.site.termStore.set.term_UpdateChild", "Method": "Patch", "Parameters": [ { @@ -482601,11 +377968,19 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -482613,11 +377988,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_DeleteMessage", + "OperationId": "group.site.termStore.set.term_DeleteChild", "Method": "Delete", "Parameters": [ { @@ -482625,11 +378000,19 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -482641,11 +378024,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_ListHostedContent", + "OperationId": "group.site.termStore.set.term.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -482653,11 +378036,19 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -482697,11 +378088,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_CreateHostedContent", + "OperationId": "group.site.termStore.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -482709,11 +378100,19 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -482721,11 +378120,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_GetHostedContent", + "OperationId": "group.site.termStore.set.term.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -482733,15 +378132,23 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -482757,11 +378164,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_UpdateHostedContent", + "OperationId": "group.site.termStore.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -482769,15 +378176,23 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -482785,11 +378200,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_DeleteHostedContent", + "OperationId": "group.site.termStore.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -482797,15 +378212,23 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -482817,11 +378240,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_GetHostedContentsContent", + "OperationId": "group.site.termStore.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -482829,55 +378252,43 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.channel.message_SetHostedContentsContent", - "Method": "Put", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "channel-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.hostedContent_GetCount", + "OperationId": "group.site.termStore.set.term.child.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -482885,19 +378296,31 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -482905,11 +378328,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_ListReply", + "OperationId": "group.site.termStore.set.term.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -482917,36 +378340,24 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -482961,59 +378372,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_CreateReply", - "Method": "Post", + "OperationId": "group.site.termStore.set.term.child.relation_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.channel.message_GetReply", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id1", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -483021,71 +378412,87 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_UpdateReply", - "Method": "Patch", + "OperationId": "group.site.termStore.set.term.child_GetSet", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_DeleteReply", - "Method": "Delete", + "OperationId": "group.site.termStore.set.term.child_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_ListHostedContent", + "OperationId": "group.site.termStore.set.term_ListRelation", "Method": "Get", "Parameters": [ { @@ -483093,15 +378500,15 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id", "Location": "Path" }, { @@ -483141,11 +378548,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_CreateHostedContent", + "OperationId": "group.site.termStore.set.term_CreateRelation", "Method": "Post", "Parameters": [ { @@ -483153,15 +378560,15 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id", "Location": "Path" } ] @@ -483169,11 +378576,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_GetHostedContent", + "OperationId": "group.site.termStore.set.term_GetRelation", "Method": "Get", "Parameters": [ { @@ -483181,19 +378588,19 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" }, { @@ -483209,11 +378616,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_UpdateHostedContent", + "OperationId": "group.site.termStore.set.term_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -483221,19 +378628,19 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" } ] @@ -483241,11 +378648,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_DeleteHostedContent", + "OperationId": "group.site.termStore.set.term_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -483253,19 +378660,19 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" }, { @@ -483277,11 +378684,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_GetHostedContentsContent", + "OperationId": "group.site.termStore.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -483289,63 +378696,119 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_SetHostedContentsContent", - "Method": "Put", + "OperationId": "group.site.termStore.set.term.relation_GetSet", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.term.relation_GetToTerm", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply.hostedContent_GetCount", + "OperationId": "group.site.termStore.set.term.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -483353,15 +378816,15 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id", "Location": "Path" }, { @@ -483377,11 +378840,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_GetCount", + "OperationId": "group.site.termStore.set.term_GetSet", "Method": "Get", "Parameters": [ { @@ -483389,11 +378852,47 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.term_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -483409,11 +378908,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_GetCount", + "OperationId": "group.site.termStore.set_GetCount", "Method": "Get", "Parameters": [ { @@ -483421,7 +378920,7 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { @@ -483437,11 +378936,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" + "Path": "/groups/{group-id}/sites/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_ListSharedGraphWPreTeam", + "OperationId": "group.site_GetCount", "Method": "Get", "Parameters": [ { @@ -483449,9 +378948,25 @@ "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_ListSite", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -483489,43 +379004,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" + "Path": "/sites/{site-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_CreateSharedGraphWPreTeam", - "Method": "Post", + "OperationId": "site_GetSite", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_GetSharedGraphWPreTeam", - "Method": "Get", + "OperationId": "site_UpdateSite", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/analytics", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_GetAnalytic", + "Method": "Get", + "Parameters": [ { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "site-id", "Location": "Path" }, { @@ -483541,23 +379068,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_UpdateSharedGraphWPreTeam", + "OperationId": "site_UpdateAnalytic", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "site-id", "Location": "Path" } ] @@ -483565,23 +379084,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_DeleteSharedGraphWPreTeam", + "OperationId": "site_DeleteAnalytic", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "site-id", "Location": "Path" }, { @@ -483593,23 +379104,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/allTime", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.sharedGraphWPreTeam_ListAllowedMember", + "OperationId": "site.analytic_GetAllTime", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/analytics/itemActivityStats", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.analytic_ListItemActivityStat", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { @@ -483649,67 +379176,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.sharedGraphWPreTeam_GetAllowedMember", - "Method": "Get", + "OperationId": "site.analytic_CreateItemActivityStat", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "sharedWithChannelTeamInfo-id", - "Location": "Path" - }, - { - "Name": "conversationMember-id", + "Name": "site-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.sharedGraphWPreTeam.allowedMember_GetCount", + "OperationId": "site.analytic_GetItemActivityStat", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -483717,79 +379220,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.sharedGraphWPreTeam_GetTeam", - "Method": "Get", + "OperationId": "site.analytic_UpdateItemActivityStat", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.sharedGraphWPreTeam_GetCount", - "Method": "Get", + "OperationId": "site.analytic_DeleteItemActivityStat", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_ListTab", + "OperationId": "site.analytic.itemActivityStat_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -483829,19 +379316,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_CreateTab", + "OperationId": "site.analytic.itemActivityStat_CreateActivity", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "itemActivityStat-id", "Location": "Path" } ] @@ -483849,23 +379336,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_GetTab", + "OperationId": "site.analytic.itemActivityStat_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "itemActivity-id", "Location": "Path" }, { @@ -483881,23 +379368,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_UpdateTab", + "OperationId": "site.analytic.itemActivityStat_UpdateActivity", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "itemActivity-id", "Location": "Path" } ] @@ -483905,23 +379392,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_DeleteTab", + "OperationId": "site.analytic.itemActivityStat_DeleteActivity", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "itemActivity-id", "Location": "Path" }, { @@ -483933,23 +379420,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.tab_GetTeamsApp", + "OperationId": "site.analytic.itemActivityStat.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "itemActivity-id", "Location": "Path" }, { @@ -483965,27 +379452,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.tab_GetCount", + "OperationId": "site.analytic.itemActivityStat.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$format", "Location": "Query" } ] @@ -483993,111 +379480,91 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_GetCount", - "Method": "Get", + "OperationId": "site.analytic.itemActivityStat.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/group", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetGroup", + "OperationId": "site.analytic.itemActivityStat.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/group/serviceProvisioningErrors", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.group_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "site.analytic.itemActivityStat.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.group.ServiceProvisioningError_GetCount", + "OperationId": "site.analytic.itemActivityStat.activity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -484113,25 +379580,17 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/incomingChannels", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/itemActivityStats/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListIncomingChannel", + "OperationId": "site.analytic.itemActivityStat_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -484139,41 +379598,21 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/incomingChannels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/analytics/lastSevenDays", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetIncomingChannel", + "OperationId": "site.analytic_GetLastSevenDay", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { @@ -484189,39 +379628,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/incomingChannels/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.incomingChannel_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps", - "Module": "Teams" + "Path": "/sites/{site-id}/columns", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListInstalledApp", + "OperationId": "site_ListColumn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { @@ -484261,15 +379676,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps", - "Module": "Teams" + "Path": "/sites/{site-id}/columns", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_CreateInstalledApp", + "OperationId": "site_CreateColumn", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" } ] @@ -484277,19 +379692,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/columns/{columnDefinition-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetInstalledApp", + "OperationId": "site_GetColumn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -484305,19 +379720,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/columns/{columnDefinition-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_UpdateInstalledApp", + "OperationId": "site_UpdateColumn", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -484325,19 +379740,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/columns/{columnDefinition-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_DeleteInstalledApp", + "OperationId": "site_DeleteColumn", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -484349,47 +379764,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.installedApp_GetTeamsApp", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "teamsAppInstallation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams" + "Path": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.installedApp_GetTeamsAppDefinition", + "OperationId": "site.column_GetSourceColumn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -484405,15 +379792,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/columns/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.installedApp_GetCount", + "OperationId": "site.column_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { @@ -484429,15 +379816,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/members", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListMember", + "OperationId": "site_ListContentType", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { @@ -484477,15 +379864,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/members", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_CreateMember", + "OperationId": "site_CreateContentType", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" } ] @@ -484493,19 +379880,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetMember", + "OperationId": "site_GetContentType", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -484521,19 +379908,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_UpdateMember", + "OperationId": "site_UpdateContentType", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -484541,19 +379928,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_DeleteMember", + "OperationId": "site_DeleteContentType", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -484565,23 +379952,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/members/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/base", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.member_GetCount", + "OperationId": "site.contentType_GetBase", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -484589,15 +379980,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/operations", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListOperation", + "OperationId": "site.contentType_ListBaseType", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -484637,35 +380032,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/operations", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_CreateOperation", - "Method": "Post", + "OperationId": "site.contentType_GetBaseType", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_GetOperation", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "contentType-id1", "Location": "Path" }, { @@ -484681,59 +380064,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_UpdateOperation", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "teamsAsyncOperation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_DeleteOperation", - "Method": "Delete", + "OperationId": "site.contentType.baseType_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "teamsAsyncOperation-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/operations/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.operation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -484749,15 +380092,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/owners", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListOwner", + "OperationId": "site.contentType_ListColumnLink", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -484797,19 +380144,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/owners/{user-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetOwner", + "OperationId": "site.contentType_CreateColumnLink", + "Method": "Post", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "contentType-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.contentType_GetColumnLink", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnLink-id", "Location": "Path" }, { @@ -484825,67 +380196,99 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.owner_GetMailboxSetting", - "Method": "Get", + "OperationId": "site.contentType_UpdateColumnLink", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "columnLink-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.contentType_DeleteColumnLink", + "Method": "Delete", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnLink-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.owner_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "site.contentType.columnLink_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "contentType-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.owner_ListServiceProvisioningError", + "OperationId": "site.contentType_ListColumnPosition", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -484925,27 +380328,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.owner.ServiceProvisioningError_GetCount", + "OperationId": "site.contentType_GetColumnPosition", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$search", + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -484953,15 +380360,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/owners/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.owner_GetCount", + "OperationId": "site.contentType.columnPosition_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -484977,15 +380388,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/permissionGrants", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListPermissionGrant", + "OperationId": "site.contentType_ListColumn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -485025,15 +380440,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/permissionGrants", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_CreatePermissionGrant", + "OperationId": "site.contentType_CreateColumn", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" } ] @@ -485041,19 +380460,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetPermissionGrant", + "OperationId": "site.contentType_GetColumn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -485069,19 +380492,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_UpdatePermissionGrant", + "OperationId": "site.contentType_UpdateColumn", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -485089,19 +380516,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_DeletePermissionGrant", + "OperationId": "site.contentType_DeleteColumn", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -485113,23 +380544,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/permissionGrants/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.permissionGrant_GetCount", + "OperationId": "site.contentType.column_GetSourceColumn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -485137,23 +380576,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/photo", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetPhoto", + "OperationId": "site.contentType.column_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -485161,31 +380604,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/photo", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_UpdatePhoto", - "Method": "Patch", + "OperationId": "site.contentType_associateGraphWPreHubSite", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/photo/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_GetPhotoContent", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -485193,15 +380624,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/photo/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_SetPhotoContent", - "Method": "Put", + "OperationId": "site.contentType_copyToDefaultContentLocation", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" } ] @@ -485209,39 +380644,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetPrimaryChannel", + "OperationId": "site.contentType_isPublished", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.publish", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_UpdatePrimaryChannel", - "Method": "Patch", + "OperationId": "site.contentType_publish", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" } ] @@ -485249,43 +380684,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_DeletePrimaryChannel", - "Method": "Delete", + "OperationId": "site.contentType_unpublish", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "contentType-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/filesFolder", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_GetFilesFolder", + "OperationId": "site.contentType_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -485293,35 +380728,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/microsoft.graph.addCopy", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_GetFilesFolderContent", - "Method": "Get", + "OperationId": "site.contentType_addCopy", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_SetFilesFolderContent", - "Method": "Put", + "OperationId": "site.contentType_addCopyFromContentTypeHub", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" } ] @@ -485329,47 +380760,87 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", - "Module": "Teams" + "Path": "/sites/{site-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_GetFilesFolderContentStream", + "OperationId": "site.contentType_getCompatibleHubContentType", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", - "Module": "Teams" + "Path": "/sites/{site-id}/drive", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_SetFilesFolderContentStream", - "Method": "Put", + "OperationId": "site_GetDrive", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/members", - "Module": "Teams" + "Path": "/sites/{site-id}/drives", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_ListMember", + "OperationId": "site_ListDrive", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { @@ -485409,43 +380880,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/members", - "Module": "Teams" + "Path": "/sites/{site-id}/drives/{drive-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_CreateMember", - "Method": "Post", + "OperationId": "site_GetDrive", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "drive-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/drives/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_GetMember", + "OperationId": "site.drive_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationMember-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -485453,59 +380932,91 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/externalColumns", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_UpdateMember", - "Method": "Patch", + "OperationId": "site_ListExternalColumn", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_DeleteMember", - "Method": "Delete", + "OperationId": "site_GetExternalColumn", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "columnDefinition-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/members/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/externalColumns/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.member_GetCount", + "OperationId": "site.externalColumn_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { @@ -485521,15 +381032,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages", - "Module": "Teams" + "Path": "/sites/{site-id}/lists", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_ListMessage", + "OperationId": "site_ListList", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { @@ -485569,15 +381080,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages", - "Module": "Teams" + "Path": "/sites/{site-id}/lists", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_CreateMessage", + "OperationId": "site_CreateList", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" } ] @@ -485585,19 +381096,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_GetMessage", + "OperationId": "site_GetList", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { @@ -485613,19 +381124,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_UpdateMessage", + "OperationId": "site_UpdateList", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" } ] @@ -485633,19 +381144,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_DeleteMessage", + "OperationId": "site_DeleteList", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { @@ -485657,19 +381168,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/activities", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_ListHostedContent", + "OperationId": "site.list_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { @@ -485709,19 +381220,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/activities", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_CreateHostedContent", + "OperationId": "site.list_CreateActivity", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" } ] @@ -485729,24 +381240,44 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/columns", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_GetHostedContent", + "OperationId": "site.list_ListColumn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -485761,119 +381292,155 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/columns", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_UpdateHostedContent", - "Method": "Patch", + "OperationId": "site.list_CreateColumn", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list_GetColumn", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "list-id", "Location": "Path" + }, + { + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_DeleteHostedContent", - "Method": "Delete", + "OperationId": "site.list_UpdateColumn", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "columnDefinition-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_GetHostedContentsContent", - "Method": "Get", + "OperationId": "site.list_DeleteColumn", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "columnDefinition-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_SetHostedContentsContent", - "Method": "Put", + "OperationId": "site.list.column_GetSourceColumn", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "columnDefinition-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/columns/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.hostedContent_GetCount", + "OperationId": "site.list.column_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { @@ -485889,19 +381456,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_ListReply", + "OperationId": "site.list_ListContentType", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { @@ -485941,19 +381508,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_CreateReply", + "OperationId": "site.list_CreateContentType", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" } ] @@ -485961,23 +381528,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_GetReply", + "OperationId": "site.list_GetContentType", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "contentType-id", "Location": "Path" }, { @@ -485993,23 +381560,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_UpdateReply", + "OperationId": "site.list_UpdateContentType", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "contentType-id", "Location": "Path" } ] @@ -486017,23 +381584,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_DeleteReply", + "OperationId": "site.list_DeleteContentType", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "contentType-id", "Location": "Path" }, { @@ -486045,23 +381612,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_ListHostedContent", + "OperationId": "site.list.contentType_GetBase", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.contentType_ListBaseType", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -486101,59 +381700,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_CreateHostedContent", - "Method": "Post", + "OperationId": "site.list.contentType_GetBaseType", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "contentType-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_GetHostedContent", + "OperationId": "site.list.contentType.baseType_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -486161,115 +381768,143 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_UpdateHostedContent", - "Method": "Patch", + "OperationId": "site.list.contentType_ListColumnLink", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_DeleteHostedContent", - "Method": "Delete", + "OperationId": "site.list.contentType_CreateColumnLink", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "contentType-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_GetHostedContentsContent", + "OperationId": "site.list.contentType_GetColumnLink", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "columnLink-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_SetHostedContentsContent", - "Method": "Put", + "OperationId": "site.list.contentType_UpdateColumnLink", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "columnLink-id", "Location": "Path" } ] @@ -486277,51 +381912,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply.hostedContent_GetCount", - "Method": "Get", + "OperationId": "site.list.contentType_DeleteColumnLink", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "columnLink-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_GetCount", + "OperationId": "site.list.contentType.columnLink_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -486337,39 +381976,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_GetCount", + "OperationId": "site.list.contentType_ListColumnPosition", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel_ListSharedGraphWPreTeam", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -486409,35 +382032,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_CreateSharedGraphWPreTeam", - "Method": "Post", + "OperationId": "site.list.contentType_GetColumnPosition", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel_GetSharedGraphWPreTeam", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -486453,63 +382068,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_UpdateSharedGraphWPreTeam", - "Method": "Patch", + "OperationId": "site.list.contentType.columnPosition_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "list-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel_DeleteSharedGraphWPreTeam", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_ListAllowedMember", + "OperationId": "site.list.contentType_ListColumn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -486549,59 +382156,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_GetAllowedMember", - "Method": "Get", + "OperationId": "site.list.contentType_CreateColumn", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "contentType-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam.allowedMember_GetCount", + "OperationId": "site.list.contentType_GetColumn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$search", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -486609,92 +382216,88 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_GetTeam", - "Method": "Get", + "OperationId": "site.list.contentType_UpdateColumn", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "columnDefinition-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_GetCount", - "Method": "Get", + "OperationId": "site.list.contentType_DeleteColumn", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_ListTab", + "OperationId": "site.list.contentType.column_GetSourceColumn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "columnDefinition-id", + "Location": "Path" }, { "Name": "$select", @@ -486709,63 +382312,79 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_CreateTab", - "Method": "Post", + "OperationId": "site.list.contentType.column_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" + }, + { + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_GetTab", - "Method": "Get", + "OperationId": "site.list.contentType_associateGraphWPreHubSite", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_UpdateTab", - "Method": "Patch", + "OperationId": "site.list.contentType_copyToDefaultContentLocation", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" } ] @@ -486773,99 +382392,99 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_DeleteTab", - "Method": "Delete", + "OperationId": "site.list.contentType_isPublished", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "contentType-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.publish", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.tab_GetTeamsApp", - "Method": "Get", + "OperationId": "site.list.contentType_publish", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/tabs/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.tab_GetCount", - "Method": "Get", + "OperationId": "site.list.contentType_unpublish", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetSchedule", + "OperationId": "site.list.contentType_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -486873,15 +382492,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopy", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_SetSchedule", - "Method": "Put", + "OperationId": "site.list.contentType_addCopy", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" } ] @@ -486889,35 +382512,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_DeleteSchedule", - "Method": "Delete", + "OperationId": "site.list.contentType_addCopyFromContentTypeHub", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "list-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/dayNotes", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListDayNote", + "OperationId": "site.list.contentType_getCompatibleHubContentType", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" }, { @@ -486940,10 +382567,66 @@ "Name": "$count", "Location": "Query" }, + { + "Name": "$select", + "Location": "Query" + }, { "Name": "$orderby", "Location": "Query" }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/createdByUser", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list_GetCreatedGraphBPreUser", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -486957,15 +382640,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/dayNotes", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateDayNote", - "Method": "Post", + "OperationId": "site.list.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" } ] @@ -486973,20 +382660,44 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetDayNote", + "OperationId": "site.list.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" }, { - "Name": "dayNote-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -487001,67 +382712,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateDayNote", - "Method": "Patch", + "OperationId": "site.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "dayNote-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.schedule_DeleteDayNote", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "dayNote-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/dayNotes/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/drive", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.dayNote_GetCount", + "OperationId": "site.list_GetDrive", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -487069,15 +382768,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/offerShiftRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListOfferShiftRequest", + "OperationId": "site.list_ListItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" }, { @@ -487117,15 +382820,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/offerShiftRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateOfferShiftRequest", + "OperationId": "site.list_CreateItem", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" } ] @@ -487133,19 +382840,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetOfferShiftRequest", + "OperationId": "site.list_GetItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -487161,19 +382872,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateOfferShiftRequest", + "OperationId": "site.list_UpdateItem", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -487181,19 +382896,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteOfferShiftRequest", + "OperationId": "site.list_DeleteItem", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -487205,39 +382924,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.offerShiftRequest_GetCount", + "OperationId": "site.list.item_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.schedule_ListOpenShiftChangeRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -487277,15 +382980,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateOpenShiftChangeRequest", + "OperationId": "site.list.item_CreateActivity", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -487293,19 +383004,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetOpenShiftChangeRequest", + "OperationId": "site.list.item_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -487321,19 +383040,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateOpenShiftChangeRequest", + "OperationId": "site.list.item_UpdateActivity", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -487341,19 +383068,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteOpenShiftChangeRequest", + "OperationId": "site.list.item_DeleteActivity", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -487365,23 +383100,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.openShiftChangeRequest_GetCount", + "OperationId": "site.list.item.activity_GetDriveItem", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -487389,47 +383136,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShifts", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListOpenShift", + "OperationId": "site.list.item.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" }, { - "Name": "$expand", + "Name": "$format", "Location": "Query" } ] @@ -487437,15 +383168,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShifts", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateOpenShift", - "Method": "Post", + "OperationId": "site.list.item.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -487453,47 +383196,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetOpenShift", + "OperationId": "site.list.item.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateOpenShift", - "Method": "Patch", + "OperationId": "site.list.item.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -487501,47 +383252,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteOpenShift", - "Method": "Delete", + "OperationId": "site.list.item.activity_GetListItem", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShifts/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.schedule.openShift_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "listItem-id", + "Location": "Path" + }, { - "Name": "group-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -487549,24 +383288,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/schedulingGroups", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListSchedulingGroup", + "OperationId": "site.list.item.activity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$search", @@ -487575,14 +383314,30 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.item_GetAnalytic", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$select", @@ -487597,35 +383352,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/schedulingGroups", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateSchedulingGroup", - "Method": "Post", + "OperationId": "site.list.item_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetSchedulingGroup", + "OperationId": "site.list.item.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -487641,19 +383416,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateSchedulingGroup", + "OperationId": "site.list.item.createdGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -487661,39 +383440,79 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteSchedulingGroup", - "Method": "Delete", + "OperationId": "site.list.item.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/schedulingGroups/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.schedulingGroup_GetCount", + "OperationId": "site.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -487709,15 +383528,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shifts", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListShift", + "OperationId": "site.list.item_ListDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -487757,15 +383584,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shifts", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateShift", + "OperationId": "site.list.item_CreateDocumentSetVersion", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -487773,19 +383608,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetShift", + "OperationId": "site.list.item_GetDocumentSetVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -487801,19 +383644,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateShift", + "OperationId": "site.list.item_UpdateDocumentSetVersion", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -487821,19 +383672,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteShift", + "OperationId": "site.list.item_DeleteDocumentSetVersion", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -487845,23 +383704,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shifts/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.shift_GetCount", + "OperationId": "site.list.item.documentSetVersion_GetField", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -487869,63 +383740,87 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListShiftsRoleDefinition", - "Method": "Get", + "OperationId": "site.list.item.documentSetVersion_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, + "Name": "documentSetVersion-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.item.documentSetVersion_DeleteField", + "Method": "Delete", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "documentSetVersion-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateShiftsRoleDefinition", + "OperationId": "site.list.item.documentSetVersion_restore", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -487933,27 +383828,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetShiftsRoleDefinition", + "OperationId": "site.list.item.documentSetVersion_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "shiftsRoleDefinition-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -487961,131 +383860,131 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateShiftsRoleDefinition", - "Method": "Patch", + "OperationId": "site.list.item_GetDriveItem", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "shiftsRoleDefinition-id", + "Name": "list-id", "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteShiftsRoleDefinition", - "Method": "Delete", + "OperationId": "site.list.item_GetDriveItemContent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "shiftsRoleDefinition-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.shiftsRoleDefinition_GetCount", - "Method": "Get", + "OperationId": "site.list.item_SetDriveItemContent", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListSwapShiftsChangeRequest", + "OperationId": "site.list.item_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateSwapShiftsChangeRequest", - "Method": "Post", + "OperationId": "site.list.item_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -488093,19 +383992,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetSwapShiftsChangeRequest", + "OperationId": "site.list.item_GetField", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -488121,19 +384024,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateSwapShiftsChangeRequest", + "OperationId": "site.list.item_UpdateField", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -488141,19 +384048,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteSwapShiftsChangeRequest", + "OperationId": "site.list.item_DeleteField", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -488165,23 +384076,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.swapShiftsChangeRequest_GetCount", + "OperationId": "site.list.item_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -488189,40 +384108,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeCards", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListTimeCard", + "OperationId": "site.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$select", @@ -488237,15 +384140,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeCards", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateTimeCard", - "Method": "Post", + "OperationId": "site.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -488253,21 +384164,49 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetTimeCard", + "OperationId": "site.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -488281,61 +384220,101 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateTimeCard", - "Method": "Patch", + "OperationId": "site.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.createLink", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteTimeCard", - "Method": "Delete", + "OperationId": "site.list.item_createLink", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeCards/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.timeCard_GetCount", + "OperationId": "site.list.item_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", + "Location": "Path" + }, + { + "Name": "interval", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -488343,21 +384322,45 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffReasons", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListTimeOffReason", + "OperationId": "site.list.item_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -488397,15 +384400,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffReasons", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateTimeOffReason", + "OperationId": "site.list.item_CreateVersion", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -488413,19 +384424,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetTimeOffReason", + "OperationId": "site.list.item_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -488441,19 +384460,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateTimeOffReason", + "OperationId": "site.list.item_UpdateVersion", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -488461,88 +384488,60 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteTimeOffReason", + "OperationId": "site.list.item_DeleteVersion", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffReasons/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.schedule.timeOffReason_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListTimeOffRequest", + "OperationId": "site.list.item.version_GetField", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" }, { "Name": "$select", @@ -488557,15 +384556,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateTimeOffRequest", - "Method": "Post", + "OperationId": "site.list.item.version_UpdateField", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -488573,47 +384584,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetTimeOffRequest", - "Method": "Get", + "OperationId": "site.list.item.version_DeleteField", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateTimeOffRequest", - "Method": "Patch", + "OperationId": "site.list.item.version_restoreVersion", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -488621,41 +384644,61 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteTimeOffRequest", - "Method": "Delete", + "OperationId": "site.list.item.version_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffRequests/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.timeOffRequest_GetCount", + "OperationId": "site.list.item_delta", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -488663,21 +384706,45 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timesOff", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=\u0027{token}\u0027)", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListTimesOff", + "OperationId": "site.list.item_delta", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "token", "Location": "Path" }, { @@ -488701,11 +384768,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -488717,35 +384784,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timesOff", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateTimesOff", - "Method": "Post", + "OperationId": "site.list_GetLastModifiedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetTimesOff", + "OperationId": "site.list.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "list-id", "Location": "Path" }, { @@ -488761,19 +384840,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateTimesOff", + "OperationId": "site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "list-id", "Location": "Path" } ] @@ -488781,39 +384860,71 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteTimesOff", - "Method": "Delete", + "OperationId": "site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timesOff/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.timesOff_GetCount", + "OperationId": "site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" }, { @@ -488829,15 +384940,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/operations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListTag", + "OperationId": "site.list_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" }, { @@ -488877,15 +384992,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/operations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_CreateTag", + "OperationId": "site.list_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" } ] @@ -488893,19 +385012,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetTag", + "OperationId": "site.list_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -488921,19 +385044,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_UpdateTag", + "OperationId": "site.list_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "richLongRunningOperation-id", "Location": "Path" } ] @@ -488941,19 +385068,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_DeleteTag", + "OperationId": "site.list_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -488965,19 +385096,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/operations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.tag_ListMember", + "OperationId": "site.list.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list_ListSubscription", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" }, { @@ -489017,19 +385176,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.tag_CreateMember", + "OperationId": "site.list_CreateSubscription", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "list-id", "Location": "Path" } ] @@ -489037,23 +385196,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.tag_GetMember", + "OperationId": "site.list_GetSubscription", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "teamworkTagMember-id", + "Name": "subscription-id", "Location": "Path" }, { @@ -489069,23 +385228,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.tag_UpdateMember", + "OperationId": "site.list_UpdateSubscription", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "teamworkTagMember-id", + "Name": "subscription-id", "Location": "Path" } ] @@ -489093,23 +385252,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.tag_DeleteMember", + "OperationId": "site.list_DeleteSubscription", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "teamworkTagMember-id", + "Name": "subscription-id", "Location": "Path" }, { @@ -489121,43 +385280,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.tag.member_GetCount", - "Method": "Get", + "OperationId": "site.list.subscription_reauthorize", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "subscription-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.tag_GetCount", + "OperationId": "site.list.subscription_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" }, { @@ -489173,23 +385332,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/template", - "Module": "Teams" + "Path": "/sites/{site-id}/lists/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetTemplate", + "OperationId": "site.list_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -489197,21 +385356,57 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/templateDefinition", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetTemplateDefinition", + "OperationId": "site_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", + "Location": "Path" + }, + { + "Name": "interval", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -489221,13 +385416,21 @@ }, { "PathInfo": { - "Path": "/teams", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_ListTeam", + "OperationId": "site_getApplicableContentTypesGraphFPreList", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "listId", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -489249,11 +385452,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -489265,26 +385468,39 @@ }, { "PathInfo": { - "Path": "/teams", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_CreateTeam", - "Method": "Post", - "Parameters": [] + "OperationId": "site_getGraphBPrePath", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/teams/{team-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetTeam", + "OperationId": "site.getGraphBPrePath_GetAnalytic", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" }, { @@ -489300,15 +385516,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_UpdateTeam", + "OperationId": "site.getGraphBPrePath_UpdateAnalytic", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" } ] @@ -489316,15 +385536,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_DeleteTeam", + "OperationId": "site.getGraphBPrePath_DeleteAnalytic", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" }, { @@ -489336,15 +385560,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/allChannels", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_ListAllChannel", + "OperationId": "site.getGraphBPrePath_ListColumn", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" }, { @@ -489384,67 +385612,39 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/allChannels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetAllChannel", - "Method": "Get", + "OperationId": "site.getGraphBPrePath_CreateColumn", + "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "path", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/allChannels/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.allChannel_GetCount", + "OperationId": "site.getGraphBPrePath_ListContentType", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_ListChannel", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", + "Name": "path", "Location": "Path" }, { @@ -489484,15 +385684,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_CreateChannel", + "OperationId": "site.getGraphBPrePath_CreateContentType", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" } ] @@ -489500,19 +385704,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drive", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetChannel", + "OperationId": "site.getGraphBPrePath_GetDrive", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "path", "Location": "Path" }, { @@ -489528,64 +385732,44 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drives", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_UpdateChannel", - "Method": "Patch", + "OperationId": "site.getGraphBPrePath_ListDrive", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "path", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_DeleteChannel", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_GetFilesFolder", - "Method": "Get", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -489600,103 +385784,71 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/externalColumns", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_GetFilesFolderContent", + "OperationId": "site.getGraphBPrePath_ListExternalColumn", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "path", "Location": "Path" }, { - "Name": "$format", + "Name": "$top", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_SetFilesFolderContent", - "Method": "Put", - "Parameters": [ + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_GetFilesFolderContentStream", - "Method": "Get", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_SetFilesFolderContentStream", - "Method": "Put", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_ListMember", + "OperationId": "site.getGraphBPrePath_ListList", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "path", "Location": "Path" }, { @@ -489736,19 +385888,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_CreateMember", + "OperationId": "site.getGraphBPrePath_CreateList", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "path", "Location": "Path" } ] @@ -489756,105 +385908,97 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_GetMember", + "OperationId": "site.getGraphBPrePath_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "path", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "startDateTime", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "endDateTime", + "Location": "Path" }, { - "Name": "$expand", + "Name": "interval", + "Location": "Path" + }, + { + "Name": "$top", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_UpdateMember", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "conversationMember-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_DeleteMember", - "Method": "Delete", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "conversationMember-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/members/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.member_GetCount", + "OperationId": "site.getGraphBPrePath_getApplicableContentTypesGraphFPreList", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "path", + "Location": "Path" + }, + { + "Name": "listId", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -489862,45 +386006,41 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.add", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel.member_add", - "Method": "Post", - "Parameters": [ + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_ListMessage", + "OperationId": "site.getGraphBPrePath_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "path", "Location": "Path" }, { @@ -489940,19 +386080,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_CreateMessage", + "OperationId": "site.getGraphBPrePath_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "path", "Location": "Path" } ] @@ -489960,107 +386100,91 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_GetMessage", + "OperationId": "site.getGraphBPrePath_ListPage", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "path", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_UpdateMessage", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_DeleteMessage", - "Method": "Delete", + "OperationId": "site.getGraphBPrePath_CreatePage", + "Method": "Post", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "path", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_ListHostedContent", + "OperationId": "site.getGraphBPrePath_ListPermission", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "path", "Location": "Path" }, { @@ -490100,23 +386224,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_CreateHostedContent", + "OperationId": "site.getGraphBPrePath_CreatePermission", "Method": "Post", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "path", "Location": "Path" } ] @@ -490124,123 +386244,99 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/sites", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_GetHostedContent", + "OperationId": "site.getGraphBPrePath_ListSite", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "path", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel.message_UpdateHostedContent", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_DeleteHostedContent", - "Method": "Delete", + "OperationId": "site.getGraphBPrePath_GetTermStore", + "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "path", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_GetHostedContentsContent", - "Method": "Get", + "OperationId": "site.getGraphBPrePath_UpdateTermStore", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "path", "Location": "Path" } ] @@ -490248,52 +386344,48 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_SetHostedContentsContent", - "Method": "Put", + "OperationId": "site.getGraphBPrePath_DeleteTermStore", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "path", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/operations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.hostedContent_GetCount", + "OperationId": "site_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -490302,29 +386394,37 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", - "Module": "Teams" + "Path": "/sites/{site-id}/operations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_setReaction", + "OperationId": "site_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" } ] @@ -490332,47 +386432,47 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_softDelete", - "Method": "Post", + "OperationId": "site_GetOperation", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_undoSoftDelete", - "Method": "Post", + "OperationId": "site_UpdateOperation", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "richLongRunningOperation-id", "Location": "Path" } ] @@ -490380,47 +386480,63 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", - "Module": "Teams" + "Path": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_unsetReaction", - "Method": "Post", + "OperationId": "site_DeleteOperation", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/sites/{site-id}/operations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_ListReply", + "OperationId": "site.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessage-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_ListPage", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { @@ -490460,23 +386576,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/sites/{site-id}/pages", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_CreateReply", + "OperationId": "site_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" } ] @@ -490484,27 +386592,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_GetReply", + "OperationId": "site_GetPage", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -490520,87 +386620,139 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_UpdateReply", + "OperationId": "site_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_DeletePage", + "Method": "Delete", + "Parameters": [ { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "baseSitePage-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_DeleteReply", - "Method": "Delete", + "OperationId": "site.page_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.page.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_ListHostedContent", - "Method": "Get", + "OperationId": "site.page.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.page.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -490640,59 +386792,47 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_CreateHostedContent", - "Method": "Post", + "OperationId": "site.page.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_GetHostedContent", + "OperationId": "site.page_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -490708,159 +386848,119 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_UpdateHostedContent", - "Method": "Patch", + "OperationId": "site.page.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_DeleteHostedContent", - "Method": "Delete", + "OperationId": "site.page.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "baseSitePage-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_GetHostedContentsContent", + "OperationId": "site.page.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel.message.reply_SetHostedContentsContent", - "Method": "Put", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply.hostedContent_GetCount", + "OperationId": "site.page.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -490876,83 +386976,75 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_setReaction", - "Method": "Post", + "OperationId": "site_GetPageAsSitePage", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_softDelete", - "Method": "Post", + "OperationId": "site.pageAsSitePage_GetCanvasLayout", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_undoSoftDelete", - "Method": "Post", + "OperationId": "site.pageAsSitePage_UpdateCanvasLayout", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -490960,52 +387052,52 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_unsetReaction", - "Method": "Post", + "OperationId": "site.pageAsSitePage_DeleteCanvasLayout", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_GetCount", + "OperationId": "site.pageAsSitePage.canvasLayout_ListHorizontalSection", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -491014,109 +387106,149 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_delta", - "Method": "Get", + "OperationId": "site.pageAsSitePage.canvasLayout_CreateHorizontalSection", + "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage.canvasLayout_GetHorizontalSection", + "Method": "Get", + "Parameters": [ { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "horizontalSection-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage.canvasLayout_UpdateHorizontalSection", + "Method": "Patch", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "horizontalSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_GetCount", - "Method": "Get", + "OperationId": "site.pageAsSitePage.canvasLayout_DeleteHorizontalSection", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "horizontalSection-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_delta", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "horizontalSection-id", "Location": "Path" }, { @@ -491140,11 +387272,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -491156,39 +387288,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.archive", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_archive", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_CreateColumn", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.completeMigration", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_completeMigration", - "Method": "Post", - "Parameters": [ - { - "Name": "team-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "horizontalSection-id", "Location": "Path" } ] @@ -491196,31 +387312,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_doesUserHaveAccess", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "userId", - "Location": "Query" + "Name": "horizontalSection-id", + "Location": "Path" }, { - "Name": "tenantId", + "Name": "horizontalSectionColumn-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "userPrincipalName", + "Name": "$expand", "Location": "Query" } ] @@ -491228,39 +387348,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.provisionEmail", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_provisionEmail", - "Method": "Post", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_UpdateColumn", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.removeEmail", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_removeEmail", - "Method": "Post", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" } ] @@ -491268,39 +387376,59 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.unarchive", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_unarchive", - "Method": "Post", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_DeleteColumn", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_ListSharedGraphWPreTeam", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { @@ -491340,19 +387468,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_CreateSharedGraphWPreTeam", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_CreateWebpart", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", "Location": "Path" } ] @@ -491360,23 +387496,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_GetSharedGraphWPreTeam", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", + "Location": "Path" + }, + { + "Name": "webPart-id", "Location": "Path" }, { @@ -491392,23 +387536,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_UpdateSharedGraphWPreTeam", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_UpdateWebpart", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", + "Location": "Path" + }, + { + "Name": "webPart-id", "Location": "Path" } ] @@ -491416,23 +387568,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_DeleteSharedGraphWPreTeam", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_DeleteWebpart", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", + "Location": "Path" + }, + { + "Name": "webPart-id", "Location": "Path" }, { @@ -491444,55 +387604,67 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/microsoft.graph.getPositionOfWebPart", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.sharedGraphWPreTeam_ListAllowedMember", - "Method": "Get", + "OperationId": "site.page.microsoft.graph.sitePage.canvasLayout.horizontalSection.column.webpart_getPositionGraphOPreWebPart", + "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "horizontalSectionColumn-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" - }, + "Name": "webPart-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column.webpart_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "horizontalSection-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "horizontalSectionColumn-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -491500,35 +387672,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.sharedGraphWPreTeam_GetAllowedMember", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -491536,23 +387704,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.sharedGraphWPreTeam.allowedMember_GetCount", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -491568,23 +387732,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.sharedGraphWPreTeam_GetTeam", + "OperationId": "site.pageAsSitePage.canvasLayout_GetVerticalSection", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -491600,47 +387760,63 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.sharedGraphWPreTeam_GetCount", - "Method": "Get", + "OperationId": "site.pageAsSitePage.canvasLayout_UpdateVerticalSection", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage.canvasLayout_DeleteVerticalSection", + "Method": "Delete", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_ListTab", + "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -491680,19 +387856,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_CreateTab", + "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_CreateWebpart", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -491700,23 +387876,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_GetTab", + "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "webPart-id", "Location": "Path" }, { @@ -491732,23 +387908,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_UpdateTab", + "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_UpdateWebpart", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "webPart-id", "Location": "Path" } ] @@ -491756,23 +387932,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_DeleteTab", + "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_DeleteWebpart", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "webPart-id", "Location": "Path" }, { @@ -491784,51 +387960,43 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/microsoft.graph.getPositionOfWebPart", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.tab_GetTeamsApp", - "Method": "Get", + "OperationId": "site.page.microsoft.graph.sitePage.canvasLayout.verticalSection.webpart_getPositionGraphOPreWebPart", + "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "webPart-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/tabs/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.tab_GetCount", + "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection.webpart_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -491844,23 +388012,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_GetCount", + "OperationId": "site.pageAsSitePage_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -491868,68 +388040,68 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/microsoft.graph.allMessages()", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_allMessage", + "OperationId": "site.pageAsSitePage.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/microsoft.graph.getAllMessages()", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_getAllMessage", + "OperationId": "site.pageAsSitePage.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "model", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { "Name": "$top", @@ -491952,11 +388124,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -491968,24 +388140,20 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/microsoft.graph.getAllRetainedMessages()", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_getAllRetainedMessage", + "OperationId": "site.pageAsSitePage.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { "Name": "$search", @@ -491994,37 +388162,25 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/group", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetGroup", + "OperationId": "site.pageAsSitePage_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -492040,40 +388196,20 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/group/serviceProvisioningErrors", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.group_ListServiceProvisioningError", + "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { "Name": "$select", @@ -492088,39 +388224,39 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/group/serviceProvisioningErrors/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.group.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/incomingChannels", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_ListIncomingChannel", + "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -492160,27 +388296,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/incomingChannels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetIncomingChannel", + "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -492188,39 +388324,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/incomingChannels/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.incomingChannel_GetCount", + "OperationId": "site.pageAsSitePage_ListWebPart", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/installedApps", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_ListInstalledApp", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -492260,15 +388376,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/installedApps", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_CreateInstalledApp", + "OperationId": "site.pageAsSitePage_CreateWebPart", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -492276,19 +388396,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetInstalledApp", + "OperationId": "site.pageAsSitePage_GetWebPart", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "webPart-id", "Location": "Path" }, { @@ -492304,19 +388428,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_UpdateInstalledApp", + "OperationId": "site.pageAsSitePage_UpdateWebPart", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "webPart-id", "Location": "Path" } ] @@ -492324,19 +388452,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_DeleteInstalledApp", + "OperationId": "site.pageAsSitePage_DeleteWebPart", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "webPart-id", "Location": "Path" }, { @@ -492348,75 +388480,51 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}/microsoft.graph.getPositionOfWebPart", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.installedApp_upgrade", + "OperationId": "site.page.microsoft.graph.sitePage.webPart_getPositionGraphOPreWebPart", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.installedApp_GetTeamsApp", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "webPart-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.installedApp_GetTeamsAppDefinition", + "OperationId": "site.pageAsSitePage.webPart_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -492424,15 +388532,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/installedApps/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.installedApp_GetCount", + "OperationId": "site.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { @@ -492448,15 +388556,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/microsoft.graph.sitePage", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_ListMember", + "OperationId": "site_ListPageAsSitePage", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { @@ -492496,43 +388604,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/members", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_CreateMember", - "Method": "Post", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/pages/microsoft.graph.sitePage/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetMember", + "OperationId": "site.Page_GetCountAsSitePage", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "conversationMember-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -492540,60 +388628,24 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/members/{conversationMember-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_UpdateMember", - "Method": "Patch", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "conversationMember-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/permissions", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_DeleteMember", - "Method": "Delete", + "OperationId": "site_ListPermission", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/members/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.member_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -492602,101 +388654,37 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/members/microsoft.graph.add", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.member_add", - "Method": "Post", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/microsoft.graph.archive", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_archive", - "Method": "Post", - "Parameters": [ + }, { - "Name": "team-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/microsoft.graph.clone", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_clone", - "Method": "Post", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "team-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/microsoft.graph.completeMigration", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_completeMigration", - "Method": "Post", - "Parameters": [ + "Name": "$orderby", + "Location": "Query" + }, { - "Name": "team-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/microsoft.graph.sendActivityNotification", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_sendActivityNotification", - "Method": "Post", - "Parameters": [ + "Name": "$select", + "Location": "Query" + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/microsoft.graph.unarchive", - "Module": "Teams" + "Path": "/sites/{site-id}/permissions", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_unarchive", + "OperationId": "site_CreatePermission", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" } ] @@ -492704,40 +388692,20 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/operations", - "Module": "Teams" + "Path": "/sites/{site-id}/permissions/{permission-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_ListOperation", + "OperationId": "site_GetPermission", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "permission-id", + "Location": "Path" }, { "Name": "$select", @@ -492752,63 +388720,63 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/operations", - "Module": "Teams" + "Path": "/sites/{site-id}/permissions/{permission-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_CreateOperation", - "Method": "Post", + "OperationId": "site_UpdatePermission", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "permission-id", "Location": "Path" } ] } }, { - "PathInfo": { - "Path": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Module": "Teams" + "PathInfo": { + "Path": "/sites/{site-id}/permissions/{permission-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetOperation", - "Method": "Get", + "OperationId": "site_DeletePermission", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "permission-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/permissions/{permission-id}/microsoft.graph.grant", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_UpdateOperation", - "Method": "Patch", + "OperationId": "site.permission_grant", + "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "permission-id", "Location": "Path" } ] @@ -492816,39 +388784,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/permissions/{permission-id}/microsoft.graph.revokeGrants", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_DeleteOperation", - "Method": "Delete", + "OperationId": "site.permission_revokeGrant", + "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "permission-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/operations/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/permissions/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.operation_GetCount", + "OperationId": "site.permission_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { @@ -492864,15 +388828,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/owners", - "Module": "Teams" + "Path": "/sites/{site-id}/sites", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_ListOwner", + "OperationId": "site_ListSite", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { @@ -492912,19 +388876,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/owners/{user-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/sites/{site-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetOwner", + "OperationId": "site_GetSite", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "site-id1", "Location": "Path" }, { @@ -492940,19 +388904,39 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/owners/{user-id}/mailboxSettings", - "Module": "Teams" + "Path": "/sites/{site-id}/sites/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.owner_GetMailboxSetting", + "OperationId": "site_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStore", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_GetTermStore", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { @@ -492968,19 +388952,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/owners/{user-id}/mailboxSettings", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.owner_UpdateMailboxSetting", + "OperationId": "site_UpdateTermStore", "Method": "Patch", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "user-id", + "Name": "site-id", "Location": "Path" } ] @@ -492988,19 +388968,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.owner_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "site_DeleteTermStore", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStore/groups", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore_ListGroup", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { @@ -493040,27 +389036,43 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.owner.ServiceProvisioningError_GetCount", + "OperationId": "site.termStore_CreateGroup", + "Method": "Post", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStore/groups/{group-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -493068,39 +389080,63 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/owners/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.owner_GetCount", - "Method": "Get", + "OperationId": "site.termStore_UpdateGroup", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStore/groups/{group-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore_DeleteGroup", + "Method": "Delete", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/permissionGrants", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_ListPermissionGrant", + "OperationId": "site.termStore.group_ListSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", "Location": "Path" }, { @@ -493140,15 +389176,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/permissionGrants", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_CreatePermissionGrant", + "OperationId": "site.termStore.group_CreateSet", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", "Location": "Path" } ] @@ -493156,19 +389196,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetPermissionGrant", + "OperationId": "site.termStore.group_GetSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -493184,19 +389228,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_UpdatePermissionGrant", + "OperationId": "site.termStore.group_UpdateSet", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -493204,19 +389252,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_DeletePermissionGrant", + "OperationId": "site.termStore.group_DeleteSet", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -493228,17 +389280,33 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/permissionGrants/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.permissionGrant_GetCount", + "OperationId": "site.termStore.group.set_ListChild", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -493246,22 +389314,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/photo", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_GetPhoto", - "Method": "Get", - "Parameters": [ + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -493276,47 +389336,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/photo", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_UpdatePhoto", - "Method": "Patch", + "OperationId": "site.termStore.group.set_CreateChild", + "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/photo/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_GetPhotoContent", - "Method": "Get", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/photo/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_SetPhotoContent", - "Method": "Put", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "set-id", "Location": "Path" } ] @@ -493324,15 +389360,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetPrimaryChannel", + "OperationId": "site.termStore.group.set_GetChild", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -493348,15 +389396,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_UpdatePrimaryChannel", + "OperationId": "site.termStore.group.set_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -493364,15 +389424,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_DeletePrimaryChannel", + "OperationId": "site.termStore.group.set_DeleteChild", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -493384,17 +389456,53 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/filesFolder", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_GetFilesFolder", + "OperationId": "site.termStore.group.set.child_ListChild", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -493408,51 +389516,99 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/filesFolder/content", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_GetFilesFolderContent", - "Method": "Get", + "OperationId": "site.termStore.group.set.child_CreateChild", + "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$format", - "Location": "Query" + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/filesFolder/content", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_SetFilesFolderContent", - "Method": "Put", + "OperationId": "site.termStore.group.set.child_GetChild", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_GetFilesFolderContentStream", - "Method": "Get", + "OperationId": "site.termStore.group.set.child_UpdateChild", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -493460,31 +389616,67 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_SetFilesFolderContentStream", - "Method": "Put", + "OperationId": "site.termStore.group.set.child_DeleteChild", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_ListMember", + "OperationId": "site.termStore.group.set.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -493524,15 +389716,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_CreateMember", + "OperationId": "site.termStore.group.set.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -493540,19 +389748,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_GetMember", + "OperationId": "site.termStore.group.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -493568,19 +389792,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_UpdateMember", + "OperationId": "site.termStore.group.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -493588,19 +389828,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_DeleteMember", + "OperationId": "site.termStore.group.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -493612,23 +389868,43 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/members/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.member_GetCount", + "OperationId": "site.termStore.group.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -493636,56 +389912,80 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/members/microsoft.graph.add", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.member_add", - "Method": "Post", + "OperationId": "site.termStore.group.set.child.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_ListMessage", + "OperationId": "site.termStore.group.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -493700,35 +390000,71 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_CreateMessage", - "Method": "Post", + "OperationId": "site.termStore.group.set.child.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_GetMessage", + "OperationId": "site.termStore.group.set.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -493744,63 +390080,63 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_UpdateMessage", - "Method": "Patch", + "OperationId": "site.termStore.group.set.child_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.primaryChannel_DeleteMessage", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_ListHostedContent", + "OperationId": "site.termStore.group.set.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -493840,19 +390176,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_CreateHostedContent", + "OperationId": "site.termStore.group.set.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -493860,23 +390204,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_GetHostedContent", + "OperationId": "site.termStore.group.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -493892,23 +390244,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_UpdateHostedContent", + "OperationId": "site.termStore.group.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -493916,23 +390276,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_DeleteHostedContent", + "OperationId": "site.termStore.group.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -493944,75 +390312,79 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_GetHostedContentsContent", + "OperationId": "site.termStore.group.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_SetHostedContentsContent", - "Method": "Put", + "OperationId": "site.termStore.group.set.child.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.primaryChannel.message.hostedContent_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -494020,124 +390392,104 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.setReaction", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_setReaction", - "Method": "Post", + "OperationId": "site.termStore.group.set.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.softDelete", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.primaryChannel.message_softDelete", - "Method": "Post", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_undoSoftDelete", - "Method": "Post", + "OperationId": "site.termStore.group.set.child.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.unsetReaction", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.primaryChannel.message_unsetReaction", - "Method": "Post", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_ListReply", + "OperationId": "site.termStore.group.set.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", @@ -494152,43 +390504,55 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_CreateReply", - "Method": "Post", + "OperationId": "site.termStore.group.set.child_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_GetReply", + "OperationId": "site.termStore.group.set_GetParentGroup", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { @@ -494204,23 +390568,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_UpdateReply", + "OperationId": "site.termStore.group.set_UpdateParentGroup", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" } ] @@ -494228,23 +390592,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_DeleteReply", + "OperationId": "site.termStore.group.set_DeleteParentGroup", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { @@ -494256,23 +390620,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_ListHostedContent", + "OperationId": "site.termStore.group.set_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { @@ -494312,23 +390676,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_CreateHostedContent", + "OperationId": "site.termStore.group.set_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" } ] @@ -494336,27 +390700,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_GetHostedContent", + "OperationId": "site.termStore.group.set_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" }, { @@ -494372,27 +390736,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_UpdateHostedContent", + "OperationId": "site.termStore.group.set_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" } ] @@ -494400,27 +390764,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_DeleteHostedContent", + "OperationId": "site.termStore.group.set_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" }, { @@ -494432,203 +390796,131 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_GetHostedContentsContent", + "OperationId": "site.termStore.group.set.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_SetHostedContentsContent", - "Method": "Put", - "Parameters": [ - { - "Name": "team-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply.hostedContent_GetCount", + "OperationId": "site.termStore.group.set.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_setReaction", - "Method": "Post", - "Parameters": [ - { - "Name": "team-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_softDelete", - "Method": "Post", + "OperationId": "site.termStore.group.set.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_undoSoftDelete", - "Method": "Post", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_unsetReaction", - "Method": "Post", + "OperationId": "site.termStore.group.set.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { @@ -494644,19 +390936,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_delta", + "OperationId": "site.termStore.group.set_ListTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -494680,11 +390976,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -494696,69 +390992,57 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_GetCount", - "Method": "Get", + "OperationId": "site.termStore.group.set_CreateTerm", + "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_delta", + "OperationId": "site.termStore.group.set_GetTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -494768,31 +391052,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.archive", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_archive", - "Method": "Post", + "OperationId": "site.termStore.group.set_UpdateTerm", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.completeMigration", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.primaryChannel_completeMigration", - "Method": "Post", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -494800,91 +391080,59 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_doesUserHaveAccess", - "Method": "Get", + "OperationId": "site.termStore.group.set_DeleteTerm", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "userId", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "tenantId", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "userPrincipalName", - "Location": "Query" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.provisionEmail", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_provisionEmail", - "Method": "Post", + "OperationId": "site.termStore.group.set.term_ListChild", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.removeEmail", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.primaryChannel_removeEmail", - "Method": "Post", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.unarchive", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.primaryChannel_unarchive", - "Method": "Post", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.primaryChannel_ListSharedGraphWPreTeam", - "Method": "Get", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "term-id", "Location": "Path" }, { @@ -494924,15 +391172,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_CreateSharedGraphWPreTeam", + "OperationId": "site.termStore.group.set.term_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -494940,19 +391200,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_GetSharedGraphWPreTeam", + "OperationId": "site.termStore.group.set.term_GetChild", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -494968,19 +391240,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_UpdateSharedGraphWPreTeam", + "OperationId": "site.termStore.group.set.term_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -494988,19 +391272,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_DeleteSharedGraphWPreTeam", + "OperationId": "site.termStore.group.set.term_DeleteChild", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -495012,19 +391308,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.sharedGraphWPreTeam_ListAllowedMember", + "OperationId": "site.termStore.group.set.term.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -495064,59 +391372,75 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.sharedGraphWPreTeam_GetAllowedMember", - "Method": "Get", + "OperationId": "site.termStore.group.set.term.child_CreateRelation", + "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.sharedGraphWPreTeam.allowedMember_GetCount", + "OperationId": "site.termStore.group.set.term.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -495124,92 +391448,112 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.sharedGraphWPreTeam_GetTeam", - "Method": "Get", + "OperationId": "site.termStore.group.set.term.child_UpdateRelation", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.sharedGraphWPreTeam_GetCount", - "Method": "Get", + "OperationId": "site.termStore.group.set.term.child_DeleteRelation", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_ListTab", + "OperationId": "site.termStore.group.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -495224,35 +391568,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_CreateTab", - "Method": "Post", + "OperationId": "site.termStore.group.set.term.child.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.primaryChannel_GetTab", - "Method": "Get", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -495268,63 +391612,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel_UpdateTab", - "Method": "Patch", + "OperationId": "site.termStore.group.set.term.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.primaryChannel_DeleteTab", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.primaryChannel.tab_GetTeamsApp", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "relation-id", "Location": "Path" }, { @@ -495340,15 +391656,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/tabs/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.primaryChannel.tab_GetCount", + "OperationId": "site.termStore.group.set.term.child.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -495364,75 +391696,103 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetSchedule", + "OperationId": "site.termStore.group.set.term.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_SetSchedule", - "Method": "Put", - "Parameters": [ + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, { - "Name": "team-id", + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_DeleteSchedule", - "Method": "Delete", + "OperationId": "site.termStore.group.set.term.child_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/dayNotes", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_ListDayNote", + "OperationId": "site.termStore.group.set.term_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -495472,15 +391832,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/dayNotes", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_CreateDayNote", + "OperationId": "site.termStore.group.set.term_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -495488,19 +391860,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_GetDayNote", + "OperationId": "site.termStore.group.set.term_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "dayNote-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -495516,19 +391900,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateDayNote", + "OperationId": "site.termStore.group.set.term_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "dayNote-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -495536,19 +391932,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteDayNote", + "OperationId": "site.termStore.group.set.term_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "dayNote-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -495560,23 +391968,39 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/dayNotes/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.dayNote_GetCount", + "OperationId": "site.termStore.group.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -495584,56 +392008,72 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/microsoft.graph.share", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_share", - "Method": "Post", + "OperationId": "site.termStore.group.set.term.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/offerShiftRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_ListOfferShiftRequest", + "OperationId": "site.termStore.group.set.term.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -495648,35 +392088,63 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/offerShiftRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_CreateOfferShiftRequest", - "Method": "Post", + "OperationId": "site.termStore.group.set.term.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_GetOfferShiftRequest", + "OperationId": "site.termStore.group.set.term_GetSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -495692,59 +392160,75 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateOfferShiftRequest", - "Method": "Patch", + "OperationId": "site.termStore.group.set.term_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteOfferShiftRequest", - "Method": "Delete", + "OperationId": "site.termStore.group.set_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/offerShiftRequests/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/groups/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.offerShiftRequest_GetCount", + "OperationId": "site.termStore.group_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { @@ -495760,15 +392244,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShiftChangeRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_ListOpenShiftChangeRequest", + "OperationId": "site.termStore_ListSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { @@ -495808,15 +392292,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShiftChangeRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_CreateOpenShiftChangeRequest", + "OperationId": "site.termStore_CreateSet", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" } ] @@ -495824,19 +392308,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_GetOpenShiftChangeRequest", + "OperationId": "site.termStore_GetSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "set-id", "Location": "Path" }, { @@ -495852,19 +392336,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateOpenShiftChangeRequest", + "OperationId": "site.termStore_UpdateSet", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "set-id", "Location": "Path" } ] @@ -495872,19 +392356,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteOpenShiftChangeRequest", + "OperationId": "site.termStore_DeleteSet", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "set-id", "Location": "Path" }, { @@ -495896,39 +392380,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.openShiftChangeRequest_GetCount", + "OperationId": "site.termStore.set_ListChild", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_ListOpenShift", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", + "Name": "set-id", "Location": "Path" }, { @@ -495968,15 +392432,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_CreateOpenShift", + "OperationId": "site.termStore.set_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -495984,19 +392452,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_GetOpenShift", + "OperationId": "site.termStore.set_GetChild", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -496012,19 +392484,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateOpenShift", + "OperationId": "site.termStore.set_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -496032,19 +392508,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteOpenShift", + "OperationId": "site.termStore.set_DeleteChild", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -496056,39 +392536,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.openShift_GetCount", + "OperationId": "site.termStore.set.child_ListChild", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/schedulingGroups", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_ListSchedulingGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", + "Name": "term-id", "Location": "Path" }, { @@ -496128,15 +392592,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/schedulingGroups", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_CreateSchedulingGroup", + "OperationId": "site.termStore.set.child_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -496144,19 +392616,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_GetSchedulingGroup", + "OperationId": "site.termStore.set.child_GetChild", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -496172,19 +392652,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateSchedulingGroup", + "OperationId": "site.termStore.set.child_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -496192,19 +392680,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteSchedulingGroup", + "OperationId": "site.termStore.set.child_DeleteChild", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -496216,39 +392712,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/schedulingGroups/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.schedulingGroup_GetCount", + "OperationId": "site.termStore.set.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/shifts", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_ListShift", - "Method": "Get", - "Parameters": [ + "Name": "term-id", + "Location": "Path" + }, { - "Name": "team-id", + "Name": "term-id1", "Location": "Path" }, { @@ -496288,15 +392772,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/shifts", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_CreateShift", + "OperationId": "site.termStore.set.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -496304,19 +392800,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_GetShift", + "OperationId": "site.termStore.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -496332,19 +392840,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateShift", + "OperationId": "site.termStore.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -496352,19 +392872,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteShift", + "OperationId": "site.termStore.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -496376,23 +392908,39 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/shifts/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.shift_GetCount", + "OperationId": "site.termStore.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -496400,40 +392948,32 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/shiftsRoleDefinitions", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_ListShiftsRoleDefinition", + "OperationId": "site.termStore.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -496448,35 +392988,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/shiftsRoleDefinitions", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_CreateShiftsRoleDefinition", - "Method": "Post", + "OperationId": "site.termStore.set.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_GetShiftsRoleDefinition", - "Method": "Get", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "shiftsRoleDefinition-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -496492,59 +393028,95 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateShiftsRoleDefinition", - "Method": "Patch", + "OperationId": "site.termStore.set.child.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "shiftsRoleDefinition-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteShiftsRoleDefinition", - "Method": "Delete", + "OperationId": "site.termStore.set.child_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "shiftsRoleDefinition-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/shiftsRoleDefinitions/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.shiftsRoleDefinition_GetCount", + "OperationId": "site.termStore.set.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -496560,15 +393132,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_ListSwapShiftsChangeRequest", + "OperationId": "site.termStore.set.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -496608,15 +393188,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_CreateSwapShiftsChangeRequest", + "OperationId": "site.termStore.set.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -496624,19 +393212,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_GetSwapShiftsChangeRequest", + "OperationId": "site.termStore.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -496652,19 +393248,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateSwapShiftsChangeRequest", + "OperationId": "site.termStore.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -496672,19 +393276,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteSwapShiftsChangeRequest", + "OperationId": "site.termStore.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -496696,23 +393308,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.swapShiftsChangeRequest_GetCount", + "OperationId": "site.termStore.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -496720,40 +393344,28 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeCards", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_ListTimeCard", + "OperationId": "site.termStore.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -496768,35 +393380,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeCards", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_CreateTimeCard", - "Method": "Post", + "OperationId": "site.termStore.set.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_GetTimeCard", - "Method": "Get", - "Parameters": [ + }, + { + "Name": "set-id", + "Location": "Path" + }, { - "Name": "team-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "relation-id", "Location": "Path" }, { @@ -496812,123 +393416,139 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateTimeCard", - "Method": "Patch", + "OperationId": "site.termStore.set.child.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_DeleteTimeCard", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "timeCard-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.clockOut", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.timeCard_clockOut", - "Method": "Post", + "OperationId": "site.termStore.set.child_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.confirm", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.timeCard_confirm", - "Method": "Post", + "OperationId": "site.termStore.set.child_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "set-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.endBreak", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.timeCard_endBreak", - "Method": "Post", + "OperationId": "site.termStore.set_GetParentGroup", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "set-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.startBreak", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.timeCard_startBreak", - "Method": "Post", + "OperationId": "site.termStore.set_UpdateParentGroup", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "set-id", "Location": "Path" } ] @@ -496936,55 +393556,43 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeCards/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.timeCard_GetCount", - "Method": "Get", + "OperationId": "site.termStore.set_DeleteParentGroup", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeCards/microsoft.graph.clockIn", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.timeCard_clockIn", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup_ListSet", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffReasons", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_ListTimeOffReason", - "Method": "Get", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "set-id", "Location": "Path" }, { @@ -497024,15 +393632,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffReasons", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_CreateTimeOffReason", + "OperationId": "site.termStore.set.parentGroup_CreateSet", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -497040,19 +393652,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_GetTimeOffReason", + "OperationId": "site.termStore.set.parentGroup_GetSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" }, { @@ -497068,19 +393684,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateTimeOffReason", + "OperationId": "site.termStore.set.parentGroup_UpdateSet", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" } ] @@ -497088,19 +393708,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteTimeOffReason", + "OperationId": "site.termStore.set.parentGroup_DeleteSet", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" }, { @@ -497112,39 +393736,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffReasons/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.timeOffReason_GetCount", + "OperationId": "site.termStore.set.parentGroup.set_ListChild", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffRequests", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_ListTimeOffRequest", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", + "Name": "set-id1", "Location": "Path" }, { @@ -497184,15 +393792,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_CreateTimeOffRequest", + "OperationId": "site.termStore.set.parentGroup.set_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" } ] @@ -497200,19 +393816,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_GetTimeOffRequest", + "OperationId": "site.termStore.set.parentGroup.set_GetChild", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -497228,19 +393852,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateTimeOffRequest", + "OperationId": "site.termStore.set.parentGroup.set_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -497248,19 +393880,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteTimeOffRequest", + "OperationId": "site.termStore.set.parentGroup.set_DeleteChild", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -497272,39 +393912,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffRequests/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.timeOffRequest_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.child_ListChild", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/timesOff", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_ListTimesOff", - "Method": "Get", - "Parameters": [ + "Name": "set-id1", + "Location": "Path" + }, { - "Name": "team-id", + "Name": "term-id", "Location": "Path" }, { @@ -497344,15 +393972,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timesOff", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_CreateTimesOff", + "OperationId": "site.termStore.set.parentGroup.set.child_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -497360,19 +394000,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_GetTimesOff", + "OperationId": "site.termStore.set.parentGroup.set.child_GetChild", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -497388,19 +394040,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateTimesOff", + "OperationId": "site.termStore.set.parentGroup.set.child_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -497408,19 +394072,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteTimesOff", + "OperationId": "site.termStore.set.parentGroup.set.child_DeleteChild", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -497432,39 +394108,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timesOff/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.schedule.timesOff_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/tags", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_ListTag", - "Method": "Get", - "Parameters": [ + "Name": "set-id1", + "Location": "Path" + }, { - "Name": "team-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -497504,15 +394172,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/tags", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_CreateTag", + "OperationId": "site.termStore.set.parentGroup.set.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -497520,19 +394204,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetTag", + "OperationId": "site.termStore.set.parentGroup.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -497548,19 +394248,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_UpdateTag", + "OperationId": "site.termStore.set.parentGroup.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -497568,19 +394284,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_DeleteTag", + "OperationId": "site.termStore.set.parentGroup.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -497592,44 +394324,36 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.tag_ListMember", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -497644,43 +394368,79 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.tag_CreateMember", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.tag_GetMember", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamworkTagMember-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -497696,71 +394456,107 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.tag_UpdateMember", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamworkTagMember-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.tag_DeleteMember", - "Method": "Delete", + "OperationId": "site.termStore.set.parentGroup.set.child_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamworkTagMember-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.tag.member_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -497776,17 +394572,37 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.tag_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -497794,45 +394610,81 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/template", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetTemplate", - "Method": "Get", + "OperationId": "site.termStore.set.parentGroup.set.child_CreateRelation", + "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/templateDefinition", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetTemplateDefinition", + "OperationId": "site.termStore.set.parentGroup.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -497848,59 +394700,103 @@ }, { "PathInfo": { - "Path": "/teams/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetCount", - "Method": "Get", + "OperationId": "site.termStore.set.parentGroup.set.child_UpdateRelation", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teams/microsoft.graph.allMessages()", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_allMessage", - "Method": "Get", + "OperationId": "site.termStore.set.parentGroup.set.child_DeleteRelation", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetFromTerm", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { @@ -497912,45 +394808,37 @@ }, { "PathInfo": { - "Path": "/teams/microsoft.graph.getAllMessages()", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_getAllMessage", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "model", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -497960,41 +394848,37 @@ }, { "PathInfo": { - "Path": "/teams/microsoft.graph.getOpenShifts()", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_getOpenShift", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -498004,43 +394888,35 @@ }, { "PathInfo": { - "Path": "/teams/microsoft.graph.getShifts()", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_getShift", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -498048,41 +394924,33 @@ }, { "PathInfo": { - "Path": "/teams/microsoft.graph.getTimesOff()", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_getTimesOff", + "OperationId": "site.termStore.set.parentGroup.set.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -498092,19 +394960,31 @@ }, { "PathInfo": { - "Path": "/teamwork", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork_GetTeamwork", + "OperationId": "site.termStore.set.parentGroup.set.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -498112,24 +394992,25 @@ }, { "PathInfo": { - "Path": "/teamwork", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork_UpdateTeamwork", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedChats", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork_ListDeletedChat", + "OperationId": "site.termStore.set.parentGroup.set_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -498167,26 +395048,51 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedChats", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork_CreateDeletedChat", + "OperationId": "site.termStore.set.parentGroup.set_CreateRelation", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork_GetDeletedChat", + "OperationId": "site.termStore.set.parentGroup.set_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "deletedChat-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -498202,15 +395108,27 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork_UpdateDeletedChat", + "OperationId": "site.termStore.set.parentGroup.set_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "deletedChat-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -498218,15 +395136,27 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork_DeleteDeletedChat", + "OperationId": "site.termStore.set.parentGroup.set_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "deletedChat-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -498238,35 +395168,35 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedChats/{deletedChat-id}/microsoft.graph.undoDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedChat_undoDelete", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.relation_GetFromTerm", + "Method": "Get", "Parameters": [ { - "Name": "deletedChat-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedChats/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.deletedChat_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "$search", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -498274,36 +395204,28 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork_ListDeletedTeam", + "OperationId": "site.termStore.set.parentGroup.set.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -498318,26 +395240,27 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork_CreateDeletedTeam", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork_GetDeletedTeam", + "OperationId": "site.termStore.set.parentGroup.set.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -498353,51 +395276,55 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork_UpdateDeletedTeam", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork_DeleteDeletedTeam", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "deletedTeam-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam_ListChannel", + "OperationId": "site.termStore.set.parentGroup.set_ListTerm", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" }, { @@ -498437,15 +395364,23 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam_CreateChannel", + "OperationId": "site.termStore.set.parentGroup.set_CreateTerm", "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" } ] @@ -498453,19 +395388,27 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam_GetChannel", + "OperationId": "site.termStore.set.parentGroup.set_GetTerm", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -498481,19 +395424,27 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam_UpdateChannel", + "OperationId": "site.termStore.set.parentGroup.set_UpdateTerm", "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -498501,19 +395452,27 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam_DeleteChannel", + "OperationId": "site.termStore.set.parentGroup.set_DeleteTerm", "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -498525,21 +395484,53 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_GetFilesFolder", + "OperationId": "site.termStore.set.parentGroup.set.term_ListChild", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -498553,63 +395544,99 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_GetFilesFolderContent", - "Method": "Get", + "OperationId": "site.termStore.set.parentGroup.set.term_CreateChild", + "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$format", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_SetFilesFolderContent", - "Method": "Put", + "OperationId": "site.termStore.set.parentGroup.set.term_GetChild", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_GetFilesFolderContentStream", - "Method": "Get", + "OperationId": "site.termStore.set.parentGroup.set.term_UpdateChild", + "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -498617,39 +395644,67 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_SetFilesFolderContentStream", - "Method": "Put", + "OperationId": "site.termStore.set.parentGroup.set.term_DeleteChild", + "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_ListMember", + "OperationId": "site.termStore.set.parentGroup.set.term.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -498689,19 +395744,31 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_CreateMember", + "OperationId": "site.termStore.set.parentGroup.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -498709,23 +395776,35 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_GetMember", + "OperationId": "site.termStore.set.parentGroup.set.term.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -498741,23 +395820,35 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_UpdateMember", + "OperationId": "site.termStore.set.parentGroup.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -498765,23 +395856,35 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_DeleteMember", + "OperationId": "site.termStore.set.parentGroup.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -498793,27 +395896,43 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.member_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -498821,64 +395940,80 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/microsoft.graph.add", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.member_add", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_ListMessage", + "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -498893,51 +396028,39 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_CreateMessage", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_GetMessage", - "Method": "Get", - "Parameters": [ + }, { - "Name": "deletedTeam-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "channel-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -498945,75 +396068,103 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_UpdateMessage", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set.term.child_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_DeleteMessage", - "Method": "Delete", + "OperationId": "site.termStore.set.parentGroup.set.term.child_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_ListHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -499053,23 +396204,27 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_CreateHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -499077,27 +396232,31 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_GetHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -499113,27 +396272,31 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_UpdateHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -499141,27 +396304,31 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_DeleteHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -499173,79 +396340,147 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_GetHostedContentsContent", + "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_SetHostedContentsContent", - "Method": "Put", + "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetToTerm", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.hostedContent_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -499261,119 +396496,115 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_setReaction", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.term_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id1", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_softDelete", - "Method": "Post", - "Parameters": [ + }, { - "Name": "deletedTeam-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_undoSoftDelete", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.term_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_unsetReaction", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_ListReply", + "OperationId": "site.termStore.set_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { @@ -499413,23 +396644,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_CreateReply", + "OperationId": "site.termStore.set_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" } ] @@ -499437,27 +396664,23 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_GetReply", + "OperationId": "site.termStore.set_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "relation-id", "Location": "Path" }, { @@ -499473,27 +396696,23 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_UpdateReply", + "OperationId": "site.termStore.set_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "relation-id", "Location": "Path" } ] @@ -499501,27 +396720,23 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_DeleteReply", + "OperationId": "site.termStore.set_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "relation-id", "Location": "Path" }, { @@ -499533,52 +396748,88 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_ListHostedContent", + "OperationId": "site.termStore.set.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$top", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore.set.relation_GetSet", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore.set.relation_GetToTerm", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -499593,60 +396844,72 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_CreateHostedContent", - "Method": "Post", + "OperationId": "site.termStore.set.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_GetHostedContent", + "OperationId": "site.termStore.set_ListTerm", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -499661,31 +396924,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_UpdateHostedContent", - "Method": "Patch", + "OperationId": "site.termStore.set_CreateTerm", + "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id", "Location": "Path" } ] @@ -499693,67 +396944,55 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_DeleteHostedContent", - "Method": "Delete", + "OperationId": "site.termStore.set_GetTerm", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_GetHostedContentsContent", - "Method": "Get", + "OperationId": "site.termStore.set_UpdateTerm", + "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", "Location": "Path" } ] @@ -499761,60 +397000,60 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_SetHostedContentsContent", - "Method": "Put", + "OperationId": "site.termStore.set_DeleteTerm", + "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply.hostedContent_GetCount", + "OperationId": "site.termStore.set.term_ListChild", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -499823,61 +397062,45 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_setReaction", - "Method": "Post", - "Parameters": [ + }, { - "Name": "deletedTeam-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_softDelete", + "OperationId": "site.termStore.set.term_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id", "Location": "Path" } ] @@ -499885,55 +397108,63 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_undoSoftDelete", - "Method": "Post", + "OperationId": "site.termStore.set.term_GetChild", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_unsetReaction", - "Method": "Post", + "OperationId": "site.termStore.set.term_UpdateChild", + "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id1", "Location": "Path" } ] @@ -499941,55 +397172,59 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_GetCount", - "Method": "Get", + "OperationId": "site.termStore.set.term_DeleteChild", + "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_delta", + "OperationId": "site.termStore.set.term.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -500013,11 +397248,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -500029,77 +397264,65 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_GetCount", - "Method": "Get", + "OperationId": "site.termStore.set.term.child_CreateRelation", + "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.delta()", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_delta", + "OperationId": "site.termStore.set.term.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -500109,39 +397332,31 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.archive", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_archive", - "Method": "Post", + "OperationId": "site.termStore.set.term.child_UpdateRelation", + "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.completeMigration", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_completeMigration", - "Method": "Post", - "Parameters": [ + }, { - "Name": "deletedTeam-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -500149,136 +397364,108 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_doesUserHaveAccess", - "Method": "Get", + "OperationId": "site.termStore.set.term.child_DeleteRelation", + "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "userId", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "tenantId", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "userPrincipalName", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.provisionEmail", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_provisionEmail", - "Method": "Post", + "OperationId": "site.termStore.set.term.child.relation_GetFromTerm", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.removeEmail", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_removeEmail", - "Method": "Post", - "Parameters": [ + }, { - "Name": "deletedTeam-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "term-id1", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.unarchive", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_unarchive", - "Method": "Post", - "Parameters": [ + }, { - "Name": "deletedTeam-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_ListSharedGraphWPreTeam", + "OperationId": "site.termStore.set.term.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -500293,51 +397480,75 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_CreateSharedGraphWPreTeam", - "Method": "Post", + "OperationId": "site.termStore.set.term.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_GetSharedGraphWPreTeam", + "OperationId": "site.termStore.set.term.child.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$select", + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -500345,75 +397556,91 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_UpdateSharedGraphWPreTeam", - "Method": "Patch", + "OperationId": "site.termStore.set.term.child_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_DeleteSharedGraphWPreTeam", - "Method": "Delete", + "OperationId": "site.termStore.set.term.child_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_ListAllowedMember", + "OperationId": "site.termStore.set.term_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "term-id", "Location": "Path" }, { @@ -500453,67 +397680,59 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_GetAllowedMember", - "Method": "Get", + "OperationId": "site.termStore.set.term_CreateRelation", + "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "term-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam.allowedMember_GetCount", + "OperationId": "site.termStore.set.term_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$search", + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -500521,104 +397740,88 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_GetTeam", - "Method": "Get", + "OperationId": "site.termStore.set.term_UpdateRelation", + "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_GetCount", - "Method": "Get", + "OperationId": "site.termStore.set.term_DeleteRelation", + "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_ListTab", + "OperationId": "site.termStore.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -500633,43 +397836,63 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_CreateTab", - "Method": "Post", + "OperationId": "site.termStore.set.term.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_GetTab", + "OperationId": "site.termStore.set.term.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -500685,83 +397908,91 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_UpdateTab", - "Method": "Patch", + "OperationId": "site.termStore.set.term.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_DeleteTab", - "Method": "Delete", + "OperationId": "site.termStore.set.term_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.tab_GetTeamsApp", + "OperationId": "site.termStore.set.term_GetCount", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -500769,19 +398000,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.tab_GetCount", + "OperationId": "site.termStore.set_GetCount", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { @@ -500797,17 +398024,13 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", - "Module": "Teams" + "Path": "/sites/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_GetCount", + "OperationId": "site_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "deletedTeam-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -500821,17 +398044,24 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/microsoft.graph.allMessages()", - "Module": "Teams" + "Path": "/sites/microsoft.graph.add", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_allMessage", + "OperationId": "site_add", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/sites/microsoft.graph.delta()", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_delta", "Method": "Get", "Parameters": [ - { - "Name": "deletedTeam-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -500869,21 +398099,13 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/microsoft.graph.getAllMessages()", - "Module": "Teams" + "Path": "/sites/microsoft.graph.getAllSites()", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_getAllMessage", + "OperationId": "site_getAllSite", "Method": "Get", "Parameters": [ - { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "model", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -500921,15 +398143,26 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/microsoft.graph.getAllRetainedMessages()", - "Module": "Teams" + "Path": "/sites/microsoft.graph.remove", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_getAllRetainedMessage", + "OperationId": "site_remove", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/followedSites", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "user_ListFollowedSite", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "user-id", "Location": "Path" }, { @@ -500953,11 +398186,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -500969,19 +398202,27 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/$count", - "Module": "Teams" + "Path": "/users/{user-id}/followedSites/{site-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam_GetCount", + "OperationId": "user_GetFollowedSite", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -500989,24 +398230,16 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/microsoft.graph.getAllMessages()", - "Module": "Teams" + "Path": "/users/{user-id}/followedSites/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam_getAllMessage", + "OperationId": "user.followedSite_GetCount", "Method": "Get", "Parameters": [ { - "Name": "model", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { "Name": "$search", @@ -501015,33 +398248,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/devices", + "Path": "/appCatalogs/teamsApps", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_ListDevice", + "OperationId": "appCatalog_ListTeamsApp", "Method": "Get", "Parameters": [ { @@ -501081,26 +398298,26 @@ }, { "PathInfo": { - "Path": "/teamwork/devices", + "Path": "/appCatalogs/teamsApps", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_CreateDevice", + "OperationId": "appCatalog_CreateTeamsApp", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_GetDevice", + "OperationId": "appCatalog_GetTeamsApp", "Method": "Get", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", "Location": "Path" }, { @@ -501116,15 +398333,15 @@ }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_UpdateDevice", + "OperationId": "appCatalog_UpdateTeamsApp", "Method": "Patch", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", "Location": "Path" } ] @@ -501132,15 +398349,15 @@ }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_DeleteDevice", + "OperationId": "appCatalog_DeleteTeamsApp", "Method": "Delete", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", "Location": "Path" }, { @@ -501152,17 +398369,41 @@ }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/activity", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device_GetActivity", + "OperationId": "appCatalog.teamsApp_ListAppDefinition", "Method": "Get", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -501176,15 +398417,15 @@ }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/activity", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device_UpdateActivity", - "Method": "Patch", + "OperationId": "appCatalog.teamsApp_CreateAppDefinition", + "Method": "Post", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", "Location": "Path" } ] @@ -501192,35 +398433,19 @@ }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/activity", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device_DeleteActivity", - "Method": "Delete", + "OperationId": "appCatalog.teamsApp_GetAppDefinition", + "Method": "Get", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/configuration", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.device_GetConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "teamworkDevice-id", + "Name": "teamsAppDefinition-id", "Location": "Path" }, { @@ -501236,15 +398461,19 @@ }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/configuration", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device_UpdateConfiguration", + "OperationId": "appCatalog.teamsApp_UpdateAppDefinition", "Method": "Patch", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", + "Location": "Path" + }, + { + "Name": "teamsAppDefinition-id", "Location": "Path" } ] @@ -501252,15 +398481,19 @@ }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/configuration", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device_DeleteConfiguration", + "OperationId": "appCatalog.teamsApp_DeleteAppDefinition", "Method": "Delete", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", + "Location": "Path" + }, + { + "Name": "teamsAppDefinition-id", "Location": "Path" }, { @@ -501272,15 +398505,19 @@ }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/health", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device_GetHealth", + "OperationId": "appCatalog.teamsApp.appDefinition_GetBot", "Method": "Get", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", + "Location": "Path" + }, + { + "Name": "teamsAppDefinition-id", "Location": "Path" }, { @@ -501296,15 +398533,19 @@ }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/health", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device_UpdateHealth", + "OperationId": "appCatalog.teamsApp.appDefinition_UpdateBot", "Method": "Patch", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", + "Location": "Path" + }, + { + "Name": "teamsAppDefinition-id", "Location": "Path" } ] @@ -501312,15 +398553,19 @@ }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/health", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device_DeleteHealth", + "OperationId": "appCatalog.teamsApp.appDefinition_DeleteBot", "Method": "Delete", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", + "Location": "Path" + }, + { + "Name": "teamsAppDefinition-id", "Location": "Path" }, { @@ -501332,47 +398577,47 @@ }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/microsoft.graph.restart", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device_restart", - "Method": "Post", + "OperationId": "appCatalog.teamsApp.appDefinition_GetColorIcon", + "Method": "Get", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/microsoft.graph.runDiagnostics", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.device_runDiagnostic", - "Method": "Post", - "Parameters": [ + }, { - "Name": "teamworkDevice-id", + "Name": "teamsAppDefinition-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/microsoft.graph.updateSoftware", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device_updateSoftware", - "Method": "Post", + "OperationId": "appCatalog.teamsApp.appDefinition_UpdateColorIcon", + "Method": "Patch", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", + "Location": "Path" + }, + { + "Name": "teamsAppDefinition-id", "Location": "Path" } ] @@ -501380,83 +398625,43 @@ }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/operations", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device_ListOperation", - "Method": "Get", + "OperationId": "appCatalog.teamsApp.appDefinition_DeleteColorIcon", + "Method": "Delete", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "teamsAppDefinition-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/operations", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.device_CreateOperation", - "Method": "Post", - "Parameters": [ - { - "Name": "teamworkDevice-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device_GetOperation", + "OperationId": "appCatalog.teamsApp.appDefinition.colorIcon_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "teamworkDeviceOperation-id", + "Name": "teamsAppDefinition-id", "Location": "Path" }, { @@ -501472,19 +398677,19 @@ }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device_UpdateOperation", + "OperationId": "appCatalog.teamsApp.appDefinition.colorIcon_UpdateHostedContent", "Method": "Patch", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "teamworkDeviceOperation-id", + "Name": "teamsAppDefinition-id", "Location": "Path" } ] @@ -501492,19 +398697,19 @@ }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device_DeleteOperation", + "OperationId": "appCatalog.teamsApp.appDefinition.colorIcon_DeleteHostedContent", "Method": "Delete", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "teamworkDeviceOperation-id", + "Name": "teamsAppDefinition-id", "Location": "Path" }, { @@ -501516,115 +398721,61 @@ }, { "PathInfo": { - "Path": "/teamwork/devices/{teamworkDevice-id}/operations/$count", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device.operation_GetCount", + "OperationId": "appCatalog.teamsApp.appDefinition.colorIcon_GetHostedContentContent", "Method": "Get", "Parameters": [ { - "Name": "teamworkDevice-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "teamsAppDefinition-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/devices/$count", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.device_GetCount", - "Method": "Get", + "OperationId": "appCatalog.teamsApp.appDefinition.colorIcon_SetHostedContentContent", + "Method": "Put", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "teamsApp-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "teamsAppDefinition-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/microsoft.graph.sendActivityNotificationToRecipients", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork_sendActivityNotificationToRecipient", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/teamwork/teamsAppSettings", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_GetTeamsAppSetting", + "OperationId": "appCatalog.teamsApp.appDefinition_ListDashboardCard", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "teamsApp-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/teamsAppSettings", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork_UpdateTeamsAppSetting", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/teamwork/teamsAppSettings", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork_DeleteTeamsAppSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/teamTemplates", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork_ListTeamTemplate", - "Method": "Get", - "Parameters": [ + "Name": "teamsAppDefinition-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -501662,26 +398813,43 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_CreateTeamTemplate", + "OperationId": "appCatalog.teamsApp.appDefinition_CreateDashboardCard", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "teamsApp-id", + "Location": "Path" + }, + { + "Name": "teamsAppDefinition-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_GetTeamTemplate", + "OperationId": "appCatalog.teamsApp.appDefinition_GetDashboardCard", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "teamsApp-id", + "Location": "Path" + }, + { + "Name": "teamsAppDefinition-id", + "Location": "Path" + }, + { + "Name": "teamsAppDashboardCardDefinition-id", "Location": "Path" }, { @@ -501697,15 +398865,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_UpdateTeamTemplate", + "OperationId": "appCatalog.teamsApp.appDefinition_UpdateDashboardCard", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "teamsApp-id", + "Location": "Path" + }, + { + "Name": "teamsAppDefinition-id", + "Location": "Path" + }, + { + "Name": "teamsAppDashboardCardDefinition-id", "Location": "Path" } ] @@ -501713,15 +398889,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_DeleteTeamTemplate", + "OperationId": "appCatalog.teamsApp.appDefinition_DeleteDashboardCard", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "teamsApp-id", + "Location": "Path" + }, + { + "Name": "teamsAppDefinition-id", + "Location": "Path" + }, + { + "Name": "teamsAppDashboardCardDefinition-id", "Location": "Path" }, { @@ -501733,24 +398917,20 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate_ListDefinition", + "OperationId": "appCatalog.teamsApp.appDefinition.dashboardCard_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "teamsAppDefinition-id", + "Location": "Path" }, { "Name": "$search", @@ -501759,14 +398939,26 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "appCatalog.teamsApp.appDefinition_GetOutlineIcon", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "teamsApp-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "teamsAppDefinition-id", + "Location": "Path" }, { "Name": "$select", @@ -501781,15 +398973,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate_CreateDefinition", - "Method": "Post", + "OperationId": "appCatalog.teamsApp.appDefinition_UpdateOutlineIcon", + "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "teamsApp-id", + "Location": "Path" + }, + { + "Name": "teamsAppDefinition-id", "Location": "Path" } ] @@ -501797,19 +398993,43 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate_GetDefinition", + "OperationId": "appCatalog.teamsApp.appDefinition_DeleteOutlineIcon", + "Method": "Delete", + "Parameters": [ + { + "Name": "teamsApp-id", + "Location": "Path" + }, + { + "Name": "teamsAppDefinition-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "appCatalog.teamsApp.appDefinition.outlineIcon_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "teamsAppDefinition-id", "Location": "Path" }, { @@ -501825,19 +399045,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate_UpdateDefinition", + "OperationId": "appCatalog.teamsApp.appDefinition.outlineIcon_UpdateHostedContent", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "teamsAppDefinition-id", "Location": "Path" } ] @@ -501845,19 +399065,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate_DeleteDefinition", + "OperationId": "appCatalog.teamsApp.appDefinition.outlineIcon_DeleteHostedContent", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "teamsAppDefinition-id", "Location": "Path" }, { @@ -501869,47 +399089,39 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition_GetTeamDefinition", + "OperationId": "appCatalog.teamsApp.appDefinition.outlineIcon_GetHostedContentContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "teamsAppDefinition-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition_UpdateTeamDefinition", - "Method": "Patch", + "OperationId": "appCatalog.teamsApp.appDefinition.outlineIcon_SetHostedContentContent", + "Method": "Put", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "teamsAppDefinition-id", "Location": "Path" } ] @@ -501917,45 +399129,57 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition_DeleteTeamDefinition", - "Method": "Delete", + "OperationId": "appCatalog.teamsApp.appDefinition_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/allChannels", + "Path": "/appCatalogs/teamsApps/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListAllChannel", + "OperationId": "appCatalog.teamsApp_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_ListChat", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -501993,23 +399217,26 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/allChannels/{channel-id}", + "Path": "/chats", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetAllChannel", + "OperationId": "chat_CreateChat", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_GetChat", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502025,47 +399252,51 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/allChannels/$count", + "Path": "/chats/{chat-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.allChannel_GetCount", - "Method": "Get", + "OperationId": "chat_UpdateChat", + "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "chat-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_DeleteChat", + "Method": "Delete", + "Parameters": [ { - "Name": "teamTemplateDefinition-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels", + "Path": "/chats/{chat-id}/installedApps", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListChannel", + "OperationId": "chat_ListInstalledApp", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502105,19 +399336,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels", + "Path": "/chats/{chat-id}/installedApps", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_CreateChannel", + "OperationId": "chat_CreateInstalledApp", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "chat-id", "Location": "Path" } ] @@ -502125,23 +399352,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}", + "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetChannel", + "OperationId": "chat_GetInstalledApp", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { @@ -502157,23 +399380,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}", + "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdateChannel", + "OperationId": "chat_UpdateInstalledApp", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "teamsAppInstallation-id", "Location": "Path" } ] @@ -502181,23 +399400,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}", + "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeleteChannel", + "OperationId": "chat_DeleteInstalledApp", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { @@ -502209,23 +399424,39 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/filesFolder", + "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetFilesFolder", - "Method": "Get", + "OperationId": "chat.installedApp_upgrade", + "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "teamsAppInstallation-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat.installedApp_GetTeamsApp", + "Method": "Get", + "Parameters": [ + { + "Name": "chat-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { @@ -502241,27 +399472,27 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/filesFolder/content", + "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetFilesFolderContent", + "OperationId": "chat.installedApp_GetTeamsAppDefinition", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$format", + "Name": "$expand", "Location": "Query" } ] @@ -502269,95 +399500,99 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/filesFolder/content", + "Path": "/chats/{chat-id}/installedApps/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_SetFilesFolderContent", - "Method": "Put", + "OperationId": "chat.installedApp_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/filesFolder/contentStream", + "Path": "/chats/{chat-id}/lastMessagePreview", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetFilesFolderContentStream", + "OperationId": "chat_GetLastMessagePreview", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/filesFolder/contentStream", + "Path": "/chats/{chat-id}/lastMessagePreview", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_SetFilesFolderContentStream", - "Method": "Put", + "OperationId": "chat_UpdateLastMessagePreview", + "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "chat-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/lastMessagePreview", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_DeleteLastMessagePreview", + "Method": "Delete", + "Parameters": [ { - "Name": "teamTemplateDefinition-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/members", + "Path": "/chats/{chat-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_ListMember", + "OperationId": "chat_ListMember", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502397,23 +399632,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/members", + "Path": "/chats/{chat-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_CreateMember", + "OperationId": "chat_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" } ] @@ -502421,23 +399648,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/members/{conversationMember-id}", + "Path": "/chats/{chat-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetMember", + "OperationId": "chat_GetMember", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502457,23 +399676,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/members/{conversationMember-id}", + "Path": "/chats/{chat-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_UpdateMember", + "OperationId": "chat_UpdateMember", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502485,23 +399696,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/members/{conversationMember-id}", + "Path": "/chats/{chat-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_DeleteMember", + "OperationId": "chat_DeleteMember", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502517,23 +399720,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/members/$count", + "Path": "/chats/{chat-id}/members/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.member_GetCount", + "OperationId": "chat.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502549,23 +399744,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/members/microsoft.graph.add", + "Path": "/chats/{chat-id}/members/microsoft.graph.add", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.member_add", + "OperationId": "chat.member_add", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" } ] @@ -502573,23 +399760,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages", + "Path": "/chats/{chat-id}/messages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_ListMessage", + "OperationId": "chat_ListMessage", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502629,23 +399808,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages", + "Path": "/chats/{chat-id}/messages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_CreateMessage", + "OperationId": "chat_CreateMessage", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" } ] @@ -502653,23 +399824,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetMessage", + "OperationId": "chat_GetMessage", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502689,23 +399852,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_UpdateMessage", + "OperationId": "chat_UpdateMessage", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502717,23 +399872,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_DeleteMessage", + "OperationId": "chat_DeleteMessage", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502749,23 +399896,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_ListHostedContent", + "OperationId": "chat.message_ListHostedContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502809,23 +399948,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_CreateHostedContent", + "OperationId": "chat.message_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502837,23 +399968,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_GetHostedContent", + "OperationId": "chat.message_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502877,23 +400000,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_UpdateHostedContent", + "OperationId": "chat.message_UpdateHostedContent", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502909,23 +400024,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_DeleteHostedContent", + "OperationId": "chat.message_DeleteHostedContent", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502945,23 +400052,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_GetHostedContentsContent", + "OperationId": "chat.message_GetHostedContentsContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -502977,23 +400076,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_SetHostedContentsContent", + "OperationId": "chat.message_SetHostedContentsContent", "Method": "Put", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503009,23 +400100,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.hostedContent_GetCount", + "OperationId": "chat.message.hostedContent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503045,23 +400128,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_setReaction", + "OperationId": "chat.message_setReaction", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503073,23 +400148,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_softDelete", + "OperationId": "chat.message_softDelete", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503101,23 +400168,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_undoSoftDelete", + "OperationId": "chat.message_undoSoftDelete", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503129,23 +400188,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_unsetReaction", + "OperationId": "chat.message_unsetReaction", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503157,23 +400208,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_ListReply", + "OperationId": "chat.message_ListReply", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503217,23 +400260,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_CreateReply", + "OperationId": "chat.message_CreateReply", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503245,23 +400280,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_GetReply", + "OperationId": "chat.message_GetReply", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503285,23 +400312,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_UpdateReply", + "OperationId": "chat.message_UpdateReply", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503317,23 +400336,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_DeleteReply", + "OperationId": "chat.message_DeleteReply", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503353,23 +400364,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_ListHostedContent", + "OperationId": "chat.message.reply_ListHostedContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503417,23 +400420,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_CreateHostedContent", + "OperationId": "chat.message.reply_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503449,23 +400444,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_GetHostedContent", + "OperationId": "chat.message.reply_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503493,23 +400480,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_UpdateHostedContent", + "OperationId": "chat.message.reply_UpdateHostedContent", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503529,23 +400508,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_DeleteHostedContent", + "OperationId": "chat.message.reply_DeleteHostedContent", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503569,23 +400540,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_GetHostedContentsContent", + "OperationId": "chat.message.reply_GetHostedContentsContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503605,23 +400568,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_SetHostedContentsContent", + "OperationId": "chat.message.reply_SetHostedContentsContent", "Method": "Put", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503641,23 +400596,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply.hostedContent_GetCount", + "OperationId": "chat.message.reply.hostedContent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503681,23 +400628,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_setReaction", + "OperationId": "chat.message.reply_setReaction", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503713,23 +400652,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_softDelete", + "OperationId": "chat.message.reply_softDelete", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503745,23 +400676,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_undoSoftDelete", + "OperationId": "chat.message.reply_undoSoftDelete", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503777,23 +400700,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_unsetReaction", + "OperationId": "chat.message.reply_unsetReaction", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503809,23 +400724,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_GetCount", + "OperationId": "chat.message.reply_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503845,23 +400752,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_delta", + "OperationId": "chat.message.reply_delta", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503905,23 +400804,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/$count", + "Path": "/chats/{chat-id}/messages/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_GetCount", + "OperationId": "chat.message_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503937,23 +400828,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/microsoft.graph.delta()", + "Path": "/chats/{chat-id}/messages/microsoft.graph.delta()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_delta", + "OperationId": "chat.message_delta", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -503993,23 +400876,47 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/microsoft.graph.archive", + "Path": "/chats/{chat-id}/microsoft.graph.hideForUser", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_archive", + "OperationId": "chat_hideGraphFPreUser", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "chat-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/microsoft.graph.markChatReadForUser", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_markChatReadGraphFPreUser", + "Method": "Post", + "Parameters": [ { - "Name": "teamTemplateDefinition-id", + "Name": "chat-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/microsoft.graph.markChatUnreadForUser", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_markChatUnreadGraphFPreUser", + "Method": "Post", + "Parameters": [ { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" } ] @@ -504017,23 +400924,47 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/microsoft.graph.completeMigration", + "Path": "/chats/{chat-id}/microsoft.graph.removeAllAccessForUser", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_completeMigration", + "OperationId": "chat_removeAllAccessGraphFPreUser", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "chat-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/microsoft.graph.sendActivityNotification", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_sendActivityNotification", + "Method": "Post", + "Parameters": [ { - "Name": "teamTemplateDefinition-id", + "Name": "chat-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/microsoft.graph.unhideForUser", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_unhideGraphFPreUser", + "Method": "Post", + "Parameters": [ { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" } ] @@ -504041,35 +400972,47 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", + "Path": "/chats/{chat-id}/operations", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_doesUserHaveAccess", + "OperationId": "chat_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "userId", + "Name": "$search", "Location": "Query" }, { - "Name": "tenantId", + "Name": "$filter", "Location": "Query" }, { - "Name": "userPrincipalName", + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -504077,47 +401020,63 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/microsoft.graph.provisionEmail", + "Path": "/chats/{chat-id}/operations", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_provisionEmail", + "OperationId": "chat_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "chat-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_GetOperation", + "Method": "Get", + "Parameters": [ { - "Name": "teamTemplateDefinition-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "teamsAsyncOperation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/microsoft.graph.removeEmail", + "Path": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_removeEmail", - "Method": "Post", + "OperationId": "chat_UpdateOperation", + "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "teamsAsyncOperation-id", "Location": "Path" } ] @@ -504125,47 +401084,63 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/microsoft.graph.unarchive", + "Path": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_unarchive", - "Method": "Post", + "OperationId": "chat_DeleteOperation", + "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "teamsAsyncOperation-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams", + "Path": "/chats/{chat-id}/operations/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_ListSharedGraphWPreTeam", + "OperationId": "chat.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "channel-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/permissionGrants", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_ListPermissionGrant", + "Method": "Get", + "Parameters": [ + { + "Name": "chat-id", "Location": "Path" }, { @@ -504205,23 +401180,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams", + "Path": "/chats/{chat-id}/permissionGrants", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_CreateSharedGraphWPreTeam", + "OperationId": "chat_CreatePermissionGrant", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" } ] @@ -504229,27 +401196,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetSharedGraphWPreTeam", + "OperationId": "chat_GetPermissionGrant", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" }, { @@ -504265,27 +401224,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_UpdateSharedGraphWPreTeam", + "OperationId": "chat_UpdatePermissionGrant", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" } ] @@ -504293,27 +401244,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_DeleteSharedGraphWPreTeam", + "OperationId": "chat_DeletePermissionGrant", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" }, { @@ -504325,27 +401268,39 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Path": "/chats/{chat-id}/permissionGrants/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.sharedGraphWPreTeam_ListAllowedMember", + "OperationId": "chat.permissionGrant_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/pinnedMessages", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_ListPinnedMessage", + "Method": "Get", + "Parameters": [ { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "chat-id", "Location": "Path" }, { @@ -504385,31 +401340,35 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Path": "/chats/{chat-id}/pinnedMessages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.sharedGraphWPreTeam_GetAllowedMember", - "Method": "Get", + "OperationId": "chat_CreatePinnedMessage", + "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_GetPinnedMessage", + "Method": "Get", + "Parameters": [ { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "pinnedChatMessageInfo-id", "Location": "Path" }, { @@ -504425,63 +401384,63 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.sharedGraphWPreTeam.allowedMember_GetCount", - "Method": "Get", + "OperationId": "chat_UpdatePinnedMessage", + "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "pinnedChatMessageInfo-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_DeletePinnedMessage", + "Method": "Delete", + "Parameters": [ { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "pinnedChatMessageInfo-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", + "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}/message", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.sharedGraphWPreTeam_GetTeam", + "OperationId": "chat.pinnedMessage_GetMessage", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "pinnedChatMessageInfo-id", "Location": "Path" }, { @@ -504497,23 +401456,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/$count", + "Path": "/chats/{chat-id}/pinnedMessages/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.sharedGraphWPreTeam_GetCount", + "OperationId": "chat.pinnedMessage_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -504529,23 +401480,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/tabs", + "Path": "/chats/{chat-id}/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_ListTab", + "OperationId": "chat_ListTab", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -504585,23 +401528,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/tabs", + "Path": "/chats/{chat-id}/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_CreateTab", + "OperationId": "chat_CreateTab", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" } ] @@ -504609,23 +401544,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/tabs/{teamsTab-id}", + "Path": "/chats/{chat-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetTab", + "OperationId": "chat_GetTab", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -504645,23 +401572,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/tabs/{teamsTab-id}", + "Path": "/chats/{chat-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_UpdateTab", + "OperationId": "chat_UpdateTab", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -504673,23 +401592,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/tabs/{teamsTab-id}", + "Path": "/chats/{chat-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_DeleteTab", + "OperationId": "chat_DeleteTab", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -504705,23 +401616,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Path": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.tab_GetTeamsApp", + "OperationId": "chat.tab_GetTeamsApp", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -504741,23 +401644,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/tabs/$count", + "Path": "/chats/{chat-id}/tabs/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.tab_GetCount", + "OperationId": "chat.tab_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "chat-id", "Location": "Path" }, { @@ -504773,21 +401668,13 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/$count", + "Path": "/chats/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetCount", + "OperationId": "chat_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -504801,21 +401688,13 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/microsoft.graph.allMessages()", + "Path": "/chats/microsoft.graph.allMessages()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_allMessage", + "OperationId": "chat_allMessage", "Method": "Get", "Parameters": [ - { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -504853,21 +401732,13 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/microsoft.graph.getAllMessages()", + "Path": "/chats/microsoft.graph.getAllMessages()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_getAllMessage", + "OperationId": "chat_getAllMessage", "Method": "Get", "Parameters": [ - { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, { "Name": "model", "Location": "Query" @@ -504909,21 +401780,13 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/microsoft.graph.getAllRetainedMessages()", + "Path": "/chats/microsoft.graph.getAllRetainedMessages()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_getAllRetainedMessage", + "OperationId": "chat_getAllRetainedMessage", "Method": "Get", "Parameters": [ - { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -504961,19 +401824,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/group", + "Path": "/groups/{group-id}/team", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetGroup", + "OperationId": "group_GetTeam", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -504989,99 +401848,51 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/group/serviceProvisioningErrors", + "Path": "/groups/{group-id}/team", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.group_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "group_SetTeam", + "Method": "Put", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/group/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/team", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.group.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "group_DeleteTeam", + "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/incomingChannels", + "Path": "/groups/{group-id}/team/allChannels", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListIncomingChannel", + "OperationId": "group.team_ListAllChannel", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -505121,19 +401932,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/incomingChannels/{channel-id}", + "Path": "/groups/{group-id}/team/allChannels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetIncomingChannel", + "OperationId": "group.team_GetAllChannel", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -505153,19 +401960,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/incomingChannels/$count", + "Path": "/groups/{group-id}/team/allChannels/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.incomingChannel_GetCount", + "OperationId": "group.team.allChannel_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -505181,19 +401984,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps", + "Path": "/groups/{group-id}/team/channels", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListInstalledApp", + "OperationId": "group.team_ListChannel", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -505233,19 +402032,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps", + "Path": "/groups/{group-id}/team/channels", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_CreateInstalledApp", + "OperationId": "group.team_CreateChannel", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" } ] @@ -505253,23 +402048,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps/{teamsAppInstallation-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetInstalledApp", + "OperationId": "group.team_GetChannel", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "channel-id", "Location": "Path" }, { @@ -505285,23 +402076,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps/{teamsAppInstallation-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdateInstalledApp", + "OperationId": "group.team_UpdateChannel", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "channel-id", "Location": "Path" } ] @@ -505309,23 +402096,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps/{teamsAppInstallation-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeleteInstalledApp", + "OperationId": "group.team_DeleteChannel", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "channel-id", "Location": "Path" }, { @@ -505337,55 +402120,51 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade", + "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.installedApp_upgrade", - "Method": "Post", + "OperationId": "group.team.channel_GetFilesFolder", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps/{teamsAppInstallation-id}/teamsApp", + "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.installedApp_GetTeamsApp", + "OperationId": "group.team.channel_GetFilesFolderContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", + "Name": "$format", "Location": "Query" } ] @@ -505393,79 +402172,79 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.installedApp_GetTeamsAppDefinition", - "Method": "Get", + "OperationId": "group.team.channel_SetFilesFolderContent", + "Method": "Put", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "channel-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.installedApp_GetCount", + "OperationId": "group.team.channel_GetFilesFolderContentStream", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.channel_SetFilesFolderContentStream", + "Method": "Put", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "channel-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/members", + "Path": "/groups/{group-id}/team/channels/{channel-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListMember", + "OperationId": "group.team.channel_ListMember", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { @@ -505505,19 +402284,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/members", + "Path": "/groups/{group-id}/team/channels/{channel-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_CreateMember", + "OperationId": "group.team.channel_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" } ] @@ -505525,19 +402304,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/members/{conversationMember-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetMember", + "OperationId": "group.team.channel_GetMember", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { @@ -505557,19 +402336,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/members/{conversationMember-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdateMember", + "OperationId": "group.team.channel_UpdateMember", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { @@ -505581,19 +402360,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/members/{conversationMember-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeleteMember", + "OperationId": "group.team.channel_DeleteMember", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { @@ -505609,19 +402388,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/members/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/members/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.member_GetCount", + "OperationId": "group.team.channel.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { @@ -505637,39 +402416,71 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/members/microsoft.graph.add", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.member_add", - "Method": "Post", + "OperationId": "group.team.channel_ListMessage", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/microsoft.graph.archive", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_archive", + "OperationId": "group.team.channel_CreateMessage", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" } ] @@ -505677,59 +402488,55 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/microsoft.graph.clone", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_clone", - "Method": "Post", + "OperationId": "group.team.channel_GetMessage", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/microsoft.graph.completeMigration", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_completeMigration", - "Method": "Post", - "Parameters": [ + }, { - "Name": "teamTemplate-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/microsoft.graph.sendActivityNotification", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_sendActivityNotification", - "Method": "Post", + "OperationId": "group.team.channel_UpdateMessage", + "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" } ] @@ -505737,39 +402544,51 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/microsoft.graph.unarchive", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_unarchive", - "Method": "Post", + "OperationId": "group.team.channel_DeleteMessage", + "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/operations", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListOperation", + "OperationId": "group.team.channel.message_ListHostedContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" }, { @@ -505809,19 +402628,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/operations", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_CreateOperation", + "OperationId": "group.team.channel.message_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" } ] @@ -505829,23 +402652,27 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/operations/{teamsAsyncOperation-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetOperation", + "OperationId": "group.team.channel.message_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { @@ -505861,23 +402688,27 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/operations/{teamsAsyncOperation-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdateOperation", + "OperationId": "group.team.channel.message_UpdateHostedContent", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -505885,23 +402716,27 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/operations/{teamsAsyncOperation-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeleteOperation", + "OperationId": "group.team.channel.message_DeleteHostedContent", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { @@ -505913,19 +402748,79 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/operations/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.operation_GetCount", + "OperationId": "group.team.channel.message_GetHostedContentsContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.channel.message_SetHostedContentsContent", + "Method": "Put", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.channel.message.hostedContent_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" }, { @@ -505941,19 +402836,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListOwner", + "OperationId": "group.team.channel.message_ListReply", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" }, { @@ -505993,23 +402892,51 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners/{user-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetOwner", + "OperationId": "group.team.channel.message_CreateReply", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.channel.message_GetReply", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" }, { @@ -506025,79 +402952,87 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners/{user-id}/mailboxSettings", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.owner_GetMailboxSetting", - "Method": "Get", + "OperationId": "group.team.channel.message_UpdateReply", + "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners/{user-id}/mailboxSettings", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.owner_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.team.channel.message_DeleteReply", + "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners/{user-id}/serviceProvisioningErrors", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.owner_ListServiceProvisioningError", + "OperationId": "group.team.channel.message.reply_ListHostedContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" }, { @@ -506137,104 +403072,60 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners/{user-id}/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.owner.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "group.team.channel.message.reply_CreateHostedContent", + "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.owner_GetCount", + "OperationId": "group.team.channel.message.reply_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/permissionGrants", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListPermissionGrant", - "Method": "Get", - "Parameters": [ - { - "Name": "teamTemplate-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" }, { "Name": "$select", @@ -506249,19 +403140,31 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/permissionGrants", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_CreatePermissionGrant", - "Method": "Post", + "OperationId": "group.team.channel.message.reply_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -506269,55 +403172,67 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetPermissionGrant", - "Method": "Get", + "OperationId": "group.team.channel.message.reply_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdatePermissionGrant", - "Method": "Patch", + "OperationId": "group.team.channel.message.reply_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -506325,47 +403240,59 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeletePermissionGrant", - "Method": "Delete", + "OperationId": "group.team.channel.message.reply_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/permissionGrants/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.permissionGrant_GetCount", + "OperationId": "group.team.channel.message.reply.hostedContent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" }, { @@ -506381,27 +403308,31 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/photo", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetPhoto", + "OperationId": "group.team.channel.message.reply_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "$select", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -506409,59 +403340,99 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/photo", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdatePhoto", - "Method": "Patch", + "OperationId": "group.team.channel.message_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/photo/$value", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetPhotoContent", + "OperationId": "group.team.channel_ListSharedGraphWPreTeam", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/photo/$value", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_SetPhotoContent", - "Method": "Put", + "OperationId": "group.team.channel_CreateSharedGraphWPreTeam", + "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" } ] @@ -506469,19 +403440,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetPrimaryChannel", + "OperationId": "group.team.channel_GetSharedGraphWPreTeam", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -506497,19 +403472,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdatePrimaryChannel", + "OperationId": "group.team.channel_UpdateSharedGraphWPreTeam", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" } ] @@ -506517,19 +403496,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeletePrimaryChannel", + "OperationId": "group.team.channel_DeleteSharedGraphWPreTeam", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -506541,21 +403524,49 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/filesFolder", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetFilesFolder", + "OperationId": "group.team.channel.sharedGraphWPreTeam_ListAllowedMember", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, + { + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -506569,23 +403580,35 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/filesFolder/content", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetFilesFolderContent", + "OperationId": "group.team.channel.sharedGraphWPreTeam_GetAllowedMember", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "$format", + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -506593,79 +403616,111 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/filesFolder/content", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_SetFilesFolderContent", - "Method": "Put", + "OperationId": "group.team.channel.sharedGraphWPreTeam.allowedMember_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/filesFolder/contentStream", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetFilesFolderContentStream", + "OperationId": "group.team.channel.sharedGraphWPreTeam_GetTeam", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/filesFolder/contentStream", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_SetFilesFolderContentStream", - "Method": "Put", + "OperationId": "group.team.channel.sharedGraphWPreTeam_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/members", + "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_ListMember", + "OperationId": "group.team.channel_ListTab", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { @@ -506705,19 +403760,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/members", + "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_CreateMember", + "OperationId": "group.team.channel_CreateTab", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" } ] @@ -506725,23 +403780,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/members/{conversationMember-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetMember", + "OperationId": "group.team.channel_GetTab", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "teamsTab-id", "Location": "Path" }, { @@ -506757,23 +403812,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/members/{conversationMember-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_UpdateMember", + "OperationId": "group.team.channel_UpdateTab", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "teamsTab-id", "Location": "Path" } ] @@ -506781,23 +403836,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/members/{conversationMember-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_DeleteMember", + "OperationId": "group.team.channel_DeleteTab", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "teamsTab-id", "Location": "Path" }, { @@ -506809,19 +403864,51 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/members/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.member_GetCount", + "OperationId": "group.team.channel.tab_GetTeamsApp", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.channel.tab_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" }, { @@ -506837,39 +403924,63 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/members/microsoft.graph.add", + "Path": "/groups/{group-id}/team/channels/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.member_add", - "Method": "Post", + "OperationId": "group.team.channel_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages", + "Path": "/groups/{group-id}/team/group", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_ListMessage", + "OperationId": "group.team_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/group/serviceProvisioningErrors", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.group_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -506909,44 +404020,64 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages", + "Path": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_CreateMessage", - "Method": "Post", + "OperationId": "group.team.group.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}", + "Path": "/groups/{group-id}/team/incomingChannels", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetMessage", + "OperationId": "group.team_ListIncomingChannel", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -506961,75 +404092,67 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}", + "Path": "/groups/{group-id}/team/incomingChannels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_UpdateMessage", - "Method": "Patch", + "OperationId": "group.team_GetIncomingChannel", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}", + "Path": "/groups/{group-id}/team/incomingChannels/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_DeleteMessage", - "Method": "Delete", + "OperationId": "group.team.incomingChannel_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Path": "/groups/{group-id}/team/installedApps", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_ListHostedContent", + "OperationId": "group.team_ListInstalledApp", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { @@ -507069,23 +404192,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Path": "/groups/{group-id}/team/installedApps", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_CreateHostedContent", + "OperationId": "group.team_CreateInstalledApp", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" } ] @@ -507093,27 +404208,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_GetHostedContent", + "OperationId": "group.team_GetInstalledApp", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { @@ -507129,27 +404236,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_UpdateHostedContent", + "OperationId": "group.team_UpdateInstalledApp", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "teamsAppInstallation-id", "Location": "Path" } ] @@ -507157,27 +404256,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_DeleteHostedContent", + "OperationId": "group.team_DeleteInstalledApp", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { @@ -507189,81 +404280,105 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_GetHostedContentsContent", + "OperationId": "group.team.installedApp_GetTeamsApp", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_SetHostedContentsContent", - "Method": "Put", + "OperationId": "group.team.installedApp_GetTeamsAppDefinition", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "Path": "/groups/{group-id}/team/installedApps/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.hostedContent_GetCount", + "OperationId": "group.team.installedApp_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessage-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/members", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team_ListMember", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -507271,29 +404386,37 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/microsoft.graph.setReaction", + "Path": "/groups/{group-id}/team/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_setReaction", + "OperationId": "group.team_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" } ] @@ -507301,47 +404424,47 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/microsoft.graph.softDelete", + "Path": "/groups/{group-id}/team/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_softDelete", - "Method": "Post", + "OperationId": "group.team_GetMember", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "conversationMember-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", + "Path": "/groups/{group-id}/team/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_undoSoftDelete", - "Method": "Post", + "OperationId": "group.team_UpdateMember", + "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "conversationMember-id", "Location": "Path" } ] @@ -507349,47 +404472,63 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/microsoft.graph.unsetReaction", + "Path": "/groups/{group-id}/team/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_unsetReaction", - "Method": "Post", + "OperationId": "group.team_DeleteMember", + "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "conversationMember-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies", + "Path": "/groups/{group-id}/team/members/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_ListReply", + "OperationId": "group.team.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessage-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/operations", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team_ListOperation", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -507429,23 +404568,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies", + "Path": "/groups/{group-id}/team/operations", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_CreateReply", + "OperationId": "group.team_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" } ] @@ -507453,27 +404584,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_GetReply", + "OperationId": "group.team_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "teamsAsyncOperation-id", "Location": "Path" }, { @@ -507489,27 +404612,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_UpdateReply", + "OperationId": "group.team_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "teamsAsyncOperation-id", "Location": "Path" } ] @@ -507517,27 +404632,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_DeleteReply", + "OperationId": "group.team_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "teamsAsyncOperation-id", "Location": "Path" }, { @@ -507549,27 +404656,39 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/groups/{group-id}/team/operations/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_ListHostedContent", + "OperationId": "group.team.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/owners", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team_ListOwner", + "Method": "Get", + "Parameters": [ { - "Name": "chatMessage-id1", + "Name": "group-id", "Location": "Path" }, { @@ -507609,59 +404728,47 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/groups/{group-id}/team/owners/{user-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_CreateHostedContent", - "Method": "Post", + "OperationId": "group.team_GetOwner", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_GetHostedContent", + "OperationId": "group.team.owner_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "user-id", "Location": "Path" }, { @@ -507677,31 +404784,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_UpdateHostedContent", + "OperationId": "group.team.owner_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "user-id", "Location": "Path" } ] @@ -507709,128 +404804,128 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_DeleteHostedContent", - "Method": "Delete", + "OperationId": "group.team.owner_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_GetHostedContentsContent", + "OperationId": "group.team.owner.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/groups/{group-id}/team/owners/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_SetHostedContentsContent", - "Method": "Put", + "OperationId": "group.team.owner_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Path": "/groups/{group-id}/team/permissionGrants", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply.hostedContent_GetCount", + "OperationId": "group.team_ListPermissionGrant", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -507839,33 +404934,37 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", + "Path": "/groups/{group-id}/team/permissionGrants", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_setReaction", + "OperationId": "group.team_CreatePermissionGrant", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id1", + "Name": "group-id", "Location": "Path" } ] @@ -507873,55 +404972,47 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", + "Path": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_softDelete", - "Method": "Post", + "OperationId": "group.team_GetPermissionGrant", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", + "Path": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_undoSoftDelete", - "Method": "Post", + "OperationId": "group.team_UpdatePermissionGrant", + "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" } ] @@ -507929,51 +405020,39 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", + "Path": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_unsetReaction", - "Method": "Post", + "OperationId": "group.team_DeletePermissionGrant", + "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/$count", + "Path": "/groups/{group-id}/team/permissionGrants/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_GetCount", + "OperationId": "group.team.permissionGrant_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { @@ -507989,133 +405068,93 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()", + "Path": "/groups/{group-id}/team/photo", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_delta", + "OperationId": "group.team_GetPhoto", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/photo", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team_UpdatePhoto", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/photo/$value", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team_GetPhotoContent", + "Method": "Get", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "group-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/$count", + "Path": "/groups/{group-id}/team/photo/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_GetCount", - "Method": "Get", + "OperationId": "group.team_SetPhotoContent", + "Method": "Put", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/microsoft.graph.delta()", + "Path": "/groups/{group-id}/team/primaryChannel", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_delta", + "OperationId": "group.team_GetPrimaryChannel", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -508125,19 +405164,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/microsoft.graph.archive", + "Path": "/groups/{group-id}/team/primaryChannel", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_archive", - "Method": "Post", + "OperationId": "group.team_UpdatePrimaryChannel", + "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" } ] @@ -508145,51 +405180,43 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/microsoft.graph.completeMigration", + "Path": "/groups/{group-id}/team/primaryChannel", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_completeMigration", - "Method": "Post", + "OperationId": "group.team_DeletePrimaryChannel", + "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", + "Path": "/groups/{group-id}/team/primaryChannel/filesFolder", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_doesUserHaveAccess", + "OperationId": "group.team.primaryChannel_GetFilesFolder", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "userId", - "Location": "Query" - }, - { - "Name": "tenantId", + "Name": "$select", "Location": "Query" }, { - "Name": "userPrincipalName", + "Name": "$expand", "Location": "Query" } ] @@ -508197,39 +405224,35 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/microsoft.graph.provisionEmail", + "Path": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_provisionEmail", - "Method": "Post", + "OperationId": "group.team.primaryChannel_GetFilesFolderContent", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/microsoft.graph.removeEmail", + "Path": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_removeEmail", - "Method": "Post", + "OperationId": "group.team.primaryChannel_SetFilesFolderContent", + "Method": "Put", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" } ] @@ -508237,19 +405260,31 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/microsoft.graph.unarchive", + "Path": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_unarchive", - "Method": "Post", + "OperationId": "group.team.primaryChannel_GetFilesFolderContentStream", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.primaryChannel_SetFilesFolderContentStream", + "Method": "Put", + "Parameters": [ { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" } ] @@ -508257,19 +405292,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams", + "Path": "/groups/{group-id}/team/primaryChannel/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_ListSharedGraphWPreTeam", + "OperationId": "group.team.primaryChannel_ListMember", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -508309,19 +405340,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams", + "Path": "/groups/{group-id}/team/primaryChannel/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_CreateSharedGraphWPreTeam", + "OperationId": "group.team.primaryChannel_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" } ] @@ -508329,23 +405356,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetSharedGraphWPreTeam", + "OperationId": "group.team.primaryChannel_GetMember", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "conversationMember-id", "Location": "Path" }, { @@ -508361,23 +405384,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_UpdateSharedGraphWPreTeam", + "OperationId": "group.team.primaryChannel_UpdateMember", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "conversationMember-id", "Location": "Path" } ] @@ -508385,23 +405404,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_DeleteSharedGraphWPreTeam", + "OperationId": "group.team.primaryChannel_DeleteMember", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "conversationMember-id", "Location": "Path" }, { @@ -508413,23 +405428,39 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Path": "/groups/{group-id}/team/primaryChannel/members/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.sharedGraphWPreTeam_ListAllowedMember", + "OperationId": "group.team.primaryChannel.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/primaryChannel/messages", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.primaryChannel_ListMessage", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -508469,67 +405500,43 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.sharedGraphWPreTeam_GetAllowedMember", - "Method": "Get", + "OperationId": "group.team.primaryChannel_CreateMessage", + "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "sharedWithChannelTeamInfo-id", - "Location": "Path" - }, - { - "Name": "conversationMember-id", + "Name": "group-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.sharedGraphWPreTeam.allowedMember_GetCount", + "OperationId": "group.team.primaryChannel_GetMessage", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -508537,79 +405544,63 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.sharedGraphWPreTeam_GetTeam", - "Method": "Get", + "OperationId": "group.team.primaryChannel_UpdateMessage", + "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "chatMessage-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/$count", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.sharedGraphWPreTeam_GetCount", - "Method": "Get", + "OperationId": "group.team.primaryChannel_DeleteMessage", + "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/tabs", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_ListTab", + "OperationId": "group.team.primaryChannel.message_ListHostedContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { @@ -508649,19 +405640,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/tabs", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_CreateTab", + "OperationId": "group.team.primaryChannel.message_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -508669,23 +405660,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/tabs/{teamsTab-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetTab", + "OperationId": "group.team.primaryChannel.message_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { @@ -508701,23 +405692,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/tabs/{teamsTab-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_UpdateTab", + "OperationId": "group.team.primaryChannel.message_UpdateHostedContent", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -508725,23 +405716,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/tabs/{teamsTab-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_DeleteTab", + "OperationId": "group.team.primaryChannel.message_DeleteHostedContent", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { @@ -508753,87 +405744,75 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.tab_GetTeamsApp", + "OperationId": "group.team.primaryChannel.message_GetHostedContentsContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/tabs/$count", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.tab_GetCount", - "Method": "Get", + "OperationId": "group.team.primaryChannel.message_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetSchedule", + "OperationId": "group.team.primaryChannel.message.hostedContent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -508841,63 +405820,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_SetSchedule", - "Method": "Put", - "Parameters": [ - { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeleteSchedule", - "Method": "Delete", - "Parameters": [ - { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/dayNotes", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListDayNote", + "OperationId": "group.team.primaryChannel.message_ListReply", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { @@ -508937,19 +405872,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/dayNotes", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateDayNote", + "OperationId": "group.team.primaryChannel.message_CreateReply", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -508957,23 +405892,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/dayNotes/{dayNote-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetDayNote", + "OperationId": "group.team.primaryChannel.message_GetReply", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "dayNote-id", + "Name": "chatMessage-id1", "Location": "Path" }, { @@ -508989,23 +405924,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/dayNotes/{dayNote-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateDayNote", + "OperationId": "group.team.primaryChannel.message_UpdateReply", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "dayNote-id", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -509013,23 +405948,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/dayNotes/{dayNote-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteDayNote", + "OperationId": "group.team.primaryChannel.message_DeleteReply", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "dayNote-id", + "Name": "chatMessage-id1", "Location": "Path" }, { @@ -509041,21 +405976,33 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/dayNotes/$count", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.dayNote_GetCount", + "OperationId": "group.team.primaryChannel.message.reply_ListHostedContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -509063,25 +406010,45 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/microsoft.graph.share", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_share", + "OperationId": "group.team.primaryChannel.message.reply_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -509089,127 +406056,151 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/offerShiftRequests", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListOfferShiftRequest", + "OperationId": "group.team.primaryChannel.message.reply_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.primaryChannel.message.reply_UpdateHostedContent", + "Method": "Patch", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/offerShiftRequests", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateOfferShiftRequest", - "Method": "Post", + "OperationId": "group.team.primaryChannel.message.reply_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetOfferShiftRequest", + "OperationId": "group.team.primaryChannel.message.reply_GetHostedContentsContent", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateOfferShiftRequest", - "Method": "Patch", + "OperationId": "group.team.primaryChannel.message.reply_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -509217,47 +406208,51 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteOfferShiftRequest", - "Method": "Delete", + "OperationId": "group.team.primaryChannel.message.reply.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/offerShiftRequests/$count", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.offerShiftRequest_GetCount", + "OperationId": "group.team.primaryChannel.message.reply_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "chatMessage-id", "Location": "Path" }, { @@ -509273,19 +406268,39 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShiftChangeRequests", + "Path": "/groups/{group-id}/team/primaryChannel/messages/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListOpenShiftChangeRequest", + "OperationId": "group.team.primaryChannel.message_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.primaryChannel_ListSharedGraphWPreTeam", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -509325,19 +406340,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShiftChangeRequests", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateOpenShiftChangeRequest", + "OperationId": "group.team.primaryChannel_CreateSharedGraphWPreTeam", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" } ] @@ -509345,23 +406356,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetOpenShiftChangeRequest", + "OperationId": "group.team.primaryChannel_GetSharedGraphWPreTeam", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -509377,23 +406384,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateOpenShiftChangeRequest", + "OperationId": "group.team.primaryChannel_UpdateSharedGraphWPreTeam", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" } ] @@ -509401,23 +406404,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteOpenShiftChangeRequest", + "OperationId": "group.team.primaryChannel_DeleteSharedGraphWPreTeam", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -509429,47 +406428,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShiftChangeRequests/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.openShiftChangeRequest_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShifts", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListOpenShift", + "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_ListAllowedMember", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -509509,43 +406480,23 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShifts", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateOpenShift", - "Method": "Post", - "Parameters": [ - { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShifts/{openShift-id}", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetOpenShift", + "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_GetAllowedMember", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "conversationMember-id", "Location": "Path" }, { @@ -509561,71 +406512,71 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShifts/{openShift-id}", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateOpenShift", - "Method": "Patch", + "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam.allowedMember_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "openShift-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShifts/{openShift-id}", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteOpenShift", - "Method": "Delete", + "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_GetTeam", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "openShift-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShifts/$count", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.openShift_GetCount", + "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -509641,19 +406592,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/schedulingGroups", + "Path": "/groups/{group-id}/team/primaryChannel/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListSchedulingGroup", + "OperationId": "group.team.primaryChannel_ListTab", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -509693,19 +406640,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/schedulingGroups", + "Path": "/groups/{group-id}/team/primaryChannel/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateSchedulingGroup", + "OperationId": "group.team.primaryChannel_CreateTab", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" } ] @@ -509713,23 +406656,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/schedulingGroups/{schedulingGroup-id}", + "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetSchedulingGroup", + "OperationId": "group.team.primaryChannel_GetTab", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "teamsTab-id", "Location": "Path" }, { @@ -509745,23 +406684,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/schedulingGroups/{schedulingGroup-id}", + "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateSchedulingGroup", + "OperationId": "group.team.primaryChannel_UpdateTab", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "teamsTab-id", "Location": "Path" } ] @@ -509769,23 +406704,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/schedulingGroups/{schedulingGroup-id}", + "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteSchedulingGroup", + "OperationId": "group.team.primaryChannel_DeleteTab", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "teamsTab-id", "Location": "Path" }, { @@ -509797,19 +406728,43 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/schedulingGroups/$count", + "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.schedulingGroup_GetCount", + "OperationId": "group.team.primaryChannel.tab_GetTeamsApp", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "teamsTab-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/primaryChannel/tabs/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.primaryChannel.tab_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -509825,19 +406780,75 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shifts", + "Path": "/groups/{group-id}/team/schedule", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListShift", + "OperationId": "group.team_GetSchedule", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/schedule", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team_SetSchedule", + "Method": "Put", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/schedule", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team_DeleteSchedule", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/schedule/dayNotes", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.schedule_ListDayNote", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -509877,19 +406888,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shifts", + "Path": "/groups/{group-id}/team/schedule/dayNotes", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateShift", + "OperationId": "group.team.schedule_CreateDayNote", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" } ] @@ -509897,23 +406904,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shifts/{shift-id}", + "Path": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetShift", + "OperationId": "group.team.schedule_GetDayNote", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "dayNote-id", "Location": "Path" }, { @@ -509929,23 +406932,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shifts/{shift-id}", + "Path": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateShift", + "OperationId": "group.team.schedule_UpdateDayNote", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "dayNote-id", "Location": "Path" } ] @@ -509953,23 +406952,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shifts/{shift-id}", + "Path": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteShift", + "OperationId": "group.team.schedule_DeleteDayNote", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "dayNote-id", "Location": "Path" }, { @@ -509981,19 +406976,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shifts/$count", + "Path": "/groups/{group-id}/team/schedule/dayNotes/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.shift_GetCount", + "OperationId": "group.team.schedule.dayNote_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -510009,19 +407000,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shiftsRoleDefinitions", + "Path": "/groups/{group-id}/team/schedule/offerShiftRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListShiftsRoleDefinition", + "OperationId": "group.team.schedule_ListOfferShiftRequest", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -510061,19 +407048,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shiftsRoleDefinitions", + "Path": "/groups/{group-id}/team/schedule/offerShiftRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateShiftsRoleDefinition", + "OperationId": "group.team.schedule_CreateOfferShiftRequest", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" } ] @@ -510081,23 +407064,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetShiftsRoleDefinition", + "OperationId": "group.team.schedule_GetOfferShiftRequest", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "shiftsRoleDefinition-id", + "Name": "offerShiftRequest-id", "Location": "Path" }, { @@ -510113,23 +407092,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateShiftsRoleDefinition", + "OperationId": "group.team.schedule_UpdateOfferShiftRequest", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "shiftsRoleDefinition-id", + "Name": "offerShiftRequest-id", "Location": "Path" } ] @@ -510137,23 +407112,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteShiftsRoleDefinition", + "OperationId": "group.team.schedule_DeleteOfferShiftRequest", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "shiftsRoleDefinition-id", + "Name": "offerShiftRequest-id", "Location": "Path" }, { @@ -510165,19 +407136,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shiftsRoleDefinitions/$count", + "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.shiftsRoleDefinition_GetCount", + "OperationId": "group.team.schedule.offerShiftRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -510193,19 +407160,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/swapShiftsChangeRequests", + "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListSwapShiftsChangeRequest", + "OperationId": "group.team.schedule_ListOpenShiftChangeRequest", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -510245,19 +407208,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/swapShiftsChangeRequests", + "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateSwapShiftsChangeRequest", + "OperationId": "group.team.schedule_CreateOpenShiftChangeRequest", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" } ] @@ -510265,23 +407224,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetSwapShiftsChangeRequest", + "OperationId": "group.team.schedule_GetOpenShiftChangeRequest", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "openShiftChangeRequest-id", "Location": "Path" }, { @@ -510297,23 +407252,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateSwapShiftsChangeRequest", + "OperationId": "group.team.schedule_UpdateOpenShiftChangeRequest", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "openShiftChangeRequest-id", "Location": "Path" } ] @@ -510321,23 +407272,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteSwapShiftsChangeRequest", + "OperationId": "group.team.schedule_DeleteOpenShiftChangeRequest", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "openShiftChangeRequest-id", "Location": "Path" }, { @@ -510349,19 +407296,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/swapShiftsChangeRequests/$count", + "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.swapShiftsChangeRequest_GetCount", + "OperationId": "group.team.schedule.openShiftChangeRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -510377,19 +407320,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards", + "Path": "/groups/{group-id}/team/schedule/openShifts", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListTimeCard", + "OperationId": "group.team.schedule_ListOpenShift", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -510429,19 +407368,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards", + "Path": "/groups/{group-id}/team/schedule/openShifts", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateTimeCard", + "OperationId": "group.team.schedule_CreateOpenShift", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" } ] @@ -510449,23 +407384,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/{timeCard-id}", + "Path": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetTimeCard", + "OperationId": "group.team.schedule_GetOpenShift", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "openShift-id", "Location": "Path" }, { @@ -510481,23 +407412,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/{timeCard-id}", + "Path": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateTimeCard", + "OperationId": "group.team.schedule_UpdateOpenShift", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "openShift-id", "Location": "Path" } ] @@ -510505,23 +407432,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/{timeCard-id}", + "Path": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteTimeCard", + "OperationId": "group.team.schedule_DeleteOpenShift", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "openShift-id", "Location": "Path" }, { @@ -510533,95 +407456,135 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/{timeCard-id}/microsoft.graph.clockOut", + "Path": "/groups/{group-id}/team/schedule/openShifts/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_clockOut", - "Method": "Post", + "OperationId": "group.team.schedule.openShift_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "timeCard-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/{timeCard-id}/microsoft.graph.confirm", + "Path": "/groups/{group-id}/team/schedule/schedulingGroups", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_confirm", - "Method": "Post", + "OperationId": "group.team.schedule_ListSchedulingGroup", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "timeCard-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/{timeCard-id}/microsoft.graph.endBreak", + "Path": "/groups/{group-id}/team/schedule/schedulingGroups", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_endBreak", + "OperationId": "group.team.schedule_CreateSchedulingGroup", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.schedule_GetSchedulingGroup", + "Method": "Get", + "Parameters": [ { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "schedulingGroup-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/{timeCard-id}/microsoft.graph.startBreak", + "Path": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_startBreak", - "Method": "Post", + "OperationId": "group.team.schedule_UpdateSchedulingGroup", + "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeCard-id", + "Name": "schedulingGroup-id", "Location": "Path" } ] @@ -510629,67 +407592,63 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/$count", + "Path": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_GetCount", - "Method": "Get", + "OperationId": "group.team.schedule_DeleteSchedulingGroup", + "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "schedulingGroup-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/microsoft.graph.clockIn", + "Path": "/groups/{group-id}/team/schedule/schedulingGroups/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_clockIn", - "Method": "Post", + "OperationId": "group.team.schedule.schedulingGroup_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffReasons", + "Path": "/groups/{group-id}/team/schedule/shifts", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListTimeOffReason", + "OperationId": "group.team.schedule_ListShift", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -510729,19 +407688,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffReasons", + "Path": "/groups/{group-id}/team/schedule/shifts", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateTimeOffReason", + "OperationId": "group.team.schedule_CreateShift", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" } ] @@ -510749,23 +407704,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffReasons/{timeOffReason-id}", + "Path": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetTimeOffReason", + "OperationId": "group.team.schedule_GetShift", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "shift-id", "Location": "Path" }, { @@ -510781,23 +407732,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffReasons/{timeOffReason-id}", + "Path": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateTimeOffReason", + "OperationId": "group.team.schedule_UpdateShift", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "shift-id", "Location": "Path" } ] @@ -510805,23 +407752,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffReasons/{timeOffReason-id}", + "Path": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteTimeOffReason", + "OperationId": "group.team.schedule_DeleteShift", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "shift-id", "Location": "Path" }, { @@ -510833,19 +407776,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffReasons/$count", + "Path": "/groups/{group-id}/team/schedule/shifts/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeOffReason_GetCount", + "OperationId": "group.team.schedule.shift_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -510861,19 +407800,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffRequests", + "Path": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListTimeOffRequest", + "OperationId": "group.team.schedule_ListShiftsRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -510913,19 +407848,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffRequests", + "Path": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateTimeOffRequest", + "OperationId": "group.team.schedule_CreateShiftsRoleDefinition", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" } ] @@ -510933,23 +407864,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffRequests/{timeOffRequest-id}", + "Path": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetTimeOffRequest", + "OperationId": "group.team.schedule_GetShiftsRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "shiftsRoleDefinition-id", "Location": "Path" }, { @@ -510965,23 +407892,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffRequests/{timeOffRequest-id}", + "Path": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateTimeOffRequest", + "OperationId": "group.team.schedule_UpdateShiftsRoleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "shiftsRoleDefinition-id", "Location": "Path" } ] @@ -510989,23 +407912,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffRequests/{timeOffRequest-id}", + "Path": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteTimeOffRequest", + "OperationId": "group.team.schedule_DeleteShiftsRoleDefinition", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "shiftsRoleDefinition-id", "Location": "Path" }, { @@ -511017,19 +407936,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffRequests/$count", + "Path": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeOffRequest_GetCount", + "OperationId": "group.team.schedule.shiftsRoleDefinition_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -511045,19 +407960,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timesOff", + "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListTimesOff", + "OperationId": "group.team.schedule_ListSwapShiftsChangeRequest", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -511097,19 +408008,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timesOff", + "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateTimesOff", + "OperationId": "group.team.schedule_CreateSwapShiftsChangeRequest", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" } ] @@ -511117,23 +408024,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timesOff/{timeOff-id}", + "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetTimesOff", + "OperationId": "group.team.schedule_GetSwapShiftsChangeRequest", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "swapShiftsChangeRequest-id", "Location": "Path" }, { @@ -511149,23 +408052,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timesOff/{timeOff-id}", + "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateTimesOff", + "OperationId": "group.team.schedule_UpdateSwapShiftsChangeRequest", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "swapShiftsChangeRequest-id", "Location": "Path" } ] @@ -511173,23 +408072,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timesOff/{timeOff-id}", + "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteTimesOff", + "OperationId": "group.team.schedule_DeleteSwapShiftsChangeRequest", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "swapShiftsChangeRequest-id", "Location": "Path" }, { @@ -511201,19 +408096,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timesOff/$count", + "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timesOff_GetCount", + "OperationId": "group.team.schedule.swapShiftsChangeRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -511229,19 +408120,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags", + "Path": "/groups/{group-id}/team/schedule/timeCards", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListTag", + "OperationId": "group.team.schedule_ListTimeCard", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { @@ -511281,19 +408168,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags", + "Path": "/groups/{group-id}/team/schedule/timeCards", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_CreateTag", + "OperationId": "group.team.schedule_CreateTimeCard", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" } ] @@ -511301,23 +408184,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}", + "Path": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetTag", + "OperationId": "group.team.schedule_GetTimeCard", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "timeCard-id", "Location": "Path" }, { @@ -511333,23 +408212,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}", + "Path": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdateTag", + "OperationId": "group.team.schedule_UpdateTimeCard", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "timeCard-id", "Location": "Path" } ] @@ -511357,23 +408232,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}", + "Path": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeleteTag", + "OperationId": "group.team.schedule_DeleteTimeCard", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "timeCard-id", "Location": "Path" }, { @@ -511385,23 +408256,39 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}/members", + "Path": "/groups/{group-id}/team/schedule/timeCards/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.tag_ListMember", + "OperationId": "group.team.schedule.timeCard_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "teamworkTag-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/schedule/timeOffReasons", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.schedule_ListTimeOffReason", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -511441,23 +408328,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}/members", + "Path": "/groups/{group-id}/team/schedule/timeOffReasons", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.tag_CreateMember", + "OperationId": "group.team.schedule_CreateTimeOffReason", "Method": "Post", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "teamworkTag-id", + "Name": "group-id", "Location": "Path" } ] @@ -511465,27 +408344,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Path": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.tag_GetMember", + "OperationId": "group.team.schedule_GetTimeOffReason", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "teamworkTag-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamworkTagMember-id", + "Name": "timeOffReason-id", "Location": "Path" }, { @@ -511501,27 +408372,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Path": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.tag_UpdateMember", + "OperationId": "group.team.schedule_UpdateTimeOffReason", "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "teamworkTag-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamworkTagMember-id", + "Name": "timeOffReason-id", "Location": "Path" } ] @@ -511529,27 +408392,19 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Path": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.tag_DeleteMember", + "OperationId": "group.team.schedule_DeleteTimeOffReason", "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "teamworkTag-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamworkTagMember-id", + "Name": "timeOffReason-id", "Location": "Path" }, { @@ -511561,23 +408416,15 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}/members/$count", + "Path": "/groups/{group-id}/team/schedule/timeOffReasons/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.tag.member_GetCount", + "OperationId": "group.team.schedule.timeOffReason_GetCount", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", - "Location": "Path" - }, - { - "Name": "teamTemplateDefinition-id", - "Location": "Path" - }, - { - "Name": "teamworkTag-id", + "Name": "group-id", "Location": "Path" }, { @@ -511593,20 +408440,24 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/$count", + "Path": "/groups/{group-id}/team/schedule/timeOffRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition.tag_GetCount", + "OperationId": "group.team.schedule_ListTimeOffRequest", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -511615,25 +408466,57 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/template", + "Path": "/groups/{group-id}/team/schedule/timeOffRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetTemplate", + "OperationId": "group.team.schedule_CreateTimeOffRequest", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.schedule_GetTimeOffRequest", "Method": "Get", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "timeOffRequest-id", "Location": "Path" }, { @@ -511649,65 +408532,61 @@ }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/templateDefinition", + "Path": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetTemplateDefinition", - "Method": "Get", + "OperationId": "group.team.schedule_UpdateTimeOffRequest", + "Method": "Patch", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamTemplateDefinition-id", + "Name": "timeOffRequest-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count", + "Path": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate.definition_GetCount", - "Method": "Get", + "OperationId": "group.team.schedule_DeleteTimeOffRequest", + "Method": "Delete", "Parameters": [ { - "Name": "teamTemplate-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "timeOffRequest-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/teamTemplates/$count", + "Path": "/groups/{group-id}/team/schedule/timeOffRequests/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.teamTemplate_GetCount", + "OperationId": "group.team.schedule.timeOffRequest_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -511721,13 +408600,17 @@ }, { "PathInfo": { - "Path": "/teamwork/workforceIntegrations", + "Path": "/groups/{group-id}/team/schedule/timesOff", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_ListWorkforceIntegration", + "OperationId": "group.team.schedule_ListTimesOff", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -511765,26 +408648,35 @@ }, { "PathInfo": { - "Path": "/teamwork/workforceIntegrations", + "Path": "/groups/{group-id}/team/schedule/timesOff", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_CreateWorkforceIntegration", + "OperationId": "group.team.schedule_CreateTimesOff", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Path": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_GetWorkforceIntegration", + "OperationId": "group.team.schedule_GetTimesOff", "Method": "Get", "Parameters": [ { - "Name": "workforceIntegration-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "timeOff-id", "Location": "Path" }, { @@ -511800,15 +408692,19 @@ }, { "PathInfo": { - "Path": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Path": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_UpdateWorkforceIntegration", + "OperationId": "group.team.schedule_UpdateTimesOff", "Method": "Patch", "Parameters": [ { - "Name": "workforceIntegration-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "timeOff-id", "Location": "Path" } ] @@ -511816,15 +408712,19 @@ }, { "PathInfo": { - "Path": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Path": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_DeleteWorkforceIntegration", + "OperationId": "group.team.schedule_DeleteTimesOff", "Method": "Delete", "Parameters": [ { - "Name": "workforceIntegration-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "timeOff-id", "Location": "Path" }, { @@ -511836,13 +408736,17 @@ }, { "PathInfo": { - "Path": "/teamwork/workforceIntegrations/$count", + "Path": "/groups/{group-id}/team/schedule/timesOff/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.workforceIntegration_GetCount", + "OperationId": "group.team.schedule.timesOff_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -511856,15 +408760,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats", + "Path": "/groups/{group-id}/team/tags", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_ListChat", + "OperationId": "group.team_ListTag", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { @@ -511904,15 +408808,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats", + "Path": "/groups/{group-id}/team/tags", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_CreateChat", + "OperationId": "group.team_CreateTag", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" } ] @@ -511920,19 +408824,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_GetChat", + "OperationId": "group.team_GetTag", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamworkTag-id", "Location": "Path" }, { @@ -511948,19 +408852,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_UpdateChat", + "OperationId": "group.team_UpdateTag", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamworkTag-id", "Location": "Path" } ] @@ -511968,19 +408872,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_DeleteChat", + "OperationId": "group.team_DeleteTag", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamworkTag-id", "Location": "Path" }, { @@ -511992,19 +408896,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_ListInstalledApp", + "OperationId": "group.team.tag_ListMember", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamworkTag-id", "Location": "Path" }, { @@ -512044,19 +408948,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_CreateInstalledApp", + "OperationId": "group.team.tag_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamworkTag-id", "Location": "Path" } ] @@ -512064,23 +408968,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetInstalledApp", + "OperationId": "group.team.tag_GetMember", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "teamworkTagMember-id", "Location": "Path" }, { @@ -512096,23 +409000,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_UpdateInstalledApp", + "OperationId": "group.team.tag_UpdateMember", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "teamworkTagMember-id", "Location": "Path" } ] @@ -512120,23 +409024,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_DeleteInstalledApp", + "OperationId": "group.team.tag_DeleteMember", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "teamworkTagMember-id", "Location": "Path" }, { @@ -512148,31 +409052,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.installedApp_GetTeamsApp", + "OperationId": "group.team.tag.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/tags/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.tag_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -512180,23 +409104,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Path": "/groups/{group-id}/team/template", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.installedApp_GetTeamsAppDefinition", + "OperationId": "group.team_GetTemplate", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "teamsAppInstallation-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/templateDefinition", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team_GetTemplateDefinition", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -512212,20 +409152,20 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps/$count", + "Path": "/teams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.installedApp_GetCount", + "OperationId": "team_ListTeam", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "chat-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -512234,25 +409174,48 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Path": "/teams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetLastMessagePreview", + "OperationId": "team_CreateTeam", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team_GetTeam", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" }, { @@ -512268,19 +409231,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Path": "/teams/{team-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_UpdateLastMessagePreview", + "OperationId": "team_UpdateTeam", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" } ] @@ -512288,19 +409247,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Path": "/teams/{team-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_DeleteLastMessagePreview", + "OperationId": "team_DeleteTeam", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" }, { @@ -512312,19 +409267,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/members", + "Path": "/teams/{team-id}/allChannels", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_ListMember", + "OperationId": "team_ListAllChannel", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" }, { @@ -512364,51 +409315,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/members", + "Path": "/teams/{team-id}/allChannels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_CreateMember", - "Method": "Post", + "OperationId": "team_GetAllChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Path": "/teams/{team-id}/allChannels/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetMember", + "OperationId": "team.allChannel_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "conversationMember-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -512416,79 +409367,91 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Path": "/teams/{team-id}/channels", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_UpdateMember", - "Method": "Patch", + "OperationId": "team_ListChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "conversationMember-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Path": "/teams/{team-id}/channels", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_DeleteMember", - "Method": "Delete", + "OperationId": "team_CreateChannel", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "conversationMember-id", + "Name": "team-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/members/$count", + "Path": "/teams/{team-id}/channels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.member_GetCount", + "OperationId": "team_GetChannel", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -512496,95 +409459,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages", + "Path": "/teams/{team-id}/channels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_ListMessage", - "Method": "Get", + "OperationId": "team_UpdateChannel", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages", + "Path": "/teams/{team-id}/channels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_CreateMessage", - "Method": "Post", + "OperationId": "team_DeleteChannel", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetMessage", + "OperationId": "team.channel_GetFilesFolder", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "channel-id", "Location": "Path" }, { @@ -512600,75 +409531,103 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_UpdateMessage", - "Method": "Patch", + "OperationId": "team.channel_GetFilesFolderContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_DeleteMessage", - "Method": "Delete", + "OperationId": "team.channel_SetFilesFolderContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel_GetFilesFolderContentStream", + "Method": "Get", + "Parameters": [ + { + "Name": "team-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "channel-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel_SetFilesFolderContentStream", + "Method": "Put", + "Parameters": [ + { + "Name": "team-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "channel-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Path": "/teams/{team-id}/channels/{channel-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_ListHostedContent", + "OperationId": "team.channel_ListMember", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "channel-id", "Location": "Path" }, { @@ -512708,23 +409667,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Path": "/teams/{team-id}/channels/{channel-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_CreateHostedContent", + "OperationId": "team.channel_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "channel-id", "Location": "Path" } ] @@ -512732,27 +409687,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_GetHostedContent", + "OperationId": "team.channel_GetMember", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "conversationMember-id", "Location": "Path" }, { @@ -512768,27 +409719,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_UpdateHostedContent", + "OperationId": "team.channel_UpdateMember", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "conversationMember-id", "Location": "Path" } ] @@ -512796,27 +409743,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_DeleteHostedContent", + "OperationId": "team.channel_DeleteMember", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "conversationMember-id", "Location": "Path" }, { @@ -512828,111 +409771,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/teams/{team-id}/channels/{channel-id}/members/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_GetHostedContentsContent", + "OperationId": "team.channel.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessageHostedContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.chat.message_SetHostedContentsContent", - "Method": "Put", - "Parameters": [ - { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.add", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.hostedContent_GetCount", - "Method": "Get", + "OperationId": "team.channel.member_add", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "channel-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Path": "/teams/{team-id}/channels/{channel-id}/messages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_ListReply", + "OperationId": "team.channel_ListMessage", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "channel-id", "Location": "Path" }, { @@ -512972,23 +409871,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Path": "/teams/{team-id}/channels/{channel-id}/messages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_CreateReply", + "OperationId": "team.channel_CreateMessage", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "channel-id", "Location": "Path" } ] @@ -512996,29 +409891,25 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_GetReply", + "OperationId": "team.channel_GetMessage", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" }, - { - "Name": "chatMessage-id1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -513032,57 +409923,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_UpdateReply", + "OperationId": "team.channel_UpdateMessage", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" - }, - { - "Name": "chatMessage-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_DeleteReply", + "OperationId": "team.channel_DeleteMessage", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" }, - { - "Name": "chatMessage-id1", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -513092,29 +409975,25 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_ListHostedContent", + "OperationId": "team.channel.message_ListHostedContent", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" }, - { - "Name": "chatMessage-id1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -513152,57 +410031,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_CreateHostedContent", + "OperationId": "team.channel.message_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" - }, - { - "Name": "chatMessage-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_GetHostedContent", + "OperationId": "team.channel.message_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" }, - { - "Name": "chatMessage-id1", - "Location": "Path" - }, { "Name": "chatMessageHostedContent-id", "Location": "Path" @@ -513220,29 +410091,25 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_UpdateHostedContent", + "OperationId": "team.channel.message_UpdateHostedContent", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" }, - { - "Name": "chatMessage-id1", - "Location": "Path" - }, { "Name": "chatMessageHostedContent-id", "Location": "Path" @@ -513252,29 +410119,25 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_DeleteHostedContent", + "OperationId": "team.channel.message_DeleteHostedContent", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" }, - { - "Name": "chatMessage-id1", - "Location": "Path" - }, { "Name": "chatMessageHostedContent-id", "Location": "Path" @@ -513288,29 +410151,25 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_GetHostedContentsContent", + "OperationId": "team.channel.message_GetHostedContentsContent", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" }, - { - "Name": "chatMessage-id1", - "Location": "Path" - }, { "Name": "chatMessageHostedContent-id", "Location": "Path" @@ -513320,29 +410179,25 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_SetHostedContentsContent", + "OperationId": "team.channel.message_SetHostedContentsContent", "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" }, - { - "Name": "chatMessage-id1", - "Location": "Path" - }, { "Name": "chatMessageHostedContent-id", "Location": "Path" @@ -513352,29 +410207,25 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply.hostedContent_GetCount", + "OperationId": "team.channel.message.hostedContent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" }, - { - "Name": "chatMessage-id1", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -513388,79 +410239,119 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_GetCount", - "Method": "Get", + "OperationId": "team.channel.message_setReaction", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel.message_softDelete", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "channel-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_GetCount", - "Method": "Get", + "OperationId": "team.channel.message_undoSoftDelete", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel.message_unsetReaction", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/operations", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_ListOperation", + "OperationId": "team.channel.message_ListReply", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" }, { @@ -513500,19 +410391,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/operations", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_CreateOperation", + "OperationId": "team.channel.message_CreateReply", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" } ] @@ -513520,23 +410415,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetOperation", + "OperationId": "team.channel.message_GetReply", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" }, { @@ -513552,23 +410451,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_UpdateOperation", + "OperationId": "team.channel.message_UpdateReply", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -513576,23 +410479,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_DeleteOperation", + "OperationId": "team.channel.message_DeleteReply", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" }, { @@ -513604,47 +410511,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/operations/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.operation_GetCount", + "OperationId": "team.channel.message.reply_ListHostedContent", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.chat_ListPermissionGrant", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "chatMessage-id1", "Location": "Path" }, { @@ -513684,19 +410571,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_CreatePermissionGrant", + "OperationId": "team.channel.message.reply_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -513704,23 +410599,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetPermissionGrant", + "OperationId": "team.channel.message.reply_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { @@ -513736,23 +410639,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_UpdatePermissionGrant", + "OperationId": "team.channel.message.reply_UpdateHostedContent", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -513760,23 +410671,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_DeletePermissionGrant", + "OperationId": "team.channel.message.reply_DeleteHostedContent", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { @@ -513788,155 +410707,155 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.permissionGrant_GetCount", + "OperationId": "team.channel.message.reply_GetHostedContentsContent", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_ListPinnedMessage", - "Method": "Get", + "OperationId": "team.channel.message.reply_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_CreatePinnedMessage", - "Method": "Post", + "OperationId": "team.channel.message.reply.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetPinnedMessage", - "Method": "Get", + "OperationId": "team.channel.message.reply_setReaction", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "pinnedChatMessageInfo-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_UpdatePinnedMessage", - "Method": "Patch", + "OperationId": "team.channel.message.reply_softDelete", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "pinnedChatMessageInfo-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -513944,79 +410863,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_DeletePinnedMessage", - "Method": "Delete", + "OperationId": "team.channel.message.reply_undoSoftDelete", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "pinnedChatMessageInfo-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "chatMessage-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}/message", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.pinnedMessage_GetMessage", - "Method": "Get", + "OperationId": "team.channel.message.reply_unsetReaction", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "pinnedChatMessageInfo-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.pinnedMessage_GetCount", + "OperationId": "team.channel.message.reply_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" }, { @@ -514032,19 +410951,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/tabs", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_ListTab", + "OperationId": "team.channel.message.reply_delta", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" }, { @@ -514068,11 +410991,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -514084,49 +411007,77 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/tabs", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_CreateTab", - "Method": "Post", + "OperationId": "team.channel.message_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetTab", + "OperationId": "team.channel.message_delta", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "teamsTab-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -514136,23 +411087,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.archive", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_UpdateTab", - "Method": "Patch", + "OperationId": "team.channel_archive", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "channel-id", "Location": "Path" } ] @@ -514160,59 +411107,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.completeMigration", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_DeleteTab", - "Method": "Delete", + "OperationId": "team.channel_completeMigration", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "channel-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.tab_GetTeamsApp", + "OperationId": "team.channel_doesUserHaveAccess", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "teamsTab-id", - "Location": "Path" + "Name": "userId", + "Location": "Query" }, { - "Name": "$select", + "Name": "tenantId", "Location": "Query" }, { - "Name": "$expand", + "Name": "userPrincipalName", "Location": "Query" } ] @@ -514220,67 +411159,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/tabs/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.provisionEmail", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.tab_GetCount", - "Method": "Get", + "OperationId": "team.channel_provisionEmail", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.removeEmail", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel_removeEmail", + "Method": "Post", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "channel-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.unarchive", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetCount", - "Method": "Get", + "OperationId": "team.channel_unarchive", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "channel-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams", + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_ListJoinedTeam", + "OperationId": "team.channel_ListSharedGraphWPreTeam", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" }, { @@ -514320,67 +411271,43 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_GetJoinedTeam", - "Method": "Get", + "OperationId": "team.channel_CreateSharedGraphWPreTeam", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "channel-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_GetCount", + "OperationId": "team.channel_GetSharedGraphWPreTeam", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "channel-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/teamwork", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user_GetTeamwork", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -514396,15 +411323,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork", + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_UpdateTeamwork", + "OperationId": "team.channel_UpdateSharedGraphWPreTeam", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" } ] @@ -514412,15 +411347,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork", + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_DeleteTeamwork", + "OperationId": "team.channel_DeleteSharedGraphWPreTeam", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -514432,15 +411375,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/associatedTeams", + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_ListAssociatedTeam", + "OperationId": "team.channel.sharedGraphWPreTeam_ListAllowedMember", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -514480,35 +411431,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/associatedTeams", + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_CreateAssociatedTeam", - "Method": "Post", + "OperationId": "team.channel.sharedGraphWPreTeam_GetAllowedMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.teamwork_GetAssociatedTeam", - "Method": "Get", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "associatedTeamInfo-id", + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" }, { @@ -514524,63 +411467,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_UpdateAssociatedTeam", - "Method": "Patch", + "OperationId": "team.channel.sharedGraphWPreTeam.allowedMember_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "associatedTeamInfo-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.teamwork_DeleteAssociatedTeam", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "associatedTeamInfo-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}/team", + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork.associatedTeam_GetTeam", + "OperationId": "team.channel.sharedGraphWPreTeam_GetTeam", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "associatedTeamInfo-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -514596,15 +411531,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/associatedTeams/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork.associatedTeam_GetCount", + "OperationId": "team.channel.sharedGraphWPreTeam_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" }, { @@ -514620,15 +411559,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps", + "Path": "/teams/{team-id}/channels/{channel-id}/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_ListInstalledApp", + "OperationId": "team.channel_ListTab", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" }, { @@ -514668,15 +411611,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps", + "Path": "/teams/{team-id}/channels/{channel-id}/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_CreateInstalledApp", + "OperationId": "team.channel_CreateTab", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" } ] @@ -514684,19 +411631,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_GetInstalledApp", + "OperationId": "team.channel_GetTab", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "userScopeTeamsAppInstallation-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", "Location": "Path" }, { @@ -514712,19 +411663,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_UpdateInstalledApp", + "OperationId": "team.channel_UpdateTab", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "userScopeTeamsAppInstallation-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", "Location": "Path" } ] @@ -514732,19 +411687,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_DeleteInstalledApp", + "OperationId": "team.channel_DeleteTab", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "userScopeTeamsAppInstallation-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", "Location": "Path" }, { @@ -514756,19 +411715,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", + "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork.installedApp_GetChat", + "OperationId": "team.channel.tab_GetTeamsApp", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "userScopeTeamsAppInstallation-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", "Location": "Path" }, { @@ -514784,27 +411747,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", + "Path": "/teams/{team-id}/channels/{channel-id}/tabs/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork.installedApp_GetTeamsApp", + "OperationId": "team.channel.tab_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "userScopeTeamsAppInstallation-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -514812,27 +411775,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", + "Path": "/teams/{team-id}/channels/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork.installedApp_GetTeamsAppDefinition", + "OperationId": "team.channel_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "userScopeTeamsAppInstallation-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -514840,17 +411799,25 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps/$count", + "Path": "/teams/{team-id}/channels/microsoft.graph.allMessages()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork.installedApp_GetCount", + "OperationId": "team.channel_allMessage", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -514858,477 +411825,381 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/microsoft.graph.disableSmsSignIn", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.authentication.method_disableSmsSignIn", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "authenticationMethod-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/microsoft.graph.enableSmsSignIn", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.authentication.method_enableSmsSignIn", - "Method": "Post", - "Parameters": [ + "Name": "$select", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "authenticationMethod-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/microsoft.graph.resetPassword", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/channels/microsoft.graph.getAllMessages()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.authentication.method_resetPassword", - "Method": "Post", + "OperationId": "team.channel_getAllMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "authenticationMethod-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendar.calendarView.attachment_createUploadSession", - "Method": "Post", - "Parameters": [ + "Name": "model", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/channels/microsoft.graph.getAllRetainedMessages()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.channel_getAllRetainedMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_accept", - "Method": "Post", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/group", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_cancel", - "Method": "Post", + "OperationId": "team_GetGroup", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/group/serviceProvisioningErrors", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_decline", - "Method": "Post", + "OperationId": "team.group_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_dismissReminder", - "Method": "Post", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/group/serviceProvisioningErrors/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_forward", - "Method": "Post", + "OperationId": "team.group.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/incomingChannels", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_snoozeReminder", - "Method": "Post", + "OperationId": "team_ListIncomingChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_tentativelyAccept", - "Method": "Post", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/incomingChannels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "team_GetIncomingChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/incomingChannels/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "team.incomingChannel_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/installedApps", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "team_ListInstalledApp", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_dismissReminder", - "Method": "Post", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_forward", - "Method": "Post", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/installedApps", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_snoozeReminder", + "OperationId": "team_CreateInstalledApp", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -515336,47 +412207,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "team_GetInstalledApp", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team_UpdateInstalledApp", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamsAppInstallation-id", "Location": "Path" } ] @@ -515384,55 +412255,43 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team_DeleteInstalledApp", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_accept", + "OperationId": "team.installedApp_upgrade", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "teamsAppInstallation-id", "Location": "Path" } ] @@ -515440,167 +412299,143 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "team.installedApp_GetTeamsApp", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "team.installedApp_GetTeamsAppDefinition", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/installedApps/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "team.installedApp_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "team_ListMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder", - "Method": "Post", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept", + "OperationId": "team_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "team-id", "Location": "Path" } ] @@ -515608,47 +412443,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_accept", - "Method": "Post", + "OperationId": "team_GetMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationMember-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_cancel", - "Method": "Post", + "OperationId": "team_UpdateMember", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationMember-id", "Location": "Path" } ] @@ -515656,71 +412491,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_decline", - "Method": "Post", + "OperationId": "team_DeleteMember", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationMember-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/members/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_dismissReminder", - "Method": "Post", + "OperationId": "team.member_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/members/microsoft.graph.add", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_forward", + "OperationId": "team.member_add", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -515728,23 +412555,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/microsoft.graph.archive", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_snoozeReminder", + "OperationId": "team_archive", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -515752,23 +412571,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/microsoft.graph.clone", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_tentativelyAccept", + "OperationId": "team_clone", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -515776,19 +412587,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/microsoft.graph.completeMigration", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_accept", + "OperationId": "team_completeMigration", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" } ] @@ -515796,19 +412603,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/microsoft.graph.sendActivityNotification", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_cancel", + "OperationId": "team_sendActivityNotification", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" } ] @@ -515816,19 +412619,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/microsoft.graph.unarchive", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_decline", + "OperationId": "team_unarchive", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" } ] @@ -515836,39 +412635,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/operations", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_dismissReminder", - "Method": "Post", + "OperationId": "team_ListOperation", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/operations", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_forward", + "OperationId": "team_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" } ] @@ -515876,39 +412699,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_snoozeReminder", - "Method": "Post", + "OperationId": "team_GetOperation", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamsAsyncOperation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_tentativelyAccept", - "Method": "Post", + "OperationId": "team_UpdateOperation", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamsAsyncOperation-id", "Location": "Path" } ] @@ -515916,155 +412747,171 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team_DeleteOperation", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamsAsyncOperation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/operations/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.operation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/owners", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team_ListOwner", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/owners/{user-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_accept", - "Method": "Post", + "OperationId": "team_GetOwner", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/owners/{user-id}/mailboxSettings", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_cancel", - "Method": "Post", + "OperationId": "team.owner_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/owners/{user-id}/mailboxSettings", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_decline", - "Method": "Post", + "OperationId": "team.owner_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "user-id", "Location": "Path" } ] @@ -516072,135 +412919,167 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_dismissReminder", - "Method": "Post", + "OperationId": "team.owner_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_forward", - "Method": "Post", + "OperationId": "team.owner.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/owners/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_snoozeReminder", - "Method": "Post", + "OperationId": "team.owner_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/permissionGrants", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "team_ListPermissionGrant", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/permissionGrants", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_accept", + "OperationId": "team_CreatePermissionGrant", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -516208,47 +413087,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "team_GetPermissionGrant", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "team_UpdatePermissionGrant", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" } ] @@ -516256,95 +413135,87 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "team_DeletePermissionGrant", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/permissionGrants/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "team.permissionGrant_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/photo", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "team_GetPhoto", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/photo", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "team_UpdatePhoto", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -516352,23 +413223,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/photo/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team_GetPhotoContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -516376,27 +413239,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/photo/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team_SetPhotoContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "team-id", "Location": "Path" } ] @@ -516404,55 +413255,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "team_GetPrimaryChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "team_UpdatePrimaryChannel", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "team-id", "Location": "Path" } ] @@ -516460,111 +413295,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "team_DeletePrimaryChannel", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/filesFolder", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "team.primaryChannel_GetFilesFolder", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "team.primaryChannel_GetFilesFolderContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "team.primaryChannel_SetFilesFolderContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "team-id", "Location": "Path" } ] @@ -516572,27 +413375,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "team.primaryChannel_GetFilesFolderContentStream", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "team-id", "Location": "Path" } ] @@ -516600,23 +413391,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_accept", - "Method": "Post", + "OperationId": "team.primaryChannel_SetFilesFolderContentStream", + "Method": "Put", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -516624,47 +413407,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_cancel", - "Method": "Post", + "OperationId": "team.primaryChannel_ListMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_decline", + "OperationId": "team.primaryChannel_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -516672,47 +413471,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_dismissReminder", - "Method": "Post", + "OperationId": "team.primaryChannel_GetMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationMember-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_forward", - "Method": "Post", + "OperationId": "team.primaryChannel_UpdateMember", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationMember-id", "Location": "Path" } ] @@ -516720,67 +413519,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_snoozeReminder", - "Method": "Post", + "OperationId": "team.primaryChannel_DeleteMember", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationMember-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/members/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "team.primaryChannel.member_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/members/microsoft.graph.add", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_accept", + "OperationId": "team.primaryChannel.member_add", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" } ] @@ -516788,39 +413583,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_cancel", - "Method": "Post", + "OperationId": "team.primaryChannel_ListMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_decline", + "OperationId": "team.primaryChannel_CreateMessage", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" } ] @@ -516828,39 +413647,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_dismissReminder", - "Method": "Post", + "OperationId": "team.primaryChannel_GetMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_forward", - "Method": "Post", + "OperationId": "team.primaryChannel_UpdateMessage", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -516868,55 +413695,95 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_snoozeReminder", - "Method": "Post", + "OperationId": "team.primaryChannel_DeleteMessage", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_tentativelyAccept", - "Method": "Post", + "OperationId": "team.primaryChannel.message_ListHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/microsoft.graph.getSchedule", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar_getSchedule", + "OperationId": "team.primaryChannel.message_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" } ] @@ -516924,59 +413791,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.primaryChannel.message_GetHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.primaryChannel.message_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -516984,71 +413847,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.primaryChannel.message_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_accept", - "Method": "Post", + "OperationId": "team.primaryChannel.message_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -517056,35 +413899,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_cancel", - "Method": "Post", + "OperationId": "team.primaryChannel.message_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -517092,71 +413923,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_decline", - "Method": "Post", + "OperationId": "team.primaryChannel.message.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.setReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_dismissReminder", + "OperationId": "team.primaryChannel.message_setReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -517164,35 +413971,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.softDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_forward", + "OperationId": "team.primaryChannel.message_softDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -517200,35 +413991,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_snoozeReminder", + "OperationId": "team.primaryChannel.message_undoSoftDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -517236,35 +414011,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.unsetReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_tentativelyAccept", + "OperationId": "team.primaryChannel.message_unsetReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -517272,95 +414031,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "team.primaryChannel.message_ListReply", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence_cancel", - "Method": "Post", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "calendarGroup-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence_decline", + "OperationId": "team.primaryChannel.message_CreateReply", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -517368,63 +414103,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "team.primaryChannel.message_GetReply", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "team.primaryChannel.message_UpdateReply", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -517432,95 +414159,107 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "team.primaryChannel.message_DeleteReply", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "team.primaryChannel.message.reply_ListHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance.attachment_createUploadSession", + "OperationId": "team.primaryChannel.message.reply_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -517528,71 +414267,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.primaryChannel.message.reply_GetHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "team.primaryChannel.message.reply_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -517600,71 +414331,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "team.primaryChannel.message.reply_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "team.primaryChannel.message.reply_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -517672,35 +414391,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "team.primaryChannel.message.reply_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -517708,71 +414419,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "team.primaryChannel.message.reply.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder", + "OperationId": "team.primaryChannel.message.reply_setReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -517780,35 +414475,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept", + "OperationId": "team.primaryChannel.message.reply_softDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -517816,31 +414499,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_accept", + "OperationId": "team.primaryChannel.message.reply_undoSoftDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -517848,31 +414523,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_cancel", + "OperationId": "team.primaryChannel.message.reply_unsetReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -517880,159 +414547,167 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_decline", - "Method": "Post", + "OperationId": "team.primaryChannel.message.reply_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_dismissReminder", - "Method": "Post", + "OperationId": "team.primaryChannel.message.reply_delta", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_forward", - "Method": "Post", + "OperationId": "team.primaryChannel.message_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_snoozeReminder", - "Method": "Post", + "OperationId": "team.primaryChannel.message_delta", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.archive", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_tentativelyAccept", + "OperationId": "team.primaryChannel_archive", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -518040,27 +414715,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.completeMigration", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_accept", + "OperationId": "team.primaryChannel_completeMigration", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" } ] @@ -518068,55 +414731,43 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_cancel", - "Method": "Post", + "OperationId": "team.primaryChannel_doesUserHaveAccess", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", - "Location": "Path" + "Name": "userId", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "tenantId", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "userPrincipalName", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.provisionEmail", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_decline", + "OperationId": "team.primaryChannel_provisionEmail", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" } ] @@ -518124,27 +414775,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.removeEmail", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_dismissReminder", + "OperationId": "team.primaryChannel_removeEmail", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" } ] @@ -518152,27 +414791,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.unarchive", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_forward", + "OperationId": "team.primaryChannel_unarchive", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" } ] @@ -518180,55 +414807,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_snoozeReminder", - "Method": "Post", + "OperationId": "team.primaryChannel_ListSharedGraphWPreTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_tentativelyAccept", + "OperationId": "team.primaryChannel_CreateSharedGraphWPreTeam", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" } ] @@ -518236,275 +414871,347 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.primaryChannel_GetSharedGraphWPreTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.primaryChannel_UpdateSharedGraphWPreTeam", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.primaryChannel_DeleteSharedGraphWPreTeam", + "Method": "Delete", + "Parameters": [ { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.primaryChannel.sharedGraphWPreTeam_ListAllowedMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence.instance_accept", - "Method": "Post", + "OperationId": "team.primaryChannel.sharedGraphWPreTeam_GetAllowedMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationMember-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence.instance_cancel", - "Method": "Post", + "OperationId": "team.primaryChannel.sharedGraphWPreTeam.allowedMember_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence.instance_decline", - "Method": "Post", + "OperationId": "team.primaryChannel.sharedGraphWPreTeam_GetTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.primaryChannel.sharedGraphWPreTeam_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence.instance_dismissReminder", - "Method": "Post", + "OperationId": "team.primaryChannel_ListTab", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence.instance_forward", + "OperationId": "team.primaryChannel_CreateTab", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.primaryChannel_GetTab", + "Method": "Get", + "Parameters": [ { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamsTab-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.primaryChannel_UpdateTab", + "Method": "Patch", + "Parameters": [ + { + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "teamsTab-id", "Location": "Path" } ] @@ -518512,71 +415219,115 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence.instance_snoozeReminder", - "Method": "Post", + "OperationId": "team.primaryChannel_DeleteTab", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "teamsTab-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.primaryChannel.tab_GetTeamsApp", + "Method": "Get", + "Parameters": [ + { + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamsTab-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/primaryChannel/tabs/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "team.primaryChannel.tab_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/schedule", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team_GetSchedule", + "Method": "Get", + "Parameters": [ { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/schedule", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team_SetSchedule", + "Method": "Put", + "Parameters": [ + { + "Name": "team-id", "Location": "Path" } ] @@ -518584,127 +415335,83 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "team_DeleteSchedule", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/dayNotes", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "team.schedule_ListDayNote", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence_decline", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "calendarGroup-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/dayNotes", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence_dismissReminder", + "OperationId": "team.schedule_CreateDayNote", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -518712,63 +415419,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "team.schedule_GetDayNote", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "dayNote-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "team.schedule_UpdateDayNote", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "dayNote-id", "Location": "Path" } ] @@ -518776,99 +415467,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "team.schedule_DeleteDayNote", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "dayNote-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/dayNotes/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.schedule.dayNote_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/microsoft.graph.share", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession", + "OperationId": "team.schedule_share", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "team-id", "Location": "Path" } ] @@ -518876,71 +415531,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/offerShiftRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "team.schedule_ListOfferShiftRequest", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/offerShiftRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance.exceptionOccurrence_cancel", + "OperationId": "team.schedule_CreateOfferShiftRequest", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "team-id", "Location": "Path" } ] @@ -518948,71 +415595,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "team.schedule_GetOfferShiftRequest", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "offerShiftRequest-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "team.schedule_UpdateOfferShiftRequest", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "offerShiftRequest-id", "Location": "Path" } ] @@ -519020,139 +415643,111 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "team.schedule_DeleteOfferShiftRequest", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "offerShiftRequest-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/offerShiftRequests/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "team.schedule.offerShiftRequest_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/openShiftChangeRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "team.schedule_ListOpenShiftChangeRequest", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/openShiftChangeRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_accept", + "OperationId": "team.schedule_CreateOpenShiftChangeRequest", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -519160,63 +415755,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_cancel", - "Method": "Post", + "OperationId": "team.schedule_GetOpenShiftChangeRequest", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "openShiftChangeRequest-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_decline", - "Method": "Post", + "OperationId": "team.schedule_UpdateOpenShiftChangeRequest", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "openShiftChangeRequest-id", "Location": "Path" } ] @@ -519224,127 +415803,111 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_dismissReminder", - "Method": "Post", + "OperationId": "team.schedule_DeleteOpenShiftChangeRequest", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "openShiftChangeRequest-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_forward", - "Method": "Post", + "OperationId": "team.schedule.openShiftChangeRequest_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/openShifts", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_snoozeReminder", - "Method": "Post", + "OperationId": "team.schedule_ListOpenShift", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/openShifts", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_tentativelyAccept", + "OperationId": "team.schedule_CreateOpenShift", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -519352,55 +415915,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_accept", - "Method": "Post", + "OperationId": "team.schedule_GetOpenShift", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "openShift-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_cancel", - "Method": "Post", + "OperationId": "team.schedule_UpdateOpenShift", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "openShift-id", "Location": "Path" } ] @@ -519408,111 +415963,111 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_decline", - "Method": "Post", + "OperationId": "team.schedule_DeleteOpenShift", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "openShift-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/openShifts/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_dismissReminder", - "Method": "Post", + "OperationId": "team.schedule.openShift_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/schedulingGroups", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_forward", - "Method": "Post", + "OperationId": "team.schedule_ListSchedulingGroup", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/schedulingGroups", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_snoozeReminder", + "OperationId": "team.schedule_CreateSchedulingGroup", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" } ] @@ -519520,51 +416075,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_tentativelyAccept", - "Method": "Post", + "OperationId": "team.schedule_GetSchedulingGroup", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "schedulingGroup-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.getSchedule", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar_getSchedule", - "Method": "Post", + "OperationId": "team.schedule_UpdateSchedulingGroup", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "schedulingGroup-id", "Location": "Path" } ] @@ -519572,147 +416123,111 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.schedule_DeleteSchedulingGroup", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "schedulingGroup-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/schedulingGroups/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.schedule.schedulingGroup_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/shifts", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.schedule_ListShift", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_accept", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/shifts", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_cancel", + "OperationId": "team.schedule_CreateShift", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "team-id", "Location": "Path" } ] @@ -519720,63 +416235,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_decline", - "Method": "Post", + "OperationId": "team.schedule_GetShift", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "shift-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_dismissReminder", - "Method": "Post", + "OperationId": "team.schedule_UpdateShift", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "shift-id", "Location": "Path" } ] @@ -519784,123 +416283,111 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_forward", - "Method": "Post", + "OperationId": "team.schedule_DeleteShift", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "shift-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/shifts/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_snoozeReminder", - "Method": "Post", + "OperationId": "team.schedule.shift_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/shiftsRoleDefinitions", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "team.schedule_ListShiftsRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/shiftsRoleDefinitions", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_accept", + "OperationId": "team.schedule_CreateShiftsRoleDefinition", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -519908,55 +416395,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "team.schedule_GetShiftsRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "shiftsRoleDefinition-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "team.schedule_UpdateShiftsRoleDefinition", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "shiftsRoleDefinition-id", "Location": "Path" } ] @@ -519964,111 +416443,111 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "team.schedule_DeleteShiftsRoleDefinition", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "shiftsRoleDefinition-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/shiftsRoleDefinitions/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "team.schedule.shiftsRoleDefinition_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "team.schedule_ListSwapShiftsChangeRequest", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_tentativelyAccept", + "OperationId": "team.schedule_CreateSwapShiftsChangeRequest", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -520076,59 +416555,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.schedule_GetSwapShiftsChangeRequest", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "swapShiftsChangeRequest-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.schedule_UpdateSwapShiftsChangeRequest", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "swapShiftsChangeRequest-id", "Location": "Path" } ] @@ -520136,191 +416603,203 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "team.schedule_DeleteSwapShiftsChangeRequest", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "swapShiftsChangeRequest-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "team.schedule.swapShiftsChangeRequest_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeCards", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "team.schedule_ListTimeCard", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeCards", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_dismissReminder", + "OperationId": "team.schedule_CreateTimeCard", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.schedule_GetTimeCard", + "Method": "Get", + "Parameters": [ { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "timeCard-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "team.schedule_UpdateTimeCard", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "timeCard-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.schedule_DeleteTimeCard", + "Method": "Delete", + "Parameters": [ { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "timeCard-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.clockOut", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder", + "OperationId": "team.schedule.timeCard_clockOut", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "timeCard-id", "Location": "Path" } ] @@ -520328,31 +416807,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.confirm", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept", + "OperationId": "team.schedule.timeCard_confirm", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "timeCard-id", "Location": "Path" } ] @@ -520360,27 +416827,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.endBreak", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_accept", + "OperationId": "team.schedule.timeCard_endBreak", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "timeCard-id", "Location": "Path" } ] @@ -520388,27 +416847,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.startBreak", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_cancel", + "OperationId": "team.schedule.timeCard_startBreak", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "timeCard-id", "Location": "Path" } ] @@ -520416,55 +416867,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeCards/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_decline", - "Method": "Post", + "OperationId": "team.schedule.timeCard_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeCards/microsoft.graph.clockIn", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_dismissReminder", + "OperationId": "team.schedule.timeCard_clockIn", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -520472,55 +416907,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeOffReasons", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_forward", - "Method": "Post", + "OperationId": "team.schedule_ListTimeOffReason", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeOffReasons", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_snoozeReminder", + "OperationId": "team.schedule_CreateTimeOffReason", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" } ] @@ -520528,51 +416971,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "team.schedule_GetTimeOffReason", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "timeOffReason-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_accept", - "Method": "Post", + "OperationId": "team.schedule_UpdateTimeOffReason", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "timeOffReason-id", "Location": "Path" } ] @@ -520580,95 +417019,111 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_cancel", - "Method": "Post", + "OperationId": "team.schedule_DeleteTimeOffReason", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "timeOffReason-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeOffReasons/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_decline", - "Method": "Post", + "OperationId": "team.schedule.timeOffReason_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeOffRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_dismissReminder", - "Method": "Post", + "OperationId": "team.schedule_ListTimeOffRequest", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeOffRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_forward", + "OperationId": "team.schedule_CreateTimeOffRequest", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" } ] @@ -520676,47 +417131,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_snoozeReminder", - "Method": "Post", + "OperationId": "team.schedule_GetTimeOffRequest", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "timeOffRequest-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_tentativelyAccept", - "Method": "Post", + "OperationId": "team.schedule_UpdateTimeOffRequest", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "timeOffRequest-id", "Location": "Path" } ] @@ -520724,115 +417179,111 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.schedule_DeleteTimeOffRequest", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "timeOffRequest-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timeOffRequests/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.schedule.timeOffRequest_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timesOff", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.schedule_ListTimesOff", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timesOff", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_accept", + "OperationId": "team.schedule_CreateTimesOff", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - }, - { - "Name": "event-id2", + "Name": "team-id", "Location": "Path" } ] @@ -520840,63 +417291,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_cancel", - "Method": "Post", + "OperationId": "team.schedule_GetTimesOff", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "timeOff-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_decline", - "Method": "Post", + "OperationId": "team.schedule_UpdateTimesOff", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "timeOff-id", "Location": "Path" } ] @@ -520904,155 +417339,159 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_dismissReminder", - "Method": "Post", + "OperationId": "team.schedule_DeleteTimesOff", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "timeOff-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/schedule/timesOff/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_forward", - "Method": "Post", + "OperationId": "team.schedule.timesOff_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/tags", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_snoozeReminder", - "Method": "Post", + "OperationId": "team_ListTag", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/tags", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_tentativelyAccept", + "OperationId": "team_CreateTag", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/tags/{teamworkTag-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team_GetTag", + "Method": "Get", + "Parameters": [ { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/tags/{teamworkTag-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "team_UpdateTag", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamworkTag-id", "Location": "Path" } ] @@ -521060,83 +417499,95 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/tags/{teamworkTag-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "team_DeleteTag", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "team.tag_ListMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_dismissReminder", + "OperationId": "team.tag_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamworkTag-id", "Location": "Path" } ] @@ -521144,55 +417595,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "team.tag_GetMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamworkTagMember-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "team.tag_UpdateMember", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamworkTagMember-id", "Location": "Path" } ] @@ -521200,479 +417651,497 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "team.tag_DeleteMember", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamworkTagMember-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.tag.member_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/tags/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "team.tag_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/template", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "team_GetTemplate", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teams/{team-id}/templateDefinition", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "team_GetTemplateDefinition", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teams/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "team_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teams/microsoft.graph.allMessages()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "team_allMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teams/microsoft.graph.getAllMessages()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "team_getAllMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "model", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teams/microsoft.graph.getOpenShifts()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "team_getOpenShift", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teams/microsoft.graph.getShifts()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "team_getShift", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teams/microsoft.graph.getTimesOff()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_accept", - "Method": "Post", + "OperationId": "team_getTimesOff", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendar.event.instance_cancel", - "Method": "Post", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_decline", - "Method": "Post", + "OperationId": "teamwork_GetTeamwork", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_dismissReminder", - "Method": "Post", + "OperationId": "teamwork_UpdateTeamwork", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/teamwork/deletedChats", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork_ListDeletedChat", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/deletedChats", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_forward", + "OperationId": "teamwork_CreateDeletedChat", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/teamwork/deletedChats/{deletedChat-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork_GetDeletedChat", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "deletedChat-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedChats/{deletedChat-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork_UpdateDeletedChat", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "deletedChat-id", "Location": "Path" } ] @@ -521680,51 +418149,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedChats/{deletedChat-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "teamwork_DeleteDeletedChat", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "deletedChat-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedChats/{deletedChat-id}/microsoft.graph.undoDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_accept", + "OperationId": "teamwork.deletedChat_undoDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "deletedChat-id", "Location": "Path" } ] @@ -521732,95 +418185,114 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedChats/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_cancel", - "Method": "Post", + "OperationId": "teamwork.deletedChat_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_decline", - "Method": "Post", + "OperationId": "teamwork_ListDeletedTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_dismissReminder", + "OperationId": "teamwork_CreateDeletedTeam", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/teamwork/deletedTeams/{deletedTeam-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork_GetDeletedTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_forward", - "Method": "Post", + "OperationId": "teamwork_UpdateDeletedTeam", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "deletedTeam-id", "Location": "Path" } ] @@ -521828,67 +418300,83 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork_DeleteDeletedTeam", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_tentativelyAccept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam_ListChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/microsoft.graph.getSchedule", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar_getSchedule", + "OperationId": "teamwork.deletedTeam_CreateChannel", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "deletedTeam-id", "Location": "Path" } ] @@ -521896,43 +418384,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.deletedTeam_GetChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.deletedTeam_UpdateChannel", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" } ] @@ -521940,111 +418432,95 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.deletedTeam_DeleteChannel", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence.instance_accept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_GetFilesFolder", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence.instance_cancel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_GetFilesFolderContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence.instance_decline", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_SetFilesFolderContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "channel-id", "Location": "Path" } ] @@ -522052,27 +418528,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence.instance_dismissReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_GetFilesFolderContentStream", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "channel-id", "Location": "Path" } ] @@ -522080,27 +418548,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence.instance_forward", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_SetFilesFolderContentStream", + "Method": "Put", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "channel-id", "Location": "Path" } ] @@ -522108,55 +418568,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence.instance_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_ListMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence.instance_tentativelyAccept", + "OperationId": "teamwork.deletedTeam.channel_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "channel-id", "Location": "Path" } ] @@ -522164,47 +418640,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_GetMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_UpdateMember", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationMember-id", "Location": "Path" } ] @@ -522212,71 +418696,75 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_DeleteMember", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.member_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/microsoft.graph.add", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence_forward", + "OperationId": "teamwork.deletedTeam.channel.member_add", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" } ] @@ -522284,47 +418772,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_ListMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence_tentativelyAccept", + "OperationId": "teamwork.deletedTeam.channel_CreateMessage", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" } ] @@ -522332,51 +418844,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_GetMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_UpdateMessage", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -522384,83 +418900,107 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_DeleteMessage", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_ListHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance.exceptionOccurrence_decline", + "OperationId": "teamwork.deletedTeam.channel.message_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -522468,55 +419008,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_GetHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -522524,55 +419072,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -522580,23 +419132,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_accept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -522604,47 +419160,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_cancel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_decline", + "OperationId": "teamwork.deletedTeam.channel.message_setReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -522652,23 +419216,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_dismissReminder", + "OperationId": "teamwork.deletedTeam.channel.message_softDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -522676,23 +419240,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_forward", + "OperationId": "teamwork.deletedTeam.channel.message_undoSoftDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -522700,23 +419264,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_snoozeReminder", + "OperationId": "teamwork.deletedTeam.channel.message_unsetReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -522724,43 +419288,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_ListReply", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView_accept", + "OperationId": "teamwork.deletedTeam.channel.message_CreateReply", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" } ] @@ -522768,79 +419368,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView_cancel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_GetReply", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendarView_decline", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView_dismissReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_UpdateReply", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendarView_forward", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -522848,199 +419432,247 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_DeleteReply", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendarView_tentativelyAccept", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.installedApp_upgrade", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_ListHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "chatMessage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/members/microsoft.graph.add", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.chat.member_add", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "chat-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_setReaction", + "OperationId": "teamwork.deletedTeam.channel.message.reply_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_softDelete", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_GetHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_undoSoftDelete", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_unsetReaction", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_setReaction", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { @@ -523050,25 +419682,29 @@ { "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_softDelete", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { @@ -523078,25 +419714,29 @@ { "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_undoSoftDelete", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { @@ -523106,25 +419746,33 @@ { "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_unsetReaction", + "OperationId": "teamwork.deletedTeam.channel.message.reply_setReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" }, { @@ -523140,39 +419788,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/microsoft.graph.hideForUser", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_hideGraphFPreUser", + "OperationId": "teamwork.deletedTeam.channel.message.reply_softDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/microsoft.graph.markChatReadForUser", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.chat_markChatReadGraphFPreUser", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -523180,39 +419816,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/microsoft.graph.markChatUnreadForUser", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_markChatUnreadGraphFPreUser", + "OperationId": "teamwork.deletedTeam.channel.message.reply_undoSoftDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/microsoft.graph.removeAllAccessForUser", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.chat_removeAllAccessGraphFPreUser", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -523220,39 +419844,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/microsoft.graph.sendActivityNotification", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_sendActivityNotification", + "OperationId": "teamwork.deletedTeam.channel.message.reply_unsetReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/microsoft.graph.unhideForUser", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.chat_unhideGraphFPreUser", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -523260,99 +419872,187 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.changeUserAccountType", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_changeUserAccountType", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "cloudPC-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.createSnapshot", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_createSnapshot", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_delta", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "cloudPC-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.endGracePeriod", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_endGracePeriod", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "cloudPC-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.powerOff", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.delta()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_powerOff", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_delta", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "cloudPC-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.powerOn", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.archive", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_powerOn", + "OperationId": "teamwork.deletedTeam.channel_archive", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "cloudPC-id", + "Name": "channel-id", "Location": "Path" } ] @@ -523360,19 +420060,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.reboot", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.completeMigration", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_reboot", + "OperationId": "teamwork.deletedTeam.channel_completeMigration", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "cloudPC-id", + "Name": "channel-id", "Location": "Path" } ] @@ -523380,39 +420080,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.rename", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_rename", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_doesUserHaveAccess", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "cloudPC-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "userId", + "Location": "Query" + }, + { + "Name": "tenantId", + "Location": "Query" + }, + { + "Name": "userPrincipalName", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.reprovision", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.provisionEmail", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_reprovision", + "OperationId": "teamwork.deletedTeam.channel_provisionEmail", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "cloudPC-id", + "Name": "channel-id", "Location": "Path" } ] @@ -523420,19 +420132,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.resize", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.removeEmail", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_resize", + "OperationId": "teamwork.deletedTeam.channel_removeEmail", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "cloudPC-id", + "Name": "channel-id", "Location": "Path" } ] @@ -523440,19 +420152,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.restore", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.unarchive", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_restore", + "OperationId": "teamwork.deletedTeam.channel_unarchive", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "cloudPC-id", + "Name": "channel-id", "Location": "Path" } ] @@ -523460,39 +420172,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.retryPartnerAgentInstallation", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_retryPartnerAgentInstallation", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_ListSharedGraphWPreTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "cloudPC-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.start", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_start", + "OperationId": "teamwork.deletedTeam.channel_CreateSharedGraphWPreTeam", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "cloudPC-id", + "Name": "channel-id", "Location": "Path" } ] @@ -523500,55 +420244,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.stop", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_stop", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_GetSharedGraphWPreTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "cloudPC-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.troubleshoot", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_troubleshoot", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_UpdateSharedGraphWPreTeam", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "cloudPC-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/microsoft.graph.bulkResize", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.cloudPC_bulkResize", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" } ] @@ -523556,239 +420300,283 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/microsoft.graph.validateBulkResize", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_validateBulkResize", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_DeleteSharedGraphWPreTeam", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.assign", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.deviceEnrollmentConfiguration_assign", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "deviceEnrollmentConfiguration-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.setPriority", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.deviceEnrollmentConfiguration_setPriority", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_ListAllowedMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "deviceEnrollmentConfiguration-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations/microsoft.graph.createEnrollmentNotificationConfiguration", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.deviceEnrollmentConfiguration_createEnrollmentNotificationConfiguration", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/deviceEnrollmentConfigurations/microsoft.graph.hasPayloadLinks", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.deviceEnrollmentConfiguration_hasPayloadLink", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_GetAllowedMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.drive.item.listItem.documentSetVersion_restore", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "conversationMember-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.createLink", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_createLink", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam.allowedMember_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.version_restoreVersion", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_GetTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.assignSensitivityLabel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_assignSensitivityLabel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.checkin", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_checkin", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_ListTab", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.checkout", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_checkout", + "OperationId": "teamwork.deletedTeam.channel_CreateTab", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "channel-id", "Location": "Path" } ] @@ -523796,47 +420584,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.copy", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_copy", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_GetTab", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "teamsTab-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createLink", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_createLink", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_UpdateTab", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "teamsTab-id", "Location": "Path" } ] @@ -523844,299 +420640,422 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_DeleteTab", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "teamsTab-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.extractSensitivityLabels", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_extractSensitivityLabel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.tab_GetTeamsApp", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "teamsTab-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.follow", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_follow", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.tab_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.invite", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_invite", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.permanentDelete", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/microsoft.graph.allMessages()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_permanentDelete", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_allMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.preview", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/microsoft.graph.getAllMessages()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_preview", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_getAllMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "model", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.restore", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/microsoft.graph.getAllRetainedMessages()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_restore", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_getAllRetainedMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.unfollow", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_unfollow", - "Method": "Post", + "OperationId": "teamwork.deletedTeam_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.validatePermission", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/microsoft.graph.getAllMessages()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_validatePermission", - "Method": "Post", + "OperationId": "teamwork.deletedTeam_getAllMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "model", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/microsoft.graph.grant", - "Module": "Users.Actions" + "Path": "/teamwork/devices", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item.permission_grant", - "Method": "Post", + "OperationId": "teamwork_ListDevice", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "permission-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/microsoft.graph.revokeGrants", - "Module": "Users.Actions" + "Path": "/teamwork/devices", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item.permission_revokeGrant", + "OperationId": "teamwork_CreateDevice", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/teamwork/devices/{teamworkDevice-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork_GetDevice", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "teamworkDevice-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "permission-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item.subscription_reauthorize", - "Method": "Post", + "OperationId": "teamwork_UpdateDevice", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "subscription-id", + "Name": "teamworkDevice-id", "Location": "Path" } ] @@ -524144,75 +421063,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item.version_restoreVersion", - "Method": "Post", + "OperationId": "teamwork_DeleteDevice", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "teamworkDevice-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/activity", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_associateGraphWPreHubSite", - "Method": "Post", + "OperationId": "teamwork.device_GetActivity", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamworkDevice-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/activity", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_copyToDefaultContentLocation", - "Method": "Post", + "OperationId": "teamwork.device_UpdateActivity", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "teamworkDevice-id", "Location": "Path" } ] @@ -524220,67 +421123,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.publish", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/activity", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_publish", - "Method": "Post", + "OperationId": "teamwork.device_DeleteActivity", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "teamworkDevice-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.unpublish", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/configuration", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_unpublish", - "Method": "Post", + "OperationId": "teamwork.device_GetConfiguration", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamworkDevice-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopy", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/configuration", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_addCopy", - "Method": "Post", + "OperationId": "teamwork.device_UpdateConfiguration", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "teamworkDevice-id", "Location": "Path" } ] @@ -524288,71 +421183,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopyFromContentTypeHub", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/configuration", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_addCopyFromContentTypeHub", - "Method": "Post", + "OperationId": "teamwork.device_DeleteConfiguration", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamworkDevice-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/health", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.item.documentSetVersion_restore", - "Method": "Post", + "OperationId": "teamwork.device_GetHealth", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "teamworkDevice-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.createLink", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/health", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.item_createLink", - "Method": "Post", + "OperationId": "teamwork.device_UpdateHealth", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "teamworkDevice-id", "Location": "Path" } ] @@ -524360,51 +421243,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/health", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.item.version_restoreVersion", - "Method": "Post", + "OperationId": "teamwork.device_DeleteHealth", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "teamworkDevice-id", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/microsoft.graph.restart", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.subscription_reauthorize", + "OperationId": "teamwork.device_restart", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "subscription-id", + "Name": "teamworkDevice-id", "Location": "Path" } ] @@ -524412,23 +421279,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/microsoft.graph.runDiagnostics", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.documentSetVersion_restore", + "OperationId": "teamwork.device_runDiagnostic", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "teamworkDevice-id", "Location": "Path" } ] @@ -524436,19 +421295,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/microsoft.graph.createLink", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/microsoft.graph.updateSoftware", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_createLink", + "OperationId": "teamwork.device_updateSoftware", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "teamworkDevice-id", "Location": "Path" } ] @@ -524456,43 +421311,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/operations", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.version_restoreVersion", - "Method": "Post", + "OperationId": "teamwork.device_ListOperation", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamworkDevice-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.assignSensitivityLabel", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/operations", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_assignSensitivityLabel", + "OperationId": "teamwork.device_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "teamworkDevice-id", "Location": "Path" } ] @@ -524500,39 +421375,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.checkin", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_checkin", - "Method": "Post", + "OperationId": "teamwork.device_GetOperation", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamworkDevice-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "teamworkDeviceOperation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.checkout", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_checkout", - "Method": "Post", + "OperationId": "teamwork.device_UpdateOperation", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamworkDevice-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "teamworkDeviceOperation-id", "Location": "Path" } ] @@ -524540,159 +421423,220 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.copy", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_copy", - "Method": "Post", + "OperationId": "teamwork.device_DeleteOperation", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamworkDevice-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "teamworkDeviceOperation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.createLink", - "Module": "Users.Actions" + "Path": "/teamwork/devices/{teamworkDevice-id}/operations/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_createLink", - "Method": "Post", + "OperationId": "teamwork.device.operation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamworkDevice-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/devices/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.device_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.extractSensitivityLabels", - "Module": "Users.Actions" + "Path": "/teamwork/microsoft.graph.sendActivityNotificationToRecipients", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_extractSensitivityLabel", + "OperationId": "teamwork_sendActivityNotificationToRecipient", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamsAppSettings", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork_GetTeamsAppSetting", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.follow", - "Module": "Users.Actions" + "Path": "/teamwork/teamsAppSettings", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_follow", - "Method": "Post", + "OperationId": "teamwork_UpdateTeamsAppSetting", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamsAppSettings", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork_DeleteTeamsAppSetting", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.invite", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_invite", - "Method": "Post", + "OperationId": "teamwork_ListTeamTemplate", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.permanentDelete", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_permanentDelete", + "OperationId": "teamwork_CreateTeamTemplate", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork_GetTeamTemplate", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.preview", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_preview", - "Method": "Post", + "OperationId": "teamwork_UpdateTeamTemplate", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "teamTemplate-id", "Location": "Path" } ] @@ -524700,59 +421644,83 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.restore", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_restore", - "Method": "Post", + "OperationId": "teamwork_DeleteTeamTemplate", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.unfollow", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_unfollow", - "Method": "Post", + "OperationId": "teamwork.teamTemplate_ListDefinition", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.validatePermission", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_validatePermission", + "OperationId": "teamwork.teamTemplate_CreateDefinition", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "teamTemplate-id", "Location": "Path" } ] @@ -524760,47 +421728,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/microsoft.graph.grant", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.permission_grant", - "Method": "Post", + "OperationId": "teamwork.teamTemplate_GetDefinition", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "permission-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/microsoft.graph.revokeGrants", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.permission_revokeGrant", - "Method": "Post", + "OperationId": "teamwork.teamTemplate_UpdateDefinition", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "drive-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -524808,67 +421776,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.subscription_reauthorize", - "Method": "Post", + "OperationId": "teamwork.teamTemplate_DeleteDefinition", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "subscription-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.version_restoreVersion", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition_GetTeamDefinition", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition_UpdateTeamDefinition", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -524876,163 +421848,207 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition_DeleteTeamDefinition", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/allChannels", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListAllChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/allChannels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence.instance_accept", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetAllChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/allChannels/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence.instance_cancel", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.allChannel_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence.instance_decline", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence.instance_dismissReminder", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_CreateChannel", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -525040,55 +422056,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence.instance_forward", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence.instance_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdateChannel", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "channel-id", "Location": "Path" } ] @@ -525096,99 +422112,111 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeleteChannel", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/filesFolder", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetFilesFolder", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/filesFolder/content", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetFilesFolderContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/filesFolder/content", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence_decline", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_SetFilesFolderContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" } ] @@ -525196,23 +422224,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/filesFolder/contentStream", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetFilesFolderContentStream", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" } ] @@ -525220,23 +422248,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/filesFolder/contentStream", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence_forward", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_SetFilesFolderContentStream", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" } ] @@ -525244,47 +422272,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_ListMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence_tentativelyAccept", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" } ] @@ -525292,51 +422352,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance.exceptionOccurrence.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_UpdateMember", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "conversationMember-id", "Location": "Path" } ] @@ -525344,83 +422416,87 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance.exceptionOccurrence_accept", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_DeleteMember", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/members/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance.exceptionOccurrence_cancel", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.member_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/members/microsoft.graph.add", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance.exceptionOccurrence_decline", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.member_add", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "channel-id", "Location": "Path" } ] @@ -525428,55 +422504,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance.exceptionOccurrence_dismissReminder", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_ListMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id2", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance.exceptionOccurrence_forward", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_CreateMessage", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "channel-id", "Location": "Path" } ] @@ -525484,55 +422584,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance.exceptionOccurrence_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance.exceptionOccurrence_tentativelyAccept", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_UpdateMessage", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id2", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -525540,71 +422648,119 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_accept", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_DeleteMessage", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_cancel", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_ListHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_decline", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" } ] @@ -525612,47 +422768,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_dismissReminder", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_GetHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_forward", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -525660,67 +422840,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.event_accept", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -525728,39 +422908,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event_cancel", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.event_decline", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -525768,79 +422940,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event_dismissReminder", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.event_forward", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event_snoozeReminder", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_setReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.event_tentativelyAccept", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -525848,63 +423004,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/followedSites/microsoft.graph.add", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.followedSite_add", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_softDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/followedSites/microsoft.graph.remove", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.followedSite_remove", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/microsoft.graph.evaluate", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.informationProtection.dataLossPreventionPolicy_evaluate", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/informationProtection/microsoft.graph.decryptBuffer", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.informationProtection_decryptBuffer", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -525912,63 +423032,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/microsoft.graph.encryptBuffer", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.informationProtection_encryptBuffer", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_undoSoftDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/informationProtection/microsoft.graph.signDigest", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.informationProtection_signDigest", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/informationProtection/microsoft.graph.verifySignature", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.informationProtection_verifySignature", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/informationProtection/policy/labels/microsoft.graph.evaluateApplication", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.informationProtection.policy.label_evaluateApplication", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -525976,47 +423060,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/policy/labels/microsoft.graph.evaluateClassificationResults", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.informationProtection.policy.label_evaluateClassificationResult", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_unsetReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/informationProtection/policy/labels/microsoft.graph.evaluateRemoval", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.informationProtection.policy.label_evaluateRemoval", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/informationProtection/policy/labels/microsoft.graph.extractLabel", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.informationProtection.policy.label_extractLabel", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" } ] @@ -526024,79 +423088,87 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.evaluate", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.informationProtection.sensitivityLabel.sublabel_evaluate", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_ListReply", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/informationProtection/sensitivityLabels/microsoft.graph.evaluate", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.informationProtection.sensitivityLabel_evaluate", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedGroups/microsoft.graph.evaluateDynamicMembership", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.joinedGroup_evaluateDynamicMembership", - "Method": "Post", - "Parameters": [ + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message.attachment_createUploadSession", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_CreateReply", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -526104,55 +423176,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.copy", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_copy", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_GetReply", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.createForward", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_createForward", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_UpdateReply", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -526160,83 +423248,131 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.createReply", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_createReply", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_DeleteReply", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.createReplyAll", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_createReplyAll", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_ListHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_forward", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -526244,83 +423380,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.markAsJunk", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_markAsJunk", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_GetHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.markAsNotJunk", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_markAsNotJunk", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { - "Name": "mailFolder-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.move", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_move", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -526328,55 +423460,75 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.reply", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_reply", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.replyAll", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_replyAll", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -526384,27 +423536,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.send", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_send", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -526412,75 +423572,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.unsubscribe", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_unsubscribe", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.copy", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_copy", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "mailFolder-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.move", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_move", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_setReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -526488,23 +423644,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message.attachment_createUploadSession", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_softDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -526512,23 +423676,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.copy", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_copy", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_undoSoftDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -526536,23 +423708,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createForward", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_createForward", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_unsetReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -526560,119 +423740,207 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createReply", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_createReply", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createReplyAll", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_createReplyAll", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_delta", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_forward", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.markAsJunk", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/microsoft.graph.delta()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_markAsJunk", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.message_delta", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.markAsNotJunk", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/microsoft.graph.archive", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_markAsNotJunk", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_archive", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", "Location": "Path" } ] @@ -526680,23 +423948,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.move", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/microsoft.graph.completeMigration", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_move", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_completeMigration", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", "Location": "Path" } ] @@ -526704,47 +423972,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.reply", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_reply", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_doesUserHaveAccess", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "userId", + "Location": "Query" + }, + { + "Name": "tenantId", + "Location": "Query" + }, + { + "Name": "userPrincipalName", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.replyAll", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/microsoft.graph.provisionEmail", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_replyAll", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_provisionEmail", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", "Location": "Path" } ] @@ -526752,23 +424032,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.send", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/microsoft.graph.removeEmail", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_send", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_removeEmail", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", "Location": "Path" } ] @@ -526776,23 +424056,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.unsubscribe", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/microsoft.graph.unarchive", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_unsubscribe", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_unarchive", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", "Location": "Path" } ] @@ -526800,63 +424080,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/microsoft.graph.copy", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder_copy", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_ListSharedGraphWPreTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/microsoft.graph.move", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.mailFolder_move", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice.logCollectionRequest_createDownloadUrl", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_CreateSharedGraphWPreTeam", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "deviceLogCollectionResponse-id", + "Name": "channel-id", "Location": "Path" } ] @@ -526864,79 +424160,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.activateDeviceEsim", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_activateDeviceEsim", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetSharedGraphWPreTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_bypassActivationLock", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_cleanWindowsDevice", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_UpdateSharedGraphWPreTeam", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.createDeviceLogCollectionRequest", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_createDeviceLogCollectionRequest", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" } ] @@ -526944,319 +424224,315 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_deleteUserFromSharedAppleDevice", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_DeleteSharedGraphWPreTeam", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.deprovision", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_deprovision", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.disable", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_disable", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.sharedGraphWPreTeam_ListAllowedMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.disableLostMode", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_disableLostMode", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.enableLostMode", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_enableLostMode", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.sharedGraphWPreTeam_GetAllowedMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.enrollNowAction", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_enrollNowAction", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.initiateDeviceAttestation", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_initiateDeviceAttestation", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "conversationMember-id", "Location": "Path" }, { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.initiateMobileDeviceManagementKeyRecovery", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_initiateMobileDeviceManagementKeyRecovery", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.sharedGraphWPreTeam.allowedMember_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.initiateOnDemandProactiveRemediation", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_initiateOnDemandProactiveRemediation", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.locateDevice", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_locateDevice", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.sharedGraphWPreTeam_GetTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.logoutSharedAppleDeviceActiveUser", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_logoutSharedAppleDeviceActiveUser", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.overrideComplianceState", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/sharedWithTeams/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_overrideComplianceState", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.sharedGraphWPreTeam_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.pauseConfigurationRefresh", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_pauseConfigurationRefresh", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.playLostModeSound", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_playLostModeSound", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_ListTab", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.rebootNow", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_rebootNow", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.recoverPasscode", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_recoverPasscode", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_CreateTab", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" } ] @@ -527264,79 +424540,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.reenable", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_reenable", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetTab", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.remoteLock", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_remoteLock", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamsTab-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.removeDeviceFirmwareConfigurationInterfaceManagement", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_removeDeviceFirmwareConfigurationInterfaceManagement", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_UpdateTab", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.reprovisionCloudPc", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_reprovisionCloudPc", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamsTab-id", "Location": "Path" } ] @@ -527344,379 +424604,579 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.requestRemoteAssistance", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_requestRemoteAssistance", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_DeleteTab", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.resetPasscode", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_resetPasscode", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamsTab-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.resizeCloudPc", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_resizeCloudPc", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.tab_GetTeamsApp", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.restoreCloudPc", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_restoreCloudPc", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamsTab-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.retire", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/tabs/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_retire", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel.tab_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.revokeAppleVppLicenses", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_revokeAppleVppLicense", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.rotateBitLockerKeys", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_rotateBitLockerKey", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.rotateFileVaultKey", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/microsoft.graph.allMessages()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_rotateFileVaultKey", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_allMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.rotateLocalAdminPassword", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/microsoft.graph.getAllMessages()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_rotateLocalAdminPassword", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_getAllMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "model", + "Location": "Query" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.sendCustomNotificationToCompanyPortal", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/microsoft.graph.getAllRetainedMessages()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_sendCustomNotificationToCompanyPortal", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.channel_getAllRetainedMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.setCloudPcReviewStatus", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/group", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_setCloudPcReviewStatus", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetGroup", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.setDeviceName", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/group/serviceProvisioningErrors", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_setDeviceName", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.group_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.shutDown", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/group/serviceProvisioningErrors/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_shutDown", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.group.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.syncDevice", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/incomingChannels", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_syncDevice", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListIncomingChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.triggerConfigurationManagerAction", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/incomingChannels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_triggerConfigurationManagerAction", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetIncomingChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.updateWindowsDeviceAccount", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_updateWindowsDeviceAccount", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderScan", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/incomingChannels/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_windowsDefenderScan", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.incomingChannel_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderUpdateSignatures", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_windowsDefenderUpdateSignature", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListInstalledApp", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.wipe", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_wipe", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_CreateInstalledApp", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -527724,95 +425184,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/microsoft.graph.bulkReprovisionCloudPc", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_bulkReprovisionCloudPc", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetInstalledApp", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/microsoft.graph.bulkRestoreCloudPc", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_bulkRestoreCloudPc", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/microsoft.graph.bulkSetCloudPcReviewStatus", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_bulkSetCloudPcReviewStatus", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "teamsAppInstallation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/microsoft.graph.downloadAppDiagnostics", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_downloadAppDiagnostic", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdateInstalledApp", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/microsoft.graph.executeAction", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_executeAction", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/microsoft.graph.moveDevicesToOU", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_moveDevicesToOU", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "teamsAppInstallation-id", "Location": "Path" } ] @@ -527820,39 +425240,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeleteInstalledApp", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "teamsAppInstallation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.copy", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_copy", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.installedApp_upgrade", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "teamsAppInstallation-id", "Location": "Path" } ] @@ -527860,99 +425292,163 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.createForward", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps/{teamsAppInstallation-id}/teamsApp", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_createForward", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.installedApp_GetTeamsApp", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "teamsAppInstallation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.createReply", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_createReply", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.installedApp_GetTeamsAppDefinition", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "teamsAppInstallation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.createReplyAll", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/installedApps/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_createReplyAll", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.installedApp_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_forward", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.markAsJunk", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_markAsJunk", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -527960,39 +425456,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.markAsNotJunk", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_markAsNotJunk", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.move", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_move", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdateMember", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" } ] @@ -528000,59 +425512,75 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.reply", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_reply", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeleteMember", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.replyAll", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/members/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_replyAll", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.member_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.send", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/members/microsoft.graph.add", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_send", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.member_add", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -528060,19 +425588,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.unsubscribe", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/microsoft.graph.archive", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_unsubscribe", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_archive", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -528080,31 +425608,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.assignLicense", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/microsoft.graph.clone", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_assignLicense", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_clone", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.changePassword", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user_changePassword", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -528112,31 +425628,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.checkMemberGroups", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/microsoft.graph.completeMigration", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_checkMemberGroup", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_completeMigration", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.checkMemberObjects", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user_checkMemberObject", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -528144,31 +425648,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.convertExternalToInternalMemberUser", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/microsoft.graph.sendActivityNotification", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_convertExternalToInternalMemberUser", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_sendActivityNotification", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.deletePasswordSingleSignOnCredentials", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user_deletePasswordSingleSignOnCredential", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -528176,31 +425668,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.exportPersonalData", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/microsoft.graph.unarchive", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_exportPersonalData", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_unarchive", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.findMeetingTimes", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user_findMeetingTime", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -528208,63 +425688,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getMailTips", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/operations", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_getMailTip", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListOperation", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getMemberGroups", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user_getMemberGroup", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getMemberObjects", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/operations", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_getMemberObject", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getPasswordSingleSignOnCredentials", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user_getPasswordSingleSignOnCredential", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -528272,31 +425760,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.invalidateAllRefreshTokens", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/operations/{teamsAsyncOperation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_invalidateAllRefreshToken", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetOperation", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "teamsAsyncOperation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.removeAllDevicesFromManagement", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/operations/{teamsAsyncOperation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_removeAllDevicesFromManagement", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdateOperation", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "teamsAsyncOperation-id", "Location": "Path" } ] @@ -528304,93 +425816,193 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.reprocessLicenseAssignment", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/operations/{teamsAsyncOperation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_reprocessLicenseAssignment", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeleteOperation", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "teamsAsyncOperation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.restore", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/operations/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_restore", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.operation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.retryServiceProvisioning", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_retryServiceProvisioning", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListOwner", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.revokeSignInSessions", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners/{user-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_revokeSignInSession", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetOwner", + "Method": "Get", "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, { "Name": "user-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.sendMail", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners/{user-id}/mailboxSettings", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_sendMail", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.owner_GetMailboxSetting", + "Method": "Get", "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, { "Name": "user-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.translateExchangeIds", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners/{user-id}/mailboxSettings", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_translateExchangeId", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.owner_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, { "Name": "user-id", "Location": "Path" @@ -528400,79 +426012,187 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.unblockManagedApps", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners/{user-id}/serviceProvisioningErrors", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_unblockManagedApp", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.owner_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, { "Name": "user-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.wipeAndBlockManagedApps", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners/{user-id}/serviceProvisioningErrors/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_wipeAndBlockManagedApp", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.owner.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, { "Name": "user-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationByDeviceTag", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_wipeManagedAppRegistrationGraphBPreDeviceTag", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.owner_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/permissionGrants", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_wipeManagedAppRegistrationsGraphBPreAzureAdDeviceId", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListPermissionGrant", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/permissionGrants", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_wipeManagedAppRegistrationsGraphBPreDeviceTag", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_CreatePermissionGrant", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -528480,43 +426200,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/microsoft.graph.createDownloadUrl", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mobileAppTroubleshootingEvent.appLogCollectionRequest_createDownloadUrl", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetPermissionGrant", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "mobileAppTroubleshootingEvent-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "appLogCollectionRequest-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_copyNotebook", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdatePermissionGrant", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" } ] @@ -528524,87 +426256,103 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_copyToNotebook", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeletePermissionGrant", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/permissionGrants/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.permissionGrant_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/photo", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section.page_copyToSection", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetPhoto", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenoteSection-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/photo", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdatePhoto", + "Method": "Patch", + "Parameters": [ + { + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -528612,31 +426360,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/photo/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetPhotoContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/photo/$value", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_SetPhotoContent", + "Method": "Put", + "Parameters": [ { - "Name": "onenoteSection-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -528644,119 +426400,143 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_copyToNotebook", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetPrimaryChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdatePrimaryChannel", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeletePrimaryChannel", + "Method": "Delete", + "Parameters": [ + { + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/filesFolder", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section.page_copyToSection", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetFilesFolder", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/filesFolder/content", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetFilesFolderContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/filesFolder/content", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_getNotebookFromWebUrl", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_SetFilesFolderContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -528764,19 +426544,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/filesFolder/contentStream", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.page_copyToSection", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetFilesFolderContentStream", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -528784,19 +426564,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/filesFolder/contentStream", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.page_onenotePatchContent", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_SetFilesFolderContentStream", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -528804,47 +426584,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_copyToNotebook", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_ListMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_copyToSectionGroup", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -528852,55 +426656,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section.page_copyToSection", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "conversationMember-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_UpdateMember", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "conversationMember-id", "Location": "Path" } ] @@ -528908,63 +426712,75 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.section_copyToNotebook", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_DeleteMember", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/members/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.member_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/members/microsoft.graph.add", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.section.page_copyToSection", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.member_add", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -528972,43 +426788,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_ListMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/microsoft.graph.sendVirtualAppointmentReminderSms", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onlineMeeting_sendVirtualAppointmentReminderSm", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_CreateMessage", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "onlineMeeting-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -529016,39 +426860,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/microsoft.graph.sendVirtualAppointmentSms", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onlineMeeting_sendVirtualAppointmentSm", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "onlineMeeting-id", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onlineMeetings(joinWebUrl=\u0027{joinWebUrl}\u0027)/microsoft.graph.sendVirtualAppointmentReminderSms", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onlineMeeting.joinWebUrl_sendVirtualAppointmentReminderSm", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_UpdateMessage", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "joinWebUrl", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" } ] @@ -529056,59 +426916,107 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onlineMeetings(joinWebUrl=\u0027{joinWebUrl}\u0027)/microsoft.graph.sendVirtualAppointmentSms", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onlineMeeting.joinWebUrl_sendVirtualAppointmentSm", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_DeleteMessage", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "joinWebUrl", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onlineMeetings/microsoft.graph.createOrGet", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onlineMeeting_createOrGet", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_ListHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.outlook.taskFolder.task.attachment_createUploadSession", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "outlookTaskFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "outlookTask-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -529116,51 +427024,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/microsoft.graph.complete", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.outlook.taskFolder.task_complete", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_GetHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "outlookTaskFolder-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "outlookTask-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.outlook.taskGroup.taskFolder.task.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "outlookTaskGroup-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "outlookTaskFolder-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "outlookTask-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -529168,47 +427088,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/microsoft.graph.complete", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.outlook.taskGroup.taskFolder.task_complete", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "outlookTaskGroup-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "outlookTaskFolder-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "outlookTask-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.outlook.task.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "outlookTask-id", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -529216,19 +427148,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/outlook/tasks/{outlookTask-id}/microsoft.graph.complete", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.outlook.task_complete", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "outlookTask-id", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -529236,47 +427176,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.acceptRecommendations", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.decision.instance_acceptRecommendation", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/microsoft.graph.setReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.decision.instance_applyDecision", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_setReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -529284,23 +427232,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/microsoft.graph.softDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.decision.instance_batchRecordDecision", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_softDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -529308,23 +427256,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.resetDecisions", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.decision.instance_resetDecision", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_undoSoftDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -529332,23 +427280,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.sendReminder", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/microsoft.graph.unsetReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.decision.instance_sendReminder", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_unsetReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -529356,47 +427304,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stop", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.decision.instance_stop", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_ListReply", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stopApplyDecisions", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.decision.instance_stopApplyDecision", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_CreateReply", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -529404,55 +427384,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/microsoft.graph.recordAllDecisions", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.decision.instance.stage.decision_recordAllDecision", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_GetReply", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/microsoft.graph.stop", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.decision.instance.stage_stop", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_UpdateReply", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -529460,119 +427448,119 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/microsoft.graph.recordAllDecisions", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.decision_recordAllDecision", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_DeleteReply", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.acceptRecommendations", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance_acceptRecommendation", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.applyDecisions", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance_applyDecision", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_ListHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance_batchRecordDecision", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.resetDecisions", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance_resetDecision", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.sendReminder", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance_sendReminder", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -529580,67 +427568,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.stop", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance_stop", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_GetHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.stopApplyDecisions", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance_stopApplyDecision", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/microsoft.graph.recordAllDecisions", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.stage.decision.instance.decision_recordAllDecision", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -529648,55 +427640,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.acceptRecommendations", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.stage.decision.instance_acceptRecommendation", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.stage.decision.instance_applyDecision", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -529704,27 +427708,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.stage.decision.instance_batchRecordDecision", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -529732,55 +427740,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.resetDecisions", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.stage.decision.instance_resetDecision", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.sendReminder", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.stage.decision.instance_sendReminder", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_setReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -529788,27 +427804,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stop", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.stage.decision.instance_stop", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_softDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -529816,27 +427832,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stopApplyDecisions", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.stage.decision.instance_stopApplyDecision", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_undoSoftDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -529844,23 +427860,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/microsoft.graph.recordAllDecisions", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.stage.decision_recordAllDecision", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_unsetReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -529868,99 +427888,187 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/microsoft.graph.stop", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.stage_stop", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/microsoft.graph.archive", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.planner.plan_archive", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_delta", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/microsoft.graph.moveToContainer", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.planner.plan_moveToContainer", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/microsoft.graph.unarchive", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/microsoft.graph.delta()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.planner.plan_unarchive", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_delta", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "plannerPlan-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/presence/microsoft.graph.clearPresence", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/microsoft.graph.archive", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.presence_clearPresence", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_archive", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -529968,15 +428076,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/presence/microsoft.graph.clearUserPreferredPresence", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/microsoft.graph.completeMigration", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.presence_clearUserPreferredPresence", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_completeMigration", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -529984,31 +428096,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/presence/microsoft.graph.setPresence", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.presence_setPresence", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_doesUserHaveAccess", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "userId", + "Location": "Query" + }, + { + "Name": "tenantId", + "Location": "Query" + }, + { + "Name": "userPrincipalName", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/presence/microsoft.graph.setStatusMessage", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/microsoft.graph.provisionEmail", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.presence_setStatusMessage", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_provisionEmail", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -530016,15 +428148,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/presence/microsoft.graph.setUserPreferredPresence", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/microsoft.graph.removeEmail", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.presence_setUserPreferredPresence", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_removeEmail", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -530032,15 +428168,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/microsoft.graph.security.evaluateApplication", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/microsoft.graph.unarchive", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.security.informationProtection.sensitivityLabel_evaluateApplication", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_unarchive", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -530048,31 +428188,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/microsoft.graph.security.evaluateClassificationResults", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.security.informationProtection.sensitivityLabel_evaluateClassificationResult", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_ListSharedGraphWPreTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/microsoft.graph.security.evaluateRemoval", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.security.informationProtection.sensitivityLabel_evaluateRemoval", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_CreateSharedGraphWPreTeam", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", "Location": "Path" } ] @@ -530080,31 +428260,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/security/informationProtection/sensitivityLabels/microsoft.graph.security.extractContentLabel", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.security.informationProtection.sensitivityLabel_extractContentLabel", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetSharedGraphWPreTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/microsoft.graph.sendActivityNotification", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_sendActivityNotification", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_UpdateSharedGraphWPreTeam", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" } ] @@ -530112,83 +428316,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.todo.list.task.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_DeleteSharedGraphWPreTeam", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "todoTaskList-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "todoTask-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/microsoft.graph.getByIds", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user_getGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/users/microsoft.graph.getUserOwnedObjects", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user_getUserOwnedObject", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/users/microsoft.graph.validatePassword", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user_validatePassword", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/users/microsoft.graph.validateProperties", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user_validateProperty", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/activities/microsoft.graph.recent()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.activity_recent", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.sharedGraphWPreTeam_ListAllowedMember", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", + "Location": "Path" + }, + { + "Name": "teamTemplateDefinition-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -530212,11 +428384,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -530228,55 +428400,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.appConsentRequestsGraphFPreApproval.userConsentRequest_filterGraphBPreCurrentUser", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.sharedGraphWPreTeam_GetAllowedMember", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "appConsentRequest-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "on", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "conversationMember-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.sharedGraphWPreTeam.allowedMember_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -530284,51 +428468,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/appConsentRequestsForApproval/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.appConsentRequestsGraphFPreApproval_filterGraphBPreCurrentUser", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.sharedGraphWPreTeam_GetTeam", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "on", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/sharedWithTeams/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.sharedGraphWPreTeam_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -530336,19 +428528,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/approvals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.approval_filterGraphBPreCurrentUser", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_ListTab", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "on", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { @@ -530372,11 +428564,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -530388,61 +428580,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_CreateTab", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetTab", + "Method": "Get", + "Parameters": [ { - "Name": "event-id1", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "teamsTab-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -530452,57 +428632,81 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_UpdateTab", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, + "Name": "teamsTab-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel_DeleteTab", + "Method": "Delete", + "Parameters": [ { - "Name": "endDateTime", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "teamsTab-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.tab_GetTeamsApp", + "Method": "Get", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "teamsTab-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -530512,41 +428716,21 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/tabs/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_delta", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.primaryChannel.tab_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -530554,50 +428738,98 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetSchedule", + "Method": "Get", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_SetSchedule", + "Method": "Put", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeleteSchedule", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/dayNotes", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListDayNote", + "Method": "Get", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { "Name": "$top", @@ -530620,11 +428852,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -530636,53 +428868,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/dayNotes", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateDayNote", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, + "Name": "teamTemplateDefinition-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/dayNotes/{dayNote-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetDayNote", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "dayNote-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -530692,93 +428920,121 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/dayNotes/{dayNote-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateDayNote", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "dayNote-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/dayNotes/{dayNote-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteDayNote", + "Method": "Delete", + "Parameters": [ { - "Name": "startDateTime", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "dayNote-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/dayNotes/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.dayNote_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$count", + "Name": "$search", "Location": "Query" }, { - "Name": "$select", + "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/microsoft.graph.share", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_share", + "Method": "Post", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/offerShiftRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_delta", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListOfferShiftRequest", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -530800,11 +429056,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -530816,61 +429072,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/offerShiftRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateOfferShiftRequest", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetOfferShiftRequest", + "Method": "Get", + "Parameters": [ { - "Name": "event-id1", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "offerShiftRequest-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -530880,59 +429124,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateOfferShiftRequest", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, + "Name": "offerShiftRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteOfferShiftRequest", + "Method": "Delete", + "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "offerShiftRequest-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/offerShiftRequests/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.offerShiftRequest_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -530940,24 +429204,20 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShiftChangeRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_delta", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListOpenShiftChangeRequest", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { "Name": "$top", @@ -530980,11 +429240,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -530996,39 +429256,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User=\u0027{User}\u0027)", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShiftChangeRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar_allowedCalendarSharingRole", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateOpenShiftChangeRequest", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "User", + "Name": "teamTemplateDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetOpenShiftChangeRequest", + "Method": "Get", + "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "openShiftChangeRequest-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -531036,48 +429308,72 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateOpenShiftChangeRequest", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "openShiftChangeRequest-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteOpenShiftChangeRequest", + "Method": "Delete", + "Parameters": [ { - "Name": "event-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "openShiftChangeRequest-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShiftChangeRequests/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.openShiftChangeRequest_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { "Name": "$search", @@ -531086,59 +429382,27 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShifts", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.exceptionOccurrence_delta", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListOpenShift", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -531160,11 +429424,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -531176,69 +429440,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShifts", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateOpenShift", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShifts/{openShift-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetOpenShift", + "Method": "Get", + "Parameters": [ { - "Name": "calendar-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "openShift-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -531248,44 +429492,72 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShifts/{openShift-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateOpenShift", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "openShift-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShifts/{openShift-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteOpenShift", + "Method": "Delete", + "Parameters": [ { - "Name": "event-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "openShift-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/openShifts/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.openShift_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { "Name": "$search", @@ -531294,55 +429566,27 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/schedulingGroups", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_delta", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListSchedulingGroup", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -531364,11 +429608,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -531380,69 +429624,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/schedulingGroups", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence.instance_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateSchedulingGroup", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetSchedulingGroup", + "Method": "Get", + "Parameters": [ { - "Name": "calendar-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "schedulingGroup-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -531452,44 +429676,72 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.exceptionOccurrence_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateSchedulingGroup", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "schedulingGroup-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteSchedulingGroup", + "Method": "Delete", + "Parameters": [ { - "Name": "event-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "schedulingGroup-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/schedulingGroups/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.schedulingGroup_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { "Name": "$search", @@ -531498,63 +429750,27 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shifts", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance.exceptionOccurrence_delta", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListShift", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -531576,11 +429792,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -531592,100 +429808,152 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shifts", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateShift", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shifts/{shift-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetShift", + "Method": "Get", + "Parameters": [ { - "Name": "calendar-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "shift-id", + "Location": "Path" }, { - "Name": "endDateTime", + "Name": "$select", "Location": "Query" }, { - "Name": "$top", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shifts/{shift-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateShift", + "Method": "Patch", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "shift-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shifts/{shift-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteShift", + "Method": "Delete", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "shift-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shifts/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_delta", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.shift_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "startDateTime", + "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shiftsRoleDefinitions", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListShiftsRoleDefinition", + "Method": "Get", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { "Name": "$top", @@ -531708,11 +429976,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -531724,47 +429992,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User=\u0027{User}\u0027)", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shiftsRoleDefinitions", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar_allowedCalendarSharingRole", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateShiftsRoleDefinition", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetShiftsRoleDefinition", + "Method": "Get", + "Parameters": [ { - "Name": "calendar-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "User", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "shiftsRoleDefinition-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -531772,44 +430044,72 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence.instance_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateShiftsRoleDefinition", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "shiftsRoleDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteShiftsRoleDefinition", + "Method": "Delete", + "Parameters": [ { - "Name": "event-id1", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "shiftsRoleDefinition-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/shiftsRoleDefinitions/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.shiftsRoleDefinition_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { "Name": "$search", @@ -531818,55 +430118,27 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/swapShiftsChangeRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.exceptionOccurrence_delta", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListSwapShiftsChangeRequest", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -531888,11 +430160,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -531904,100 +430176,152 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/swapShiftsChangeRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.exceptionOccurrence_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateSwapShiftsChangeRequest", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetSwapShiftsChangeRequest", + "Method": "Get", + "Parameters": [ { - "Name": "event-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "swapShiftsChangeRequest-id", + "Location": "Path" }, { - "Name": "endDateTime", + "Name": "$select", "Location": "Query" }, { - "Name": "$top", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateSwapShiftsChangeRequest", + "Method": "Patch", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "swapShiftsChangeRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteSwapShiftsChangeRequest", + "Method": "Delete", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "swapShiftsChangeRequest-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/swapShiftsChangeRequests/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_delta", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.swapShiftsChangeRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "startDateTime", + "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListTimeCard", + "Method": "Get", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { "Name": "$top", @@ -532020,11 +430344,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -532036,127 +430360,227 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateTimeCard", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/{timeCard-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetTimeCard", + "Method": "Get", + "Parameters": [ { - "Name": "startDateTime", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "timeCard-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/{timeCard-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateTimeCard", + "Method": "Patch", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "timeCard-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/{timeCard-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteTimeCard", + "Method": "Delete", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "timeCard-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/{timeCard-id}/microsoft.graph.clockOut", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence.instance_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_clockOut", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "timeCard-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/{timeCard-id}/microsoft.graph.confirm", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_confirm", + "Method": "Post", + "Parameters": [ { - "Name": "event-id1", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" - }, + "Name": "timeCard-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/{timeCard-id}/microsoft.graph.endBreak", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_endBreak", + "Method": "Post", + "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "timeCard-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/{timeCard-id}/microsoft.graph.startBreak", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_startBreak", + "Method": "Post", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "timeCard-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -532164,32 +430588,40 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeCards/microsoft.graph.clockIn", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.exceptionOccurrence_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_clockIn", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffReasons", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListTimeOffReason", + "Method": "Get", + "Parameters": [ { - "Name": "event-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { "Name": "$top", @@ -532212,11 +430644,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -532228,100 +430660,152 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffReasons", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.exceptionOccurrence_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateTimeOffReason", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetTimeOffReason", + "Method": "Get", + "Parameters": [ { - "Name": "event-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "timeOffReason-id", + "Location": "Path" }, { - "Name": "endDateTime", + "Name": "$select", "Location": "Query" }, { - "Name": "$top", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateTimeOffReason", + "Method": "Patch", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "timeOffReason-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteTimeOffReason", + "Method": "Delete", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "timeOffReason-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffReasons/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_delta", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeOffReason_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "startDateTime", + "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffRequests", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListTimeOffRequest", + "Method": "Get", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { "Name": "$top", @@ -532344,11 +430828,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -532360,92 +430844,124 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateTimeOffRequest", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetTimeOffRequest", + "Method": "Get", + "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "timeOffRequest-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateTimeOffRequest", + "Method": "Patch", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "timeOffRequest-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User=\u0027{User}\u0027)", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar_allowedCalendarSharingRole", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteTimeOffRequest", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "User", + "Name": "timeOffRequest-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timeOffRequests/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timeOffRequest_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { "Name": "$search", @@ -532454,43 +430970,27 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timesOff", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence.instance_delta", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_ListTimesOff", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -532512,11 +431012,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -532528,92 +431028,152 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timesOff", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.exceptionOccurrence_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_CreateTimesOff", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timesOff/{timeOff-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_GetTimesOff", + "Method": "Get", + "Parameters": [ { - "Name": "startDateTime", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "timeOff-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timesOff/{timeOff-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateTimesOff", + "Method": "Patch", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "timeOff-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timesOff/{timeOff-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteTimesOff", + "Method": "Delete", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "timeOff-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/schedule/timesOff/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance.exceptionOccurrence_delta", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.schedule.timesOff_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "startDateTime", + "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_ListTag", + "Method": "Get", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { "Name": "$top", @@ -532636,11 +431196,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -532652,84 +431212,128 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_CreateTag", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetTag", + "Method": "Get", + "Parameters": [ { - "Name": "startDateTime", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "teamworkTag-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_UpdateTag", + "Method": "Patch", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "teamworkTag-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_DeleteTag", + "Method": "Delete", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "teamworkTag-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView_delta", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.tag_ListMember", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "teamworkTag-id", + "Location": "Path" }, { "Name": "$top", @@ -532752,11 +431356,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -532768,107 +431372,151 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.tag_CreateMember", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "teamworkTag-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.tag_GetMember", + "Method": "Get", + "Parameters": [ + { + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "teamworkTag-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "teamworkTagMember-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.tag_UpdateMember", + "Method": "Patch", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "teamworkTag-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "teamworkTagMember-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_delta", - "Method": "Get", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.tag_DeleteMember", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamTemplateDefinition-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "teamworkTag-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "teamworkTagMember-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/{teamworkTag-id}/members/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.tag.member_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "teamworkTag-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -532876,24 +431524,20 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/microsoft.graph.allMessages()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/tags/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_allMessage", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition.tag_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { "Name": "$search", @@ -532902,17 +431546,29 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/template", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetTemplate", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "teamTemplate-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -532924,28 +431580,44 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/microsoft.graph.getAllMessages()", - "Module": "Users.Functions" + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/templateDefinition", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_getAllMessage", + "OperationId": "teamwork.teamTemplate.definition.teamDefinition_GetTemplateDefinition", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "teamTemplate-id", "Location": "Path" }, { - "Name": "model", - "Location": "Query" + "Name": "teamTemplateDefinition-id", + "Location": "Path" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate.definition_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "teamTemplate-id", + "Location": "Path" }, { "Name": "$search", @@ -532954,21 +431626,25 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamTemplates/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork.teamTemplate_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -532976,17 +431652,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/microsoft.graph.getAllRetainedMessages()", - "Module": "Users.Functions" + "Path": "/teamwork/workforceIntegrations", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_getAllRetainedMessage", + "OperationId": "teamwork_ListWorkforceIntegration", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -533008,11 +431680,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -533024,39 +431696,34 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.getCloudPcConnectivityHistory()", - "Module": "Users.Functions" + "Path": "/teamwork/workforceIntegrations", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork_CreateWorkforceIntegration", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_getCloudPcConnectivityHistory", + "OperationId": "teamwork_GetWorkforceIntegration", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "cloudPC-id", + "Name": "workforceIntegration-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -533064,19 +431731,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.getCloudPcLaunchInfo()", - "Module": "Users.Functions" + "Path": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_getCloudPcLaunchInfo", - "Method": "Get", + "OperationId": "teamwork_UpdateWorkforceIntegration", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "cloudPC-id", + "Name": "workforceIntegration-id", "Location": "Path" } ] @@ -533084,49 +431747,33 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.getFrontlineCloudPcAccessState()", - "Module": "Users.Functions" + "Path": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_getFrontlineCloudPcAccessState", - "Method": "Get", + "OperationId": "teamwork_DeleteWorkforceIntegration", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "workforceIntegration-id", "Location": "Path" }, { - "Name": "cloudPC-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.getSupportedCloudPcRemoteActions()", - "Module": "Users.Functions" + "Path": "/teamwork/workforceIntegrations/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_getSupportedCloudPcRemoteAction", + "OperationId": "teamwork.workforceIntegration_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "cloudPC-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -533134,35 +431781,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/microsoft.graph.getProvisionedCloudPCs(groupId=\u0027{groupId}\u0027,servicePlanId=\u0027{servicePlanId}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.cloudPC_getProvisionedCloudPC", + "OperationId": "user_ListChat", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "groupId", - "Location": "Path" - }, - { - "Name": "servicePlanId", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -533184,11 +431819,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -533200,67 +431835,99 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_delta", - "Method": "Get", + "OperationId": "user_CreateChat", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user_GetChat", + "Method": "Get", + "Parameters": [ { - "Name": "contactFolder-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "contactFolder-id1", + "Name": "chat-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user_UpdateChat", + "Method": "Patch", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" - }, + "Name": "chat-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user_DeleteChat", + "Method": "Delete", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/installedApps", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder_delta", + "OperationId": "user.chat_ListInstalledApp", "Method": "Get", "Parameters": [ { @@ -533268,7 +431935,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "chat-id", "Location": "Path" }, { @@ -533292,11 +431959,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -533308,95 +431975,131 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/installedApps", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_delta", - "Method": "Get", + "OperationId": "user.chat_CreateInstalledApp", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "chat-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_GetInstalledApp", + "Method": "Get", + "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "teamsAppInstallation-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_UpdateInstalledApp", + "Method": "Patch", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "teamsAppInstallation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.contactFolder_delta", - "Method": "Get", + "OperationId": "user.chat_DeleteInstalledApp", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "teamsAppInstallation-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat.installedApp_GetTeamsApp", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "teamsAppInstallation-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -533408,11 +432111,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.contact_delta", + "OperationId": "user.chat.installedApp_GetTeamsAppDefinition", "Method": "Get", "Parameters": [ { @@ -533420,33 +432123,17 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "teamsAppInstallation-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -533456,11 +432143,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/devices/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/installedApps/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.device_delta", + "OperationId": "user.chat.installedApp_GetCount", "Method": "Get", "Parameters": [ { @@ -533468,12 +432155,8 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { "Name": "$search", @@ -533482,17 +432165,29 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_GetLastMessagePreview", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -533504,35 +432199,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "user.chat_UpdateLastMessagePreview", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_DeleteLastMessagePreview", + "Method": "Delete", + "Parameters": [ { - "Name": "driveItem-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "chat-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/members", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_ListMember", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { - "Name": "interval", + "Name": "chat-id", "Location": "Path" }, { @@ -533556,11 +432279,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -533572,67 +432295,115 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_delta", - "Method": "Get", + "OperationId": "user.chat_CreateMember", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_GetMember", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "conversationMember-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_UpdateMember", + "Method": "Patch", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "conversationMember-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_DeleteMember", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "conversationMember-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=\u0027{token}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/members/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_delta", + "OperationId": "user.chat.member_GetCount", "Method": "Get", "Parameters": [ { @@ -533640,15 +432411,35 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/messages", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_ListMessage", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { - "Name": "token", + "Name": "chat-id", "Location": "Path" }, { @@ -533672,11 +432463,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -533688,79 +432479,115 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "user.chat_CreateMessage", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "chat-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_GetMessage", + "Method": "Get", + "Parameters": [ { - "Name": "startDateTime", + "Name": "user-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "chat-id", "Location": "Path" }, { - "Name": "interval", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_UpdateMessage", + "Method": "Patch", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_DeleteMessage", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.search(q=\u0027{q}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_search", + "OperationId": "user.chat.message_ListHostedContent", "Method": "Get", "Parameters": [ { @@ -533768,15 +432595,11 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "q", + "Name": "chatMessage-id", "Location": "Path" }, { @@ -533800,11 +432623,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -533816,23 +432639,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.isPublished()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_isPublished", - "Method": "Get", + "OperationId": "user.chat.message_CreateHostedContent", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -533840,11 +432663,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_getCompatibleHubContentType", + "OperationId": "user.chat.message_GetHostedContent", "Method": "Get", "Parameters": [ { @@ -533852,37 +432675,21 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -533892,79 +432699,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.item_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "user.chat.message_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "chatMessageHostedContent-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat.message_DeleteHostedContent", + "Method": "Delete", + "Parameters": [ { - "Name": "endDateTime", + "Name": "user-id", "Location": "Path" }, { - "Name": "interval", + "Name": "chat-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.item_delta", + "OperationId": "user.chat.message_GetHostedContentsContent", "Method": "Get", "Parameters": [ { @@ -533972,51 +432771,55 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "chatMessageHostedContent-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat.message_SetHostedContentsContent", + "Method": "Put", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=\u0027{token}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.item_delta", + "OperationId": "user.chat.message.hostedContent_GetCount", "Method": "Get", "Parameters": [ { @@ -534024,21 +432827,13 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "token", + "Name": "chatMessage-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -534046,33 +432841,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/microsoft.graph.recent()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive_recent", + "OperationId": "user.chat.message_ListReply", "Method": "Get", "Parameters": [ { @@ -534080,7 +432859,11 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" }, { @@ -534104,11 +432887,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -534120,53 +432903,57 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/microsoft.graph.search(q=\u0027{q}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive_search", - "Method": "Get", + "OperationId": "user.chat.message_CreateReply", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "q", + "Name": "chatMessage-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat.message_GetReply", + "Method": "Get", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -534176,63 +432963,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/microsoft.graph.sharedWithMe()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive_sharedGraphWPreMe", - "Method": "Get", + "OperationId": "user.chat.message_UpdateReply", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, + "Name": "chatMessage-id1", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat.message_DeleteReply", + "Method": "Delete", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_getActivitiesGraphBPreInterval", + "OperationId": "user.chat.message.reply_ListHostedContent", "Method": "Get", "Parameters": [ { @@ -534240,19 +433035,15 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "startDateTime", + "Name": "chat-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "interval", + "Name": "chatMessage-id1", "Location": "Path" }, { @@ -534276,11 +433067,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -534292,47 +433083,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_delta", - "Method": "Get", + "OperationId": "user.chat.message.reply_CreateHostedContent", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat.message.reply_GetHostedContent", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -534344,67 +433151,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta(token=\u0027{token}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_delta", - "Method": "Get", + "OperationId": "user.chat.message.reply_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "token", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" - }, + "Name": "chatMessageHostedContent-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat.message.reply_DeleteHostedContent", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_getActivitiesGraphBPreInterval", + "OperationId": "user.chat.message.reply_GetHostedContentsContent", "Method": "Get", "Parameters": [ { @@ -534412,63 +433231,63 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "interval", + "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat.message.reply_SetHostedContentsContent", + "Method": "Put", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.search(q=\u0027{q}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_search", + "OperationId": "user.chat.message.reply.hostedContent_GetCount", "Method": "Get", "Parameters": [ { @@ -534476,20 +433295,16 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "q", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { "Name": "$search", @@ -534498,33 +433313,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence.instance_delta", + "OperationId": "user.chat.message.reply_GetCount", "Method": "Get", "Parameters": [ { @@ -534532,29 +433331,13 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -534562,21 +433345,33 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/messages/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat.message_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -534584,11 +433379,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/operations", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.exceptionOccurrence_delta", + "OperationId": "user.chat_ListOperation", "Method": "Get", "Parameters": [ { @@ -534596,17 +433391,9 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -534628,11 +433415,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -534644,61 +433431,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/operations", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance.exceptionOccurrence_delta", - "Method": "Get", + "OperationId": "user.chat_CreateOperation", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_GetOperation", + "Method": "Get", + "Parameters": [ { - "Name": "event-id1", + "Name": "user-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "teamsAsyncOperation-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -534708,71 +433483,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_delta", - "Method": "Get", + "OperationId": "user.chat_UpdateOperation", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, + "Name": "teamsAsyncOperation-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_DeleteOperation", + "Method": "Delete", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "teamsAsyncOperation-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/operations/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event_delta", + "OperationId": "user.chat.operation_GetCount", "Method": "Get", "Parameters": [ { @@ -534780,20 +433547,8 @@ "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { "Name": "$search", @@ -534802,39 +433557,27 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedGroups/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedGroup_delta", + "OperationId": "user.chat_ListPermissionGrant", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, + { + "Name": "chat-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -534856,11 +433599,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -534872,27 +433615,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/licenseDetails/microsoft.graph.getTeamsLicensingDetails()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.licenseDetail_getTeamsLicensingDetail", - "Method": "Get", + "OperationId": "user.chat_CreatePermissionGrant", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "chat-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_delta", + "OperationId": "user.chat_GetPermissionGrant", "Method": "Get", "Parameters": [ { @@ -534900,59 +433647,83 @@ "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" }, { - "Name": "changeType", + "Name": "$select", "Location": "Query" }, { - "Name": "$top", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_UpdatePermissionGrant", + "Method": "Patch", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "resourceSpecificPermissionGrant-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.chat_DeletePermissionGrant", + "Method": "Delete", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "resourceSpecificPermissionGrant-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_delta", + "OperationId": "user.chat.permissionGrant_GetCount", "Method": "Get", "Parameters": [ { @@ -534960,17 +433731,9 @@ "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "chat-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -534978,33 +433741,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_delta", + "OperationId": "user.chat_ListPinnedMessage", "Method": "Get", "Parameters": [ { @@ -535012,13 +433759,9 @@ "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "chat-id", "Location": "Path" }, - { - "Name": "changeType", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -535040,11 +433783,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -535056,59 +433799,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder_delta", - "Method": "Get", + "OperationId": "user.chat_CreatePinnedMessage", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.getCloudPcRemoteActionResults()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_getCloudPcRemoteActionResult", + "OperationId": "user.chat_GetPinnedMessage", "Method": "Get", "Parameters": [ { @@ -535116,27 +433831,19 @@ "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "pinnedChatMessageInfo-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -535144,19 +433851,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.getCloudPcReviewStatus()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_getCloudPcReviewStatus", - "Method": "Get", + "OperationId": "user.chat_UpdatePinnedMessage", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "pinnedChatMessageInfo-id", "Location": "Path" } ] @@ -535164,31 +433875,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.getFileVaultKey()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_getFileVaultKey", - "Method": "Get", + "OperationId": "user.chat_DeletePinnedMessage", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "chat-id", "Location": "Path" + }, + { + "Name": "pinnedChatMessageInfo-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.getNonCompliantSettings()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}/message", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_getNonCompliantSetting", + "OperationId": "user.chat.pinnedMessage_GetMessage", "Method": "Get", "Parameters": [ { @@ -535196,27 +433915,19 @@ "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "pinnedChatMessageInfo-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -535224,11 +433935,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/microsoft.graph.appDiagnostics(upn=\u0027{upn}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_appDiagnostic", + "OperationId": "user.chat.pinnedMessage_GetCount", "Method": "Get", "Parameters": [ { @@ -535236,17 +433947,9 @@ "Location": "Path" }, { - "Name": "upn", + "Name": "chat-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -535254,21 +433957,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_delta", + "OperationId": "user.chat_ListTab", "Method": "Get", "Parameters": [ { @@ -535276,8 +433975,8 @@ "Location": "Path" }, { - "Name": "changeType", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { "Name": "$top", @@ -535300,11 +433999,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -535316,39 +434015,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.exportDeviceAndAppManagementData()", - "Module": "Users.Functions" - }, - "MethodInfo": { - "OperationId": "user_exportDeviceAndAppManagementData", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_exportDeviceAndAppManagementData", - "Method": "Get", + "OperationId": "user.chat_CreateTab", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "skip", - "Location": "Path" - }, - { - "Name": "top", + "Name": "chat-id", "Location": "Path" } ] @@ -535356,11 +434035,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.findRoomLists()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_findRoomList", + "OperationId": "user.chat_GetTab", "Method": "Get", "Parameters": [ { @@ -535368,23 +434047,19 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "teamsTab-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -535392,87 +434067,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.findRooms()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_findRoom", - "Method": "Get", + "OperationId": "user.chat_UpdateTab", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "teamsTab-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.findRooms(RoomList=\u0027{RoomList}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_findRoom", - "Method": "Get", + "OperationId": "user.chat_DeleteTab", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "RoomList", + "Name": "chat-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "teamsTab-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_getEffectiveDeviceEnrollmentConfiguration", + "OperationId": "user.chat.tab_GetTeamsApp", "Method": "Get", "Parameters": [ { @@ -535480,33 +434131,17 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "teamsTab-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -535516,11 +434151,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getLoggedOnManagedDevices()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/{chat-id}/tabs/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_getLoggedOnManagedDevice", + "OperationId": "user.chat.tab_GetCount", "Method": "Get", "Parameters": [ { @@ -535528,35 +434163,15 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -535564,25 +434179,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getManagedAppDiagnosticStatuses()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/chats/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_getManagedAppDiagnosticStatus", + "OperationId": "user.chat_GetCount", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -535590,21 +434197,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getManagedAppPolicies()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_getManagedAppPolicy", + "OperationId": "user_ListJoinedTeam", "Method": "Get", "Parameters": [ { @@ -535632,11 +434235,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -535648,11 +434251,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getManagedDevicesWithAppFailures()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_getManagedDevicesGraphWPreAppFailure", + "OperationId": "user_GetJoinedTeam", "Method": "Get", "Parameters": [ { @@ -535660,23 +434263,15 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -535684,11 +434279,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_getManagedDevicesGraphWPreFailedOrPendingApp", + "OperationId": "user.joinedTeam_GetCount", "Method": "Get", "Parameters": [ { @@ -535696,23 +434291,35 @@ "Location": "Path" }, { - "Name": "$top", + "Name": "$search", "Location": "Query" }, { - "Name": "$skip", + "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/teamwork", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user_GetTeamwork", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -535720,12 +434327,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.isManagedAppUserBlocked()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_isManagedAppUserBlocked", - "Method": "Get", + "OperationId": "user_UpdateTeamwork", + "Method": "Patch", "Parameters": [ { "Name": "user-id", @@ -535736,23 +434343,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.reminderView(StartDateTime=\u0027{StartDateTime}\u0027,EndDateTime=\u0027{EndDateTime}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_reminderView", - "Method": "Get", + "OperationId": "user_DeleteTeamwork", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "StartDateTime", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/teamwork/associatedTeams", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.teamwork_ListAssociatedTeam", + "Method": "Get", + "Parameters": [ { - "Name": "EndDateTime", + "Name": "user-id", "Location": "Path" }, { @@ -535774,77 +434393,45 @@ { "Name": "$count", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Users.Functions" - }, - "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section.page_preview", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/associatedTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section.page_preview", - "Method": "Get", + "OperationId": "user.teamwork_CreateAssociatedTeam", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_getRecentNotebook", + "OperationId": "user.teamwork_GetAssociatedTeam", "Method": "Get", "Parameters": [ { @@ -535852,27 +434439,15 @@ "Location": "Path" }, { - "Name": "includePersonalNotebooks", + "Name": "associatedTeamInfo-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -535880,19 +434455,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.page_preview", - "Method": "Get", + "OperationId": "user.teamwork_UpdateAssociatedTeam", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "associatedTeamInfo-id", "Location": "Path" } ] @@ -535900,39 +434475,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section.page_preview", - "Method": "Get", + "OperationId": "user.teamwork_DeleteAssociatedTeam", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "associatedTeamInfo-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}/team", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.section.page_preview", + "OperationId": "user.teamwork.associatedTeam_GetTeam", "Method": "Get", "Parameters": [ { @@ -535940,23 +434511,27 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "associatedTeamInfo-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/microsoft.graph.getVirtualAppointmentJoinWebUrl()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/associatedTeams/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onlineMeeting_getVirtualAppointmentJoinWebUrl", + "OperationId": "user.teamwork.associatedTeam_GetCount", "Method": "Get", "Parameters": [ { @@ -535964,29 +434539,29 @@ "Location": "Path" }, { - "Name": "onlineMeeting-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/installedApps", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onlineMeeting.recording_delta", + "OperationId": "user.teamwork_ListInstalledApp", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "onlineMeeting-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -536008,11 +434583,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -536024,49 +434599,41 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/installedApps", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onlineMeeting.transcript_delta", - "Method": "Get", + "OperationId": "user.teamwork_CreateInstalledApp", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.teamwork_GetInstalledApp", + "Method": "Get", + "Parameters": [ { - "Name": "onlineMeeting-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "userScopeTeamsAppInstallation-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -536076,19 +434643,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onlineMeetings(joinWebUrl=\u0027{joinWebUrl}\u0027)/microsoft.graph.getVirtualAppointmentJoinWebUrl()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onlineMeeting.joinWebUrl_getVirtualAppointmentJoinWebUrl", - "Method": "Get", + "OperationId": "user.teamwork_UpdateInstalledApp", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "joinWebUrl", + "Name": "userScopeTeamsAppInstallation-id", "Location": "Path" } ] @@ -536096,47 +434663,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/outlook/microsoft.graph.supportedLanguages()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.outlook_supportedLanguage", - "Method": "Get", + "OperationId": "user.teamwork_DeleteInstalledApp", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "userScopeTeamsAppInstallation-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/outlook/microsoft.graph.supportedTimeZones()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.outlook_supportedTimeZone", + "OperationId": "user.teamwork.installedApp_GetChat", "Method": "Get", "Parameters": [ { @@ -536144,23 +434699,15 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "userScopeTeamsAppInstallation-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -536168,11 +434715,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/outlook/microsoft.graph.supportedTimeZones(TimeZoneStandard=\u0027{TimeZoneStandard}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.outlook_supportedTimeZone", + "OperationId": "user.teamwork.installedApp_GetTeamsApp", "Method": "Get", "Parameters": [ { @@ -536180,27 +434727,15 @@ "Location": "Path" }, { - "Name": "TimeZoneStandard", + "Name": "userScopeTeamsAppInstallation-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -536208,11 +434743,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.decision.instance.stage.decision_filterGraphBPreCurrentUser", + "OperationId": "user.teamwork.installedApp_GetTeamsAppDefinition", "Method": "Get", "Parameters": [ { @@ -536220,49 +434755,13 @@ "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", - "Location": "Path" - }, - { - "Name": "on", + "Name": "userScopeTeamsAppInstallation-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -536272,37 +434771,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/installedApps/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.decision.instance.stage_filterGraphBPreCurrentUser", + "OperationId": "user.teamwork.installedApp_GetCount", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" - }, - { - "Name": "on", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -536310,321 +434789,501 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/microsoft.graph.assignLicense", + "Module": "Users.Actions" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.decision_filterGraphBPreCurrentUser", - "Method": "Get", + "OperationId": "user_assignLicense", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.changePassword", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_changePassword", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewInstance-id", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.checkMemberGroups", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_checkMemberGroup", + "Method": "Post", + "Parameters": [ { - "Name": "on", + "Name": "user-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/microsoft.graph.checkMemberObjects", + "Module": "Users.Actions" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.stage.decision.instance.decision_filterGraphBPreCurrentUser", - "Method": "Get", + "OperationId": "user_checkMemberObject", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.convertExternalToInternalMemberUser", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_convertExternalToInternalMemberUser", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewInstance-id", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.deletePasswordSingleSignOnCredentials", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_deletePasswordSingleSignOnCredential", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewStage-id", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.exportPersonalData", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_exportPersonalData", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.findMeetingTimes", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_findMeetingTime", + "Method": "Post", + "Parameters": [ { - "Name": "on", + "Name": "user-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/microsoft.graph.getMailTips", + "Module": "Users.Actions" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.stage.decision_filterGraphBPreCurrentUser", - "Method": "Get", + "OperationId": "user_getMailTip", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.getMemberGroups", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_getMemberGroup", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewInstance-id", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.getMemberObjects", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_getMemberObject", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewStage-id", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.getPasswordSingleSignOnCredentials", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_getPasswordSingleSignOnCredential", + "Method": "Post", + "Parameters": [ { - "Name": "on", + "Name": "user-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.invalidateAllRefreshTokens", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_invalidateAllRefreshToken", + "Method": "Post", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" - }, + "Name": "user-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.removeAllDevicesFromManagement", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_removeAllDevicesFromManagement", + "Method": "Post", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "user-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/microsoft.graph.reprocessLicenseAssignment", + "Module": "Users.Actions" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance.stage_filterGraphBPreCurrentUser", - "Method": "Get", + "OperationId": "user_reprocessLicenseAssignment", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.restore", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_restore", + "Method": "Post", + "Parameters": [ { - "Name": "accessReviewInstance-id", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.retryServiceProvisioning", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_retryServiceProvisioning", + "Method": "Post", + "Parameters": [ { - "Name": "on", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.revokeSignInSessions", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_revokeSignInSession", + "Method": "Post", + "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, + "Name": "user-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.sendMail", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_sendMail", + "Method": "Post", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" - }, + "Name": "user-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.translateExchangeIds", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_translateExchangeId", + "Method": "Post", + "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, + "Name": "user-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.unblockManagedApps", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_unblockManagedApp", + "Method": "Post", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" - }, + "Name": "user-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.wipeAndBlockManagedApps", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_wipeAndBlockManagedApp", + "Method": "Post", + "Parameters": [ { - "Name": "$count", - "Location": "Query" - }, + "Name": "user-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_wipeManagedAppRegistrationGraphBPreDeviceTag", + "Method": "Post", + "Parameters": [ { - "Name": "$select", - "Location": "Query" - }, + "Name": "user-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_wipeManagedAppRegistrationsGraphBPreAzureAdDeviceId", + "Method": "Post", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" - }, + "Name": "user-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_wipeManagedAppRegistrationsGraphBPreDeviceTag", + "Method": "Post", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "user-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/pendingAccessReviewInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/users/microsoft.graph.getByIds", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_getGraphBPreId", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/users/microsoft.graph.getUserOwnedObjects", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_getUserOwnedObject", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/users/microsoft.graph.validatePassword", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_validatePassword", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/users/microsoft.graph.validateProperties", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.exportDeviceAndAppManagementData()", "Module": "Users.Functions" }, "MethodInfo": { - "OperationId": "user.pendingAccessReviewInstance_filterGraphBPreCurrentUser", + "OperationId": "user_exportDeviceAndAppManagementData", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "Module": "Users.Functions" + }, + "MethodInfo": { + "OperationId": "user_exportDeviceAndAppManagementData", + "Method": "Get", + "Parameters": [ { - "Name": "on", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "skip", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "top", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/all/microsoft.graph.delta()", + "Path": "/users/{user-id}/microsoft.graph.findRoomLists()", "Module": "Users.Functions" }, "MethodInfo": { - "OperationId": "user.planner.all_delta", + "OperationId": "user_findRoomList", "Method": "Get", "Parameters": [ { @@ -536650,17 +435309,41 @@ { "Name": "$count", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.findRooms()", + "Module": "Users.Functions" + }, + "MethodInfo": { + "OperationId": "user_findRoom", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", "Location": "Query" } ] @@ -536668,11 +435351,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/microsoft.graph.delta()", + "Path": "/users/{user-id}/microsoft.graph.findRooms(RoomList=\u0027{RoomList}\u0027)", "Module": "Users.Functions" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_delta", + "OperationId": "user_findRoom", "Method": "Get", "Parameters": [ { @@ -536680,11 +435363,7 @@ "Location": "Path" }, { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", + "Name": "RoomList", "Location": "Path" }, { @@ -536706,39 +435385,23 @@ { "Name": "$count", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/microsoft.graph.delta()", + "Path": "/users/{user-id}/microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", "Module": "Users.Functions" }, "MethodInfo": { - "OperationId": "user.planner.plan.bucket_delta", + "OperationId": "user_getEffectiveDeviceEnrollmentConfiguration", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -536776,21 +435439,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/microsoft.graph.delta()", + "Path": "/users/{user-id}/microsoft.graph.getLoggedOnManagedDevices()", "Module": "Users.Functions" }, "MethodInfo": { - "OperationId": "user.planner.plan.task_delta", + "OperationId": "user_getLoggedOnManagedDevice", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -536828,11 +435487,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/planner/plans/microsoft.graph.delta()", + "Path": "/users/{user-id}/microsoft.graph.getManagedAppDiagnosticStatuses()", "Module": "Users.Functions" }, "MethodInfo": { - "OperationId": "user.planner.plan_delta", + "OperationId": "user_getManagedAppDiagnosticStatus", "Method": "Get", "Parameters": [ { @@ -536858,29 +435517,17 @@ { "Name": "$count", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/microsoft.graph.delta()", + "Path": "/users/{user-id}/microsoft.graph.getManagedAppPolicies()", "Module": "Users.Functions" }, "MethodInfo": { - "OperationId": "user.planner.task_delta", + "OperationId": "user_getManagedAppPolicy", "Method": "Get", "Parameters": [ { @@ -536924,21 +435571,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()", + "Path": "/users/{user-id}/microsoft.graph.getManagedDevicesWithAppFailures()", "Module": "Users.Functions" }, "MethodInfo": { - "OperationId": "user.todo.list.task_delta", + "OperationId": "user_getManagedDevicesGraphWPreAppFailure", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "todoTaskList-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -536958,29 +435601,17 @@ { "Name": "$count", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/todo/lists/microsoft.graph.delta()", + "Path": "/users/{user-id}/microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", "Module": "Users.Functions" }, "MethodInfo": { - "OperationId": "user.todo.list_delta", + "OperationId": "user_getManagedDevicesGraphWPreFailedOrPendingApp", "Method": "Get", "Parameters": [ { @@ -537006,17 +435637,65 @@ { "Name": "$count", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.isManagedAppUserBlocked()", + "Module": "Users.Functions" + }, + "MethodInfo": { + "OperationId": "user_isManagedAppUserBlocked", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.reminderView(StartDateTime=\u0027{StartDateTime}\u0027,EndDateTime=\u0027{EndDateTime}\u0027)", + "Module": "Users.Functions" + }, + "MethodInfo": { + "OperationId": "user_reminderView", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "StartDateTime", + "Location": "Path" + }, + { + "Name": "EndDateTime", + "Location": "Path" + }, + { + "Name": "$top", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", "Location": "Query" } ] @@ -546101,124 +444780,6 @@ ] } }, - { - "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/microsoft.graph.publish", - "Module": "WindowsUpdates" - }, - "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList_publish", - "Method": "Post", - "Parameters": [ - { - "Name": "browserSiteList-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/microsoft.graph.incidentReport()", - "Module": "WindowsUpdates" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.healthOverview.issue_incidentReport", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceHealth-id", - "Location": "Path" - }, - { - "Name": "serviceHealthIssue-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/microsoft.graph.incidentReport()", - "Module": "WindowsUpdates" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.issue_incidentReport", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceHealthIssue-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.archive", - "Module": "WindowsUpdates" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_archive", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.favorite", - "Module": "WindowsUpdates" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_favorite", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.markRead", - "Module": "WindowsUpdates" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_markRead", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.markUnread", - "Module": "WindowsUpdates" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_markUnread", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.unarchive", - "Module": "WindowsUpdates" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_unarchive", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/messages/microsoft.graph.unfavorite", - "Module": "WindowsUpdates" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.message_unfavorite", - "Method": "Post", - "Parameters": [] - } - }, { "PathInfo": { "Path": "/admin/windows", diff --git a/docs/OpenApiInfo/v1.0/openApiInfo.json b/docs/OpenApiInfo/v1.0/openApiInfo.json index 7e4a7c321fd..2c1ee4baac5 100644 --- a/docs/OpenApiInfo/v1.0/openApiInfo.json +++ b/docs/OpenApiInfo/v1.0/openApiInfo.json @@ -39061,105 +39061,6 @@ "Parameters": [] } }, - { - "PathInfo": { - "Path": "/deviceManagement/applePushNotificationCertificate/microsoft.graph.downloadApplePushNotificationCertificateSigningRequest()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.applePushNotificationCertificate_downloadApplePushNotificationCertificateSigningRequest", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/auditEvents/microsoft.graph.getAuditActivityTypes(category=\u0027{category}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.auditEvent_getAuditActivityType", - "Method": "Get", - "Parameters": [ - { - "Name": "category", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/auditEvents/microsoft.graph.getAuditCategories()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.auditEvent_getAuditCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.getOmaSettingPlainTextValue(secretReferenceValueId=\u0027{secretReferenceValueId}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.deviceConfiguration_getOmaSettingPlainTextValue", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceConfiguration-id", - "Location": "Path" - }, - { - "Name": "secretReferenceValueId", - "Location": "Path" - } - ] - } - }, { "PathInfo": { "Path": "/deviceManagement/microsoft.graph.getEffectivePermissions(scope=\u0027{scope}\u0027)", @@ -39223,118 +39124,6 @@ ] } }, - { - "PathInfo": { - "Path": "/deviceManagement/userExperienceAnalyticsDevicePerformance/microsoft.graph.summarizeDevicePerformanceDevices(summarizeBy=\u0027{summarizeBy}\u0027)", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.userExperienceAnalyticsDevicePerformance_summarizeDevicePerformanceDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "summarizeBy", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/auditEvents/microsoft.graph.getAuditActivityTypes()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.auditEvent_getAuditActivityType", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/deviceImages/microsoft.graph.getSourceImages()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.deviceImage_getSourceImage", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, { "PathInfo": { "Path": "/admin/edge", @@ -72167,16 +71956,20 @@ }, { "PathInfo": { - "Path": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/microsoft.graph.publish", + "Path": "/admin/serviceAnnouncement", "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "admin.edge.internetExplorerMode.siteList_publish", - "Method": "Post", + "OperationId": "admin_GetServiceAnnouncement", + "Method": "Get", "Parameters": [ { - "Name": "browserSiteList-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -72187,9 +71980,95 @@ "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "admin_GetServiceAnnouncement", + "OperationId": "admin_UpdateServiceAnnouncement", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin_DeleteServiceAnnouncement", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement/healthOverviews", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin.serviceAnnouncement_ListHealthOverview", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement/healthOverviews", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin.serviceAnnouncement_CreateHealthOverview", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Module": "Devices.ServiceAnnouncement" + }, + "MethodInfo": { + "OperationId": "admin.serviceAnnouncement_GetHealthOverview", "Method": "Get", "Parameters": [ + { + "Name": "serviceHealth-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -72203,24 +72082,33 @@ }, { "PathInfo": { - "Path": "/admin/serviceAnnouncement", + "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "admin_UpdateServiceAnnouncement", + "OperationId": "admin.serviceAnnouncement_UpdateHealthOverview", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "serviceHealth-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/admin/serviceAnnouncement", + "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "admin_DeleteServiceAnnouncement", + "OperationId": "admin.serviceAnnouncement_DeleteHealthOverview", "Method": "Delete", "Parameters": [ + { + "Name": "serviceHealth-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -72230,132 +72118,17 @@ }, { "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews", + "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "Module": "Devices.ServiceAnnouncement" }, "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_ListHealthOverview", + "OperationId": "admin.serviceAnnouncement.healthOverview_ListIssue", "Method": "Get", "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_CreateHealthOverview", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_GetHealthOverview", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceHealth-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_UpdateHealthOverview", - "Method": "Patch", - "Parameters": [ - { - "Name": "serviceHealth-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement_DeleteHealthOverview", - "Method": "Delete", - "Parameters": [ - { - "Name": "serviceHealth-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "Module": "Devices.ServiceAnnouncement" - }, - "MethodInfo": { - "OperationId": "admin.serviceAnnouncement.healthOverview_ListIssue", - "Method": "Get", - "Parameters": [ - { - "Name": "serviceHealth-id", - "Location": "Path" - }, + { + "Name": "serviceHealth-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -122073,223 +121846,127 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.calendarView.attachment_createUploadSession", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", + "Path": "/groups/{group-id}/conversations", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "group_ListConversation", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_accept", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_cancel", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_decline", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", + "Path": "/groups/{group-id}/conversations", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_dismissReminder", + "OperationId": "group_CreateConversation", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward", + "Path": "/groups/{group-id}/conversations/{conversation-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_forward", - "Method": "Post", + "OperationId": "group_GetConversation", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_snoozeReminder", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", + "Path": "/groups/{group-id}/conversations/{conversation-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "group_DeleteConversation", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView.instance_delta", + "OperationId": "group.conversation_ListThread", "Method": "Get", "Parameters": [ { @@ -122297,17 +121974,9 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -122329,11 +121998,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -122345,11 +122014,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.accept", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView_accept", + "OperationId": "group.conversation_CreateThread", "Method": "Post", "Parameters": [ { @@ -122357,7 +122026,7 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" } ] @@ -122365,59 +122034,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.cancel", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView_cancel", - "Method": "Post", + "OperationId": "group.conversation_GetThread", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.decline", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.calendarView_decline", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.dismissReminder", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView_dismissReminder", - "Method": "Post", + "OperationId": "group.conversation_UpdateThread", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", "Location": "Path" } ] @@ -122425,51 +122090,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.forward", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView_forward", - "Method": "Post", + "OperationId": "group.conversation_DeleteThread", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.calendarView_snoozeReminder", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/microsoft.graph.reply", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView_tentativelyAccept", + "OperationId": "group.conversation.thread_reply", "Method": "Post", "Parameters": [ { @@ -122477,7 +122130,11 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", "Location": "Path" } ] @@ -122485,11 +122142,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/calendarView/microsoft.graph.delta()", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.calendarView_delta", + "OperationId": "group.conversation.thread_ListPost", "Method": "Get", "Parameters": [ { @@ -122497,12 +122154,12 @@ "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "conversation-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "conversationThread-id", + "Location": "Path" }, { "Name": "$top", @@ -122525,11 +122182,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -122541,79 +122198,107 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.event.attachment_createUploadSession", - "Method": "Post", + "OperationId": "group.conversation.thread_GetPost", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.event.instance.attachment_createUploadSession", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.accept", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance_accept", - "Method": "Post", + "OperationId": "group.conversation.thread.post_ListAttachment", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance_cancel", + "OperationId": "group.conversation.thread.post_CreateAttachment", "Method": "Post", "Parameters": [ { @@ -122621,11 +122306,15 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -122633,107 +122322,123 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.decline", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance_decline", - "Method": "Post", + "OperationId": "group.conversation.thread.post_GetAttachment", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationThread-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.event.instance_dismissReminder", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "post-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "attachment-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.forward", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance_forward", - "Method": "Post", + "OperationId": "group.conversation.thread.post_DeleteAttachment", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationThread-id", "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "attachment-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance_snoozeReminder", - "Method": "Post", + "OperationId": "group.conversation.thread.post.attachment_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance_tentativelyAccept", + "OperationId": "group.conversation.thread.post.attachment_createUploadSession", "Method": "Post", "Parameters": [ { @@ -122741,11 +122446,15 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -122753,11 +122462,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.event.instance_delta", + "OperationId": "group.conversation.thread.post_ListExtension", "Method": "Get", "Parameters": [ { @@ -122765,16 +122474,16 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "conversationThread-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "post-id", + "Location": "Path" }, { "Name": "$top", @@ -122797,11 +122506,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -122813,11 +122522,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.accept", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.event_accept", + "OperationId": "group.conversation.thread.post_CreateExtension", "Method": "Post", "Parameters": [ { @@ -122825,27 +122534,15 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.cancel", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendar.event_cancel", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "post-id", "Location": "Path" } ] @@ -122853,39 +122550,71 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.decline", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.event_decline", - "Method": "Post", + "OperationId": "group.conversation.thread.post_GetExtension", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.dismissReminder", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.event_dismissReminder", - "Method": "Post", + "OperationId": "group.conversation.thread.post_UpdateExtension", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" } ] @@ -122893,71 +122622,119 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.forward", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.event_forward", - "Method": "Post", + "OperationId": "group.conversation.thread.post_DeleteExtension", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.event_snoozeReminder", - "Method": "Post", + "OperationId": "group.conversation.thread.post.extension_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.tentativelyAccept", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.event_tentativelyAccept", - "Method": "Post", + "OperationId": "group.conversation.thread.post_GetInReplyTo", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/events/microsoft.graph.delta()", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar.event_delta", + "OperationId": "group.conversation.thread.post.inReplyTo_ListAttachment", "Method": "Get", "Parameters": [ { @@ -122965,12 +122742,16 @@ "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "conversation-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" }, { "Name": "$top", @@ -122993,11 +122774,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -123009,135 +122790,151 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User=\u0027{User}\u0027)", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar_allowedCalendarSharingRole", - "Method": "Get", + "OperationId": "group.conversation.thread.post.inReplyTo_CreateAttachment", + "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "User", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "conversationThread-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "post-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendar/microsoft.graph.getSchedule", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendar_getSchedule", - "Method": "Post", + "OperationId": "group.conversation.thread.post.inReplyTo_GetAttachment", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.calendarView.attachment_createUploadSession", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "group.conversation.thread.post.inReplyTo_DeleteAttachment", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_accept", - "Method": "Post", + "OperationId": "group.conversation.thread.post.inReplyTo.attachment_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/microsoft.graph.createUploadSession", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_cancel", + "OperationId": "group.conversation.thread.post.inReplyTo.attachment_createUploadSession", "Method": "Post", "Parameters": [ { @@ -123145,11 +122942,15 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -123157,35 +122958,71 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_decline", - "Method": "Post", + "OperationId": "group.conversation.thread.post.inReplyTo_ListExtension", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_dismissReminder", + "OperationId": "group.conversation.thread.post.inReplyTo_CreateExtension", "Method": "Post", "Parameters": [ { @@ -123193,11 +123030,15 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -123205,47 +123046,71 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_forward", - "Method": "Post", + "OperationId": "group.conversation.thread.post.inReplyTo_GetExtension", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_snoozeReminder", - "Method": "Post", + "OperationId": "group.conversation.thread.post.inReplyTo_UpdateExtension", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" } ] @@ -123253,35 +123118,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "group.conversation.thread.post.inReplyTo_DeleteExtension", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/instances/microsoft.graph.delta()", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView.instance_delta", + "OperationId": "group.conversation.thread.post.inReplyTo.extension_GetCount", "Method": "Get", "Parameters": [ { @@ -123289,24 +123166,16 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" + "Name": "conversationThread-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "post-id", + "Location": "Path" }, { "Name": "$search", @@ -123315,33 +123184,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.accept", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView_accept", + "OperationId": "group.conversation.thread.post.inReplyTo_forward", "Method": "Post", "Parameters": [ { @@ -123349,7 +123202,15 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -123357,11 +123218,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.cancel", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView_cancel", + "OperationId": "group.conversation.thread.post.inReplyTo_reply", "Method": "Post", "Parameters": [ { @@ -123369,7 +123230,15 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -123377,11 +123246,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.decline", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView_decline", + "OperationId": "group.conversation.thread.post_forward", "Method": "Post", "Parameters": [ { @@ -123389,7 +123258,15 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -123397,11 +123274,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.dismissReminder", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView_dismissReminder", + "OperationId": "group.conversation.thread.post_reply", "Method": "Post", "Parameters": [ { @@ -123409,7 +123286,15 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -123417,113 +123302,105 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.forward", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView_forward", - "Method": "Post", + "OperationId": "group.conversation.thread.post_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder", + "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView_snoozeReminder", - "Method": "Post", + "OperationId": "group.conversation.thread_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversation-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept", + "Path": "/groups/{group-id}/conversations/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView_tentativelyAccept", - "Method": "Post", + "OperationId": "group.conversation_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/calendarView/microsoft.graph.delta()", + "Path": "/groups/{group-id}/createdOnBehalfOf", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.calendarView_delta", + "OperationId": "group_GetCreatedOnBehalfGraphOPre", "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -123533,11 +123410,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations", + "Path": "/groups/{group-id}/extensions", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_ListConversation", + "OperationId": "group_ListExtension", "Method": "Get", "Parameters": [ { @@ -123581,11 +123458,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations", + "Path": "/groups/{group-id}/extensions", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_CreateConversation", + "OperationId": "group_CreateExtension", "Method": "Post", "Parameters": [ { @@ -123597,11 +123474,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}", + "Path": "/groups/{group-id}/extensions/{extension-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_GetConversation", + "OperationId": "group_GetExtension", "Method": "Get", "Parameters": [ { @@ -123609,7 +123486,7 @@ "Location": "Path" }, { - "Name": "conversation-id", + "Name": "extension-id", "Location": "Path" }, { @@ -123625,11 +123502,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}", + "Path": "/groups/{group-id}/extensions/{extension-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_DeleteConversation", + "OperationId": "group_UpdateExtension", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "extension-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/extensions/{extension-id}", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_DeleteExtension", "Method": "Delete", "Parameters": [ { @@ -123637,7 +123534,7 @@ "Location": "Path" }, { - "Name": "conversation-id", + "Name": "extension-id", "Location": "Path" }, { @@ -123649,11 +123546,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads", + "Path": "/groups/{group-id}/extensions/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation_ListThread", + "OperationId": "group.extension_GetCount", "Method": "Get", "Parameters": [ { @@ -123661,7 +123558,27 @@ "Location": "Path" }, { - "Name": "conversation-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/groupLifecyclePolicies", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListGroupLifecyclePolicy", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -123701,31 +123618,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads", + "Path": "/groups/{group-id}/groupLifecyclePolicies", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation_CreateThread", + "OperationId": "group_CreateGroupLifecyclePolicy", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation_GetThread", + "OperationId": "group_GetGroupLifecyclePolicy", "Method": "Get", "Parameters": [ { @@ -123733,11 +123646,7 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "groupLifecyclePolicy-id", "Location": "Path" }, { @@ -123753,11 +123662,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation_UpdateThread", + "OperationId": "group_UpdateGroupLifecyclePolicy", "Method": "Patch", "Parameters": [ { @@ -123765,11 +123674,7 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "groupLifecyclePolicy-id", "Location": "Path" } ] @@ -123777,11 +123682,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation_DeleteThread", + "OperationId": "group_DeleteGroupLifecyclePolicy", "Method": "Delete", "Parameters": [ { @@ -123789,11 +123694,7 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "groupLifecyclePolicy-id", "Location": "Path" }, { @@ -123805,11 +123706,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/microsoft.graph.reply", + "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.addGroup", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread_reply", + "OperationId": "group.groupLifecyclePolicy_addGroup", "Method": "Post", "Parameters": [ { @@ -123817,11 +123718,27 @@ "Location": "Path" }, { - "Name": "conversation-id", + "Name": "groupLifecyclePolicy-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.removeGroup", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.groupLifecyclePolicy_removeGroup", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "conversationThread-id", + "Name": "groupLifecyclePolicy-id", "Location": "Path" } ] @@ -123829,11 +123746,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", + "Path": "/groups/{group-id}/groupLifecyclePolicies/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread_ListPost", + "OperationId": "group.groupLifecyclePolicy_GetCount", "Method": "Get", "Parameters": [ { @@ -123841,13 +123758,33 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "conversationThread-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/memberOf", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListMemberGraphOPre", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -123885,11 +123822,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "Path": "/groups/{group-id}/memberOf/{directoryObject-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread_GetPost", + "OperationId": "group_GetMemberGraphOPre", "Method": "Get", "Parameters": [ { @@ -123897,16 +123834,12 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "post-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -123921,11 +123854,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Path": "/groups/{group-id}/memberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_ListAttachment", + "OperationId": "group_GetMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { @@ -123933,40 +123866,44 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/memberOf/{directoryObject-id}/microsoft.graph.group", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_GetMemberGraphOPreAsGroup", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "directoryObject-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -123981,39 +123918,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Path": "/groups/{group-id}/memberOf/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_CreateAttachment", - "Method": "Post", + "OperationId": "group.memberOf_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Path": "/groups/{group-id}/memberOf/microsoft.graph.administrativeUnit", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_GetAttachment", + "OperationId": "group_ListMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { @@ -124021,20 +123958,32 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "attachment-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -124049,47 +123998,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Path": "/groups/{group-id}/memberOf/microsoft.graph.administrativeUnit/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_DeleteAttachment", - "Method": "Delete", + "OperationId": "group.MemberOf_GetCountAsAdministrativeUnit", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "attachment-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "Path": "/groups/{group-id}/memberOf/microsoft.graph.group", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.attachment_GetCount", + "OperationId": "group_ListMemberGraphOPreAsGroup", "Method": "Get", "Parameters": [ { @@ -124097,16 +124038,16 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, + "Name": "ConsistencyLevel", + "Location": "Header" + }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -124115,45 +124056,61 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession", + "Path": "/groups/{group-id}/memberOf/microsoft.graph.group/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.attachment_createUploadSession", - "Method": "Post", + "OperationId": "group.MemberOf_GetCountAsGroup", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Path": "/groups/{group-id}/members", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_ListExtension", + "OperationId": "group_ListMember", "Method": "Get", "Parameters": [ { @@ -124161,16 +124118,8 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -124209,39 +124158,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Path": "/groups/{group-id}/members/{directoryObject-id}/$ref", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_CreateExtension", - "Method": "Post", + "OperationId": "group.member_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "post-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.application", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_GetExtension", + "OperationId": "group_GetMemberAsApplication", "Method": "Get", "Parameters": [ { @@ -124249,20 +124194,12 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "extension-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -124277,79 +124214,75 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.device", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_UpdateExtension", - "Method": "Patch", + "OperationId": "group_GetMemberAsDevice", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "conversation-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "extension-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.group", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_DeleteExtension", - "Method": "Delete", + "OperationId": "group_GetMemberAsGroup", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "post-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "extension-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.orgContact", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.extension_GetCount", + "OperationId": "group_GetMemberAsOrgContact", "Method": "Get", "Parameters": [ { @@ -124357,23 +124290,19 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "post-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -124381,11 +124310,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo", + "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_GetInReplyTo", + "OperationId": "group_GetMemberAsServicePrincipal", "Method": "Get", "Parameters": [ { @@ -124393,16 +124322,12 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "post-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -124417,11 +124342,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.user", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_ListAttachment", + "OperationId": "group_GetMemberAsUser", "Method": "Get", "Parameters": [ { @@ -124429,40 +124354,12 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -124477,39 +124374,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Path": "/groups/{group-id}/members/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_CreateAttachment", - "Method": "Post", + "OperationId": "group.member_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Path": "/groups/{group-id}/members/$ref", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_GetAttachment", + "OperationId": "group_ListMemberGraphBPreRef", "Method": "Get", "Parameters": [ { @@ -124517,27 +124414,31 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "attachment-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$select", + "Name": "$filter", "Location": "Query" }, { - "Name": "$expand", + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", "Location": "Query" } ] @@ -124545,47 +124446,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Path": "/groups/{group-id}/members/$ref", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_DeleteAttachment", - "Method": "Delete", + "OperationId": "group_CreateMemberGraphBPreRef", + "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, - { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/members/$ref", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_DeleteMemberGraphBPreRef", + "Method": "Delete", + "Parameters": [ { - "Name": "attachment-id", + "Name": "group-id", "Location": "Path" }, { "Name": "If-Match", "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "Path": "/groups/{group-id}/members/microsoft.graph.application", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo.attachment_GetCount", + "OperationId": "group_ListMemberAsApplication", "Method": "Get", "Parameters": [ { @@ -124593,16 +124498,16 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -124611,45 +124516,61 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/microsoft.graph.createUploadSession", + "Path": "/groups/{group-id}/members/microsoft.graph.application/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo.attachment_createUploadSession", - "Method": "Post", + "OperationId": "group.Member_GetCountAsApplication", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Path": "/groups/{group-id}/members/microsoft.graph.device", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_ListExtension", + "OperationId": "group_ListMemberAsDevice", "Method": "Get", "Parameters": [ { @@ -124657,16 +124578,8 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -124705,39 +124618,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Path": "/groups/{group-id}/members/microsoft.graph.device/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_CreateExtension", - "Method": "Post", + "OperationId": "group.Member_GetCountAsDevice", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Path": "/groups/{group-id}/members/microsoft.graph.group", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_GetExtension", + "OperationId": "group_ListMemberAsGroup", "Method": "Get", "Parameters": [ { @@ -124745,107 +124658,79 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "extension-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_UpdateExtension", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "extension-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Path": "/groups/{group-id}/members/microsoft.graph.group/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_DeleteExtension", - "Method": "Delete", + "OperationId": "group.Member_GetCountAsGroup", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "extension-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "Path": "/groups/{group-id}/members/microsoft.graph.orgContact", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo.extension_GetCount", + "OperationId": "group_ListMemberAsOrgContact", "Method": "Get", "Parameters": [ { @@ -124853,16 +124738,16 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -124871,129 +124756,113 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_forward", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply", + "Path": "/groups/{group-id}/members/microsoft.graph.orgContact/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post.inReplyTo_reply", - "Method": "Post", + "OperationId": "group.Member_GetCountAsOrgContact", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward", + "Path": "/groups/{group-id}/members/microsoft.graph.servicePrincipal", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_forward", - "Method": "Post", + "OperationId": "group_ListMemberAsServicePrincipal", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.conversation.thread.post_reply", - "Method": "Post", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", + "Path": "/groups/{group-id}/members/microsoft.graph.servicePrincipal/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread.post_GetCount", + "OperationId": "group.Member_GetCountAsServicePrincipal", "Method": "Get", "Parameters": [ { @@ -125001,12 +124870,8 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -125021,11 +124886,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", + "Path": "/groups/{group-id}/members/microsoft.graph.user", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.conversation.thread_GetCount", + "OperationId": "group_ListMemberAsUser", "Method": "Get", "Parameters": [ { @@ -125033,32 +124898,16 @@ "Location": "Path" }, { - "Name": "conversation-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$search", + "Name": "$top", "Location": "Query" }, { - "Name": "$filter", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/conversations/$count", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.conversation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { "Name": "$search", @@ -125067,22 +124916,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/createdOnBehalfOf", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_GetCreatedOnBehalfGraphOPre", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -125097,63 +124938,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", + "Path": "/groups/{group-id}/members/microsoft.graph.user/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.documentSetVersion_restore", - "Method": "Post", + "OperationId": "group.Member_GetCountAsUser", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.createLink", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.drive.item.listItem_createLink", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.getActivitiesByInterval()", + "Path": "/groups/{group-id}/membersWithLicenseErrors", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_getActivitiesGraphBPreInterval", + "OperationId": "group_ListMembersGraphWPreLicenseError", "Method": "Get", "Parameters": [ { @@ -125161,12 +124978,8 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -125189,11 +125002,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -125205,11 +125018,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem_getActivitiesGraphBPreInterval", + "OperationId": "group_GetMembersGraphWPreLicenseError", "Method": "Get", "Parameters": [ { @@ -125217,53 +125030,17 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", - "Location": "Path" - }, - { - "Name": "interval", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -125273,183 +125050,231 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", + "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.application", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item.listItem.version_restoreVersion", - "Method": "Post", + "OperationId": "group_GetMembersGraphWPreLicenseErrorAsApplication", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.assignSensitivityLabel", + "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.device", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_assignSensitivityLabel", - "Method": "Post", + "OperationId": "group_GetMembersGraphWPreLicenseErrorAsDevice", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.checkin", + "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.group", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_checkin", - "Method": "Post", + "OperationId": "group_GetMembersGraphWPreLicenseErrorAsGroup", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.checkout", + "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.orgContact", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_checkout", - "Method": "Post", + "OperationId": "group_GetMembersGraphWPreLicenseErrorAsOrgContact", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.copy", + "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.servicePrincipal", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_copy", - "Method": "Post", + "OperationId": "group_GetMembersGraphWPreLicenseErrorAsServicePrincipal", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createLink", + "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.user", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_createLink", - "Method": "Post", + "OperationId": "group_GetMembersGraphWPreLicenseErrorAsUser", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createUploadSession", + "Path": "/groups/{group-id}/membersWithLicenseErrors/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_createUploadSession", - "Method": "Post", + "OperationId": "group.membersGraphWPreLicenseError_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()", + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.application", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_delta", + "OperationId": "group_ListMembersGraphWPreLicenseErrorAsApplication", "Method": "Get", "Parameters": [ { @@ -125457,12 +125282,8 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -125485,11 +125306,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -125501,11 +125322,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=\u0027{token}\u0027)", + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.application/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_delta", + "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsApplication", "Method": "Get", "Parameters": [ { @@ -125513,17 +125334,37 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "token", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.device", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListMembersGraphWPreLicenseErrorAsDevice", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -125545,11 +125386,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -125561,59 +125402,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.extractSensitivityLabels", + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.device/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_extractSensitivityLabel", - "Method": "Post", + "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsDevice", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.follow", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.drive.item_follow", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.getActivitiesByInterval()", + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.group", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_getActivitiesGraphBPreInterval", + "OperationId": "group_ListMembersGraphWPreLicenseErrorAsGroup", "Method": "Get", "Parameters": [ { @@ -125621,12 +125442,8 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -125649,11 +125466,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -125665,11 +125482,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.group/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_getActivitiesGraphBPreInterval", + "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsGroup", "Method": "Get", "Parameters": [ { @@ -125677,24 +125494,36 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "startDateTime", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.orgContact", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListMembersGraphWPreLicenseErrorAsOrgContact", + "Method": "Get", + "Parameters": [ { - "Name": "endDateTime", + "Name": "group-id", "Location": "Path" }, { - "Name": "interval", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -125717,11 +125546,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -125733,107 +125562,119 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.invite", + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.orgContact/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_invite", - "Method": "Post", + "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsOrgContact", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.permanentDelete", + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.servicePrincipal", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_permanentDelete", - "Method": "Post", + "OperationId": "group_ListMembersGraphWPreLicenseErrorAsServicePrincipal", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.preview", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.drive.item_preview", - "Method": "Post", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.restore", + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.servicePrincipal/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_restore", - "Method": "Post", + "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsServicePrincipal", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.search(q=\u0027{q}\u0027)", + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.user", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_search", + "OperationId": "group_ListMembersGraphWPreLicenseErrorAsUser", "Method": "Get", "Parameters": [ { @@ -125841,16 +125682,8 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "q", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -125873,11 +125706,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -125889,251 +125722,203 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.unfollow", + "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.user/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_unfollow", - "Method": "Post", + "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsUser", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.validatePermission", + "Path": "/groups/{group-id}/microsoft.graph.addFavorite", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item_validatePermission", + "OperationId": "group_addFavorite", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/microsoft.graph.grant", + "Path": "/groups/{group-id}/microsoft.graph.assignLicense", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item.permission_grant", + "OperationId": "group_assignLicense", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "permission-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize", + "Path": "/groups/{group-id}/microsoft.graph.checkGrantedPermissionsForApp", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item.subscription_reauthorize", + "OperationId": "group_checkGrantedPermissionsGraphFPreApp", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "subscription-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion", + "Path": "/groups/{group-id}/microsoft.graph.checkMemberGroups", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.item.version_restoreVersion", + "OperationId": "group_checkMemberGroup", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", - "Location": "Path" - }, - { - "Name": "driveItemVersion-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", + "Path": "/groups/{group-id}/microsoft.graph.checkMemberObjects", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_associateGraphWPreHubSite", + "OperationId": "group_checkMemberObject", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", + "Path": "/groups/{group-id}/microsoft.graph.getMemberGroups", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_copyToDefaultContentLocation", + "OperationId": "group_getMemberGroup", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.isPublished()", + "Path": "/groups/{group-id}/microsoft.graph.getMemberObjects", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_isPublished", - "Method": "Get", + "OperationId": "group_getMemberObject", + "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.publish", + "Path": "/groups/{group-id}/microsoft.graph.removeFavorite", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_publish", + "OperationId": "group_removeFavorite", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.unpublish", + "Path": "/groups/{group-id}/microsoft.graph.renew", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_unpublish", + "OperationId": "group_renew", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/microsoft.graph.resetUnseenCount", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_resetUnseenCount", + "Method": "Post", + "Parameters": [ { - "Name": "drive-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/microsoft.graph.restore", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_restore", + "Method": "Post", + "Parameters": [ { - "Name": "contentType-id", + "Name": "group-id", "Location": "Path" } ] @@ -126141,19 +125926,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopy", + "Path": "/groups/{group-id}/microsoft.graph.retryServiceProvisioning", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_addCopy", + "OperationId": "group_retryServiceProvisioning", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/microsoft.graph.subscribeByMail", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_subscribeGraphBPreMail", + "Method": "Post", + "Parameters": [ { - "Name": "drive-id", + "Name": "group-id", "Location": "Path" } ] @@ -126161,19 +125958,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopyFromContentTypeHub", + "Path": "/groups/{group-id}/microsoft.graph.unsubscribeByMail", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_addCopyFromContentTypeHub", + "OperationId": "group_unsubscribeGraphBPreMail", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/microsoft.graph.validateProperties", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_validateProperty", + "Method": "Post", + "Parameters": [ { - "Name": "drive-id", + "Name": "group-id", "Location": "Path" } ] @@ -126181,11 +125990,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", + "Path": "/groups/{group-id}/owners", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.contentType_getCompatibleHubContentType", + "OperationId": "group_ListOwner", "Method": "Get", "Parameters": [ { @@ -126193,8 +126002,8 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -126217,11 +126026,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -126233,63 +126042,99 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", + "Path": "/groups/{group-id}/owners/{directoryObject-id}/$ref", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.item.documentSetVersion_restore", - "Method": "Post", + "OperationId": "group.owner_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.application", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_GetOwnerAsApplication", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.createLink", + "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.device", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.item_createLink", - "Method": "Post", + "OperationId": "group_GetOwnerAsDevice", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval()", + "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.group", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.item_getActivitiesGraphBPreInterval", + "OperationId": "group_GetOwnerAsGroup", "Method": "Get", "Parameters": [ { @@ -126297,39 +126142,79 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.orgContact", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_GetOwnerAsOrgContact", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "directoryObject-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_GetOwnerAsServicePrincipal", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "directoryObject-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", "Location": "Query" }, { @@ -126341,11 +126226,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.user", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.item_getActivitiesGraphBPreInterval", + "OperationId": "group_GetOwnerAsUser", "Method": "Get", "Parameters": [ { @@ -126353,25 +126238,69 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "startDateTime", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "endDateTime", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/owners/$count", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.owner_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "interval", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/owners/$ref", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListOwnerGraphBPreRef", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -126392,56 +126321,60 @@ "Name": "$count", "Location": "Query" }, - { - "Name": "$select", - "Location": "Query" - }, { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", + "Path": "/groups/{group-id}/owners/$ref", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.item.version_restoreVersion", + "OperationId": "group_CreateOwnerGraphBPreRef", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/owners/$ref", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_DeleteOwnerGraphBPreRef", + "Method": "Delete", + "Parameters": [ { - "Name": "drive-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/microsoft.graph.delta()", + "Path": "/groups/{group-id}/owners/microsoft.graph.application", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.item_delta", + "OperationId": "group_ListOwnerAsApplication", "Method": "Get", "Parameters": [ { @@ -126449,8 +126382,8 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -126473,11 +126406,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -126489,11 +126422,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=\u0027{token}\u0027)", + "Path": "/groups/{group-id}/owners/microsoft.graph.application/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.item_delta", + "OperationId": "group.Owner_GetCountAsApplication", "Method": "Get", "Parameters": [ { @@ -126501,13 +126434,37 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "token", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/owners/microsoft.graph.device", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListOwnerAsDevice", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -126529,11 +126486,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -126545,35 +126502,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/microsoft.graph.reauthorize", + "Path": "/groups/{group-id}/owners/microsoft.graph.device/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.list.subscription_reauthorize", - "Method": "Post", + "OperationId": "group.Owner_GetCountAsDevice", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "subscription-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/microsoft.graph.recent()", + "Path": "/groups/{group-id}/owners/microsoft.graph.group", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive_recent", + "OperationId": "group_ListOwnerAsGroup", "Method": "Get", "Parameters": [ { @@ -126581,8 +126542,8 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -126605,11 +126566,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -126621,11 +126582,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/microsoft.graph.search(q=\u0027{q}\u0027)", + "Path": "/groups/{group-id}/owners/microsoft.graph.group/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive_search", + "OperationId": "group.Owner_GetCountAsGroup", "Method": "Get", "Parameters": [ { @@ -126633,13 +126594,37 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "q", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/owners/microsoft.graph.orgContact", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListOwnerAsOrgContact", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -126661,11 +126646,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -126677,11 +126662,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/microsoft.graph.sharedWithMe()", + "Path": "/groups/{group-id}/owners/microsoft.graph.orgContact/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive_sharedGraphWPreMe", + "OperationId": "group.Owner_GetCountAsOrgContact", "Method": "Get", "Parameters": [ { @@ -126689,9 +126674,37 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/owners/microsoft.graph.servicePrincipal", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListOwnerAsServicePrincipal", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -126713,11 +126726,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -126729,55 +126742,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", + "Path": "/groups/{group-id}/owners/microsoft.graph.servicePrincipal/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.documentSetVersion_restore", - "Method": "Post", + "OperationId": "group.Owner_GetCountAsServicePrincipal", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "documentSetVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/microsoft.graph.createLink", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.drive.root.listItem_createLink", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/microsoft.graph.getActivitiesByInterval()", + "Path": "/groups/{group-id}/owners/microsoft.graph.user", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_getActivitiesGraphBPreInterval", + "OperationId": "group_ListOwnerAsUser", "Method": "Get", "Parameters": [ { @@ -126785,8 +126782,8 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -126809,11 +126806,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -126825,11 +126822,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Path": "/groups/{group-id}/owners/microsoft.graph.user/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem_getActivitiesGraphBPreInterval", + "OperationId": "group.Owner_GetCountAsUser", "Method": "Get", "Parameters": [ { @@ -126837,19 +126834,31 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "startDateTime", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "endDateTime", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/permissionGrants", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListPermissionGrant", + "Method": "Get", + "Parameters": [ { - "Name": "interval", + "Name": "group-id", "Location": "Path" }, { @@ -126873,11 +126882,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -126889,43 +126898,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", + "Path": "/groups/{group-id}/permissionGrants", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root.listItem.version_restoreVersion", + "OperationId": "group_CreatePermissionGrant", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_GetPermissionGrant", + "Method": "Get", + "Parameters": [ { - "Name": "drive-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.assignSensitivityLabel", + "Path": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_assignSensitivityLabel", - "Method": "Post", + "OperationId": "group_UpdatePermissionGrant", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" } ] @@ -126933,59 +126962,87 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.checkin", + "Path": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_checkin", - "Method": "Post", + "OperationId": "group_DeletePermissionGrant", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.checkout", + "Path": "/groups/{group-id}/permissionGrants/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_checkout", - "Method": "Post", + "OperationId": "group.permissionGrant_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.copy", + "Path": "/groups/{group-id}/photo", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_copy", - "Method": "Post", + "OperationId": "group_GetPhoto", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/photo", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_UpdatePhoto", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" } ] @@ -126993,39 +127050,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.createLink", + "Path": "/groups/{group-id}/photo", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_createLink", - "Method": "Post", + "OperationId": "group_DeletePhoto", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.createUploadSession", + "Path": "/groups/{group-id}/photo/$value", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_createUploadSession", - "Method": "Post", + "OperationId": "group_GetPhotoContent", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/photo/$value", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_SetPhotoContent", + "Method": "Put", + "Parameters": [ { - "Name": "drive-id", + "Name": "group-id", "Location": "Path" } ] @@ -127033,21 +127102,17 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.delta()", + "Path": "/groups/{group-id}/photos", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_delta", + "OperationId": "group_ListPhoto", "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -127069,11 +127134,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -127085,11 +127150,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.delta(token=\u0027{token}\u0027)", + "Path": "/groups/{group-id}/photos/{profilePhoto-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_delta", + "OperationId": "group_GetPhoto", "Method": "Get", "Parameters": [ { @@ -127097,41 +127162,13 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "token", + "Name": "profilePhoto-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -127141,19 +127178,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.extractSensitivityLabels", + "Path": "/groups/{group-id}/photos/{profilePhoto-id}/$value", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_extractSensitivityLabel", - "Method": "Post", + "OperationId": "group_GetPhotosContent", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "profilePhoto-id", "Location": "Path" } ] @@ -127161,19 +127198,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.follow", + "Path": "/groups/{group-id}/photos/{profilePhoto-id}/$value", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_follow", - "Method": "Post", + "OperationId": "group_SetPhotosContent", + "Method": "Put", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "profilePhoto-id", "Location": "Path" } ] @@ -127181,21 +127218,17 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.getActivitiesByInterval()", + "Path": "/groups/{group-id}/rejectedSenders", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_getActivitiesGraphBPreInterval", + "OperationId": "group_ListRejectedSender", "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, - { - "Name": "drive-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -127217,11 +127250,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -127233,31 +127266,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Path": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "group.rejectedSender_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/rejectedSenders/$count", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.rejectedSender_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "interval", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/rejectedSenders/$ref", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListRejectedSenderGraphBPreRef", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -127280,122 +127345,66 @@ "Name": "$count", "Location": "Query" }, - { - "Name": "$select", - "Location": "Query" - }, { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.invite", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.drive.root_invite", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.permanentDelete", + "Path": "/groups/{group-id}/rejectedSenders/$ref", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_permanentDelete", + "OperationId": "group_CreateRejectedSenderGraphBPreRef", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.preview", + "Path": "/groups/{group-id}/rejectedSenders/$ref", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_preview", - "Method": "Post", + "OperationId": "group_DeleteRejectedSenderGraphBPreRef", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.restore", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.drive.root_restore", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.search(q=\u0027{q}\u0027)", + "Path": "/groups/{group-id}/settings", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_search", + "OperationId": "group_ListSetting", "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, - { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "q", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -127417,11 +127426,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -127433,63 +127442,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.unfollow", + "Path": "/groups/{group-id}/settings", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_unfollow", + "OperationId": "group_CreateSetting", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.validatePermission", + "Path": "/groups/{group-id}/settings/{groupSetting-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root_validatePermission", - "Method": "Post", + "OperationId": "group_GetSetting", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "groupSetting-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/microsoft.graph.grant", + "Path": "/groups/{group-id}/settings/{groupSetting-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root.permission_grant", - "Method": "Post", + "OperationId": "group_UpdateSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "permission-id", + "Name": "groupSetting-id", "Location": "Path" } ] @@ -127497,187 +127506,343 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/microsoft.graph.reauthorize", + "Path": "/groups/{group-id}/settings/{groupSetting-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root.subscription_reauthorize", - "Method": "Post", - "Parameters": [ + "OperationId": "group_DeleteSetting", + "Method": "Delete", + "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "groupSetting-id", "Location": "Path" }, { - "Name": "subscription-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion", + "Path": "/groups/{group-id}/settings/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.drive.root.version_restoreVersion", - "Method": "Post", + "OperationId": "group.setting_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval()", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event.attachment_createUploadSession", - "Method": "Post", + "OperationId": "group.site.getGraphBPrePath_getActivitiesGraphBPreInterval", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "group.site.getGraphBPrePath_getActivitiesGraphBPreInterval", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "path", + "Location": "Path" + }, + { + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", + "Location": "Path" + }, + { + "Name": "interval", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event.instance_accept", - "Method": "Post", + "OperationId": "group.site.getGraphBPrePath_getApplicableContentTypesGraphFPreList", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "path", + "Location": "Path" + }, + { + "Name": "listId", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel", + "Path": "/groups/{group-id}/threads", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event.instance_cancel", - "Method": "Post", + "OperationId": "group_ListThread", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline", + "Path": "/groups/{group-id}/threads", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event.instance_decline", + "OperationId": "group_CreateThread", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_GetThread", + "Method": "Get", + "Parameters": [ { - "Name": "event-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationThread-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", + "Path": "/groups/{group-id}/threads/{conversationThread-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event.instance_dismissReminder", - "Method": "Post", + "OperationId": "group_UpdateThread", + "Method": "Patch", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "conversationThread-id", "Location": "Path" } ] @@ -127685,35 +127850,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward", + "Path": "/groups/{group-id}/threads/{conversationThread-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event.instance_forward", - "Method": "Post", + "OperationId": "group_DeleteThread", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/microsoft.graph.reply", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event.instance_snoozeReminder", + "OperationId": "group.thread_reply", "Method": "Post", "Parameters": [ { @@ -127721,11 +127886,7 @@ "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "conversationThread-id", "Location": "Path" } ] @@ -127733,35 +127894,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "group.thread_ListPost", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/instances/microsoft.graph.delta()", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event.instance_delta", + "OperationId": "group.thread_GetPost", "Method": "Get", "Parameters": [ { @@ -127769,16 +127958,44 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "endDateTime", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post_ListAttachment", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" }, { "Name": "$top", @@ -127801,11 +128018,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -127817,11 +128034,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/microsoft.graph.accept", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event_accept", + "OperationId": "group.thread.post_CreateAttachment", "Method": "Post", "Parameters": [ { @@ -127829,7 +128046,11 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -127837,71 +128058,111 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/microsoft.graph.cancel", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event_cancel", - "Method": "Post", + "OperationId": "group.thread.post_GetAttachment", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/microsoft.graph.decline", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event_decline", - "Method": "Post", + "OperationId": "group.thread.post_DeleteAttachment", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/microsoft.graph.dismissReminder", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event_dismissReminder", - "Method": "Post", + "OperationId": "group.thread.post.attachment_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/microsoft.graph.forward", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event_forward", + "OperationId": "group.thread.post.attachment_createUploadSession", "Method": "Post", "Parameters": [ { @@ -127909,7 +128170,11 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -127917,31 +128182,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/microsoft.graph.snoozeReminder", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event_snoozeReminder", - "Method": "Post", + "OperationId": "group.thread.post_ListExtension", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/events/{event-id}/microsoft.graph.tentativelyAccept", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event_tentativelyAccept", + "OperationId": "group.thread.post_CreateExtension", "Method": "Post", "Parameters": [ { @@ -127949,7 +128250,11 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -127957,11 +128262,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/events/microsoft.graph.delta()", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.event_delta", + "OperationId": "group.thread.post_GetExtension", "Method": "Get", "Parameters": [ { @@ -127969,20 +128274,108 @@ "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "conversationThread-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "post-id", + "Location": "Path" }, { - "Name": "$top", + "Name": "extension-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post_UpdateExtension", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post_DeleteExtension", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post.extension_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" }, { "Name": "$search", @@ -127991,17 +128384,33 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post_GetInReplyTo", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "conversationThread-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "post-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -128013,17 +128422,25 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/extensions", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_ListExtension", + "OperationId": "group.thread.post.inReplyTo_ListAttachment", "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -128061,27 +128478,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/extensions", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_CreateExtension", + "OperationId": "group.thread.post.inReplyTo_CreateAttachment", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/extensions/{extension-id}", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_GetExtension", + "OperationId": "group.thread.post.inReplyTo_GetAttachment", "Method": "Get", "Parameters": [ { @@ -128089,7 +128514,15 @@ "Location": "Path" }, { - "Name": "extension-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" }, { @@ -128105,85 +128538,113 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/extensions/{extension-id}", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_UpdateExtension", - "Method": "Patch", + "OperationId": "group.thread.post.inReplyTo_DeleteAttachment", + "Method": "Delete", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/extensions/{extension-id}", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_DeleteExtension", - "Method": "Delete", + "OperationId": "group.thread.post.inReplyTo.attachment_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "conversationThread-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/extensions/$count", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/microsoft.graph.createUploadSession", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.extension_GetCount", - "Method": "Get", + "OperationId": "group.thread.post.inReplyTo.attachment_createUploadSession", + "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "conversationThread-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "post-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_ListGroupLifecyclePolicy", + "OperationId": "group.thread.post.inReplyTo_ListExtension", "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -128221,27 +128682,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_CreateGroupLifecyclePolicy", + "OperationId": "group.thread.post.inReplyTo_CreateExtension", "Method": "Post", "Parameters": [ { "Name": "group-id", "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_GetGroupLifecyclePolicy", + "OperationId": "group.thread.post.inReplyTo_GetExtension", "Method": "Get", "Parameters": [ { @@ -128249,7 +128718,15 @@ "Location": "Path" }, { - "Name": "groupLifecyclePolicy-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -128265,11 +128742,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_UpdateGroupLifecyclePolicy", + "OperationId": "group.thread.post.inReplyTo_UpdateExtension", "Method": "Patch", "Parameters": [ { @@ -128277,7 +128754,15 @@ "Location": "Path" }, { - "Name": "groupLifecyclePolicy-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" } ] @@ -128285,11 +128770,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_DeleteGroupLifecyclePolicy", + "OperationId": "group.thread.post.inReplyTo_DeleteExtension", "Method": "Delete", "Parameters": [ { @@ -128297,7 +128782,15 @@ "Location": "Path" }, { - "Name": "groupLifecyclePolicy-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -128309,11 +128802,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.addGroup", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.groupLifecyclePolicy_addGroup", + "OperationId": "group.thread.post.inReplyTo.extension_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post.inReplyTo_forward", "Method": "Post", "Parameters": [ { @@ -128321,7 +128846,11 @@ "Location": "Path" }, { - "Name": "groupLifecyclePolicy-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -128329,11 +128858,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.removeGroup", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.groupLifecyclePolicy_removeGroup", + "OperationId": "group.thread.post.inReplyTo_reply", "Method": "Post", "Parameters": [ { @@ -128341,7 +128870,11 @@ "Location": "Path" }, { - "Name": "groupLifecyclePolicy-id", + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", "Location": "Path" } ] @@ -128349,17 +128882,69 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/groupLifecyclePolicies/$count", + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.groupLifecyclePolicy_GetCount", + "OperationId": "group.thread.post_forward", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post_reply", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, + { + "Name": "post-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group.thread.post_GetCount", "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, + { + "Name": "conversationThread-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -128373,11 +128958,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf", + "Path": "/groups/{group-id}/threads/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_ListMemberGraphOPre", + "OperationId": "group.thread_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/transitiveMemberOf", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_ListTransitiveMemberGraphOPre", "Method": "Get", "Parameters": [ { @@ -128425,11 +129034,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/{directoryObject-id}", + "Path": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_GetMemberGraphOPre", + "OperationId": "group_GetTransitiveMemberGraphOPre", "Method": "Get", "Parameters": [ { @@ -128457,11 +129066,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", + "Path": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_GetMemberGraphOPreAsAdministrativeUnit", + "OperationId": "group_GetTransitiveMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { @@ -128489,11 +129098,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/{directoryObject-id}/microsoft.graph.group", + "Path": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.group", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_GetMemberGraphOPreAsGroup", + "OperationId": "group_GetTransitiveMemberGraphOPreAsGroup", "Method": "Get", "Parameters": [ { @@ -128521,11 +129130,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/$count", + "Path": "/groups/{group-id}/transitiveMemberOf/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.memberOf_GetCount", + "OperationId": "group.transitiveMemberOf_GetCount", "Method": "Get", "Parameters": [ { @@ -128549,11 +129158,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/microsoft.graph.administrativeUnit", + "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.administrativeUnit", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_ListMemberGraphOPreAsAdministrativeUnit", + "OperationId": "group_ListTransitiveMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { @@ -128601,11 +129210,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/microsoft.graph.administrativeUnit/$count", + "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.administrativeUnit/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.MemberOf_GetCountAsAdministrativeUnit", + "OperationId": "group.TransitiveMemberOf_GetCountAsAdministrativeUnit", "Method": "Get", "Parameters": [ { @@ -128629,11 +129238,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/microsoft.graph.group", + "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.group", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_ListMemberGraphOPreAsGroup", + "OperationId": "group_ListTransitiveMemberGraphOPreAsGroup", "Method": "Get", "Parameters": [ { @@ -128681,11 +129290,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/memberOf/microsoft.graph.group/$count", + "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.group/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.MemberOf_GetCountAsGroup", + "OperationId": "group.TransitiveMemberOf_GetCountAsGroup", "Method": "Get", "Parameters": [ { @@ -128709,11 +129318,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members", + "Path": "/groups/{group-id}/transitiveMembers", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_ListMember", + "OperationId": "group_ListTransitiveMember", "Method": "Get", "Parameters": [ { @@ -128761,12 +129370,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/{directoryObject-id}/$ref", + "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.member_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "group_GetTransitiveMember", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -128777,19 +129386,27 @@ "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.application", + "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.application", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_GetMemberAsApplication", + "OperationId": "group_GetTransitiveMemberAsApplication", "Method": "Get", "Parameters": [ { @@ -128817,11 +129434,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.device", + "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.device", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_GetMemberAsDevice", + "OperationId": "group_GetTransitiveMemberAsDevice", "Method": "Get", "Parameters": [ { @@ -128849,11 +129466,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.group", + "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.group", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_GetMemberAsGroup", + "OperationId": "group_GetTransitiveMemberAsGroup", "Method": "Get", "Parameters": [ { @@ -128881,11 +129498,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.orgContact", + "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.orgContact", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_GetMemberAsOrgContact", + "OperationId": "group_GetTransitiveMemberAsOrgContact", "Method": "Get", "Parameters": [ { @@ -128913,11 +129530,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.servicePrincipal", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_GetMemberAsServicePrincipal", + "OperationId": "group_GetTransitiveMemberAsServicePrincipal", "Method": "Get", "Parameters": [ { @@ -128945,11 +129562,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/{directoryObject-id}/microsoft.graph.user", + "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.user", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_GetMemberAsUser", + "OperationId": "group_GetTransitiveMemberAsUser", "Method": "Get", "Parameters": [ { @@ -128977,11 +129594,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/$count", + "Path": "/groups/{group-id}/transitiveMembers/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.member_GetCount", + "OperationId": "group.transitiveMember_GetCount", "Method": "Get", "Parameters": [ { @@ -129005,11 +129622,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/$ref", + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.application", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_ListMemberGraphBPreRef", + "OperationId": "group_ListTransitiveMemberAsApplication", "Method": "Get", "Parameters": [ { @@ -129043,45 +129660,41 @@ { "Name": "$orderby", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/members/$ref", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_CreateMemberGraphBPreRef", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/members/$ref", + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.application/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_DeleteMemberGraphBPreRef", - "Method": "Delete", + "OperationId": "group.TransitiveMember_GetCountAsApplication", + "Method": "Get", "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" }, { - "Name": "@id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", "Location": "Query" } ] @@ -129089,11 +129702,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.application", + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.device", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_ListMemberAsApplication", + "OperationId": "group_ListTransitiveMemberAsDevice", "Method": "Get", "Parameters": [ { @@ -129141,11 +129754,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.application/$count", + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.device/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.Member_GetCountAsApplication", + "OperationId": "group.TransitiveMember_GetCountAsDevice", "Method": "Get", "Parameters": [ { @@ -129169,11 +129782,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.device", + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.group", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_ListMemberAsDevice", + "OperationId": "group_ListTransitiveMemberAsGroup", "Method": "Get", "Parameters": [ { @@ -129221,11 +129834,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.device/$count", + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.group/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.Member_GetCountAsDevice", + "OperationId": "group.TransitiveMember_GetCountAsGroup", "Method": "Get", "Parameters": [ { @@ -129249,11 +129862,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.group", + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.orgContact", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_ListMemberAsGroup", + "OperationId": "group_ListTransitiveMemberAsOrgContact", "Method": "Get", "Parameters": [ { @@ -129301,11 +129914,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.group/$count", + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.orgContact/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.Member_GetCountAsGroup", + "OperationId": "group.TransitiveMember_GetCountAsOrgContact", "Method": "Get", "Parameters": [ { @@ -129329,11 +129942,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.orgContact", + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.servicePrincipal", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_ListMemberAsOrgContact", + "OperationId": "group_ListTransitiveMemberAsServicePrincipal", "Method": "Get", "Parameters": [ { @@ -129381,11 +129994,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.orgContact/$count", + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.servicePrincipal/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.Member_GetCountAsOrgContact", + "OperationId": "group.TransitiveMember_GetCountAsServicePrincipal", "Method": "Get", "Parameters": [ { @@ -129409,11 +130022,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.servicePrincipal", + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.user", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_ListMemberAsServicePrincipal", + "OperationId": "group_ListTransitiveMemberAsUser", "Method": "Get", "Parameters": [ { @@ -129461,11 +130074,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.servicePrincipal/$count", + "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.user/$count", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.Member_GetCountAsServicePrincipal", + "OperationId": "group.TransitiveMember_GetCountAsUser", "Method": "Get", "Parameters": [ { @@ -129489,21 +130102,97 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.user", + "Path": "/groups(uniqueName=\u0027{uniqueName}\u0027)", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_ListMemberAsUser", + "OperationId": "group_GetGroupGraphBPreUniqueName", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "uniqueName", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups(uniqueName=\u0027{uniqueName}\u0027)", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_UpdateGroupGraphBPreUniqueName", + "Method": "Patch", + "Parameters": [ + { + "Name": "uniqueName", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups(uniqueName=\u0027{uniqueName}\u0027)", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_DeleteGroupGraphBPreUniqueName", + "Method": "Delete", + "Parameters": [ + { + "Name": "uniqueName", "Location": "Path" }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/$count", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "ConsistencyLevel", "Location": "Header" }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/microsoft.graph.delta()", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_delta", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -129525,11 +130214,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -129541,20 +130230,53 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/members/microsoft.graph.user/$count", + "Path": "/groups/microsoft.graph.getAvailableExtensionProperties", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group.Member_GetCountAsUser", + "OperationId": "group_getAvailableExtensionProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/groups/microsoft.graph.getByIds", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_getGraphBPreId", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/groups/microsoft.graph.validateProperties", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "group_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/groupSettings", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSetting_ListGroupSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -129563,27 +130285,126 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors", + "Path": "/groupSettings", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_ListMembersGraphWPreLicenseError", + "OperationId": "groupSetting_CreateGroupSetting", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/groupSettings/{groupSetting-id}", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSetting_GetGroupSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "groupSetting-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groupSettings/{groupSetting-id}", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSetting_UpdateGroupSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "groupSetting-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groupSettings/{groupSetting-id}", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSetting_DeleteGroupSetting", + "Method": "Delete", + "Parameters": [ + { + "Name": "groupSetting-id", + "Location": "Path" + }, + { + "Name": "If-Match", "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groupSettings/$count", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSetting_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groupSettingTemplates", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSettingTemplate_ListGroupSettingTemplate", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -129621,29 +130442,212 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "Path": "/groupSettingTemplates", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_GetMembersGraphWPreLicenseError", + "OperationId": "groupSettingTemplate_CreateGroupSettingTemplate", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/groupSettingTemplates/{groupSettingTemplate-id}", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSettingTemplate_GetGroupSettingTemplate", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "groupSettingTemplate-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groupSettingTemplates/{groupSettingTemplate-id}", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSettingTemplate_UpdateGroupSettingTemplate", + "Method": "Patch", + "Parameters": [ + { + "Name": "groupSettingTemplate-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groupSettingTemplates/{groupSettingTemplate-id}", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSettingTemplate_DeleteGroupSettingTemplate", + "Method": "Delete", + "Parameters": [ + { + "Name": "groupSettingTemplate-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "If-Match", "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.checkMemberGroups", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSettingTemplate_checkMemberGroup", + "Method": "Post", + "Parameters": [ + { + "Name": "groupSettingTemplate-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.checkMemberObjects", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSettingTemplate_checkMemberObject", + "Method": "Post", + "Parameters": [ + { + "Name": "groupSettingTemplate-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.getMemberGroups", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSettingTemplate_getMemberGroup", + "Method": "Post", + "Parameters": [ + { + "Name": "groupSettingTemplate-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.getMemberObjects", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSettingTemplate_getMemberObject", + "Method": "Post", + "Parameters": [ + { + "Name": "groupSettingTemplate-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.restore", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSettingTemplate_restore", + "Method": "Post", + "Parameters": [ + { + "Name": "groupSettingTemplate-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groupSettingTemplates/$count", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSettingTemplate_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groupSettingTemplates/microsoft.graph.delta()", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSettingTemplate_delta", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -129653,24 +130657,89 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.application", + "Path": "/groupSettingTemplates/microsoft.graph.getAvailableExtensionProperties", "Module": "Groups" }, "MethodInfo": { - "OperationId": "group_GetMembersGraphWPreLicenseErrorAsApplication", + "OperationId": "groupSettingTemplate_getAvailableExtensionProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/groupSettingTemplates/microsoft.graph.getByIds", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSettingTemplate_getGraphBPreId", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/groupSettingTemplates/microsoft.graph.validateProperties", + "Module": "Groups" + }, + "MethodInfo": { + "OperationId": "groupSettingTemplate_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/people", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "admin_GetPerson", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "directoryObject-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/people/profileCardProperties", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "admin.person_ListProfileCardProperty", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -129685,25 +130754,163 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.device", - "Module": "Groups" + "Path": "/admin/people/profileCardProperties", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetMembersGraphWPreLicenseErrorAsDevice", + "OperationId": "admin.person_CreateProfileCardProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "admin.person_GetProfileCardProperty", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "profileCardProperty-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "admin.person_UpdateProfileCardProperty", + "Method": "Patch", + "Parameters": [ + { + "Name": "profileCardProperty-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "admin.person_DeleteProfileCardProperty", + "Method": "Delete", + "Parameters": [ + { + "Name": "profileCardProperty-id", "Location": "Path" }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/people/profileCardProperties/$count", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "admin.person.profileCardProperty_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/people/pronouns", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "admin.person_GetPronoun", + "Method": "Get", + "Parameters": [ + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/people/pronouns", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "admin.person_UpdatePronoun", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/contacts", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contact.orgContact_ListOrgContact", + "Method": "Get", + "Parameters": [ { "Name": "ConsistencyLevel", "Location": "Header" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -129717,25 +130924,116 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.group", - "Module": "Groups" + "Path": "/contacts", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetMembersGraphWPreLicenseErrorAsGroup", + "OperationId": "contact.orgContact_CreateOrgContact", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/contacts/{orgContact-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contact.orgContact_GetOrgContact", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/contacts/{orgContact-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contact.orgContact_UpdateOrgContact", + "Method": "Patch", + "Parameters": [ + { + "Name": "orgContact-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/contacts/{orgContact-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contact.orgContact_DeleteOrgContact", + "Method": "Delete", + "Parameters": [ + { + "Name": "orgContact-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/contacts/{orgContact-id}/directReports", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contact_ListDirectReport", + "Method": "Get", + "Parameters": [ + { + "Name": "orgContact-id", "Location": "Path" }, { "Name": "ConsistencyLevel", "Location": "Header" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -129749,15 +131047,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.orgContact", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetMembersGraphWPreLicenseErrorAsOrgContact", + "OperationId": "contact_GetDirectReport", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -129781,15 +131079,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/microsoft.graph.orgContact", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetMembersGraphWPreLicenseErrorAsServicePrincipal", + "OperationId": "contact_GetDirectReportAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -129813,15 +131111,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/microsoft.graph.user", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetMembersGraphWPreLicenseErrorAsUser", + "OperationId": "contact_GetDirectReportAsUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -129845,15 +131143,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/$count", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/directReports/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.membersGraphWPreLicenseError_GetCount", + "OperationId": "contact.directReport_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -129873,15 +131171,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.application", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.orgContact", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListMembersGraphWPreLicenseErrorAsApplication", + "OperationId": "contact_ListDirectReportAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -129925,15 +131223,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.application/$count", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.orgContact/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsApplication", + "OperationId": "contact.DirectReport_GetCountAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -129953,15 +131251,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.device", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListMembersGraphWPreLicenseErrorAsDevice", + "OperationId": "contact_ListDirectReportAsUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -130005,15 +131303,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.device/$count", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.user/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsDevice", + "OperationId": "contact.DirectReport_GetCountAsUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -130033,15 +131331,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.group", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/manager", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListMembersGraphWPreLicenseErrorAsGroup", + "OperationId": "contact_GetManager", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/contacts/{orgContact-id}/memberOf", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contact_ListMemberGraphOPre", + "Method": "Get", + "Parameters": [ + { + "Name": "orgContact-id", "Location": "Path" }, { @@ -130085,15 +131407,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.group/$count", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsGroup", + "OperationId": "contact_GetMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" }, { @@ -130101,11 +131427,11 @@ "Location": "Header" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -130113,44 +131439,56 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.orgContact", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListMembersGraphWPreLicenseErrorAsOrgContact", + "OperationId": "contact_GetMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "directoryObject-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contact_GetMemberGraphOPreAsGroup", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "orgContact-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "directoryObject-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -130165,15 +131503,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.orgContact/$count", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/memberOf/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsOrgContact", + "OperationId": "contact.memberOf_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -130193,15 +131531,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.servicePrincipal", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListMembersGraphWPreLicenseErrorAsServicePrincipal", + "OperationId": "contact_ListMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -130245,15 +131583,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.servicePrincipal/$count", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.administrativeUnit/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsServicePrincipal", + "OperationId": "contact.MemberOf_GetCountAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -130273,15 +131611,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.user", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListMembersGraphWPreLicenseErrorAsUser", + "OperationId": "contact_ListMemberGraphOPreAsGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -130325,15 +131663,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/membersWithLicenseErrors/microsoft.graph.user/$count", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.group/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.MembersGraphWPreLicenseError_GetCountAsUser", + "OperationId": "contact.MemberOf_GetCountAsGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { @@ -130353,15 +131691,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.addFavorite", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/microsoft.graph.checkMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_addFavorite", + "OperationId": "contact_checkMemberGroup", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" } ] @@ -130369,15 +131707,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.assignLicense", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/microsoft.graph.checkMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_assignLicense", + "OperationId": "contact_checkMemberObject", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" } ] @@ -130385,15 +131723,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.checkGrantedPermissionsForApp", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/microsoft.graph.getMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_checkGrantedPermissionsGraphFPreApp", + "OperationId": "contact_getMemberGroup", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" } ] @@ -130401,15 +131739,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.checkMemberGroups", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/microsoft.graph.getMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_checkMemberGroup", + "OperationId": "contact_getMemberObject", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" } ] @@ -130417,15 +131755,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.checkMemberObjects", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/microsoft.graph.restore", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_checkMemberObject", + "OperationId": "contact_restore", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" } ] @@ -130433,15 +131771,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.getMemberGroups", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/microsoft.graph.retryServiceProvisioning", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_getMemberGroup", + "OperationId": "contact_retryServiceProvisioning", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" } ] @@ -130449,485 +131787,526 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.getMemberObjects", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/serviceProvisioningErrors", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_getMemberObject", - "Method": "Post", + "OperationId": "contact_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.removeFavorite", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_removeFavorite", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.renew", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_renew", - "Method": "Post", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.resetUnseenCount", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_resetUnseenCount", - "Method": "Post", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.restore", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_restore", - "Method": "Post", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.retryServiceProvisioning", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_retryServiceProvisioning", - "Method": "Post", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.subscribeByMail", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_subscribeGraphBPreMail", - "Method": "Post", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.unsubscribeByMail", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_unsubscribeGraphBPreMail", - "Method": "Post", - "Parameters": [ + "Name": "$orderby", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/microsoft.graph.validateProperties", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_validateProperty", - "Method": "Post", + "OperationId": "contact.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_copyNotebook", - "Method": "Post", + "OperationId": "contact_ListTransitiveMemberGraphOPre", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_copyToNotebook", - "Method": "Post", + "OperationId": "contact_GetTransitiveMemberGraphOPre", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "contact_GetTransitiveMemberGraphOPreAsAdministrativeUnit", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section.page_copyToSection", - "Method": "Post", + "OperationId": "contact_GetTransitiveMemberGraphOPreAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "contact.transitiveMemberOf_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section.page_preview", + "OperationId": "contact_ListTransitiveMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.administrativeUnit/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_copyToNotebook", - "Method": "Post", + "OperationId": "contact.TransitiveMemberOf_GetCountAsAdministrativeUnit", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "contact_ListTransitiveMemberGraphOPreAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.group/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section.page_copyToSection", - "Method": "Post", + "OperationId": "contact.TransitiveMemberOf_GetCountAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "orgContact-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/contacts/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "contact_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/contacts/microsoft.graph.delta()", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section.page_preview", + "OperationId": "contact_delta", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl", - "Module": "Groups" + "Path": "/contacts/microsoft.graph.getAvailableExtensionProperties", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_getNotebookFromWebUrl", + "OperationId": "contact_getAvailableExtensionProperty", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Groups" + "Path": "/contacts/microsoft.graph.getByIds", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contact_getGraphBPreId", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/contacts/microsoft.graph.validateProperties", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contact_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/contracts", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_getRecentNotebook", + "OperationId": "contract_ListContract", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "includePersonalNotebooks", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -130947,45 +132326,68 @@ { "Name": "$count", "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/contracts", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.page_copyToSection", + "OperationId": "contract_CreateContract", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/contracts/{contract-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contract_GetContract", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "contract-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/contracts/{contract-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.page_onenotePatchContent", - "Method": "Post", + "OperationId": "contract_UpdateContract", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "contract-id", "Location": "Path" } ] @@ -130993,43 +132395,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/contracts/{contract-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.page_preview", - "Method": "Get", + "OperationId": "contract_DeleteContract", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "contract-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" + "Path": "/contracts/{contract-id}/microsoft.graph.checkMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_copyToNotebook", + "OperationId": "contract_checkMemberGroup", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "contract-id", "Location": "Path" } ] @@ -131037,23 +132431,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" + "Path": "/contracts/{contract-id}/microsoft.graph.checkMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_copyToSectionGroup", + "OperationId": "contract_checkMemberObject", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "contract-id", "Location": "Path" } ] @@ -131061,27 +132447,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/contracts/{contract-id}/microsoft.graph.getMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section.page_copyToSection", + "OperationId": "contract_getMemberGroup", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "contract-id", "Location": "Path" } ] @@ -131089,189 +132463,265 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/contracts/{contract-id}/microsoft.graph.getMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section.page_onenotePatchContent", + "OperationId": "contract_getMemberObject", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "contract-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/contracts/{contract-id}/microsoft.graph.restore", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contract_restore", + "Method": "Post", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "contract-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/contracts/$count", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "contract_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/contracts/microsoft.graph.delta()", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section.page_preview", + "OperationId": "contract_delta", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" + "Path": "/contracts/microsoft.graph.getAvailableExtensionProperties", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.section_copyToNotebook", + "OperationId": "contract_getAvailableExtensionProperty", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" + "Path": "/contracts/microsoft.graph.getByIds", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.section_copyToSectionGroup", + "OperationId": "contract_getGraphBPreId", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/contracts/microsoft.graph.validateProperties", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.section.page_copyToSection", + "OperationId": "contract_validateProperty", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/devices", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_ListDevice", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/devices", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.section.page_onenotePatchContent", + "OperationId": "device_CreateDevice", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/devices/{device-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_GetDevice", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/devices/{device-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.onenote.section.page_preview", - "Method": "Get", + "OperationId": "device_UpdateDevice", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices/{device-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_DeleteDevice", + "Method": "Delete", + "Parameters": [ { - "Name": "onenoteSection-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners", - "Module": "Groups" + "Path": "/devices/{device-id}/extensions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListOwner", + "OperationId": "device_ListExtension", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -131309,49 +132759,37 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/{directoryObject-id}/$ref", - "Module": "Groups" + "Path": "/devices/{device-id}/extensions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.owner_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "device_CreateExtension", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "device-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.application", - "Module": "Groups" + "Path": "/devices/{device-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetOwnerAsApplication", + "OperationId": "device_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "extension-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -131365,31 +132803,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.device", - "Module": "Groups" + "Path": "/devices/{device-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetOwnerAsDevice", - "Method": "Get", + "OperationId": "device_UpdateExtension", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "extension-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices/{device-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_DeleteExtension", + "Method": "Delete", + "Parameters": [ + { + "Name": "device-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "extension-id", + "Location": "Path" + }, + { + "Name": "If-Match", "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices/{device-id}/extensions/$count", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device.extension_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "device-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -131397,25 +132871,45 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.group", - "Module": "Groups" + "Path": "/devices/{device-id}/memberOf", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetOwnerAsGroup", + "OperationId": "device_ListMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "device-id", "Location": "Path" }, { "Name": "ConsistencyLevel", "Location": "Header" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -131429,15 +132923,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.orgContact", - "Module": "Groups" + "Path": "/devices/{device-id}/memberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetOwnerAsOrgContact", + "OperationId": "device_GetMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -131461,15 +132955,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Groups" + "Path": "/devices/{device-id}/memberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetOwnerAsServicePrincipal", + "OperationId": "device_GetMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -131493,15 +132987,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/{directoryObject-id}/microsoft.graph.user", - "Module": "Groups" + "Path": "/devices/{device-id}/memberOf/{directoryObject-id}/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetOwnerAsUser", + "OperationId": "device_GetMemberGraphOPreAsGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -131525,15 +133019,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/$count", - "Module": "Groups" + "Path": "/devices/{device-id}/memberOf/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.owner_GetCount", + "OperationId": "device.memberOf_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -131553,15 +133047,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/$ref", - "Module": "Groups" + "Path": "/devices/{device-id}/memberOf/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListOwnerGraphBPreRef", + "OperationId": "device_ListMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -131591,45 +133085,41 @@ { "Name": "$orderby", "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/$ref", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_CreateOwnerGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/owners/$ref", - "Module": "Groups" + "Path": "/devices/{device-id}/memberOf/microsoft.graph.administrativeUnit/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_DeleteOwnerGraphBPreRef", - "Method": "Delete", + "OperationId": "device.MemberOf_GetCountAsAdministrativeUnit", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" }, { - "Name": "@id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", "Location": "Query" } ] @@ -131637,15 +133127,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.application", - "Module": "Groups" + "Path": "/devices/{device-id}/memberOf/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListOwnerAsApplication", + "OperationId": "device_ListMemberGraphOPreAsGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -131689,15 +133179,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.application/$count", - "Module": "Groups" + "Path": "/devices/{device-id}/memberOf/microsoft.graph.group/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.Owner_GetCountAsApplication", + "OperationId": "device.MemberOf_GetCountAsGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -131717,15 +133207,95 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.device", - "Module": "Groups" + "Path": "/devices/{device-id}/microsoft.graph.checkMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListOwnerAsDevice", + "OperationId": "device_checkMemberGroup", + "Method": "Post", + "Parameters": [ + { + "Name": "device-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices/{device-id}/microsoft.graph.checkMemberObjects", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_checkMemberObject", + "Method": "Post", + "Parameters": [ + { + "Name": "device-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices/{device-id}/microsoft.graph.getMemberGroups", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_getMemberGroup", + "Method": "Post", + "Parameters": [ + { + "Name": "device-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices/{device-id}/microsoft.graph.getMemberObjects", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_getMemberObject", + "Method": "Post", + "Parameters": [ + { + "Name": "device-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices/{device-id}/microsoft.graph.restore", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_restore", + "Method": "Post", + "Parameters": [ + { + "Name": "device-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices/{device-id}/registeredOwners", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_ListRegisteredOwner", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -131769,15 +133339,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.device/$count", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.Owner_GetCountAsDevice", + "OperationId": "device.registeredOwner_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", + "Parameters": [ + { + "Name": "device-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.appRoleAssignment", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_GetRegisteredOwnerAsAppRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" }, { @@ -131785,11 +133383,11 @@ "Location": "Header" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -131797,15 +133395,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.group", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.endpoint", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListOwnerAsGroup", + "OperationId": "device_GetRegisteredOwnerAsEndpoint", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" }, { @@ -131813,28 +133415,68 @@ "Location": "Header" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_GetRegisteredOwnerAsServicePrincipal", + "Method": "Get", + "Parameters": [ + { + "Name": "device-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "directoryObject-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_GetRegisteredOwnerAsUser", + "Method": "Get", + "Parameters": [ + { + "Name": "device-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -131849,15 +133491,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.group/$count", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredOwners/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.Owner_GetCountAsGroup", + "OperationId": "device.registeredOwner_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -131877,15 +133519,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.orgContact", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredOwners/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListOwnerAsOrgContact", + "OperationId": "device_ListRegisteredOwnerGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -131915,41 +133557,45 @@ { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices/{device-id}/registeredOwners/$ref", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_CreateRegisteredOwnerGraphBPreRef", + "Method": "Post", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "device-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.orgContact/$count", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredOwners/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.Owner_GetCountAsOrgContact", - "Method": "Get", + "OperationId": "device_DeleteRegisteredOwnerGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "If-Match", "Location": "Header" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", + "Name": "@id", "Location": "Query" } ] @@ -131957,15 +133603,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.servicePrincipal", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.appRoleAssignment", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListOwnerAsServicePrincipal", + "OperationId": "device_ListRegisteredOwnerAsAppRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -132009,15 +133655,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.servicePrincipal/$count", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.appRoleAssignment/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.Owner_GetCountAsServicePrincipal", + "OperationId": "device.RegisteredOwner_GetCountAsAppRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -132037,15 +133683,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.user", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.endpoint", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListOwnerAsUser", + "OperationId": "device_ListRegisteredOwnerAsEndpoint", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -132089,15 +133735,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/owners/microsoft.graph.user/$count", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.endpoint/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.Owner_GetCountAsUser", + "OperationId": "device.RegisteredOwner_GetCountAsEndpoint", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -132117,17 +133763,21 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/permissionGrants", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListPermissionGrant", + "OperationId": "device_ListRegisteredOwnerAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -132165,43 +133815,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/permissionGrants", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_CreatePermissionGrant", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.servicePrincipal/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetPermissionGrant", + "OperationId": "device.RegisteredOwner_GetCountAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -132209,60 +133843,28 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_UpdatePermissionGrant", - "Method": "Patch", + "OperationId": "device_ListRegisteredOwnerAsUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_DeletePermissionGrant", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "resourceSpecificPermissionGrant-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/permissionGrants/$count", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.permissionGrant_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -132271,22 +133873,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/photo", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_GetPhoto", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -132301,85 +133895,49 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/photo", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_UpdatePhoto", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/photo", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.user/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_DeletePhoto", - "Method": "Delete", + "OperationId": "device.RegisteredOwner_GetCountAsUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/photo/$value", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_GetPhotoContent", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/photo/$value", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_SetPhotoContent", - "Method": "Put", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/photos", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListPhoto", + "OperationId": "device_ListRegisteredUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -132417,108 +133975,112 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/photos/{profilePhoto-id}", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetPhoto", - "Method": "Get", + "OperationId": "device.registeredUser_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "profilePhoto-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/photos/{profilePhoto-id}/$value", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.appRoleAssignment", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetPhotosContent", + "OperationId": "device_GetRegisteredUserAsAppRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "profilePhoto-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/photos/{profilePhoto-id}/$value", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.endpoint", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_SetPhotosContent", - "Method": "Put", + "OperationId": "device_GetRegisteredUserAsEndpoint", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "profilePhoto-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/rejectedSenders", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListRejectedSender", + "OperationId": "device_GetRegisteredUserAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "directoryObject-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -132533,15 +134095,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.rejectedSender_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "device_GetRegisteredUserAsUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -132549,25 +134111,37 @@ "Location": "Path" }, { - "Name": "If-Match", + "Name": "ConsistencyLevel", "Location": "Header" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/rejectedSenders/$count", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.rejectedSender_GetCount", + "OperationId": "device.registeredUser_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$search", "Location": "Query" @@ -132581,17 +134155,21 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/rejectedSenders/$ref", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListRejectedSenderGraphBPreRef", + "OperationId": "device_ListRegisteredUserGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -132621,15 +134199,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/rejectedSenders/$ref", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_CreateRejectedSenderGraphBPreRef", + "OperationId": "device_CreateRegisteredUserGraphBPreRef", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" } ] @@ -132637,15 +134215,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/rejectedSenders/$ref", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_DeleteRejectedSenderGraphBPreRef", + "OperationId": "device_DeleteRegisteredUserGraphBPreRef", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { @@ -132661,17 +134239,21 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/settings", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.appRoleAssignment", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListSetting", + "OperationId": "device_ListRegisteredUserAsAppRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, { "Name": "$top", "Location": "Query" @@ -132709,36 +134291,72 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/settings", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.appRoleAssignment/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_CreateSetting", - "Method": "Post", + "OperationId": "device.RegisteredUser_GetCountAsAppRoleAssignment", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/settings/{groupSetting-id}", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.endpoint", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetSetting", + "OperationId": "device_ListRegisteredUserAsEndpoint", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "groupSetting-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -132753,61 +134371,57 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/settings/{groupSetting-id}", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.endpoint/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_UpdateSetting", - "Method": "Patch", + "OperationId": "device.RegisteredUser_GetCountAsEndpoint", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "groupSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/settings/{groupSetting-id}", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_DeleteSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "groupSetting-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/settings/$count", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.setting_GetCount", + "OperationId": "device_ListRegisteredUserAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, + { + "Name": "ConsistencyLevel", + "Location": "Header" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -132815,186 +134429,150 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_associateGraphWPreHubSite", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.servicePrincipal/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.contentType_copyToDefaultContentLocation", - "Method": "Post", + "OperationId": "device.RegisteredUser_GetCountAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.contentType_isPublished", + "OperationId": "device_ListRegisteredUserAsUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "contentType-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.publish", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_publish", - "Method": "Post", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_unpublish", - "Method": "Post", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/microsoft.graph.addCopy", - "Module": "Groups" + "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.user/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.contentType_addCopy", - "Method": "Post", + "OperationId": "device.RegisteredUser_GetCountAsUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_addCopyFromContentTypeHub", - "Method": "Post", - "Parameters": [ + "Name": "ConsistencyLevel", + "Location": "Header" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", - "Module": "Groups" + "Path": "/devices/{device-id}/transitiveMemberOf", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.contentType_getCompatibleHubContentType", + "OperationId": "device_ListTransitiveMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -133017,11 +134595,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -133033,212 +134611,144 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", - "Module": "Groups" + "Path": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_associateGraphWPreHubSite", - "Method": "Post", + "OperationId": "device_GetTransitiveMemberGraphOPre", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", - "Module": "Groups" + "Path": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_copyToDefaultContentLocation", - "Method": "Post", + "OperationId": "device_GetTransitiveMemberGraphOPreAsAdministrativeUnit", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()", - "Module": "Groups" + "Path": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_isPublished", + "OperationId": "device_GetTransitiveMemberGraphOPreAsGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.publish", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.list.contentType_publish", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.list.contentType_unpublish", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopy", - "Module": "Groups" + "Path": "/devices/{device-id}/transitiveMemberOf/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_addCopy", - "Method": "Post", + "OperationId": "device.transitiveMemberOf_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.list.contentType_addCopyFromContentTypeHub", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", - "Module": "Groups" + "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_getCompatibleHubContentType", + "OperationId": "device_ListTransitiveMemberGraphOPreAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -133261,11 +134771,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -133277,88 +134787,48 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.list.item.documentSetVersion_restore", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.createLink", - "Module": "Groups" + "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.administrativeUnit/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.list.item_createLink", - "Method": "Post", + "OperationId": "device.TransitiveMemberOf_GetCountAsAdministrativeUnit", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval()", - "Module": "Groups" + "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.list.item_getActivitiesGraphBPreInterval", + "OperationId": "device_ListTransitiveMemberGraphOPreAsGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "device-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -133381,11 +134851,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -133397,48 +134867,20 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Groups" + "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.group/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.list.item_getActivitiesGraphBPreInterval", + "OperationId": "device.TransitiveMemberOf_GetCountAsGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", - "Location": "Path" - }, - { - "Name": "interval", + "Name": "device-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -133447,19 +134889,27 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices(deviceId=\u0027{deviceId}\u0027)", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_GetDeviceGraphBPreDeviceId", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "deviceId", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -133469,64 +134919,52 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Groups" + "Path": "/devices(deviceId=\u0027{deviceId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.list.item.version_restoreVersion", - "Method": "Post", + "OperationId": "device_UpdateDeviceGraphBPreDeviceId", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "deviceId", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/devices(deviceId=\u0027{deviceId}\u0027)", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_DeleteDeviceGraphBPreDeviceId", + "Method": "Delete", + "Parameters": [ { - "Name": "listItem-id", + "Name": "deviceId", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/devices/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.list.item_delta", + "OperationId": "device_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$search", @@ -133535,51 +134973,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=\u0027{token}\u0027)", - "Module": "Groups" + "Path": "/devices/microsoft.graph.delta()", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.list.item_delta", + "OperationId": "device_delta", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "token", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -133617,49 +135023,77 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Groups" + "Path": "/devices/microsoft.graph.getAvailableExtensionProperties", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_getAvailableExtensionProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/devices/microsoft.graph.getByIds", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "device_getGraphBPreId", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/devices/microsoft.graph.validateProperties", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.list.subscription_reauthorize", + "OperationId": "device_validateProperty", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directory", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_GetDirectory", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "subscription-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getActivitiesByInterval()", - "Module": "Groups" + "Path": "/directory", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_UpdateDirectory", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directory/administrativeUnits", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site_getActivitiesGraphBPreInterval", + "OperationId": "directory_ListAdministrativeUnit", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -133681,11 +135115,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -133697,61 +135131,32 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Groups" + "Path": "/directory/administrativeUnits", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_CreateAdministrativeUnit", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directory/administrativeUnits/{administrativeUnit-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site_getActivitiesGraphBPreInterval", + "OperationId": "directory_GetAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", - "Location": "Path" - }, - { - "Name": "interval", + "Name": "administrativeUnit-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -133761,23 +135166,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site_getApplicableContentTypesGraphFPreList", - "Method": "Get", + "OperationId": "directory_UpdateAdministrativeUnit", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/administrativeUnits/{administrativeUnit-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_DeleteAdministrativeUnit", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "listId", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.administrativeUnit_ListExtension", + "Method": "Get", + "Parameters": [ + { + "Name": "administrativeUnit-id", "Location": "Path" }, { @@ -133801,11 +135234,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -133817,23 +135250,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site_getGraphBPrePath", - "Method": "Get", + "OperationId": "directory.administrativeUnit_CreateExtension", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "administrativeUnit-id", "Location": "Path" } ] @@ -133841,53 +135266,25 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval()", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_getActivitiesGraphBPreInterval", + "OperationId": "directory.administrativeUnit_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "path", + "Name": "extension-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -133897,45 +135294,61 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "directory.administrativeUnit_UpdateExtension", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "extension-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.administrativeUnit_DeleteExtension", + "Method": "Delete", + "Parameters": [ { - "Name": "path", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "extension-id", "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.administrativeUnit.extension_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "interval", + "Name": "administrativeUnit-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -133943,50 +135356,26 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_getApplicableContentTypesGraphFPreList", + "OperationId": "directory.administrativeUnit_ListMember", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "listId", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -134009,11 +135398,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -134025,23 +135414,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_copyNotebook", + "OperationId": "directory.administrativeUnit_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "administrativeUnit-id", "Location": "Path" } ] @@ -134049,323 +135430,303 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_copyToNotebook", - "Method": "Post", + "OperationId": "directory.administrativeUnit.member_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.application", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "directory.administrativeUnit_GetMemberAsApplication", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.device", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_copyToSection", - "Method": "Post", + "OperationId": "directory.administrativeUnit_GetMemberAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "directory.administrativeUnit_GetMemberAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.orgContact", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_preview", + "OperationId": "directory.administrativeUnit_GetMemberAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_copyToNotebook", - "Method": "Post", + "OperationId": "directory.administrativeUnit_GetMemberAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "directory.administrativeUnit_GetMemberAsUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section.page_copyToSection", - "Method": "Post", + "OperationId": "directory.administrativeUnit.member_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "directory.administrativeUnit_ListMemberGraphBPreRef", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section.page_preview", - "Method": "Get", + "OperationId": "directory.administrativeUnit_CreateMemberGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "administrativeUnit-id", "Location": "Path" } ] @@ -134373,44 +135734,44 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_getNotebookFromWebUrl", - "Method": "Post", + "OperationId": "directory.administrativeUnit_DeleteMemberGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.application", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_getRecentNotebook", + "OperationId": "directory.administrativeUnit_ListMemberAsApplication", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "includePersonalNotebooks", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$top", @@ -134431,511 +135792,639 @@ { "Name": "$count", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.onenote.page_copyToSection", - "Method": "Post", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.application/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.page_onenotePatchContent", - "Method": "Post", + "OperationId": "directory.administrativeUnit.Member_GetCountAsApplication", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.device", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.page_preview", + "OperationId": "directory.administrativeUnit_ListMemberAsDevice", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" - }, + "Name": "ConsistencyLevel", + "Location": "Header" + }, { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_copyToNotebook", - "Method": "Post", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.device/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "directory.administrativeUnit.Member_GetCountAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section.page_copyToSection", - "Method": "Post", + "OperationId": "directory.administrativeUnit_ListMemberAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.group/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "directory.administrativeUnit.Member_GetCountAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.orgContact", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section.page_preview", + "OperationId": "directory.administrativeUnit_ListMemberAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.orgContact/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_copyToNotebook", - "Method": "Post", + "OperationId": "directory.administrativeUnit.Member_GetCountAsOrgContact", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "directory.administrativeUnit_ListMemberAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.servicePrincipal/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.section.page_copyToSection", - "Method": "Post", + "OperationId": "directory.administrativeUnit.Member_GetCountAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "directory.administrativeUnit_ListMemberAsUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.user/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.onenote.section.page_preview", + "OperationId": "directory.administrativeUnit.Member_GetCountAsUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/microsoft.graph.getPositionOfWebPart", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.page.microsoft.graph.sitePage.canvasLayout.horizontalSection.column.webpart_getPositionGraphOPreWebPart", - "Method": "Post", + "OperationId": "directory.administrativeUnit_ListScopedRoleMember", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "horizontalSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "horizontalSectionColumn-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "webPart-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/microsoft.graph.getPositionOfWebPart", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.page.microsoft.graph.sitePage.canvasLayout.verticalSection.webpart_getPositionGraphOPreWebPart", + "OperationId": "directory.administrativeUnit_CreateScopedRoleMember", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.administrativeUnit_GetScopedRoleMember", + "Method": "Get", + "Parameters": [ { - "Name": "site-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "scopedRoleMembership-id", "Location": "Path" }, { - "Name": "webPart-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}/microsoft.graph.getPositionOfWebPart", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.page.microsoft.graph.sitePage.webPart_getPositionGraphOPreWebPart", - "Method": "Post", + "OperationId": "directory.administrativeUnit_UpdateScopedRoleMember", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "scopedRoleMembership-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.administrativeUnit_DeleteScopedRoleMember", + "Method": "Delete", + "Parameters": [ { - "Name": "baseSitePage-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "scopedRoleMembership-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/microsoft.graph.grant", - "Module": "Groups" + "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site.permission_grant", - "Method": "Post", + "OperationId": "directory.administrativeUnit.scopedRoleMember_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "administrativeUnit-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "permission-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/microsoft.graph.add", - "Module": "Groups" + "Path": "/directory/administrativeUnits/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site_add", - "Method": "Post", + "OperationId": "directory.administrativeUnit_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/directory/administrativeUnits/microsoft.graph.delta()", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site_delta", + "OperationId": "directory.administrativeUnit_delta", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -134973,17 +136462,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/microsoft.graph.getAllSites()", - "Module": "Groups" + "Path": "/directory/attributeSets", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site_getAllSite", + "OperationId": "directory_ListAttributeSet", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -135005,11 +136490,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -135021,59 +136506,50 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/microsoft.graph.remove", - "Module": "Groups" + "Path": "/directory/attributeSets", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.site_remove", + "OperationId": "directory_CreateAttributeSet", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/members/microsoft.graph.add", - "Module": "Groups" + "Path": "/directory/attributeSets/{attributeSet-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.channel.member_add", - "Method": "Post", + "OperationId": "directory_GetAttributeSet", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "attributeSet-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", - "Module": "Groups" + "Path": "/directory/attributeSets/{attributeSet-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.channel.message_setReaction", - "Method": "Post", + "OperationId": "directory_UpdateAttributeSet", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "attributeSet-id", "Location": "Path" } ] @@ -135081,155 +136557,134 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", - "Module": "Groups" + "Path": "/directory/attributeSets/{attributeSet-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.channel.message_softDelete", - "Method": "Post", + "OperationId": "directory_DeleteAttributeSet", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "attributeSet-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", - "Module": "Groups" + "Path": "/directory/attributeSets/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.channel.message_undoSoftDelete", - "Method": "Post", + "OperationId": "directory.attributeSet_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", - "Module": "Groups" + "Path": "/directory/customSecurityAttributeDefinitions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.channel.message_unsetReaction", - "Method": "Post", + "OperationId": "directory_ListCustomSecurityAttributeDefinition", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.team.channel.message.reply_setReaction", - "Method": "Post", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", - "Module": "Groups" + "Path": "/directory/customSecurityAttributeDefinitions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_softDelete", + "OperationId": "directory_CreateCustomSecurityAttributeDefinition", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_GetCustomSecurityAttributeDefinition", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", - "Module": "Groups" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_undoSoftDelete", - "Method": "Post", + "OperationId": "directory_UpdateCustomSecurityAttributeDefinition", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id1", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" } ] @@ -135237,51 +136692,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", - "Module": "Groups" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_unsetReaction", - "Method": "Post", + "OperationId": "directory_DeleteCustomSecurityAttributeDefinition", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_delta", + "OperationId": "directory.customSecurityAttributeDefinition_ListAllowedValue", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" }, { @@ -135305,11 +136744,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -135321,49 +136760,41 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.channel.message_delta", - "Method": "Get", + "OperationId": "directory.customSecurityAttributeDefinition_CreateAllowedValue", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.customSecurityAttributeDefinition_GetAllowedValue", + "Method": "Get", + "Parameters": [ { - "Name": "channel-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "allowedValue-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -135373,19 +136804,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/microsoft.graph.completeMigration", - "Module": "Groups" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.channel_completeMigration", - "Method": "Post", + "OperationId": "directory.customSecurityAttributeDefinition_UpdateAllowedValue", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "allowedValue-id", "Location": "Path" } ] @@ -135393,93 +136824,81 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", - "Module": "Groups" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.channel_doesUserHaveAccess", - "Method": "Get", + "OperationId": "directory.customSecurityAttributeDefinition_DeleteAllowedValue", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "allowedValue-id", "Location": "Path" }, { - "Name": "userId", - "Location": "Query" - }, - { - "Name": "tenantId", - "Location": "Query" - }, - { - "Name": "userPrincipalName", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/microsoft.graph.provisionEmail", - "Module": "Groups" + "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.channel_provisionEmail", - "Method": "Post", + "OperationId": "directory.customSecurityAttributeDefinition.allowedValue_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "customSecurityAttributeDefinition-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/microsoft.graph.removeEmail", - "Module": "Groups" + "Path": "/directory/customSecurityAttributeDefinitions/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.channel_removeEmail", - "Method": "Post", + "OperationId": "directory.customSecurityAttributeDefinition_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/microsoft.graph.getAllMessages()", - "Module": "Groups" + "Path": "/directory/deletedItems", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.channel_getAllMessage", + "OperationId": "directory_ListDeletedItem", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "model", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -135501,11 +136920,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -135517,83 +136936,107 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade", - "Module": "Groups" + "Path": "/directory/deletedItems/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.installedApp_upgrade", - "Method": "Post", + "OperationId": "directory_GetDeletedItem", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/members/microsoft.graph.add", - "Module": "Groups" + "Path": "/directory/deletedItems/{directoryObject-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.member_add", - "Method": "Post", + "OperationId": "directory_DeleteDeletedItem", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/microsoft.graph.archive", - "Module": "Groups" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team_archive", - "Method": "Post", + "OperationId": "directory_GetDeletedItemAsAdministrativeUnit", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/microsoft.graph.clone", - "Module": "Groups" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.application", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team_clone", - "Method": "Post", + "OperationId": "directory_GetDeletedItemAsApplication", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/microsoft.graph.completeMigration", - "Module": "Groups" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.checkMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team_completeMigration", + "OperationId": "directory.deletedItem_checkMemberGroup", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "directoryObject-id", "Location": "Path" } ] @@ -135601,15 +137044,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/microsoft.graph.sendActivityNotification", - "Module": "Groups" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.checkMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team_sendActivityNotification", + "OperationId": "directory.deletedItem_checkMemberObject", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "directoryObject-id", "Location": "Path" } ] @@ -135617,31 +137060,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/microsoft.graph.unarchive", - "Module": "Groups" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.device", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team_unarchive", - "Method": "Post", + "OperationId": "directory_GetDeletedItemAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/members/microsoft.graph.add", - "Module": "Groups" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.getMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.member_add", + "OperationId": "directory.deletedItem_getMemberGroup", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "directoryObject-id", "Location": "Path" } ] @@ -135649,19 +137100,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/microsoft.graph.setReaction", - "Module": "Groups" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.getMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_setReaction", + "OperationId": "directory.deletedItem_getMemberObject", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "directoryObject-id", "Location": "Path" } ] @@ -135669,59 +137116,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/microsoft.graph.softDelete", - "Module": "Groups" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_softDelete", - "Method": "Post", + "OperationId": "directory_GetDeletedItemAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_undoSoftDelete", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/microsoft.graph.unsetReaction", - "Module": "Groups" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.restore", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_unsetReaction", + "OperationId": "directory.deletedItem_restore", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "directoryObject-id", "Location": "Path" } ] @@ -135729,120 +137156,84 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", - "Module": "Groups" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_setReaction", - "Method": "Post", + "OperationId": "directory_GetDeletedItemAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", - "Module": "Groups" + "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_softDelete", - "Method": "Post", + "OperationId": "directory_GetDeletedItemAsUser", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryObject-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", - "Module": "Groups" + "Path": "/directory/deletedItems/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_undoSoftDelete", - "Method": "Post", + "OperationId": "directory.deletedItem_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", - "Module": "Groups" + "Path": "/directory/deletedItems/microsoft.graph.administrativeUnit", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_unsetReaction", - "Method": "Post", + "OperationId": "directory_ListDeletedItemAsAdministrativeUnit", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_delta", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" + "Name": "$top", + "Location": "Query" }, { "Name": "$skip", @@ -135861,11 +137252,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -135877,17 +137268,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/directory/deletedItems/microsoft.graph.administrativeUnit/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_delta", + "OperationId": "directory.DeletedItem_GetCountAsAdministrativeUnit", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/deletedItems/microsoft.graph.application", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_ListDeletedItemAsApplication", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -135909,11 +137316,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -135925,43 +137332,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/microsoft.graph.completeMigration", - "Module": "Groups" + "Path": "/directory/deletedItems/microsoft.graph.application/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_completeMigration", - "Method": "Post", + "OperationId": "directory.DeletedItem_GetCountAsApplication", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", - "Module": "Groups" + "Path": "/directory/deletedItems/microsoft.graph.device", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_doesUserHaveAccess", + "OperationId": "directory_ListDeletedItemAsDevice", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "userId", + "Name": "$skip", "Location": "Query" }, { - "Name": "tenantId", + "Name": "$search", "Location": "Query" }, { - "Name": "userPrincipalName", + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -135969,65 +137396,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/microsoft.graph.provisionEmail", - "Module": "Groups" + "Path": "/directory/deletedItems/microsoft.graph.device/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_provisionEmail", - "Method": "Post", + "OperationId": "directory.DeletedItem_GetCountAsDevice", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/microsoft.graph.removeEmail", - "Module": "Groups" + "Path": "/directory/deletedItems/microsoft.graph.getAvailableExtensionProperties", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_removeEmail", + "OperationId": "directory.deletedItem_getAvailableExtensionProperty", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/microsoft.graph.share", - "Module": "Groups" + "Path": "/directory/deletedItems/microsoft.graph.getByIds", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.team.schedule_share", + "OperationId": "directory.deletedItem_getGraphBPreId", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads", - "Module": "Groups" + "Path": "/directory/deletedItems/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListThread", + "OperationId": "directory_ListDeletedItemAsGroup", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -136065,129 +137482,97 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads", - "Module": "Groups" + "Path": "/directory/deletedItems/microsoft.graph.group/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_CreateThread", - "Method": "Post", + "OperationId": "directory.DeletedItem_GetCountAsGroup", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Groups" + "Path": "/directory/deletedItems/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetThread", + "OperationId": "directory_ListDeletedItemAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_UpdateThread", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "conversationThread-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_DeleteThread", - "Method": "Delete", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/microsoft.graph.reply", - "Module": "Groups" + "Path": "/directory/deletedItems/microsoft.graph.servicePrincipal/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread_reply", - "Method": "Post", + "OperationId": "directory.DeletedItem_GetCountAsServicePrincipal", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts", - "Module": "Groups" + "Path": "/directory/deletedItems/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread_ListPost", + "OperationId": "directory_ListDeletedItemAsUser", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -136225,31 +137610,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Groups" + "Path": "/directory/deletedItems/microsoft.graph.user/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread_GetPost", + "OperationId": "directory.DeletedItem_GetCountAsUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -136257,25 +137630,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Groups" + "Path": "/directory/deletedItems/microsoft.graph.validateProperties", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post_ListAttachment", + "OperationId": "directory.deletedItem_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directory/deviceLocalCredentials", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_ListDeviceLocalCredential", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -136313,51 +137685,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Groups" + "Path": "/directory/deviceLocalCredentials", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post_CreateAttachment", + "OperationId": "directory_CreateDeviceLocalCredential", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Groups" + "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post_GetAttachment", + "OperationId": "directory_GetDeviceLocalCredential", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, - { - "Name": "attachment-id", + "Name": "deviceLocalCredentialInfo-id", "Location": "Path" }, { @@ -136373,113 +137720,69 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Groups" + "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post_DeleteAttachment", - "Method": "Delete", + "OperationId": "directory_UpdateDeviceLocalCredential", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, - { - "Name": "attachment-id", + "Name": "deviceLocalCredentialInfo-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "Module": "Groups" + "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.attachment_GetCount", - "Method": "Get", + "OperationId": "directory_DeleteDeviceLocalCredential", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "deviceLocalCredentialInfo-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/directory/deviceLocalCredentials/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.attachment_createUploadSession", - "Method": "Post", + "OperationId": "directory.deviceLocalCredential_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Groups" + "Path": "/directory/federationConfigurations", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post_ListExtension", + "OperationId": "directory_ListFederationConfiguration", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -136517,51 +137820,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Groups" + "Path": "/directory/federationConfigurations", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post_CreateExtension", + "OperationId": "directory_CreateFederationConfiguration", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups" + "Path": "/directory/federationConfigurations/{identityProviderBase-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post_GetExtension", + "OperationId": "directory_GetFederationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "identityProviderBase-id", "Location": "Path" }, { @@ -136577,27 +137855,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups" + "Path": "/directory/federationConfigurations/{identityProviderBase-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post_UpdateExtension", + "OperationId": "directory_UpdateFederationConfiguration", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "identityProviderBase-id", "Location": "Path" } ] @@ -136605,27 +137871,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups" + "Path": "/directory/federationConfigurations/{identityProviderBase-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post_DeleteExtension", + "OperationId": "directory_DeleteFederationConfiguration", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "identityProviderBase-id", "Location": "Path" }, { @@ -136637,25 +137891,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "Module": "Groups" + "Path": "/directory/federationConfigurations/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.extension_GetCount", + "OperationId": "directory.federationConfiguration_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -136669,31 +137911,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo", - "Module": "Groups" + "Path": "/directory/federationConfigurations/microsoft.graph.availableProviderTypes()", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post_GetInReplyTo", + "OperationId": "directory.federationConfiguration_availableProviderType", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "$select", + "Name": "$filter", "Location": "Query" }, { - "Name": "$expand", + "Name": "$count", "Location": "Query" } ] @@ -136701,25 +137943,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Groups" + "Path": "/directory/onPremisesSynchronization", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_ListAttachment", + "OperationId": "directory_ListOnPremisesSynchronization", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -136757,51 +137987,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Groups" + "Path": "/directory/onPremisesSynchronization", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_CreateAttachment", + "OperationId": "directory_CreateOnPremisesSynchronization", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Groups" + "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_GetAttachment", + "OperationId": "directory_GetOnPremisesSynchronization", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, - { - "Name": "attachment-id", + "Name": "onPremisesDirectorySynchronization-id", "Location": "Path" }, { @@ -136817,113 +138022,69 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Groups" + "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_DeleteAttachment", - "Method": "Delete", + "OperationId": "directory_UpdateOnPremisesSynchronization", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, - { - "Name": "attachment-id", + "Name": "onPremisesDirectorySynchronization-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "Module": "Groups" + "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo.attachment_GetCount", - "Method": "Get", + "OperationId": "directory_DeleteOnPremisesSynchronization", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "onPremisesDirectorySynchronization-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/microsoft.graph.createUploadSession", - "Module": "Groups" + "Path": "/directory/onPremisesSynchronization/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo.attachment_createUploadSession", - "Method": "Post", + "OperationId": "directory.onPremisesSynchronization_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Groups" + "Path": "/directory/subscriptions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_ListExtension", + "OperationId": "directory_ListSubscription", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -136961,51 +138122,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Groups" + "Path": "/directory/subscriptions", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_CreateExtension", + "OperationId": "directory_CreateSubscription", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" + "Path": "/directory/subscriptions/{companySubscription-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_GetExtension", + "OperationId": "directory_GetSubscription", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "companySubscription-id", "Location": "Path" }, { @@ -137021,27 +138157,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" + "Path": "/directory/subscriptions/{companySubscription-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_UpdateExtension", + "OperationId": "directory_UpdateSubscription", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "companySubscription-id", "Location": "Path" } ] @@ -137049,27 +138173,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" + "Path": "/directory/subscriptions/{companySubscription-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_DeleteExtension", + "OperationId": "directory_DeleteSubscription", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "companySubscription-id", "Location": "Path" }, { @@ -137081,31 +138193,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "Module": "Groups" + "Path": "/directory/subscriptions(commerceSubscriptionId=\u0027{commerceSubscriptionId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo.extension_GetCount", + "OperationId": "directory.subscription_GetGraphBPreCommerceSubscriptionId", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "commerceSubscriptionId", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -137113,23 +138217,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward", - "Module": "Groups" + "Path": "/directory/subscriptions(commerceSubscriptionId=\u0027{commerceSubscriptionId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_forward", - "Method": "Post", + "OperationId": "directory.subscription_UpdateGraphBPreCommerceSubscriptionId", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" - }, - { - "Name": "post-id", + "Name": "commerceSubscriptionId", "Location": "Path" } ] @@ -137137,99 +138233,118 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply", - "Module": "Groups" + "Path": "/directory/subscriptions(commerceSubscriptionId=\u0027{commerceSubscriptionId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post.inReplyTo_reply", - "Method": "Post", + "OperationId": "directory.subscription_DeleteGraphBPreCommerceSubscriptionId", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "commerceSubscriptionId", "Location": "Path" }, { - "Name": "post-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward", - "Module": "Groups" + "Path": "/directory/subscriptions/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post_forward", - "Method": "Post", + "OperationId": "directory.subscription_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply", - "Module": "Groups" + "Path": "/directoryRoles", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post_reply", - "Method": "Post", + "OperationId": "directoryRole_ListDirectoryRole", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "conversationThread-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "post-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", - "Module": "Groups" + "Path": "/directoryRoles", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread.post_GetCount", + "OperationId": "directoryRole_CreateDirectoryRole", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directoryRoles/{directoryRole-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRole_GetDirectoryRole", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "conversationThread-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -137237,39 +138352,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/threads/$count", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.thread_GetCount", - "Method": "Get", + "OperationId": "directoryRole_UpdateDirectoryRole", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directoryRoles/{directoryRole-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRole_DeleteDirectoryRole", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "directoryRole-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberGraphOPre", + "OperationId": "directoryRole_ListMember", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -137313,15 +138440,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMemberGraphOPre", - "Method": "Get", + "OperationId": "directoryRole.member_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -137329,31 +138456,23 @@ "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "If-Match", "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.application", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMemberGraphOPreAsAdministrativeUnit", + "OperationId": "directoryRole_GetMemberAsApplication", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -137377,15 +138496,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.group", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.device", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMemberGraphOPreAsGroup", + "OperationId": "directoryRole_GetMemberAsDevice", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -137409,15 +138528,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/$count", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.transitiveMemberOf_GetCount", + "OperationId": "directoryRole_GetMemberAsGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" }, { @@ -137425,11 +138548,11 @@ "Location": "Header" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -137437,15 +138560,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.administrativeUnit", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.orgContact", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberGraphOPreAsAdministrativeUnit", + "OperationId": "directoryRole_GetMemberAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" }, { @@ -137453,28 +138580,68 @@ "Location": "Header" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRole_GetMemberAsServicePrincipal", + "Method": "Get", + "Parameters": [ + { + "Name": "directoryRole-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "directoryObject-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "ConsistencyLevel", + "Location": "Header" }, { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRole_GetMemberAsUser", + "Method": "Get", + "Parameters": [ + { + "Name": "directoryRole-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", + "Location": "Path" + }, + { + "Name": "ConsistencyLevel", + "Location": "Header" }, { "Name": "$select", @@ -137489,15 +138656,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.administrativeUnit/$count", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.TransitiveMemberOf_GetCountAsAdministrativeUnit", + "OperationId": "directoryRole.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -137517,15 +138684,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.group", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberGraphOPreAsGroup", + "OperationId": "directoryRole_ListMemberGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -137555,41 +138722,45 @@ { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directoryRoles/{directoryRole-id}/members/$ref", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRole_CreateMemberGraphBPreRef", + "Method": "Post", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "directoryRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMemberOf/microsoft.graph.group/$count", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/$ref", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.TransitiveMemberOf_GetCountAsGroup", - "Method": "Get", + "OperationId": "directoryRole_DeleteMemberGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "If-Match", "Location": "Header" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", + "Name": "@id", "Location": "Query" } ] @@ -137597,15 +138768,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.application", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMember", + "OperationId": "directoryRole_ListMemberAsApplication", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -137649,19 +138820,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.application/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMember", + "OperationId": "directoryRole.Member_GetCountAsApplication", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -137669,11 +138836,11 @@ "Location": "Header" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -137681,19 +138848,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.application", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.device", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMemberAsApplication", + "OperationId": "directoryRole_ListMemberAsDevice", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -137701,68 +138864,28 @@ "Location": "Header" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.device", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_GetTransitiveMemberAsDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "directoryObject-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.group", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_GetTransitiveMemberAsGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "directoryObject-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -137777,19 +138900,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.orgContact", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.device/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMemberAsOrgContact", + "OperationId": "directoryRole.Member_GetCountAsDevice", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -137797,11 +138916,11 @@ "Location": "Header" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -137809,19 +138928,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.group", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetTransitiveMemberAsServicePrincipal", + "OperationId": "directoryRole_ListMemberAsGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -137829,36 +138944,28 @@ "Location": "Header" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/microsoft.graph.user", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group_GetTransitiveMemberAsUser", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "directoryObject-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -137873,15 +138980,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/$count", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.group/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.transitiveMember_GetCount", + "OperationId": "directoryRole.Member_GetCountAsGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -137901,15 +139008,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.application", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.orgContact", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberAsApplication", + "OperationId": "directoryRole_ListMemberAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -137953,15 +139060,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.application/$count", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.orgContact/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.TransitiveMember_GetCountAsApplication", + "OperationId": "directoryRole.Member_GetCountAsOrgContact", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -137981,15 +139088,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.device", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.servicePrincipal", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberAsDevice", + "OperationId": "directoryRole_ListMemberAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -138033,15 +139140,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.device/$count", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.servicePrincipal/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.TransitiveMember_GetCountAsDevice", + "OperationId": "directoryRole.Member_GetCountAsServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -138061,15 +139168,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.group", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.user", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberAsGroup", + "OperationId": "directoryRole_ListMemberAsUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -138113,15 +139220,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.group/$count", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.user/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.TransitiveMember_GetCountAsGroup", + "OperationId": "directoryRole.Member_GetCountAsUser", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, { @@ -138141,181 +139248,97 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.orgContact", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberAsOrgContact", - "Method": "Get", + "OperationId": "directoryRole_checkMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.orgContact/$count", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.TransitiveMember_GetCountAsOrgContact", - "Method": "Get", + "OperationId": "directoryRole_checkMemberObject", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.servicePrincipal", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberAsServicePrincipal", - "Method": "Get", + "OperationId": "directoryRole_getMemberGroup", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.servicePrincipal/$count", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.TransitiveMember_GetCountAsServicePrincipal", - "Method": "Get", + "OperationId": "directoryRole_getMemberObject", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.restore", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directoryRole_restore", + "Method": "Post", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "directoryRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.user", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/scopedMembers", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_ListTransitiveMemberAsUser", + "OperationId": "directoryRole_ListScopedMember", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -138353,43 +139376,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/transitiveMembers/microsoft.graph.user/$count", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/scopedMembers", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group.TransitiveMember_GetCountAsUser", - "Method": "Get", + "OperationId": "directoryRole_CreateScopedMember", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "directoryRole-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups(uniqueName=\u0027{uniqueName}\u0027)", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetGroupGraphBPreUniqueName", + "OperationId": "directoryRole_GetScopedMember", "Method": "Get", "Parameters": [ { - "Name": "uniqueName", + "Name": "directoryRole-id", + "Location": "Path" + }, + { + "Name": "scopedRoleMembership-id", "Location": "Path" }, { @@ -138405,15 +139420,19 @@ }, { "PathInfo": { - "Path": "/groups(uniqueName=\u0027{uniqueName}\u0027)", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_UpdateGroupGraphBPreUniqueName", + "OperationId": "directoryRole_UpdateScopedMember", "Method": "Patch", "Parameters": [ { - "Name": "uniqueName", + "Name": "directoryRole-id", + "Location": "Path" + }, + { + "Name": "scopedRoleMembership-id", "Location": "Path" } ] @@ -138421,15 +139440,19 @@ }, { "PathInfo": { - "Path": "/groups(uniqueName=\u0027{uniqueName}\u0027)", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_DeleteGroupGraphBPreUniqueName", + "OperationId": "directoryRole_DeleteScopedMember", "Method": "Delete", "Parameters": [ { - "Name": "uniqueName", + "Name": "directoryRole-id", + "Location": "Path" + }, + { + "Name": "scopedRoleMembership-id", "Location": "Path" }, { @@ -138441,16 +139464,16 @@ }, { "PathInfo": { - "Path": "/groups/$count", - "Module": "Groups" + "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_GetCount", + "OperationId": "directoryRole.scopedMember_GetCount", "Method": "Get", "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "directoryRole-id", + "Location": "Path" }, { "Name": "$search", @@ -138465,41 +139488,21 @@ }, { "PathInfo": { - "Path": "/groups/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/directoryRoles(roleTemplateId=\u0027{roleTemplateId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_delta", + "OperationId": "directoryRole_GetDirectoryRoleGraphBPreRoleTemplateId", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "roleTemplateId", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -138509,44 +139512,67 @@ }, { "PathInfo": { - "Path": "/groups/microsoft.graph.getAvailableExtensionProperties", - "Module": "Groups" + "Path": "/directoryRoles(roleTemplateId=\u0027{roleTemplateId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_getAvailableExtensionProperty", - "Method": "Post", - "Parameters": [] + "OperationId": "directoryRole_UpdateDirectoryRoleGraphBPreRoleTemplateId", + "Method": "Patch", + "Parameters": [ + { + "Name": "roleTemplateId", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/groups/microsoft.graph.getByIds", - "Module": "Groups" + "Path": "/directoryRoles(roleTemplateId=\u0027{roleTemplateId}\u0027)", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_getGraphBPreId", - "Method": "Post", - "Parameters": [] + "OperationId": "directoryRole_DeleteDirectoryRoleGraphBPreRoleTemplateId", + "Method": "Delete", + "Parameters": [ + { + "Name": "roleTemplateId", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/groups/microsoft.graph.validateProperties", - "Module": "Groups" + "Path": "/directoryRoles/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "group_validateProperty", - "Method": "Post", - "Parameters": [] + "OperationId": "directoryRole_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/groupSettings", - "Module": "Groups" + "Path": "/directoryRoles/microsoft.graph.delta()", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSetting_ListGroupSetting", + "OperationId": "directoryRole_delta", "Method": "Get", "Parameters": [ { @@ -138570,11 +139596,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -138586,102 +139612,44 @@ }, { "PathInfo": { - "Path": "/groupSettings", - "Module": "Groups" + "Path": "/directoryRoles/microsoft.graph.getAvailableExtensionProperties", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSetting_CreateGroupSetting", + "OperationId": "directoryRole_getAvailableExtensionProperty", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/groupSettings/{groupSetting-id}", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "groupSetting_GetGroupSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "groupSetting-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groupSettings/{groupSetting-id}", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "groupSetting_UpdateGroupSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "groupSetting-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groupSettings/{groupSetting-id}", - "Module": "Groups" + "Path": "/directoryRoles/microsoft.graph.getByIds", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSetting_DeleteGroupSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "groupSetting-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "directoryRole_getGraphBPreId", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groupSettings/$count", - "Module": "Groups" + "Path": "/directoryRoles/microsoft.graph.validateProperties", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSetting_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "directoryRole_validateProperty", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groupSettingTemplates", - "Module": "Groups" + "Path": "/directoryRoleTemplates", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSettingTemplate_ListGroupSettingTemplate", + "OperationId": "directoryRoleTemplate_ListDirectoryRoleTemplate", "Method": "Get", "Parameters": [ { @@ -138721,26 +139689,26 @@ }, { "PathInfo": { - "Path": "/groupSettingTemplates", - "Module": "Groups" + "Path": "/directoryRoleTemplates", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSettingTemplate_CreateGroupSettingTemplate", + "OperationId": "directoryRoleTemplate_CreateDirectoryRoleTemplate", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/groupSettingTemplates/{groupSettingTemplate-id}", - "Module": "Groups" + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSettingTemplate_GetGroupSettingTemplate", + "OperationId": "directoryRoleTemplate_GetDirectoryRoleTemplate", "Method": "Get", "Parameters": [ { - "Name": "groupSettingTemplate-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" }, { @@ -138756,15 +139724,15 @@ }, { "PathInfo": { - "Path": "/groupSettingTemplates/{groupSettingTemplate-id}", - "Module": "Groups" + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSettingTemplate_UpdateGroupSettingTemplate", + "OperationId": "directoryRoleTemplate_UpdateDirectoryRoleTemplate", "Method": "Patch", "Parameters": [ { - "Name": "groupSettingTemplate-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" } ] @@ -138772,15 +139740,15 @@ }, { "PathInfo": { - "Path": "/groupSettingTemplates/{groupSettingTemplate-id}", - "Module": "Groups" + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSettingTemplate_DeleteGroupSettingTemplate", + "OperationId": "directoryRoleTemplate_DeleteDirectoryRoleTemplate", "Method": "Delete", "Parameters": [ { - "Name": "groupSettingTemplate-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" }, { @@ -138792,15 +139760,15 @@ }, { "PathInfo": { - "Path": "/groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.checkMemberGroups", - "Module": "Groups" + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSettingTemplate_checkMemberGroup", + "OperationId": "directoryRoleTemplate_checkMemberGroup", "Method": "Post", "Parameters": [ { - "Name": "groupSettingTemplate-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" } ] @@ -138808,15 +139776,15 @@ }, { "PathInfo": { - "Path": "/groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.checkMemberObjects", - "Module": "Groups" + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSettingTemplate_checkMemberObject", + "OperationId": "directoryRoleTemplate_checkMemberObject", "Method": "Post", "Parameters": [ { - "Name": "groupSettingTemplate-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" } ] @@ -138824,15 +139792,15 @@ }, { "PathInfo": { - "Path": "/groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.getMemberGroups", - "Module": "Groups" + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberGroups", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSettingTemplate_getMemberGroup", + "OperationId": "directoryRoleTemplate_getMemberGroup", "Method": "Post", "Parameters": [ { - "Name": "groupSettingTemplate-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" } ] @@ -138840,15 +139808,15 @@ }, { "PathInfo": { - "Path": "/groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.getMemberObjects", - "Module": "Groups" + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberObjects", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSettingTemplate_getMemberObject", + "OperationId": "directoryRoleTemplate_getMemberObject", "Method": "Post", "Parameters": [ { - "Name": "groupSettingTemplate-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" } ] @@ -138856,15 +139824,15 @@ }, { "PathInfo": { - "Path": "/groupSettingTemplates/{groupSettingTemplate-id}/microsoft.graph.restore", - "Module": "Groups" + "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.restore", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSettingTemplate_restore", + "OperationId": "directoryRoleTemplate_restore", "Method": "Post", "Parameters": [ { - "Name": "groupSettingTemplate-id", + "Name": "directoryRoleTemplate-id", "Location": "Path" } ] @@ -138872,11 +139840,11 @@ }, { "PathInfo": { - "Path": "/groupSettingTemplates/$count", - "Module": "Groups" + "Path": "/directoryRoleTemplates/$count", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSettingTemplate_GetCount", + "OperationId": "directoryRoleTemplate_GetCount", "Method": "Get", "Parameters": [ { @@ -138892,11 +139860,11 @@ }, { "PathInfo": { - "Path": "/groupSettingTemplates/microsoft.graph.delta()", - "Module": "Groups" + "Path": "/directoryRoleTemplates/microsoft.graph.delta()", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSettingTemplate_delta", + "OperationId": "directoryRoleTemplate_delta", "Method": "Get", "Parameters": [ { @@ -138936,64 +139904,44 @@ }, { "PathInfo": { - "Path": "/groupSettingTemplates/microsoft.graph.getAvailableExtensionProperties", - "Module": "Groups" + "Path": "/directoryRoleTemplates/microsoft.graph.getAvailableExtensionProperties", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSettingTemplate_getAvailableExtensionProperty", + "OperationId": "directoryRoleTemplate_getAvailableExtensionProperty", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/groupSettingTemplates/microsoft.graph.getByIds", - "Module": "Groups" + "Path": "/directoryRoleTemplates/microsoft.graph.getByIds", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSettingTemplate_getGraphBPreId", + "OperationId": "directoryRoleTemplate_getGraphBPreId", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/groupSettingTemplates/microsoft.graph.validateProperties", - "Module": "Groups" + "Path": "/directoryRoleTemplates/microsoft.graph.validateProperties", + "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "groupSettingTemplate_validateProperty", + "OperationId": "directoryRoleTemplate_validateProperty", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/admin/people", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "admin_GetPerson", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/people/profileCardProperties", + "Path": "/domains", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "admin.person_ListProfileCardProperty", + "OperationId": "domain_ListDomain", "Method": "Get", "Parameters": [ { @@ -139033,26 +139981,26 @@ }, { "PathInfo": { - "Path": "/admin/people/profileCardProperties", + "Path": "/domains", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "admin.person_CreateProfileCardProperty", + "OperationId": "domain_CreateDomain", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "Path": "/domains/{domain-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "admin.person_GetProfileCardProperty", + "OperationId": "domain_GetDomain", "Method": "Get", "Parameters": [ { - "Name": "profileCardProperty-id", + "Name": "domain-id", "Location": "Path" }, { @@ -139068,15 +140016,15 @@ }, { "PathInfo": { - "Path": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "Path": "/domains/{domain-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "admin.person_UpdateProfileCardProperty", + "OperationId": "domain_UpdateDomain", "Method": "Patch", "Parameters": [ { - "Name": "profileCardProperty-id", + "Name": "domain-id", "Location": "Path" } ] @@ -139084,15 +140032,15 @@ }, { "PathInfo": { - "Path": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "Path": "/domains/{domain-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "admin.person_DeleteProfileCardProperty", + "OperationId": "domain_DeleteDomain", "Method": "Delete", "Parameters": [ { - "Name": "profileCardProperty-id", + "Name": "domain-id", "Location": "Path" }, { @@ -139104,13 +140052,25 @@ }, { "PathInfo": { - "Path": "/admin/people/profileCardProperties/$count", + "Path": "/domains/{domain-id}/domainNameReferences", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "admin.person.profileCardProperty_GetCount", + "OperationId": "domain_ListDomainNameReference", "Method": "Get", "Parameters": [ + { + "Name": "domain-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -139118,19 +140078,43 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/admin/people/pronouns", + "Path": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "admin.person_GetPronoun", + "OperationId": "domain_GetDomainNameReference", "Method": "Get", "Parameters": [ + { + "Name": "domain-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -139144,27 +140128,40 @@ }, { "PathInfo": { - "Path": "/admin/people/pronouns", + "Path": "/domains/{domain-id}/domainNameReferences/$count", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "admin.person_UpdatePronoun", - "Method": "Patch", - "Parameters": [] + "OperationId": "domain.domainNameReference_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "domain-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/contacts", + "Path": "/domains/{domain-id}/federationConfiguration", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact.orgContact_ListOrgContact", + "OperationId": "domain_ListFederationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "domain-id", + "Location": "Path" }, { "Name": "$top", @@ -139203,26 +140200,35 @@ }, { "PathInfo": { - "Path": "/contacts", + "Path": "/domains/{domain-id}/federationConfiguration", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact.orgContact_CreateOrgContact", + "OperationId": "domain_CreateFederationConfiguration", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "domain-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}", + "Path": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact.orgContact_GetOrgContact", + "OperationId": "domain_GetFederationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "domain-id", + "Location": "Path" + }, + { + "Name": "internalDomainFederation-id", "Location": "Path" }, { @@ -139238,15 +140244,19 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}", + "Path": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact.orgContact_UpdateOrgContact", + "OperationId": "domain_UpdateFederationConfiguration", "Method": "Patch", "Parameters": [ { - "Name": "orgContact-id", + "Name": "domain-id", + "Location": "Path" + }, + { + "Name": "internalDomainFederation-id", "Location": "Path" } ] @@ -139254,15 +140264,19 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}", + "Path": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact.orgContact_DeleteOrgContact", + "OperationId": "domain_DeleteFederationConfiguration", "Method": "Delete", "Parameters": [ { - "Name": "orgContact-id", + "Name": "domain-id", + "Location": "Path" + }, + { + "Name": "internalDomainFederation-id", "Location": "Path" }, { @@ -139274,20 +140288,88 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports", + "Path": "/domains/{domain-id}/federationConfiguration/$count", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_ListDirectReport", + "OperationId": "domain.federationConfiguration_GetCount", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/domains/{domain-id}/microsoft.graph.forceDelete", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "domain_forceDelete", + "Method": "Post", + "Parameters": [ + { + "Name": "domain-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/domains/{domain-id}/microsoft.graph.promote", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "domain_promote", + "Method": "Post", + "Parameters": [ + { + "Name": "domain-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/domains/{domain-id}/microsoft.graph.verify", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "domain_verify", + "Method": "Post", + "Parameters": [ + { + "Name": "domain-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/domains/{domain-id}/serviceConfigurationRecords", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "domain_ListServiceConfigurationRecord", + "Method": "Get", + "Parameters": [ + { + "Name": "domain-id", + "Location": "Path" }, { "Name": "$top", @@ -139326,24 +140408,36 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", + "Path": "/domains/{domain-id}/serviceConfigurationRecords", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_GetDirectReport", - "Method": "Get", + "OperationId": "domain_CreateServiceConfigurationRecord", + "Method": "Post", "Parameters": [ { - "Name": "orgContact-id", + "Name": "domain-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "domain_GetServiceConfigurationRecord", + "Method": "Get", + "Parameters": [ { - "Name": "directoryObject-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "domainDnsRecord-id", + "Location": "Path" }, { "Name": "$select", @@ -139358,85 +140452,61 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/microsoft.graph.orgContact", + "Path": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_GetDirectReportAsOrgContact", - "Method": "Get", + "OperationId": "domain_UpdateServiceConfigurationRecord", + "Method": "Patch", "Parameters": [ { - "Name": "orgContact-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "domainDnsRecord-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/microsoft.graph.user", + "Path": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_GetDirectReportAsUser", - "Method": "Get", + "OperationId": "domain_DeleteServiceConfigurationRecord", + "Method": "Delete", "Parameters": [ { - "Name": "orgContact-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "domainDnsRecord-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "If-Match", "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/$count", + "Path": "/domains/{domain-id}/serviceConfigurationRecords/$count", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact.directReport_GetCount", + "OperationId": "domain.serviceConfigurationRecord_GetCount", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "domain-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -139450,21 +140520,17 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.orgContact", + "Path": "/domains/{domain-id}/verificationDnsRecords", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_ListDirectReportAsOrgContact", + "OperationId": "domain_ListVerificationDnsRecord", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "domain-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -139502,101 +140568,105 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.orgContact/$count", + "Path": "/domains/{domain-id}/verificationDnsRecords", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact.DirectReport_GetCountAsOrgContact", - "Method": "Get", + "OperationId": "domain_CreateVerificationDnsRecord", + "Method": "Post", "Parameters": [ { - "Name": "orgContact-id", + "Name": "domain-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.user", + "Path": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_ListDirectReportAsUser", + "OperationId": "domain_GetVerificationDnsRecord", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "domain-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" + "Name": "domainDnsRecord-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "domain_UpdateVerificationDnsRecord", + "Method": "Patch", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "domain-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" - }, + "Name": "domainDnsRecord-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "domain_DeleteVerificationDnsRecord", + "Method": "Delete", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "domain-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "domainDnsRecord-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/directReports/microsoft.graph.user/$count", + "Path": "/domains/{domain-id}/verificationDnsRecords/$count", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact.DirectReport_GetCountAsUser", + "OperationId": "domain.verificationDnsRecord_GetCount", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "domain-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -139610,23 +140680,19 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/manager", + "Path": "/domains/$count", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_GetManager", + "OperationId": "domain_GetCount", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -139634,21 +140700,13 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf", + "Path": "/organization", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_ListMemberGraphOPre", + "OperationId": "organization_ListOrganization", "Method": "Get", "Parameters": [ - { - "Name": "orgContact-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -139686,25 +140744,28 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", + "Path": "/organization", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_GetMemberGraphOPre", + "OperationId": "organization_CreateOrganization", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization_GetOrganization", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "organization-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -139718,91 +140779,59 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", + "Path": "/organization/{organization-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_GetMemberGraphOPreAsAdministrativeUnit", - "Method": "Get", + "OperationId": "organization_UpdateOrganization", + "Method": "Patch", "Parameters": [ { - "Name": "orgContact-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "organization-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/microsoft.graph.group", + "Path": "/organization/{organization-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_GetMemberGraphOPreAsGroup", - "Method": "Get", + "OperationId": "organization_DeleteOrganization", + "Method": "Delete", "Parameters": [ { - "Name": "orgContact-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "If-Match", "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/$count", + "Path": "/organization/{organization-id}/branding", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact.memberOf_GetCount", + "OperationId": "organization_GetBranding", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -139810,175 +140839,115 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.administrativeUnit", + "Path": "/organization/{organization-id}/branding", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_ListMemberGraphOPreAsAdministrativeUnit", - "Method": "Get", + "OperationId": "organization_UpdateBranding", + "Method": "Patch", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.administrativeUnit/$count", + "Path": "/organization/{organization-id}/branding", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact.MemberOf_GetCountAsAdministrativeUnit", - "Method": "Get", + "OperationId": "organization_DeleteBranding", + "Method": "Delete", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "If-Match", "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.group", + "Path": "/organization/{organization-id}/branding/backgroundImage", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_ListMemberGraphOPreAsGroup", + "OperationId": "organization_GetBrandingBackgroundImage", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/backgroundImage", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization_SetBrandingBackgroundImage", + "Method": "Put", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/memberOf/microsoft.graph.group/$count", + "Path": "/organization/{organization-id}/branding/bannerLogo", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact.MemberOf_GetCountAsGroup", + "OperationId": "organization_GetBrandingBannerLogo", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/bannerLogo", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization_SetBrandingBannerLogo", + "Method": "Put", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/microsoft.graph.checkMemberGroups", + "Path": "/organization/{organization-id}/branding/customCSS", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_checkMemberGroup", - "Method": "Post", + "OperationId": "organization_GetBrandingCustomCSS", + "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" } ] @@ -139986,15 +140955,15 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/microsoft.graph.checkMemberObjects", + "Path": "/organization/{organization-id}/branding/customCSS", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_checkMemberObject", - "Method": "Post", + "OperationId": "organization_SetBrandingCustomCSS", + "Method": "Put", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" } ] @@ -140002,15 +140971,15 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/microsoft.graph.getMemberGroups", + "Path": "/organization/{organization-id}/branding/favicon", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_getMemberGroup", - "Method": "Post", + "OperationId": "organization_GetBrandingFavicon", + "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" } ] @@ -140018,15 +140987,15 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/microsoft.graph.getMemberObjects", + "Path": "/organization/{organization-id}/branding/favicon", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_getMemberObject", - "Method": "Post", + "OperationId": "organization_SetBrandingFavicon", + "Method": "Put", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" } ] @@ -140034,15 +141003,15 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/microsoft.graph.restore", + "Path": "/organization/{organization-id}/branding/headerLogo", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_restore", - "Method": "Post", + "OperationId": "organization_GetBrandingHeaderLogo", + "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" } ] @@ -140050,15 +141019,15 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/microsoft.graph.retryServiceProvisioning", + "Path": "/organization/{organization-id}/branding/headerLogo", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_retryServiceProvisioning", - "Method": "Post", + "OperationId": "organization_SetBrandingHeaderLogo", + "Method": "Put", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" } ] @@ -140066,15 +141035,15 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/serviceProvisioningErrors", + "Path": "/organization/{organization-id}/branding/localizations", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_ListServiceProvisioningError", + "OperationId": "organization.branding_ListLocalization", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" }, { @@ -140114,72 +141083,36 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", + "Path": "/organization/{organization-id}/branding/localizations", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "organization.branding_CreateLocalization", + "Method": "Post", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf", + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_ListTransitiveMemberGraphOPre", + "OperationId": "organization.branding_GetLocalization", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" }, { "Name": "$select", @@ -140194,300 +141127,340 @@ }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_GetTransitiveMemberGraphOPre", - "Method": "Get", + "OperationId": "organization.branding_UpdateLocalization", + "Method": "Patch", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "organizationalBrandingLocalization-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_GetTransitiveMemberGraphOPreAsAdministrativeUnit", - "Method": "Get", + "OperationId": "organization.branding_DeleteLocalization", + "Method": "Delete", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "organizationalBrandingLocalization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "If-Match", "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.group", + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_GetTransitiveMemberGraphOPreAsGroup", + "OperationId": "organization.branding_GetLocalizationsBackgroundImage", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "organizationalBrandingLocalization-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization.branding_SetLocalizationsBackgroundImage", + "Method": "Put", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/$count", + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact.transitiveMemberOf_GetCount", + "OperationId": "organization.branding_GetLocalizationsBannerLogo", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization.branding_SetLocalizationsBannerLogo", + "Method": "Put", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.administrativeUnit", + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_ListTransitiveMemberGraphOPreAsAdministrativeUnit", + "OperationId": "organization.branding_GetLocalizationsCustomCSS", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization.branding_SetLocalizationsCustomCSS", + "Method": "Put", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.administrativeUnit/$count", + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact.TransitiveMemberOf_GetCountAsAdministrativeUnit", + "OperationId": "organization.branding_GetLocalizationsFavicon", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization.branding_SetLocalizationsFavicon", + "Method": "Put", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.group", + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_ListTransitiveMemberGraphOPreAsGroup", + "OperationId": "organization.branding_GetLocalizationsHeaderLogo", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization.branding_SetLocalizationsHeaderLogo", + "Method": "Put", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization.branding_GetLocalizationsSquareLogo", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" - }, + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization.branding_SetLocalizationsSquareLogo", + "Method": "Put", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/{orgContact-id}/transitiveMemberOf/microsoft.graph.group/$count", + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact.TransitiveMemberOf_GetCountAsGroup", + "OperationId": "organization.branding_GetLocalizationsSquareLogoDark", "Method": "Get", "Parameters": [ { - "Name": "orgContact-id", + "Name": "organization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization.branding_SetLocalizationsSquareLogoDark", + "Method": "Put", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "organizationalBrandingLocalization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/$count", + "Path": "/organization/{organization-id}/branding/localizations/$count", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_GetCount", + "OperationId": "organization.branding.localization_GetCount", "Method": "Get", "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "organization-id", + "Location": "Path" }, { "Name": "$search", @@ -140502,90 +141475,81 @@ }, { "PathInfo": { - "Path": "/contacts/microsoft.graph.delta()", + "Path": "/organization/{organization-id}/branding/squareLogo", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_delta", + "OperationId": "organization_GetBrandingSquareLogo", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contacts/microsoft.graph.getAvailableExtensionProperties", + "Path": "/organization/{organization-id}/branding/squareLogo", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_getAvailableExtensionProperty", - "Method": "Post", - "Parameters": [] + "OperationId": "organization_SetBrandingSquareLogo", + "Method": "Put", + "Parameters": [ + { + "Name": "organization-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/contacts/microsoft.graph.getByIds", + "Path": "/organization/{organization-id}/branding/squareLogoDark", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_getGraphBPreId", - "Method": "Post", - "Parameters": [] + "OperationId": "organization_GetBrandingSquareLogoDark", + "Method": "Get", + "Parameters": [ + { + "Name": "organization-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/contacts/microsoft.graph.validateProperties", + "Path": "/organization/{organization-id}/branding/squareLogoDark", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contact_validateProperty", - "Method": "Post", - "Parameters": [] + "OperationId": "organization_SetBrandingSquareLogoDark", + "Method": "Put", + "Parameters": [ + { + "Name": "organization-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/contracts", + "Path": "/organization/{organization-id}/extensions", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contract_ListContract", + "OperationId": "organization_ListExtension", "Method": "Get", "Parameters": [ + { + "Name": "organization-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -140623,26 +141587,35 @@ }, { "PathInfo": { - "Path": "/contracts", + "Path": "/organization/{organization-id}/extensions", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contract_CreateContract", + "OperationId": "organization_CreateExtension", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "organization-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/contracts/{contract-id}", + "Path": "/organization/{organization-id}/extensions/{extension-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contract_GetContract", + "OperationId": "organization_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "contract-id", + "Name": "organization-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -140658,15 +141631,19 @@ }, { "PathInfo": { - "Path": "/contracts/{contract-id}", + "Path": "/organization/{organization-id}/extensions/{extension-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contract_UpdateContract", + "OperationId": "organization_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "contract-id", + "Name": "organization-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" } ] @@ -140674,15 +141651,19 @@ }, { "PathInfo": { - "Path": "/contracts/{contract-id}", + "Path": "/organization/{organization-id}/extensions/{extension-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contract_DeleteContract", + "OperationId": "organization_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "contract-id", + "Name": "organization-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -140694,31 +141675,39 @@ }, { "PathInfo": { - "Path": "/contracts/{contract-id}/microsoft.graph.checkMemberGroups", + "Path": "/organization/{organization-id}/extensions/$count", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contract_checkMemberGroup", - "Method": "Post", + "OperationId": "organization.extension_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "contract-id", + "Name": "organization-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contracts/{contract-id}/microsoft.graph.checkMemberObjects", + "Path": "/organization/{organization-id}/microsoft.graph.checkMemberGroups", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contract_checkMemberObject", + "OperationId": "organization_checkMemberGroup", "Method": "Post", "Parameters": [ { - "Name": "contract-id", + "Name": "organization-id", "Location": "Path" } ] @@ -140726,15 +141715,15 @@ }, { "PathInfo": { - "Path": "/contracts/{contract-id}/microsoft.graph.getMemberGroups", + "Path": "/organization/{organization-id}/microsoft.graph.checkMemberObjects", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contract_getMemberGroup", + "OperationId": "organization_checkMemberObject", "Method": "Post", "Parameters": [ { - "Name": "contract-id", + "Name": "organization-id", "Location": "Path" } ] @@ -140742,15 +141731,15 @@ }, { "PathInfo": { - "Path": "/contracts/{contract-id}/microsoft.graph.getMemberObjects", + "Path": "/organization/{organization-id}/microsoft.graph.getMemberGroups", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contract_getMemberObject", + "OperationId": "organization_getMemberGroup", "Method": "Post", "Parameters": [ { - "Name": "contract-id", + "Name": "organization-id", "Location": "Path" } ] @@ -140758,15 +141747,15 @@ }, { "PathInfo": { - "Path": "/contracts/{contract-id}/microsoft.graph.restore", + "Path": "/organization/{organization-id}/microsoft.graph.getMemberObjects", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contract_restore", + "OperationId": "organization_getMemberObject", "Method": "Post", "Parameters": [ { - "Name": "contract-id", + "Name": "organization-id", "Location": "Path" } ] @@ -140774,41 +141763,45 @@ }, { "PathInfo": { - "Path": "/contracts/$count", + "Path": "/organization/{organization-id}/microsoft.graph.restore", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contract_GetCount", - "Method": "Get", + "OperationId": "organization_restore", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, + "Name": "organization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/microsoft.graph.setMobileDeviceManagementAuthority", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "organization_setMobileDeviceManagementAuthority", + "Method": "Post", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/contracts/microsoft.graph.delta()", + "Path": "/organization/$count", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contract_delta", + "OperationId": "organization_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -140816,72 +141809,52 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/contracts/microsoft.graph.getAvailableExtensionProperties", + "Path": "/organization/microsoft.graph.getAvailableExtensionProperties", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contract_getAvailableExtensionProperty", + "OperationId": "organization_getAvailableExtensionProperty", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/contracts/microsoft.graph.getByIds", + "Path": "/organization/microsoft.graph.getByIds", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contract_getGraphBPreId", + "OperationId": "organization_getGraphBPreId", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/contracts/microsoft.graph.validateProperties", + "Path": "/organization/microsoft.graph.validateProperties", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "contract_validateProperty", + "OperationId": "organization_validateProperty", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/devices", + "Path": "/subscribedSkus", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "device_ListDevice", + "OperationId": "subscribedSku_ListSubscribedSku", "Method": "Get", "Parameters": [ - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -140919,50 +141892,46 @@ }, { "PathInfo": { - "Path": "/devices", + "Path": "/subscribedSkus", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "device_CreateDevice", + "OperationId": "subscribedSku_CreateSubscribedSku", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/devices/{device-id}", + "Path": "/subscribedSkus/{subscribedSku-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "device_GetDevice", + "OperationId": "subscribedSku_GetSubscribedSku", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "subscribedSku-id", "Location": "Path" }, { "Name": "$select", "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}", + "Path": "/subscribedSkus/{subscribedSku-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "device_UpdateDevice", + "OperationId": "subscribedSku_UpdateSubscribedSku", "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "subscribedSku-id", "Location": "Path" } ] @@ -140970,15 +141939,15 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}", + "Path": "/subscribedSkus/{subscribedSku-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "device_DeleteDevice", + "OperationId": "subscribedSku_DeleteSubscribedSku", "Method": "Delete", "Parameters": [ { - "Name": "device-id", + "Name": "subscribedSku-id", "Location": "Path" }, { @@ -140990,15 +141959,15 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/extensions", + "Path": "/users/{user-id}/scopedRoleMemberOf", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "device_ListExtension", + "OperationId": "user_ListScopedRoleMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "user-id", "Location": "Path" }, { @@ -141038,15 +142007,15 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/extensions", + "Path": "/users/{user-id}/scopedRoleMemberOf", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "device_CreateExtension", + "OperationId": "user_CreateScopedRoleMemberGraphOPre", "Method": "Post", "Parameters": [ { - "Name": "device-id", + "Name": "user-id", "Location": "Path" } ] @@ -141054,19 +142023,19 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/extensions/{extension-id}", + "Path": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "device_GetExtension", + "OperationId": "user_GetScopedRoleMemberGraphOPre", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "scopedRoleMembership-id", "Location": "Path" }, { @@ -141082,19 +142051,19 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/extensions/{extension-id}", + "Path": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "device_UpdateExtension", + "OperationId": "user_UpdateScopedRoleMemberGraphOPre", "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "scopedRoleMembership-id", "Location": "Path" } ] @@ -141102,19 +142071,19 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/extensions/{extension-id}", + "Path": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "device_DeleteExtension", + "OperationId": "user_DeleteScopedRoleMemberGraphOPre", "Method": "Delete", "Parameters": [ { - "Name": "device-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "scopedRoleMembership-id", "Location": "Path" }, { @@ -141126,15 +142095,15 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/extensions/$count", + "Path": "/users/{user-id}/scopedRoleMemberOf/$count", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "device.extension_GetCount", + "OperationId": "user.scopedRoleMemberOf_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "user-id", "Location": "Path" }, { @@ -141150,21 +142119,13 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListMemberGraphOPre", + "OperationId": "agreement_ListAgreement", "Method": "Get", "Parameters": [ - { - "Name": "device-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -141202,148 +142163,87 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetMemberGraphOPre", + "OperationId": "agreement_CreateAgreement", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/agreements/{agreement-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "agreement_GetAgreement", "Method": "Get", "Parameters": [ { - "Name": "device-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "agreement-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetMemberGraphOPreAsAdministrativeUnit", - "Method": "Get", + "OperationId": "agreement_UpdateAgreement", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "agreement-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf/{directoryObject-id}/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetMemberGraphOPreAsGroup", - "Method": "Get", + "OperationId": "agreement_DeleteAgreement", + "Method": "Delete", "Parameters": [ { - "Name": "device-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "If-Match", "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/acceptances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.memberOf_GetCount", + "OperationId": "agreement_ListAcceptance", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/devices/{device-id}/memberOf/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "device_ListMemberGraphOPreAsAdministrativeUnit", - "Method": "Get", - "Parameters": [ - { - "Name": "device-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" + "Name": "$top", + "Location": "Query" }, { "Name": "$skip", @@ -141378,72 +142278,36 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf/microsoft.graph.administrativeUnit/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/acceptances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.MemberOf_GetCountAsAdministrativeUnit", - "Method": "Get", + "OperationId": "agreement_CreateAcceptance", + "Method": "Post", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListMemberGraphOPreAsGroup", + "OperationId": "agreement_GetAcceptance", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "agreementAcceptance-id", + "Location": "Path" }, { "Name": "$select", @@ -141458,91 +142322,107 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/memberOf/microsoft.graph.group/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.MemberOf_GetCountAsGroup", - "Method": "Get", + "OperationId": "agreement_UpdateAcceptance", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "agreementAcceptance-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/microsoft.graph.checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_checkMemberGroup", - "Method": "Post", + "OperationId": "agreement_DeleteAcceptance", + "Method": "Delete", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementAcceptance-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/microsoft.graph.checkMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/acceptances/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_checkMemberObject", - "Method": "Post", + "OperationId": "agreement.acceptance_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/microsoft.graph.getMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/file", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_getMemberGroup", - "Method": "Post", + "OperationId": "agreement_GetFile", + "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/microsoft.graph.getMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/file", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_getMemberObject", - "Method": "Post", + "OperationId": "agreement_UpdateFile", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" } ] @@ -141550,37 +142430,37 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/microsoft.graph.restore", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/file", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_restore", - "Method": "Post", + "OperationId": "agreement_DeleteFile", + "Method": "Delete", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/file/localizations", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListRegisteredOwner", + "OperationId": "agreement.file_ListLocalization", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -141618,49 +142498,37 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/file/localizations", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.registeredOwner_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "agreement.file_CreateLocalization", + "Method": "Post", "Parameters": [ { - "Name": "device-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "agreement-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.appRoleAssignment", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetRegisteredOwnerAsAppRoleAssignment", + "OperationId": "agreement.file_GetLocalization", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -141674,116 +142542,72 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.endpoint", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetRegisteredOwnerAsEndpoint", - "Method": "Get", + "OperationId": "agreement.file_UpdateLocalization", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "agreementFileLocalization-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetRegisteredOwnerAsServicePrincipal", - "Method": "Get", + "OperationId": "agreement.file_DeleteLocalization", + "Method": "Delete", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "If-Match", "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetRegisteredOwnerAsUser", + "OperationId": "agreement.file.localization_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "device.registeredOwner_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "device-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" }, { "Name": "$search", @@ -141792,49 +142616,21 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/$ref", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "device_ListRegisteredOwnerGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "device-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" }, { - "Name": "$search", + "Name": "$count", "Location": "Query" }, { - "Name": "$filter", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" } ] @@ -141842,15 +142638,19 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_CreateRegisteredOwnerGraphBPreRef", + "OperationId": "agreement.file.localization_CreateVersion", "Method": "Post", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", "Location": "Path" } ] @@ -141858,23 +142658,31 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_DeleteRegisteredOwnerGraphBPreRef", - "Method": "Delete", + "OperationId": "agreement.file.localization_GetVersion", + "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "agreementFileLocalization-id", + "Location": "Path" }, { - "Name": "@id", + "Name": "agreementFileVersion-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -141882,108 +142690,72 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.appRoleAssignment", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListRegisteredOwnerAsAppRoleAssignment", - "Method": "Get", + "OperationId": "agreement.file.localization_UpdateVersion", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "agreementFileLocalization-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "agreementFileVersion-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.appRoleAssignment/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.RegisteredOwner_GetCountAsAppRoleAssignment", - "Method": "Get", + "OperationId": "agreement.file.localization_DeleteVersion", + "Method": "Delete", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "agreementFileLocalization-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "agreementFileVersion-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.endpoint", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListRegisteredOwnerAsEndpoint", + "OperationId": "agreement.file.localization.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "agreementFileLocalization-id", + "Location": "Path" }, { "Name": "$search", @@ -141992,43 +142764,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.endpoint/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/file/localizations/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.RegisteredOwner_GetCountAsEndpoint", + "OperationId": "agreement.file.localization_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -142042,21 +142794,17 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/files", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListRegisteredOwnerAsServicePrincipal", + "OperationId": "agreement_ListFile", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -142094,72 +142842,36 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/files", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.RegisteredOwner_GetCountAsServicePrincipal", - "Method": "Get", + "OperationId": "agreement_CreateFile", + "Method": "Post", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListRegisteredOwnerAsUser", + "OperationId": "agreement_GetFile", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "agreementFileLocalization-id", + "Location": "Path" }, { "Name": "$select", @@ -142174,48 +142886,64 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredOwners/microsoft.graph.user/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.RegisteredOwner_GetCountAsUser", - "Method": "Get", + "OperationId": "agreement_UpdateFile", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "agreementFileLocalization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "agreement_DeleteFile", + "Method": "Delete", + "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "agreementFileLocalization-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListRegisteredUser", + "OperationId": "agreement.file_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "agreementFileLocalization-id", + "Location": "Path" }, { "Name": "$top", @@ -142254,48 +142982,44 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.registeredUser_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "agreement.file_CreateVersion", + "Method": "Post", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "agreementFileLocalization-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.appRoleAssignment", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetRegisteredUserAsAppRoleAssignment", + "OperationId": "agreement.file_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "agreementFileVersion-id", + "Location": "Path" }, { "Name": "$select", @@ -142310,95 +143034,79 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.endpoint", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetRegisteredUserAsEndpoint", - "Method": "Get", + "OperationId": "agreement.file_UpdateVersion", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "agreementFileVersion-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetRegisteredUserAsServicePrincipal", - "Method": "Get", + "OperationId": "agreement.file_DeleteVersion", + "Method": "Delete", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "agreementFileVersion-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetRegisteredUserAsUser", + "OperationId": "agreement.file.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "agreementFileLocalization-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -142406,21 +143114,17 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/agreements/{agreement-id}/files/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.registeredUser_GetCount", + "OperationId": "agreement.file_GetCount", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "agreement-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -142434,43 +143138,50 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListRegisteredUserGraphBPreRef", + "OperationId": "identityGovernance_GetIdentityGovernance", "Method": "Get", "Parameters": [ { - "Name": "device-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance_UpdateIdentityGovernance", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance_GetAccessReview", + "Method": "Get", + "Parameters": [ { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" } ] @@ -142478,61 +143189,40 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_CreateRegisteredUserGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "device-id", - "Location": "Path" - } - ] + "OperationId": "identityGovernance_UpdateAccessReview", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_DeleteRegisteredUserGraphBPreRef", + "OperationId": "identityGovernance_DeleteAccessReview", "Method": "Delete", "Parameters": [ - { - "Name": "device-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" - }, - { - "Name": "@id", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.appRoleAssignment", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListRegisteredUserAsAppRoleAssignment", + "OperationId": "identityGovernance.accessReview_ListDefinition", "Method": "Get", "Parameters": [ - { - "Name": "device-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -142570,27 +143260,34 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.appRoleAssignment/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.RegisteredUser_GetCountAsAppRoleAssignment", + "OperationId": "identityGovernance.accessReview_CreateDefinition", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview_GetDefinition", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -142598,20 +143295,52 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.endpoint", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListRegisteredUserAsEndpoint", - "Method": "Get", + "OperationId": "identityGovernance.accessReview_SetDefinition", + "Method": "Put", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview_DeleteDefinition", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "If-Match", "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition_ListInstance", + "Method": "Get", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" }, { "Name": "$top", @@ -142650,72 +143379,36 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.endpoint/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.RegisteredUser_GetCountAsEndpoint", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition_CreateInstance", + "Method": "Post", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListRegisteredUserAsServicePrincipal", + "OperationId": "identityGovernance.accessReview.definition_GetInstance", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { "Name": "$select", @@ -142730,48 +143423,64 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.RegisteredUser_GetCountAsServicePrincipal", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition_UpdateInstance", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessReviewInstance-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition_DeleteInstance", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListRegisteredUserAsUser", + "OperationId": "identityGovernance.accessReview.definition.instance_ListContactedReviewer", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { "Name": "$top", @@ -142810,22 +143519,126 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/registeredUsers/microsoft.graph.user/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.RegisteredUser_GetCountAsUser", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance_CreateContactedReviewer", + "Method": "Post", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition.instance_GetContactedReviewer", + "Method": "Get", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewReviewer-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition.instance_UpdateContactedReviewer", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewReviewer-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition.instance_DeleteContactedReviewer", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewReviewer-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition.instance.contactedReviewer_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { "Name": "$search", "Location": "Query" }, @@ -142838,20 +143651,20 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListTransitiveMemberGraphOPre", + "OperationId": "identityGovernance.accessReview.definition.instance_ListDecision", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { "Name": "$top", @@ -142890,56 +143703,44 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetTransitiveMemberGraphOPre", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance_CreateDecision", + "Method": "Post", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessReviewInstance-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetTransitiveMemberGraphOPreAsAdministrativeUnit", + "OperationId": "identityGovernance.accessReview.definition.instance_GetDecision", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { "Name": "$select", @@ -142954,80 +143755,76 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetTransitiveMemberGraphOPreAsGroup", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance_UpdateDecision", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.transitiveMemberOf_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance_DeleteDecision", + "Method": "Delete", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListTransitiveMemberGraphOPreAsAdministrativeUnit", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_ListInsight", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { "Name": "$top", @@ -143066,72 +143863,52 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.administrativeUnit/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.TransitiveMemberOf_GetCountAsAdministrativeUnit", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_CreateInsight", + "Method": "Post", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_ListTransitiveMemberGraphOPreAsGroup", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_GetInsight", "Method": "Get", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "governanceInsight-id", + "Location": "Path" }, { "Name": "$select", @@ -143146,104 +143923,112 @@ }, { "PathInfo": { - "Path": "/devices/{device-id}/transitiveMemberOf/microsoft.graph.group/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device.TransitiveMemberOf_GetCountAsGroup", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_UpdateInsight", + "Method": "Patch", "Parameters": [ { - "Name": "device-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "governanceInsight-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/devices(deviceId=\u0027{deviceId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetDeviceGraphBPreDeviceId", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_DeleteInsight", + "Method": "Delete", "Parameters": [ { - "Name": "deviceId", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/devices(deviceId=\u0027{deviceId}\u0027)", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "device_UpdateDeviceGraphBPreDeviceId", - "Method": "Patch", - "Parameters": [ + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, { - "Name": "deviceId", + "Name": "governanceInsight-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/devices(deviceId=\u0027{deviceId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_DeleteDeviceGraphBPreDeviceId", - "Method": "Delete", + "OperationId": "identityGovernance.accessReview.definition.instance.decision.insight_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "deviceId", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/devices/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_GetCount", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_GetCount", "Method": "Get", "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" }, { "Name": "$search", @@ -143258,13 +144043,25 @@ }, { "PathInfo": { - "Path": "/devices/microsoft.graph.delta()", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_delta", + "OperationId": "identityGovernance.accessReview.definition.instance.decision_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "on", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -143302,77 +144099,141 @@ }, { "PathInfo": { - "Path": "/devices/microsoft.graph.getAvailableExtensionProperties", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.acceptRecommendations", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_getAvailableExtensionProperty", + "OperationId": "identityGovernance.accessReview.definition.instance_acceptRecommendation", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/devices/microsoft.graph.getByIds", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_getGraphBPreId", + "OperationId": "identityGovernance.accessReview.definition.instance_applyDecision", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/devices/microsoft.graph.validateProperties", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "device_validateProperty", + "OperationId": "identityGovernance.accessReview.definition.instance_batchRecordDecision", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directory", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.resetDecisions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_GetDirectory", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance_resetDecision", + "Method": "Post", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.sendReminder", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_UpdateDirectory", - "Method": "Patch", - "Parameters": [] + "OperationId": "identityGovernance.accessReview.definition.instance_sendReminder", + "Method": "Post", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.stop", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_ListAdministrativeUnit", + "OperationId": "identityGovernance.accessReview.definition.instance_stop", + "Method": "Post", + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition.instance_ListStage", "Method": "Get", "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -143410,26 +144271,43 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_CreateAdministrativeUnit", + "OperationId": "identityGovernance.accessReview.definition.instance_CreateStage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_GetAdministrativeUnit", + "OperationId": "identityGovernance.accessReview.definition.instance_GetStage", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", "Location": "Path" }, { @@ -143445,15 +144323,23 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_UpdateAdministrativeUnit", + "OperationId": "identityGovernance.accessReview.definition.instance_UpdateStage", "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", "Location": "Path" } ] @@ -143461,15 +144347,23 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_DeleteAdministrativeUnit", + "OperationId": "identityGovernance.accessReview.definition.instance_DeleteStage", "Method": "Delete", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", "Location": "Path" }, { @@ -143481,15 +144375,23 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListExtension", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_ListDecision", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", "Location": "Path" }, { @@ -143529,15 +144431,23 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_CreateExtension", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_CreateDecision", "Method": "Post", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", "Location": "Path" } ] @@ -143545,19 +144455,27 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetExtension", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_GetDecision", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { @@ -143573,19 +144491,27 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_UpdateExtension", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_UpdateDecision", "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" } ] @@ -143593,19 +144519,27 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_DeleteExtension", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_DeleteDecision", "Method": "Delete", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { @@ -143617,44 +144551,28 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.extension_GetCount", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_ListInsight", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMember", - "Method": "Get", - "Parameters": [ - { - "Name": "administrativeUnit-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { "Name": "$top", @@ -143693,96 +144611,60 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_CreateMember", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_CreateInsight", "Method": "Post", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.administrativeUnit.member_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "administrativeUnit-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.application", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetMemberAsApplication", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_GetInsight", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.device", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetMemberAsDevice", - "Method": "Get", - "Parameters": [ - { - "Name": "administrativeUnit-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessReviewInstanceDecisionItem-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "governanceInsight-id", + "Location": "Path" }, { "Name": "$select", @@ -143797,95 +144679,103 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetMemberAsGroup", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_UpdateInsight", + "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessReviewStage-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "governanceInsight-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.orgContact", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetMemberAsOrgContact", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_DeleteInsight", + "Method": "Delete", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessReviewStage-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "governanceInsight-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetMemberAsServicePrincipal", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.insight_GetCount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessReviewStage-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "accessReviewInstanceDecisionItem-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -143893,31 +144783,31 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetMemberAsUser", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_GetCount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessReviewInstance-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessReviewStage-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -143925,48 +144815,28 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.member_GetCount", + "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMemberGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "administrativeUnit-id", + "Name": "accessReviewStage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "on", + "Location": "Path" }, { "Name": "$top", @@ -143988,24 +144858,40 @@ "Name": "$count", "Location": "Query" }, + { + "Name": "$select", + "Location": "Query" + }, { "Name": "$orderby", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/microsoft.graph.stop", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_CreateMemberGraphBPreRef", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_stop", "Method": "Post", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", + "Location": "Path" + }, + { + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "accessReviewStage-id", "Location": "Path" } ] @@ -144013,23 +144899,27 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_DeleteMemberGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessReviewInstance-id", + "Location": "Path" }, { - "Name": "@id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", "Location": "Query" } ] @@ -144037,20 +144927,24 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.application", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMemberAsApplication", + "OperationId": "identityGovernance.accessReview.definition.instance.stage_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessReviewInstance-id", + "Location": "Path" + }, + { + "Name": "on", + "Location": "Path" }, { "Name": "$top", @@ -144073,11 +144967,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -144089,21 +144983,17 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.application/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.Member_GetCountAsApplication", + "OperationId": "identityGovernance.accessReview.definition.instance_GetCount", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$search", "Location": "Query" @@ -144117,20 +145007,20 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.device", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMemberAsDevice", + "OperationId": "identityGovernance.accessReview.definition.instance_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "on", + "Location": "Path" }, { "Name": "$top", @@ -144153,11 +145043,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -144169,21 +145059,29 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.device/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/microsoft.graph.stop", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.Member_GetCountAsDevice", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.definition_stop", + "Method": "Post", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewScheduleDefinition-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/accessReviews/definitions/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.accessReview.definition_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -144197,21 +145095,17 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/definitions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMemberAsGroup", + "OperationId": "identityGovernance.accessReview.definition_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "on", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -144232,44 +145126,16 @@ "Name": "$count", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.group/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.administrativeUnit.Member_GetCountAsGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "administrativeUnit-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -144277,21 +145143,13 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.orgContact", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/historyDefinitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMemberAsOrgContact", + "OperationId": "identityGovernance.accessReview_ListHistoryDefinition", "Method": "Get", "Parameters": [ - { - "Name": "administrativeUnit-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -144329,73 +145187,28 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.orgContact/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/historyDefinitions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.Member_GetCountAsOrgContact", - "Method": "Get", - "Parameters": [ - { - "Name": "administrativeUnit-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "identityGovernance.accessReview_CreateHistoryDefinition", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMemberAsServicePrincipal", + "OperationId": "identityGovernance.accessReview_GetHistoryDefinition", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -144409,123 +145222,51 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.administrativeUnit.Member_GetCountAsServicePrincipal", - "Method": "Get", - "Parameters": [ - { - "Name": "administrativeUnit-id", - "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListMemberAsUser", - "Method": "Get", + "OperationId": "identityGovernance.accessReview_UpdateHistoryDefinition", + "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" - }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/members/microsoft.graph.user/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.Member_GetCountAsUser", - "Method": "Get", + "OperationId": "identityGovernance.accessReview_DeleteHistoryDefinition", + "Method": "Delete", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "If-Match", "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_ListScopedRoleMember", + "OperationId": "identityGovernance.accessReview.historyDefinition_ListInstance", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" }, { @@ -144565,15 +145306,15 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_CreateScopedRoleMember", + "OperationId": "identityGovernance.accessReview.historyDefinition_CreateInstance", "Method": "Post", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" } ] @@ -144581,19 +145322,19 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetScopedRoleMember", + "OperationId": "identityGovernance.accessReview.historyDefinition_GetInstance", "Method": "Get", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "accessReviewHistoryInstance-id", "Location": "Path" }, { @@ -144609,19 +145350,19 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_UpdateScopedRoleMember", + "OperationId": "identityGovernance.accessReview.historyDefinition_UpdateInstance", "Method": "Patch", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "accessReviewHistoryInstance-id", "Location": "Path" } ] @@ -144629,19 +145370,19 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_DeleteScopedRoleMember", + "OperationId": "identityGovernance.accessReview.historyDefinition_DeleteInstance", "Method": "Delete", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "accessReviewHistoryInstance-id", "Location": "Path" }, { @@ -144653,37 +145394,37 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/microsoft.graph.generateDownloadUri", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit.scopedRoleMember_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.accessReview.historyDefinition.instance_generateDownloadUri", + "Method": "Post", "Parameters": [ { - "Name": "administrativeUnit-id", + "Name": "accessReviewHistoryDefinition-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessReviewHistoryInstance-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/administrativeUnits/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_GetCount", + "OperationId": "identityGovernance.accessReview.historyDefinition.instance_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessReviewHistoryDefinition-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -144697,21 +145438,13 @@ }, { "PathInfo": { - "Path": "/directory/administrativeUnits/microsoft.graph.delta()", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/accessReviews/historyDefinitions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.administrativeUnit_delta", + "OperationId": "identityGovernance.accessReview.historyDefinition_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -144719,19 +145452,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/appConsent", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance_GetAppConsent", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -144741,11 +145478,38 @@ }, { "PathInfo": { - "Path": "/directory/attributeSets", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_ListAttributeSet", + "OperationId": "identityGovernance_UpdateAppConsent", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/appConsent", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance_DeleteAppConsent", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/appConsent/appConsentRequests", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.appConsent_ListAppConsentRequest", "Method": "Get", "Parameters": [ { @@ -144785,26 +145549,26 @@ }, { "PathInfo": { - "Path": "/directory/attributeSets", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_CreateAttributeSet", + "OperationId": "identityGovernance.appConsent_CreateAppConsentRequest", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/directory/attributeSets/{attributeSet-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_GetAttributeSet", + "OperationId": "identityGovernance.appConsent_GetAppConsentRequest", "Method": "Get", "Parameters": [ { - "Name": "attributeSet-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { @@ -144820,15 +145584,15 @@ }, { "PathInfo": { - "Path": "/directory/attributeSets/{attributeSet-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_UpdateAttributeSet", + "OperationId": "identityGovernance.appConsent_UpdateAppConsentRequest", "Method": "Patch", "Parameters": [ { - "Name": "attributeSet-id", + "Name": "appConsentRequest-id", "Location": "Path" } ] @@ -144836,15 +145600,15 @@ }, { "PathInfo": { - "Path": "/directory/attributeSets/{attributeSet-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_DeleteAttributeSet", + "OperationId": "identityGovernance.appConsent_DeleteAppConsentRequest", "Method": "Delete", "Parameters": [ { - "Name": "attributeSet-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { @@ -144856,33 +145620,17 @@ }, { "PathInfo": { - "Path": "/directory/attributeSets/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.attributeSet_GetCount", + "OperationId": "identityGovernance.appConsent.appConsentRequest_ListUserConsentRequest", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "appConsentRequest-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_ListCustomSecurityAttributeDefinition", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -144920,26 +145668,35 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_CreateCustomSecurityAttributeDefinition", + "OperationId": "identityGovernance.appConsent.appConsentRequest_CreateUserConsentRequest", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "appConsentRequest-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_GetCustomSecurityAttributeDefinition", + "OperationId": "identityGovernance.appConsent.appConsentRequest_GetUserConsentRequest", "Method": "Get", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "appConsentRequest-id", + "Location": "Path" + }, + { + "Name": "userConsentRequest-id", "Location": "Path" }, { @@ -144955,15 +145712,19 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_UpdateCustomSecurityAttributeDefinition", + "OperationId": "identityGovernance.appConsent.appConsentRequest_UpdateUserConsentRequest", "Method": "Patch", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "appConsentRequest-id", + "Location": "Path" + }, + { + "Name": "userConsentRequest-id", "Location": "Path" } ] @@ -144971,15 +145732,19 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_DeleteCustomSecurityAttributeDefinition", + "OperationId": "identityGovernance.appConsent.appConsentRequest_DeleteUserConsentRequest", "Method": "Delete", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "appConsentRequest-id", + "Location": "Path" + }, + { + "Name": "userConsentRequest-id", "Location": "Path" }, { @@ -144991,15 +145756,91 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.customSecurityAttributeDefinition_ListAllowedValue", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_GetApproval", "Method": "Get", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "appConsentRequest-id", + "Location": "Path" + }, + { + "Name": "userConsentRequest-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_UpdateApproval", + "Method": "Patch", + "Parameters": [ + { + "Name": "appConsentRequest-id", + "Location": "Path" + }, + { + "Name": "userConsentRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_DeleteApproval", + "Method": "Delete", + "Parameters": [ + { + "Name": "appConsentRequest-id", + "Location": "Path" + }, + { + "Name": "userConsentRequest-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_ListStage", + "Method": "Get", + "Parameters": [ + { + "Name": "appConsentRequest-id", + "Location": "Path" + }, + { + "Name": "userConsentRequest-id", "Location": "Path" }, { @@ -145039,15 +145880,19 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.customSecurityAttributeDefinition_CreateAllowedValue", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_CreateStage", "Method": "Post", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "appConsentRequest-id", + "Location": "Path" + }, + { + "Name": "userConsentRequest-id", "Location": "Path" } ] @@ -145055,19 +145900,23 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.customSecurityAttributeDefinition_GetAllowedValue", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_GetStage", "Method": "Get", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "allowedValue-id", + "Name": "userConsentRequest-id", + "Location": "Path" + }, + { + "Name": "approvalStage-id", "Location": "Path" }, { @@ -145083,19 +145932,23 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.customSecurityAttributeDefinition_UpdateAllowedValue", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_UpdateStage", "Method": "Patch", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "allowedValue-id", + "Name": "userConsentRequest-id", + "Location": "Path" + }, + { + "Name": "approvalStage-id", "Location": "Path" } ] @@ -145103,19 +145956,23 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.customSecurityAttributeDefinition_DeleteAllowedValue", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_DeleteStage", "Method": "Delete", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "appConsentRequest-id", "Location": "Path" }, { - "Name": "allowedValue-id", + "Name": "userConsentRequest-id", + "Location": "Path" + }, + { + "Name": "approvalStage-id", "Location": "Path" }, { @@ -145127,15 +145984,19 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.customSecurityAttributeDefinition.allowedValue_GetCount", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval.stage_GetCount", "Method": "Get", "Parameters": [ { - "Name": "customSecurityAttributeDefinition-id", + "Name": "appConsentRequest-id", + "Location": "Path" + }, + { + "Name": "userConsentRequest-id", "Location": "Path" }, { @@ -145151,13 +146012,17 @@ }, { "PathInfo": { - "Path": "/directory/customSecurityAttributeDefinitions/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.customSecurityAttributeDefinition_GetCount", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "appConsentRequest-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -145171,13 +146036,21 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_ListDeletedItem", + "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ + { + "Name": "appConsentRequest-id", + "Location": "Path" + }, + { + "Name": "on", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -145199,11 +146072,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -145215,23 +146088,19 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_GetDeletedItem", + "OperationId": "identityGovernance.appConsent.appConsentRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "directoryObject-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -145239,41 +146108,45 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_DeleteDeletedItem", - "Method": "Delete", + "OperationId": "identityGovernance.appConsent.appConsentRequest_filterGraphBPreCurrentUser", + "Method": "Get", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "on", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_GetDeletedItemAsAdministrativeUnit", - "Method": "Get", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "directoryObject-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -145283,17 +146156,13 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.application", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_GetDeletedItemAsApplication", + "OperationId": "identityGovernance_GetEntitlementManagement", "Method": "Get", "Parameters": [ - { - "Name": "directoryObject-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -145307,47 +146176,97 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.deletedItem_checkMemberGroup", - "Method": "Post", + "OperationId": "identityGovernance_UpdateEntitlementManagement", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance_DeleteEntitlementManagement", + "Method": "Delete", "Parameters": [ { - "Name": "directoryObject-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.checkMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.deletedItem_checkMemberObject", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageAssignmentApproval", + "Method": "Get", "Parameters": [ { - "Name": "directoryObject-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.device", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_GetDeletedItemAsDevice", + "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageAssignmentApproval", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageAssignmentApproval", "Method": "Get", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "approval-id", "Location": "Path" }, { @@ -145363,15 +146282,15 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.getMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.deletedItem_getMemberGroup", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageAssignmentApproval", + "Method": "Patch", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "approval-id", "Location": "Path" } ] @@ -145379,33 +146298,61 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.getMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.deletedItem_getMemberObject", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageAssignmentApproval", + "Method": "Delete", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "approval-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_GetDeletedItemAsGroup", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_ListStage", "Method": "Get", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "approval-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -145419,15 +146366,15 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.restore", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.deletedItem_restore", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_CreateStage", "Method": "Post", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "approval-id", "Location": "Path" } ] @@ -145435,15 +146382,19 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_GetDeletedItemAsServicePrincipal", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_GetStage", "Method": "Get", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "approval-id", + "Location": "Path" + }, + { + "Name": "approvalStage-id", "Location": "Path" }, { @@ -145459,64 +146410,60 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/{directoryObject-id}/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_GetDeletedItemAsUser", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_UpdateStage", + "Method": "Patch", "Parameters": [ { - "Name": "directoryObject-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "approvalStage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.deletedItem_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_DeleteStage", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "approval-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "approvalStage-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.administrativeUnit", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_ListDeletedItemAsAdministrativeUnit", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval.stage_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "approval-id", + "Location": "Path" }, { "Name": "$search", @@ -145525,33 +146472,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.administrativeUnit/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.DeletedItem_GetCountAsAdministrativeUnit", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_GetCount", "Method": "Get", "Parameters": [ { @@ -145567,13 +146498,17 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.application", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_ListDeletedItemAsApplication", + "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ + { + "Name": "on", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -145594,36 +146529,16 @@ "Name": "$count", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.application/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.DeletedItem_GetCountAsApplication", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -145631,11 +146546,11 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.device", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_ListDeletedItemAsDevice", + "OperationId": "identityGovernance.entitlementManagement_ListAccessPackage", "Method": "Get", "Parameters": [ { @@ -145675,19 +146590,34 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.device/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.DeletedItem_GetCountAsDevice", + "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackage", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_GetAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -145695,35 +146625,53 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.getAvailableExtensionProperties", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.deletedItem_getAvailableExtensionProperty", - "Method": "Post", - "Parameters": [] + "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackage", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.getByIds", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.deletedItem_getGraphBPreId", - "Method": "Post", - "Parameters": [] + "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackage", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_ListDeletedItemAsGroup", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListAccessPackagesIncompatibleGraphWPre", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -145761,13 +146709,45 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.group/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.DeletedItem_GetCountAsGroup", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetAccessPackagesIncompatibleGraphWPre", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackage-id1", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackagesIncompatibleWith_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -145781,13 +146761,17 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_ListDeletedItemAsServicePrincipal", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListAssignmentPolicy", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -145825,83 +146809,115 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.DeletedItem_GetCountAsServicePrincipal", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateAssignmentPolicy", + "Method": "Post", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_ListDeletedItemAsUser", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetAssignmentPolicy", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage_UpdateAssignmentPolicy", + "Method": "Patch", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteAssignmentPolicy", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.user/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.DeletedItem_GetCountAsUser", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_GetAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -145909,24 +146925,49 @@ }, { "PathInfo": { - "Path": "/directory/deletedItems/microsoft.graph.validateProperties", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.deletedItem_validateProperty", - "Method": "Post", - "Parameters": [] + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_GetCatalog", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/directory/deviceLocalCredentials", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_ListDeviceLocalCredential", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_ListCustomExtensionStageSetting", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -145964,26 +147005,43 @@ }, { "PathInfo": { - "Path": "/directory/deviceLocalCredentials", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_CreateDeviceLocalCredential", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_CreateCustomExtensionStageSetting", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_GetDeviceLocalCredential", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_GetCustomExtensionStageSetting", "Method": "Get", "Parameters": [ { - "Name": "deviceLocalCredentialInfo-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "customExtensionStageSetting-id", "Location": "Path" }, { @@ -145999,15 +147057,23 @@ }, { "PathInfo": { - "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_UpdateDeviceLocalCredential", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_UpdateCustomExtensionStageSetting", "Method": "Patch", "Parameters": [ { - "Name": "deviceLocalCredentialInfo-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "customExtensionStageSetting-id", "Location": "Path" } ] @@ -146015,15 +147081,23 @@ }, { "PathInfo": { - "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_DeleteDeviceLocalCredential", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_DeleteCustomExtensionStageSetting", "Method": "Delete", "Parameters": [ { - "Name": "deviceLocalCredentialInfo-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "customExtensionStageSetting-id", "Location": "Path" }, { @@ -146035,13 +147109,53 @@ }, { "PathInfo": { - "Path": "/directory/deviceLocalCredentials/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.deviceLocalCredential_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy.customExtensionStageSetting_GetCustomExtension", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "customExtensionStageSetting-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy.customExtensionStageSetting_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -146055,13 +147169,21 @@ }, { "PathInfo": { - "Path": "/directory/federationConfigurations", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_ListFederationConfiguration", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_ListQuestion", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -146099,26 +147221,43 @@ }, { "PathInfo": { - "Path": "/directory/federationConfigurations", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_CreateFederationConfiguration", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_CreateQuestion", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_GetFederationConfiguration", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_GetQuestion", "Method": "Get", "Parameters": [ { - "Name": "identityProviderBase-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "accessPackageQuestion-id", "Location": "Path" }, { @@ -146134,15 +147273,23 @@ }, { "PathInfo": { - "Path": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_UpdateFederationConfiguration", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_UpdateQuestion", "Method": "Patch", "Parameters": [ { - "Name": "identityProviderBase-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "accessPackageQuestion-id", "Location": "Path" } ] @@ -146150,15 +147297,23 @@ }, { "PathInfo": { - "Path": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_DeleteFederationConfiguration", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_DeleteQuestion", "Method": "Delete", "Parameters": [ { - "Name": "identityProviderBase-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "accessPackageQuestion-id", "Location": "Path" }, { @@ -146170,13 +147325,21 @@ }, { "PathInfo": { - "Path": "/directory/federationConfigurations/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.federationConfiguration_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy.question_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -146190,31 +147353,47 @@ }, { "PathInfo": { - "Path": "/directory/federationConfigurations/microsoft.graph.availableProviderTypes()", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.federationConfiguration_availableProviderType", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$search", "Location": "Query" }, { - "Name": "$search", + "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetCatalog", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -146222,13 +147401,17 @@ }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_ListOnPremisesSynchronization", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackage", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -146266,34 +147449,47 @@ }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_CreateOnPremisesSynchronization", - "Method": "Post", - "Parameters": [] + "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleAccessPackage_DeleteAccessPackageGraphBPreRef", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackage-id1", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_GetOnPremisesSynchronization", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleAccessPackage_GetCount", "Method": "Get", "Parameters": [ { - "Name": "onPremisesDirectorySynchronization-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -146301,55 +147497,79 @@ }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_UpdateOnPremisesSynchronization", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackageGraphBPreRef", + "Method": "Get", "Parameters": [ { - "Name": "onPremisesDirectorySynchronization-id", + "Name": "accessPackage-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_DeleteOnPremisesSynchronization", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleAccessPackageGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "onPremisesDirectorySynchronization-id", + "Name": "accessPackage-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.onPremisesSynchronization_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleAccessPackageGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "If-Match", + "Location": "Header" + }, + { + "Name": "@id", "Location": "Query" } ] @@ -146357,13 +147577,17 @@ }, { "PathInfo": { - "Path": "/directory/subscriptions", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_ListSubscription", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroup", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -146401,87 +147625,68 @@ }, { "PathInfo": { - "Path": "/directory/subscriptions", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_CreateSubscription", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directory/subscriptions/{companySubscription-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_GetSubscription", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_DeleteGroupGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "companySubscription-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/subscriptions/{companySubscription-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/serviceProvisioningErrors", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory_UpdateSubscription", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "companySubscription-id", + "Name": "accessPackage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/subscriptions/{companySubscription-id}", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_DeleteSubscription", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "companySubscription-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/subscriptions(commerceSubscriptionId=\u0027{commerceSubscriptionId}\u0027)", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.subscription_GetGraphBPreCommerceSubscriptionId", - "Method": "Get", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "commerceSubscriptionId", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -146496,49 +147701,45 @@ }, { "PathInfo": { - "Path": "/directory/subscriptions(commerceSubscriptionId=\u0027{commerceSubscriptionId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/serviceProvisioningErrors/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.subscription_UpdateGraphBPreCommerceSubscriptionId", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "commerceSubscriptionId", + "Name": "accessPackage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/subscriptions(commerceSubscriptionId=\u0027{commerceSubscriptionId}\u0027)", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.subscription_DeleteGraphBPreCommerceSubscriptionId", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "commerceSubscriptionId", + "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/subscriptions/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directory.subscription_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -146552,13 +147753,17 @@ }, { "PathInfo": { - "Path": "/directoryRoles", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_ListDirectoryRole", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroupGraphBPreRef", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -146582,106 +147787,79 @@ { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directoryRoles", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_CreateDirectoryRole", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleGroupGraphBPreRef", "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRole_GetDirectoryRole", - "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_UpdateDirectoryRole", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleGroupGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/microsoft.graph.getApplicablePolicyRequirements", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_DeleteDirectoryRole", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_getApplicablePolicyRequirement", + "Method": "Post", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_ListMember", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListResourceRoleScope", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$top", "Location": "Query" @@ -146719,49 +147897,37 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole.member_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateResourceRoleScope", + "Method": "Post", "Parameters": [ { - "Name": "directoryRole-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", + "Name": "accessPackage-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.application", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_GetMemberAsApplication", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetResourceRoleScope", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -146775,57 +147941,65 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.device", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_GetMemberAsDevice", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_UpdateResourceRoleScope", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteResourceRoleScope", + "Method": "Delete", + "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_GetMemberAsGroup", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope_GetRole", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -146839,57 +148013,65 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.orgContact", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_GetMemberAsOrgContact", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope_UpdateRole", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope_DeleteRole", + "Method": "Delete", + "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_GetMemberAsServicePrincipal", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role_GetResource", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -146903,59 +148085,71 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_GetMemberAsUser", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role_DeleteResource", + "Method": "Delete", + "Parameters": [ { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole.member_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -146963,20 +148157,20 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_ListMemberGraphBPreRef", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_ListRole", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { "Name": "$top", @@ -147001,21 +148195,33 @@ { "Name": "$orderby", "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_CreateMemberGraphBPreRef", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_CreateRole", "Method": "Post", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -147023,23 +148229,31 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_DeleteMemberGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_GetRole", + "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "@id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -147047,72 +148261,72 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.application", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_ListMemberAsApplication", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_UpdateRole", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "accessPackageResourceRole-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_DeleteRole", + "Method": "Delete", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.application/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole.Member_GetCountAsApplication", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.role_GetCount", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { "Name": "$search", @@ -147127,20 +148341,20 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.device", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_ListMemberAsDevice", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_ListScope", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { "Name": "$top", @@ -147179,27 +148393,51 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.device/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole.Member_GetCountAsDevice", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_CreateScope", + "Method": "Post", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -147207,44 +148445,76 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.group", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_ListMemberAsGroup", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_UpdateScope", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_DeleteScope", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope_GetResource", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", @@ -147259,27 +148529,83 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.group/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole.Member_GetCountAsGroup", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope_DeleteResource", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "If-Match", "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope.resource_GetEnvironment", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -147287,20 +148613,24 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.orgContact", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_ListMemberAsOrgContact", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope.resource_ListRole", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$top", @@ -147339,136 +148669,144 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.orgContact/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole.Member_GetCountAsOrgContact", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope.resource_CreateRole", + "Method": "Post", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.servicePrincipal", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_ListMemberAsServicePrincipal", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope.resource_UpdateRole", + "Method": "Patch", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole.Member_GetCountAsServicePrincipal", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope.resource_DeleteRole", + "Method": "Delete", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.user", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_ListMemberAsUser", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope.resource.role_GetCount", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" - }, - { - "Name": "$top", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$search", @@ -147477,21 +148815,33 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -147499,27 +148849,27 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/members/microsoft.graph.user/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole.Member_GetCountAsUser", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope_GetScope", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "ConsistencyLevel", - "Location": "Header" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -147527,15 +148877,19 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_checkMemberGroup", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope_UpdateScope", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -147543,47 +148897,71 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_checkMemberObject", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope_DeleteScope", + "Method": "Delete", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_getMemberGroup", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope_GetResource", + "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_getMemberObject", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -147591,31 +148969,71 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/microsoft.graph.restore", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_restore", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/scopedMembers", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_ListScopedMember", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_ListRole", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -147655,15 +149073,19 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/scopedMembers", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_CreateScopedMember", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_CreateRole", "Method": "Post", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -147671,19 +149093,23 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_GetScopedMember", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -147699,19 +149125,23 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_UpdateScopedMember", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -147719,19 +149149,23 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_DeleteScopedMember", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -147743,39 +149177,23 @@ }, { "PathInfo": { - "Path": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole.scopedMember_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role_GetResource", "Method": "Get", "Parameters": [ { - "Name": "directoryRole-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryRoles(roleTemplateId=\u0027{roleTemplateId}\u0027)", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRole_GetDirectoryRoleGraphBPreRoleTemplateId", - "Method": "Get", - "Parameters": [ - { - "Name": "roleTemplateId", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -147791,15 +149209,23 @@ }, { "PathInfo": { - "Path": "/directoryRoles(roleTemplateId=\u0027{roleTemplateId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_UpdateDirectoryRoleGraphBPreRoleTemplateId", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "roleTemplateId", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -147807,81 +149233,57 @@ }, { "PathInfo": { - "Path": "/directoryRoles(roleTemplateId=\u0027{roleTemplateId}\u0027)", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_DeleteDirectoryRoleGraphBPreRoleTemplateId", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "roleTemplateId", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryRoles/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRole_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directoryRoles/microsoft.graph.delta()", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRole_delta", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -147891,46 +149293,25 @@ }, { "PathInfo": { - "Path": "/directoryRoles/microsoft.graph.getAvailableExtensionProperties", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRole_getAvailableExtensionProperty", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directoryRoles/microsoft.graph.getByIds", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRole_getGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directoryRoles/microsoft.graph.validateProperties", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRole_validateProperty", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directoryRoleTemplates", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_ListDirectoryRoleTemplate", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role.resource_ListScope", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -147968,26 +149349,51 @@ }, { "PathInfo": { - "Path": "/directoryRoleTemplates", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_CreateDirectoryRoleTemplate", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role.resource_CreateScope", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_GetDirectoryRoleTemplate", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "directoryRoleTemplate-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -148003,15 +149409,27 @@ }, { "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_UpdateDirectoryRoleTemplate", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role.resource_UpdateScope", "Method": "Patch", "Parameters": [ { - "Name": "directoryRoleTemplate-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -148019,15 +149437,27 @@ }, { "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_DeleteDirectoryRoleTemplate", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "directoryRoleTemplate-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -148039,93 +149469,53 @@ }, { "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_checkMemberGroup", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role.resource.scope_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "directoryRoleTemplate-id", + "Name": "accessPackage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberObjects", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRoleTemplate_checkMemberObject", - "Method": "Post", - "Parameters": [ + }, { - "Name": "directoryRoleTemplate-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberGroups", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRoleTemplate_getMemberGroup", - "Method": "Post", - "Parameters": [ + }, { - "Name": "directoryRoleTemplate-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_getMemberObject", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "directoryRoleTemplate-id", + "Name": "accessPackage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.restore", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRoleTemplate_restore", - "Method": "Post", - "Parameters": [ + }, { - "Name": "directoryRoleTemplate-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directoryRoleTemplates/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRoleTemplate_GetCount", - "Method": "Get", - "Parameters": [ + }, { "Name": "$search", "Location": "Query" @@ -148139,13 +149529,21 @@ }, { "PathInfo": { - "Path": "/directoryRoleTemplates/microsoft.graph.delta()", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_delta", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_ListScope", "Method": "Get", "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -148167,11 +149565,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -148183,69 +149581,44 @@ }, { "PathInfo": { - "Path": "/directoryRoleTemplates/microsoft.graph.getAvailableExtensionProperties", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_getAvailableExtensionProperty", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_CreateScope", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/directoryRoleTemplates/microsoft.graph.getByIds", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "directoryRoleTemplate_getGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directoryRoleTemplates/microsoft.graph.validateProperties", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directoryRoleTemplate_validateProperty", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/domains", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "domain_ListDomain", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", @@ -148260,50 +149633,23 @@ }, { "PathInfo": { - "Path": "/domains", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "domain_CreateDomain", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/domains/{domain-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_GetDomain", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_UpdateScope", + "Method": "Patch", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/domains/{domain-id}", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "domain_UpdateDomain", - "Method": "Patch", - "Parameters": [ - { - "Name": "domain-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -148311,15 +149657,23 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_DeleteDomain", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackage-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -148331,24 +149685,20 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/domainNameReferences", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_ListDomainNameReference", + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.scope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageResourceRoleScope-id", + "Location": "Path" }, { "Name": "$search", @@ -148357,21 +149707,29 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackage-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -148379,27 +149737,19 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_GetDomainNameReference", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetCount", "Method": "Get", "Parameters": [ { - "Name": "domain-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -148407,17 +149757,25 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/domainNameReferences/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/accessPackages/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain.domainNameReference_GetCount", + "OperationId": "identityGovernance.entitlementManagement.accessPackage_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "on", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -148425,23 +149783,35 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/domains/{domain-id}/federationConfiguration", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_ListFederationConfiguration", + "OperationId": "identityGovernance.entitlementManagement_ListAssignmentPolicy", "Method": "Get", "Parameters": [ - { - "Name": "domain-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -148479,35 +149849,26 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/federationConfiguration", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_CreateFederationConfiguration", + "OperationId": "identityGovernance.entitlementManagement_CreateAssignmentPolicy", "Method": "Post", - "Parameters": [ - { - "Name": "domain-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_GetFederationConfiguration", + "OperationId": "identityGovernance.entitlementManagement_GetAssignmentPolicy", "Method": "Get", "Parameters": [ { - "Name": "domain-id", - "Location": "Path" - }, - { - "Name": "internalDomainFederation-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -148523,19 +149884,15 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_UpdateFederationConfiguration", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement_SetAssignmentPolicy", + "Method": "Put", "Parameters": [ { - "Name": "domain-id", - "Location": "Path" - }, - { - "Name": "internalDomainFederation-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" } ] @@ -148543,19 +149900,15 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_DeleteFederationConfiguration", + "OperationId": "identityGovernance.entitlementManagement_DeleteAssignmentPolicy", "Method": "Delete", "Parameters": [ { - "Name": "domain-id", - "Location": "Path" - }, - { - "Name": "internalDomainFederation-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -148567,23 +149920,23 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/federationConfiguration/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain.federationConfiguration_GetCount", + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_GetAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -148591,63 +149944,39 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/microsoft.graph.forceDelete", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_forceDelete", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_GetCatalog", + "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/domains/{domain-id}/microsoft.graph.promote", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "domain_promote", - "Method": "Post", - "Parameters": [ + }, { - "Name": "domain-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/domains/{domain-id}/microsoft.graph.verify", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "domain_verify", - "Method": "Post", - "Parameters": [ + "Name": "$select", + "Location": "Query" + }, { - "Name": "domain-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/domains/{domain-id}/serviceConfigurationRecords", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_ListServiceConfigurationRecord", + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_ListCustomExtensionStageSetting", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -148687,15 +150016,15 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/serviceConfigurationRecords", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_CreateServiceConfigurationRecord", + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_CreateCustomExtensionStageSetting", "Method": "Post", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" } ] @@ -148703,19 +150032,19 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_GetServiceConfigurationRecord", + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_GetCustomExtensionStageSetting", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "domainDnsRecord-id", + "Name": "customExtensionStageSetting-id", "Location": "Path" }, { @@ -148731,19 +150060,19 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_UpdateServiceConfigurationRecord", + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_UpdateCustomExtensionStageSetting", "Method": "Patch", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "domainDnsRecord-id", + "Name": "customExtensionStageSetting-id", "Location": "Path" } ] @@ -148751,19 +150080,19 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_DeleteServiceConfigurationRecord", + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_DeleteCustomExtensionStageSetting", "Method": "Delete", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "domainDnsRecord-id", + "Name": "customExtensionStageSetting-id", "Location": "Path" }, { @@ -148775,15 +150104,43 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/serviceConfigurationRecords/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain.serviceConfigurationRecord_GetCount", + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy.customExtensionStageSetting_GetCustomExtension", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackageAssignmentPolicy-id", + "Location": "Path" + }, + { + "Name": "customExtensionStageSetting-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy.customExtensionStageSetting_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -148799,15 +150156,15 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/verificationDnsRecords", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_ListVerificationDnsRecord", + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_ListQuestion", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -148847,15 +150204,15 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/verificationDnsRecords", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_CreateVerificationDnsRecord", + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_CreateQuestion", "Method": "Post", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" } ] @@ -148863,19 +150220,19 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_GetVerificationDnsRecord", + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_GetQuestion", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "domainDnsRecord-id", + "Name": "accessPackageQuestion-id", "Location": "Path" }, { @@ -148891,19 +150248,19 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_UpdateVerificationDnsRecord", + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_UpdateQuestion", "Method": "Patch", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "domainDnsRecord-id", + "Name": "accessPackageQuestion-id", "Location": "Path" } ] @@ -148911,19 +150268,19 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_DeleteVerificationDnsRecord", + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_DeleteQuestion", "Method": "Delete", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { - "Name": "domainDnsRecord-id", + "Name": "accessPackageQuestion-id", "Location": "Path" }, { @@ -148935,15 +150292,15 @@ }, { "PathInfo": { - "Path": "/domains/{domain-id}/verificationDnsRecords/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain.verificationDnsRecord_GetCount", + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy.question_GetCount", "Method": "Get", "Parameters": [ { - "Name": "domain-id", + "Name": "accessPackageAssignmentPolicy-id", "Location": "Path" }, { @@ -148959,11 +150316,11 @@ }, { "PathInfo": { - "Path": "/domains/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "domain_GetCount", + "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_GetCount", "Method": "Get", "Parameters": [ { @@ -148979,11 +150336,11 @@ }, { "PathInfo": { - "Path": "/organization", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_ListOrganization", + "OperationId": "identityGovernance.entitlementManagement_ListAssignmentRequest", "Method": "Get", "Parameters": [ { @@ -149023,26 +150380,26 @@ }, { "PathInfo": { - "Path": "/organization", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentRequests", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_CreateOrganization", + "OperationId": "identityGovernance.entitlementManagement_CreateAssignmentRequest", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/organization/{organization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_GetOrganization", + "OperationId": "identityGovernance.entitlementManagement_GetAssignmentRequest", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -149058,15 +150415,15 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_UpdateOrganization", + "OperationId": "identityGovernance.entitlementManagement_UpdateAssignmentRequest", "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" } ] @@ -149074,15 +150431,15 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_DeleteOrganization", + "OperationId": "identityGovernance.entitlementManagement_DeleteAssignmentRequest", "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -149094,15 +150451,15 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_GetBranding", + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { @@ -149118,67 +150475,39 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization_UpdateBranding", - "Method": "Patch", - "Parameters": [ - { - "Name": "organization-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/branding", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/assignment", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_DeleteBranding", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetAssignment", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/branding/backgroundImage", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization_GetBrandingBackgroundImage", - "Method": "Get", - "Parameters": [ + "Name": "$select", + "Location": "Query" + }, { - "Name": "organization-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/backgroundImage", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_SetBrandingBackgroundImage", - "Method": "Put", + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_cancel", + "Method": "Post", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" } ] @@ -149186,15 +150515,15 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/bannerLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.reprocess", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_GetBrandingBannerLogo", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_reprocess", + "Method": "Post", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" } ] @@ -149202,15 +150531,15 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/bannerLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.resume", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_SetBrandingBannerLogo", - "Method": "Put", + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_resume", + "Method": "Post", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" } ] @@ -149218,113 +150547,105 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/customCSS", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_GetBrandingCustomCSS", + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetRequestor", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageAssignmentRequest-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/branding/customCSS", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization_SetBrandingCustomCSS", - "Method": "Put", - "Parameters": [ + }, { - "Name": "organization-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/favicon", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_GetBrandingFavicon", + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "organization-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/branding/favicon", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization_SetBrandingFavicon", - "Method": "Put", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "organization-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/headerLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignmentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_GetBrandingHeaderLogo", + "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "on", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/branding/headerLogo", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization_SetBrandingHeaderLogo", - "Method": "Put", - "Parameters": [ + }, { - "Name": "organization-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_ListLocalization", + "OperationId": "identityGovernance.entitlementManagement_ListAssignment", "Method": "Get", "Parameters": [ - { - "Name": "organization-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -149362,35 +150683,26 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignments", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_CreateLocalization", + "OperationId": "identityGovernance.entitlementManagement_CreateAssignment", "Method": "Post", - "Parameters": [ - { - "Name": "organization-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalization", + "OperationId": "identityGovernance.entitlementManagement_GetAssignment", "Method": "Get", "Parameters": [ { - "Name": "organization-id", - "Location": "Path" - }, - { - "Name": "organizationalBrandingLocalization-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { @@ -149406,19 +150718,15 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_UpdateLocalization", + "OperationId": "identityGovernance.entitlementManagement_UpdateAssignment", "Method": "Patch", "Parameters": [ { - "Name": "organization-id", - "Location": "Path" - }, - { - "Name": "organizationalBrandingLocalization-id", + "Name": "accessPackageAssignment-id", "Location": "Path" } ] @@ -149426,19 +150734,15 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_DeleteLocalization", + "OperationId": "identityGovernance.entitlementManagement_DeleteAssignment", "Method": "Delete", "Parameters": [ { - "Name": "organization-id", - "Location": "Path" - }, - { - "Name": "organizationalBrandingLocalization-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { @@ -149450,59 +150754,63 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/accessPackage", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalizationsBackgroundImage", + "OperationId": "identityGovernance.entitlementManagement.assignment_GetAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/assignmentPolicy", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_SetLocalizationsBackgroundImage", - "Method": "Put", + "OperationId": "identityGovernance.entitlementManagement.assignment_GetAssignmentPolicy", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/microsoft.graph.reprocess", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalizationsBannerLogo", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.assignment_reprocess", + "Method": "Post", "Parameters": [ { - "Name": "organization-id", - "Location": "Path" - }, - { - "Name": "organizationalBrandingLocalization-id", + "Name": "accessPackageAssignment-id", "Location": "Path" } ] @@ -149510,159 +150818,282 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/target", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_SetLocalizationsBannerLogo", - "Method": "Put", + "OperationId": "identityGovernance.entitlementManagement.assignment_GetTarget", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageAssignment-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignments/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalizationsCustomCSS", + "OperationId": "identityGovernance.entitlementManagement.assignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "organization-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "organizationalBrandingLocalization-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignments/microsoft.graph.additionalAccess()", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_SetLocalizationsCustomCSS", - "Method": "Put", + "OperationId": "identityGovernance.entitlementManagement.assignment_additionalAccess", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "organizationalBrandingLocalization-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignments/microsoft.graph.additionalAccess(accessPackageId=\u0027{accessPackageId}\u0027,incompatibleAccessPackageId=\u0027{incompatibleAccessPackageId}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalizationsFavicon", + "OperationId": "identityGovernance.entitlementManagement.assignment_additionalAccess", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageId", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", + "Name": "incompatibleAccessPackageId", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/assignments/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_SetLocalizationsFavicon", - "Method": "Put", + "OperationId": "identityGovernance.entitlementManagement.assignment_filterGraphBPreCurrentUser", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "on", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalizationsHeaderLogo", + "OperationId": "identityGovernance.entitlementManagement_ListCatalog", "Method": "Get", "Parameters": [ { - "Name": "organization-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "organizationalBrandingLocalization-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_SetLocalizationsHeaderLogo", - "Method": "Put", + "OperationId": "identityGovernance.entitlementManagement_CreateCatalog", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_GetCatalog", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalizationsSquareLogo", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement_UpdateCatalog", + "Method": "Patch", "Parameters": [ { - "Name": "organization-id", - "Location": "Path" - }, - { - "Name": "organizationalBrandingLocalization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" } ] @@ -149670,76 +151101,44 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_SetLocalizationsSquareLogo", - "Method": "Put", + "OperationId": "identityGovernance.entitlementManagement_DeleteCatalog", + "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.branding_GetLocalizationsSquareLogoDark", + "OperationId": "identityGovernance.entitlementManagement.catalog_ListAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "organizationalBrandingLocalization-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization.branding_SetLocalizationsSquareLogoDark", - "Method": "Put", - "Parameters": [ - { - "Name": "organization-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "organizationalBrandingLocalization-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/branding/localizations/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization.branding.localization_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "organization-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -149748,85 +151147,89 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/squareLogo", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_GetBrandingSquareLogo", + "OperationId": "identityGovernance.entitlementManagement.catalog_GetAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/branding/squareLogo", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization_SetBrandingSquareLogo", - "Method": "Put", - "Parameters": [ + }, { - "Name": "organization-id", + "Name": "accessPackage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/branding/squareLogoDark", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_GetBrandingSquareLogoDark", + "OperationId": "identityGovernance.entitlementManagement.catalog.accessPackage_GetCount", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/branding/squareLogoDark", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization_SetBrandingSquareLogoDark", - "Method": "Put", - "Parameters": [ + }, { - "Name": "organization-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/extensions", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_ListExtension", + "OperationId": "identityGovernance.entitlementManagement.catalog_ListCustomWorkflowExtension", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { @@ -149866,15 +151269,15 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/extensions", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_CreateExtension", + "OperationId": "identityGovernance.entitlementManagement.catalog_CreateCustomWorkflowExtension", "Method": "Post", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" } ] @@ -149882,19 +151285,19 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_GetExtension", + "OperationId": "identityGovernance.entitlementManagement.catalog_GetCustomWorkflowExtension", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "customCalloutExtension-id", "Location": "Path" }, { @@ -149910,19 +151313,19 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_UpdateExtension", + "OperationId": "identityGovernance.entitlementManagement.catalog_UpdateCustomWorkflowExtension", "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "customCalloutExtension-id", "Location": "Path" } ] @@ -149930,19 +151333,19 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_DeleteExtension", + "OperationId": "identityGovernance.entitlementManagement.catalog_DeleteCustomWorkflowExtension", "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "customCalloutExtension-id", "Location": "Path" }, { @@ -149954,15 +151357,15 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/extensions/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization.extension_GetCount", + "OperationId": "identityGovernance.entitlementManagement.catalog.customWorkflowExtension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { @@ -149978,31 +151381,63 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/microsoft.graph.checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_checkMemberGroup", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.catalog_ListResourceRole", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/microsoft.graph.checkMemberObjects", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_checkMemberObject", + "OperationId": "identityGovernance.entitlementManagement.catalog_CreateResourceRole", "Method": "Post", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" } ] @@ -150010,47 +151445,47 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/microsoft.graph.getMemberGroups", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_getMemberGroup", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.catalog_GetResourceRole", + "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/microsoft.graph.getMemberObjects", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "organization_getMemberObject", - "Method": "Post", - "Parameters": [ + }, { - "Name": "organization-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/microsoft.graph.restore", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_restore", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.catalog_UpdateResourceRole", + "Method": "Patch", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -150058,35 +151493,51 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/microsoft.graph.setMobileDeviceManagementAuthority", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_setMobileDeviceManagementAuthority", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.catalog_DeleteResourceRole", + "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/organization/$count", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_GetCount", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole_GetResource", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -150094,46 +151545,93 @@ }, { "PathInfo": { - "Path": "/organization/microsoft.graph.getAvailableExtensionProperties", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_getAvailableExtensionProperty", - "Method": "Post", - "Parameters": [] + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole_UpdateResource", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/organization/microsoft.graph.getByIds", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_getGraphBPreId", - "Method": "Post", - "Parameters": [] + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole_DeleteResource", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/organization/microsoft.graph.validateProperties", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "organization_validateProperty", - "Method": "Post", - "Parameters": [] + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_GetEnvironment", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/subscribedSkus", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "subscribedSku_ListSubscribedSku", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_ListRole", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -150171,46 +151669,75 @@ }, { "PathInfo": { - "Path": "/subscribedSkus", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "subscribedSku_CreateSubscribedSku", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_CreateRole", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/subscribedSkus/{subscribedSku-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "subscribedSku_GetSubscribedSku", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "subscribedSku-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id1", "Location": "Path" }, { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/subscribedSkus/{subscribedSku-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "subscribedSku_UpdateSubscribedSku", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "subscribedSku-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id1", "Location": "Path" } ] @@ -150218,15 +151745,23 @@ }, { "PathInfo": { - "Path": "/subscribedSkus/{subscribedSku-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "subscribedSku_DeleteSubscribedSku", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "subscribedSku-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id1", "Location": "Path" }, { @@ -150238,15 +151773,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/scopedRoleMemberOf", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/$count", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_ListScopedRoleMemberGraphOPre", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.role_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_ListScope", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -150286,15 +151853,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/scopedRoleMemberOf", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_CreateScopedRoleMemberGraphOPre", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_CreateScope", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -150302,19 +151873,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_GetScopedRoleMemberGraphOPre", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -150330,19 +151905,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_UpdateScopedRoleMemberGraphOPre", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_UpdateScope", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -150350,84 +151929,52 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "user_DeleteScopedRoleMemberGraphOPre", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "scopedRoleMembership-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/scopedRoleMemberOf/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "user.scopedRoleMemberOf_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/agreements", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement_ListAgreement", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope_GetResource", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageCatalog-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", @@ -150442,82 +151989,107 @@ }, { "PathInfo": { - "Path": "/agreements", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "agreement_CreateAgreement", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/agreements/{agreement-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement_GetAgreement", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/agreements/{agreement-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement_UpdateAgreement", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/agreements/{agreement-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement_DeleteAgreement", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope.resource_GetEnvironment", + "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/acceptances", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement_ListAcceptance", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope.resource_ListRole", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -150557,15 +152129,23 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/acceptances", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement_CreateAcceptance", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope.resource_CreateRole", "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -150573,19 +152153,27 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement_GetAcceptance", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementAcceptance-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id1", "Location": "Path" }, { @@ -150601,19 +152189,27 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement_UpdateAcceptance", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementAcceptance-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id1", "Location": "Path" } ] @@ -150621,19 +152217,27 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement_DeleteAcceptance", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementAcceptance-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id1", "Location": "Path" }, { @@ -150645,15 +152249,23 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/acceptances/$count", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.acceptance_GetCount", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope.resource.role_GetCount", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -150669,23 +152281,27 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement_GetFile", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "$select", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -150693,51 +152309,39 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement_UpdateFile", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/agreements/{agreement-id}/file", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "agreement_DeleteFile", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "agreement-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file_ListLocalization", + "OperationId": "identityGovernance.entitlementManagement.catalog_ListResource", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { @@ -150777,15 +152381,15 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file_CreateLocalization", + "OperationId": "identityGovernance.entitlementManagement.catalog_CreateResource", "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" } ] @@ -150793,19 +152397,19 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file_GetLocalization", + "OperationId": "identityGovernance.entitlementManagement.catalog_GetResource", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -150821,19 +152425,19 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file_UpdateLocalization", + "OperationId": "identityGovernance.entitlementManagement.catalog_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" } ] @@ -150841,19 +152445,19 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file_DeleteLocalization", + "OperationId": "identityGovernance.entitlementManagement.catalog_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -150865,19 +152469,47 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file.localization_ListVersion", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.catalog.resource_ListRole", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -150917,19 +152549,19 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file.localization_CreateVersion", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource_CreateRole", "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" } ] @@ -150937,23 +152569,23 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file.localization_GetVersion", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -150969,23 +152601,23 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file.localization_UpdateVersion", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -150993,23 +152625,23 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file.localization_DeleteVersion", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -151021,27 +152653,31 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file.localization.version_GetCount", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role_GetResource", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -151049,107 +152685,75 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/file/localizations/$count", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file.localization_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement_ListFile", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement_CreateFile", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource_GetEnvironment", + "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "agreement_GetFile", - "Method": "Get", - "Parameters": [ + }, { - "Name": "agreement-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -151165,63 +152769,23 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "agreement_UpdateFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement_DeleteFile", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource_ListScope", + "Method": "Get", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "agreement.file_ListVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "agreement-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -151261,19 +152825,23 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file_CreateVersion", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource_CreateScope", "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -151281,23 +152849,27 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file_GetVersion", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -151313,23 +152885,27 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file_UpdateVersion", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource_UpdateScope", "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -151337,23 +152913,27 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file_DeleteVersion", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "agreementFileVersion-id", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -151365,65 +152945,29 @@ }, { "PathInfo": { - "Path": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "agreement.file.version_GetCount", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource.scope_GetResource", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "agreementFileLocalization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/agreements/{agreement-id}/files/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "agreement.file_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "agreement-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_GetIdentityGovernance", - "Method": "Get", - "Parameters": [ { "Name": "$select", "Location": "Query" @@ -151437,55 +152981,57 @@ }, { "PathInfo": { - "Path": "/identityGovernance", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance_UpdateIdentityGovernance", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource.scope_UpdateResource", "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_GetAccessReview", - "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageCatalog-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_UpdateAccessReview", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance_DeleteAccessReview", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource.scope_DeleteResource", "Method": "Delete", "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -151495,36 +153041,28 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_ListDefinition", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource.scope.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageCatalog-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", @@ -151539,34 +153077,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview_CreateDefinition", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_GetDefinition", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource.scope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "$select", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -151574,51 +153109,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_SetDefinition", - "Method": "Put", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview_DeleteDefinition", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_ListInstance", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource_ListScope", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -151658,15 +153189,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_CreateInstance", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource_CreateScope", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", "Location": "Path" } ] @@ -151674,19 +153209,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_GetInstance", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -151702,139 +153241,75 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_UpdateInstance", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource_UpdateScope", "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_DeleteInstance", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_ListContactedReviewer", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource_DeleteScope", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_CreateContactedReviewer", - "Method": "Post", - "Parameters": [ - { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_GetContactedReviewer", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessReviewReviewer-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -151850,23 +153325,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_UpdateContactedReviewer", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessReviewReviewer-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -151874,23 +153349,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_DeleteContactedReviewer", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessReviewReviewer-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -151902,27 +153377,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.contactedReviewer_GetCount", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -151930,19 +153409,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_ListDecision", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource_ListRole", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -151982,19 +153465,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_CreateDecision", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource_CreateRole", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -152002,23 +153489,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_GetDecision", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -152034,23 +153525,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_UpdateDecision", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -152058,23 +153553,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_DeleteDecision", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -152086,48 +153585,28 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_ListInsight", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource.role_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { "Name": "$select", @@ -152142,23 +153621,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_CreateInsight", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource.role_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -152166,119 +153649,119 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_GetInsight", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource.role_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceInsight-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_UpdateInsight", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource.role.resource_GetEnvironment", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceInsight-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_DeleteInsight", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource.role_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "governanceInsight-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision.insight_GetCount", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -152294,19 +153777,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_GetCount", + "OperationId": "identityGovernance.entitlementManagement.catalog.resource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { @@ -152322,23 +153801,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.decision_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.catalog_ListResourceScope", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "on", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { @@ -152362,11 +153833,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -152378,39 +153849,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.acceptRecommendations", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_acceptRecommendation", + "OperationId": "identityGovernance.entitlementManagement.catalog_CreateResourceScope", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.catalog_GetResourceScope", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_applyDecision", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.catalog_UpdateResourceScope", + "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -152418,59 +153913,71 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_batchRecordDecision", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.catalog_DeleteResourceScope", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.resetDecisions", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_resetDecision", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope_GetResource", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.sendReminder", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_sendReminder", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -152478,39 +153985,71 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.stop", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_stop", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_ListStage", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_ListRole", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageCatalog-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -152550,19 +154089,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_CreateStage", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_CreateRole", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -152570,23 +154109,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_GetStage", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -152602,23 +154141,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_UpdateStage", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -152626,23 +154165,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_DeleteStage", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -152654,49 +154193,25 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_ListDecision", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -152710,147 +154225,107 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_CreateDecision", - "Method": "Post", - "Parameters": [ - { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_GetDecision", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_UpdateDecision", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_DeleteDecision", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role.resource_GetEnvironment", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_ListInsight", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role.resource_ListScope", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -152890,27 +154365,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_CreateInsight", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role.resource_CreateScope", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -152918,31 +154389,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_GetInsight", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "governanceInsight-id", + "Name": "accessPackageResourceScope-id1", "Location": "Path" }, { @@ -152958,31 +154425,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_UpdateInsight", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role.resource_UpdateScope", "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "governanceInsight-id", + "Name": "accessPackageResourceScope-id1", "Location": "Path" } ] @@ -152990,31 +154453,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_DeleteInsight", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "governanceInsight-id", + "Name": "accessPackageResourceScope-id1", "Location": "Path" }, { @@ -153026,27 +154485,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision.insight_GetCount", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role.resource.scope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessReviewInstanceDecisionItem-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -153062,23 +154517,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_GetCount", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -153094,27 +154545,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage.decision_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_ListScope", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", - "Location": "Path" - }, - { - "Name": "accessReviewStage-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "on", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -153138,11 +154581,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -153154,23 +154597,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/microsoft.graph.stop", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_stop", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_CreateScope", "Method": "Post", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewInstance-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewStage-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -153178,27 +154617,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_GetCount", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResourceScope-id1", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -153206,109 +154649,73 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance.stage_filterGraphBPreCurrentUser", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_UpdateScope", + "Method": "Patch", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "accessReviewInstance-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "on", + "Name": "accessPackageResourceScope-id1", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_DeleteScope", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceScope-id1", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition.instance_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.scope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" }, { - "Name": "on", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -153316,51 +154723,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/microsoft.graph.stop", + "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_stop", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewScheduleDefinition-id", + "Name": "accessPackageCatalog-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_GetCount", - "Method": "Get", - "Parameters": [ + }, { "Name": "$search", "Location": "Query" @@ -153374,25 +154753,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/definitions/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/catalogs/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.definition_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.catalog_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "on", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -153400,33 +154767,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_ListHistoryDefinition", + "OperationId": "identityGovernance.entitlementManagement_ListConnectedOrganization", "Method": "Get", "Parameters": [ { @@ -153466,26 +154817,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_CreateHistoryDefinition", + "OperationId": "identityGovernance.entitlementManagement_CreateConnectedOrganization", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_GetHistoryDefinition", + "OperationId": "identityGovernance.entitlementManagement_GetConnectedOrganization", "Method": "Get", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { @@ -153501,15 +154852,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_UpdateHistoryDefinition", + "OperationId": "identityGovernance.entitlementManagement_UpdateConnectedOrganization", "Method": "Patch", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", + "Name": "connectedOrganization-id", "Location": "Path" } ] @@ -153517,15 +154868,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview_DeleteHistoryDefinition", + "OperationId": "identityGovernance.entitlementManagement_DeleteConnectedOrganization", "Method": "Delete", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { @@ -153537,15 +154888,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition_ListInstance", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListExternalSponsor", "Method": "Get", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { @@ -153585,43 +154936,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition_CreateInstance", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.externalSponsor_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", + "Name": "connectedOrganization-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition_GetInstance", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.externalSponsor_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", - "Location": "Path" - }, - { - "Name": "accessReviewHistoryInstance-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -153629,101 +154984,169 @@ }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition_UpdateInstance", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListExternalSponsorGraphBPreRef", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { - "Name": "accessReviewHistoryInstance-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition_DeleteInstance", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_CreateExternalSponsorGraphBPreRef", + "Method": "Post", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", + "Name": "connectedOrganization-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_DeleteExternalSponsorGraphBPreRef", + "Method": "Delete", + "Parameters": [ { - "Name": "accessReviewHistoryInstance-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { "Name": "If-Match", "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/microsoft.graph.generateDownloadUri", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition.instance_generateDownloadUri", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListInternalSponsor", + "Method": "Get", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { - "Name": "accessReviewHistoryInstance-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition.instance_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.internalSponsor_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "accessReviewHistoryDefinition-id", + "Name": "connectedOrganization-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "directoryObject-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/accessReviews/historyDefinitions/$count", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.accessReview.historyDefinition_GetCount", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.internalSponsor_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "connectedOrganization-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -153737,19 +155160,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance_GetAppConsent", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListInternalSponsorGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "connectedOrganization-id", + "Location": "Path" + }, + { + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", "Location": "Query" } ] @@ -153757,38 +155200,71 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance_UpdateAppConsent", - "Method": "Patch", - "Parameters": [] + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_CreateInternalSponsorGraphBPreRef", + "Method": "Post", + "Parameters": [ + { + "Name": "connectedOrganization-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/appConsent", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance_DeleteAppConsent", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_DeleteInternalSponsorGraphBPreRef", "Method": "Delete", "Parameters": [ + { + "Name": "connectedOrganization-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests", + "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent_ListAppConsentRequest", + "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_ListResourceEnvironment", "Method": "Get", "Parameters": [ { @@ -153828,26 +155304,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent_CreateAppConsentRequest", + "OperationId": "identityGovernance.entitlementManagement_CreateResourceEnvironment", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent_GetAppConsentRequest", + "OperationId": "identityGovernance.entitlementManagement_GetResourceEnvironment", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { @@ -153863,15 +155339,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent_UpdateAppConsentRequest", + "OperationId": "identityGovernance.entitlementManagement_UpdateResourceEnvironment", "Method": "Patch", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" } ] @@ -153879,15 +155355,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent_DeleteAppConsentRequest", + "OperationId": "identityGovernance.entitlementManagement_DeleteResourceEnvironment", "Method": "Delete", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { @@ -153899,15 +155375,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest_ListUserConsentRequest", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment_ListResource", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { @@ -153947,15 +155423,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest_CreateUserConsentRequest", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment_CreateResource", "Method": "Post", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" } ] @@ -153963,19 +155439,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest_GetUserConsentRequest", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment_GetResource", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -153991,19 +155467,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest_UpdateUserConsentRequest", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" } ] @@ -154011,19 +155487,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest_DeleteUserConsentRequest", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -154035,19 +155511,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_GetApproval", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -154063,63 +155539,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_UpdateApproval", - "Method": "Patch", - "Parameters": [ - { - "Name": "appConsentRequest-id", - "Location": "Path" - }, - { - "Name": "userConsentRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_DeleteApproval", - "Method": "Delete", - "Parameters": [ - { - "Name": "appConsentRequest-id", - "Location": "Path" - }, - { - "Name": "userConsentRequest-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_ListStage", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_ListRole", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -154159,19 +155591,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_CreateStage", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_CreateRole", "Method": "Post", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" } ] @@ -154179,23 +155611,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_GetStage", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "approvalStage-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -154211,23 +155643,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_UpdateStage", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "approvalStage-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -154235,23 +155667,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_DeleteStage", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "approvalStage-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -154263,27 +155695,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval.stage_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role_GetResource", "Method": "Get", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "userConsentRequest-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -154291,95 +155727,83 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest.userConsentRequest_filterGraphBPreCurrentUser", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "appConsentRequest-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "on", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/$count", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "accessPackageResourceEnvironment-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -154387,15 +155811,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.appConsent.appConsentRequest_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource_ListScope", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "accessPackageResourceEnvironment-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -154419,11 +155851,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -154435,83 +155867,52 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance_GetEntitlementManagement", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource_CreateScope", + "Method": "Post", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceEnvironment-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_UpdateEntitlementManagement", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_DeleteEntitlementManagement", - "Method": "Delete", - "Parameters": [ + "Name": "accessPackageResource-id", + "Location": "Path" + }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAccessPackageAssignmentApproval", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceEnvironment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", @@ -154526,50 +155927,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackageAssignmentApproval", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAccessPackageAssignmentApproval", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource_UpdateScope", + "Method": "Patch", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackageAssignmentApproval", - "Method": "Patch", - "Parameters": [ + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, { - "Name": "approval-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -154577,15 +155955,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackageAssignmentApproval", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageResourceEnvironment-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -154597,40 +155987,28 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_ListStage", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource.scope_GetResource", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", @@ -154645,15 +156023,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_CreateStage", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource.scope_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageResourceEnvironment-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -154661,109 +156051,93 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_GetStage", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource.scope_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "approvalStage-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_UpdateStage", - "Method": "Patch", - "Parameters": [ + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource.scope.resource_GetEnvironment", + "Method": "Get", + "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "approvalStage-id", + "Name": "accessPackageResource-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_DeleteStage", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "approval-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "approvalStage-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval.stage_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource.scope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -154777,24 +156151,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackageAssignmentApproval_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role_GetCount", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { "Name": "$search", @@ -154803,35 +156173,27 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAccessPackage", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_ListScope", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageResourceEnvironment-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -154869,138 +156231,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAccessPackage", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_CreateScope", "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAccessPackage", - "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateAccessPackage", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAccessPackage", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackage-id", + "Name": "accessPackageResource-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListAccessPackagesIncompatibleGraphWPre", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetAccessPackagesIncompatibleGraphWPre", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackage-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackage-id1", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -155016,107 +156283,75 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/$count", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.accessPackagesIncompatibleWith_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_UpdateScope", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListAssignmentPolicy", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_DeleteScope", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateAssignmentPolicy", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope_GetResource", + "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetAssignmentPolicy", - "Method": "Get", - "Parameters": [ + }, { - "Name": "accessPackage-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -155132,19 +156367,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_UpdateAssignmentPolicy", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -155152,19 +156391,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteAssignmentPolicy", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -155176,47 +156419,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_GetAccessPackage", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_GetCatalog", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackage-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -155232,19 +156451,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_ListCustomExtensionStageSetting", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource_ListRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -155284,19 +156507,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_CreateCustomExtensionStageSetting", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource_CreateRole", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -155304,23 +156531,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_GetCustomExtensionStageSetting", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "customExtensionStageSetting-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -155336,23 +156567,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_UpdateCustomExtensionStageSetting", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "customExtensionStageSetting-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -155360,23 +156595,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_DeleteCustomExtensionStageSetting", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "customExtensionStageSetting-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -155388,23 +156627,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy.customExtensionStageSetting_GetCustomExtension", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource.role_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "customExtensionStageSetting-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -155420,123 +156663,87 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy.customExtensionStageSetting_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource.role_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_ListQuestion", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource.role_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_CreateQuestion", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource.role.resource_GetEnvironment", + "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_GetQuestion", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackage-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessPackageQuestion-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -155552,71 +156759,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_UpdateQuestion", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource.role_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "accessPackageQuestion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_DeleteQuestion", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackage-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessPackageQuestion-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy.question_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -155632,15 +156819,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/$count", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.assignmentPolicy_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceEnvironment-id", "Location": "Path" }, { @@ -155656,23 +156843,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", + "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetCatalog", + "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -155680,17 +156863,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", + "Path": "/identityGovernance/entitlementManagement/resourceRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackage", + "OperationId": "identityGovernance.entitlementManagement_ListResourceRequest", "Method": "Get", "Parameters": [ - { - "Name": "accessPackage-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -155728,47 +156907,34 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", + "Path": "/identityGovernance/entitlementManagement/resourceRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleAccessPackage_DeleteAccessPackageGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackage-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "identityGovernance.entitlementManagement_CreateResourceRequest", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleAccessPackage_GetCount", + "OperationId": "identityGovernance.entitlementManagement_GetResourceRequest", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -155776,79 +156942,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackageGraphBPreRef", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement_UpdateResourceRequest", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleAccessPackageGraphBPreRef", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement_DeleteResourceRequest", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleAccessPackageGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest_GetCatalog", + "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" }, { - "Name": "@id", + "Name": "$expand", "Location": "Query" } ] @@ -155856,67 +157002,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroup", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest_UpdateCatalog", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_DeleteGroupGraphBPreRef", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest_DeleteCatalog", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -155928,19 +157038,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/serviceProvisioningErrors", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_ListServiceProvisioningError", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_ListAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -155980,27 +157086,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_GetAccessPackage", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "accessPackage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -156008,15 +157114,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.accessPackage_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -156032,15 +157138,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroupGraphBPreRef", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_ListCustomWorkflowExtension", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -156066,21 +157172,29 @@ { "Name": "$orderby", "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleGroupGraphBPreRef", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_CreateCustomWorkflowExtension", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" } ] @@ -156088,23 +157202,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleGroupGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_GetCustomWorkflowExtension", + "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "customCalloutExtension-id", + "Location": "Path" }, { - "Name": "@id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -156112,15 +157230,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/microsoft.graph.getApplicablePolicyRequirements", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_getApplicablePolicyRequirement", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_UpdateCustomWorkflowExtension", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "customCalloutExtension-id", "Location": "Path" } ] @@ -156128,155 +157250,131 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_ListResourceRoleScope", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_DeleteCustomWorkflowExtension", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "customCalloutExtension-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_CreateResourceRoleScope", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.customWorkflowExtension_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetResourceRoleScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_ListResourceRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_UpdateResourceRoleScope", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "accessPackage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_DeleteResourceRoleScope", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_CreateResourceRole", + "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope_GetRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_GetResourceRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156292,19 +157390,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope_UpdateRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_UpdateResourceRole", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -156312,19 +157410,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope_DeleteRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_DeleteResourceRole", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156336,19 +157434,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role_GetResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156364,19 +157462,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role_UpdateResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -156384,19 +157482,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role_DeleteResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156408,19 +157506,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_GetEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156436,19 +157534,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_ListRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_ListRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156488,19 +157586,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_CreateRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_CreateRole", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -156508,23 +157606,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_GetRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRole-id1", "Location": "Path" }, { @@ -156540,23 +157638,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_UpdateRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRole-id1", "Location": "Path" } ] @@ -156564,23 +157662,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_DeleteRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRole-id1", "Location": "Path" }, { @@ -156592,19 +157690,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.role_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.role_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156620,19 +157718,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_ListScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_ListScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156672,19 +157770,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_CreateScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_CreateScope", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -156692,19 +157790,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_GetScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156724,19 +157822,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_UpdateScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_UpdateScope", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156748,19 +157846,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource_DeleteScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156776,19 +157874,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope_GetResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156808,19 +157906,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope_UpdateResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156832,19 +157930,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope_DeleteResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156860,19 +157958,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope.resource_GetEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156892,19 +157990,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope.resource_ListRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope.resource_ListRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156948,19 +158046,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope.resource_CreateRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope.resource_CreateRole", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156972,19 +158070,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope.resource_GetRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -156992,7 +158090,7 @@ "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRole-id1", "Location": "Path" }, { @@ -157008,19 +158106,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope.resource_UpdateRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -157028,7 +158126,7 @@ "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRole-id1", "Location": "Path" } ] @@ -157036,19 +158134,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope.resource_DeleteRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -157056,7 +158154,7 @@ "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRole-id1", "Location": "Path" }, { @@ -157068,19 +158166,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope.resource.role_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope.resource.role_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -157100,19 +158198,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.role.resource.scope_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -157128,27 +158226,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope_GetScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -157156,63 +158250,83 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope_UpdateScope", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_ListResource", + "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope_DeleteScope", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_CreateResource", + "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope_GetResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157228,19 +158342,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope_UpdateResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" } ] @@ -157248,19 +158362,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope_DeleteResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157272,19 +158386,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_GetEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157300,19 +158414,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_ListRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_ListRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157352,19 +158466,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_CreateRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_CreateRole", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" } ] @@ -157372,19 +158486,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_GetRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157404,19 +158518,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_UpdateRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157428,19 +158542,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_DeleteRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157456,19 +158570,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role_GetResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157488,19 +158602,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role_UpdateResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157512,19 +158626,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role_DeleteResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157540,19 +158654,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role.resource_GetEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157572,19 +158686,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role.resource_ListScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource_ListScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157628,19 +158742,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role.resource_CreateScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource_CreateScope", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157652,19 +158766,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role.resource_GetScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157688,19 +158802,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role.resource_UpdateScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource_UpdateScope", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157716,19 +158830,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role.resource_DeleteScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157748,19 +158862,151 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role.resource.scope_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource.scope_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource.scope_UpdateResource", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource.scope_DeleteResource", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource.scope.resource_GetEnvironment", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource.scope_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157780,19 +159026,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.role_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157808,19 +159054,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_ListScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_ListScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157860,19 +159106,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_CreateScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_CreateScope", "Method": "Post", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" } ] @@ -157880,19 +159126,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_GetScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157912,19 +159158,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_UpdateScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_UpdateScope", "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157936,19 +159182,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource_DeleteScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -157964,27 +159210,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope.scope.resource.scope_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -157992,89 +159242,81 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage.resourceRoleScope_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRequest-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/accessPackages/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.accessPackage_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -158084,13 +159326,25 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAssignmentPolicy", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource_ListRole", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -158128,26 +159382,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAssignmentPolicy", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource_CreateRole", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAssignmentPolicy", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -158163,15 +159442,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_SetAssignmentPolicy", - "Method": "Put", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource_UpdateRole", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -158179,15 +159470,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAssignmentPolicy", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -158199,15 +159502,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_GetAccessPackage", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource.role_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -158223,107 +159538,87 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_GetCatalog", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource.role_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_ListCustomExtensionStageSetting", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource.role_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_CreateCustomExtensionStageSetting", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource.role.resource_GetEnvironment", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_GetCustomExtensionStageSetting", - "Method": "Get", - "Parameters": [ + }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "customExtensionStageSetting-id", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -158339,71 +159634,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_UpdateCustomExtensionStageSetting", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource.role_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "customExtensionStageSetting-id", + "Name": "accessPackageResource-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_DeleteCustomExtensionStageSetting", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "customExtensionStageSetting-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy.customExtensionStageSetting_GetCustomExtension", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "customExtensionStageSetting-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -158411,15 +159694,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy.customExtensionStageSetting_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -158435,15 +159718,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_ListQuestion", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_ListResourceScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -158483,15 +159766,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_CreateQuestion", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_CreateResourceScope", "Method": "Post", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" } ] @@ -158499,19 +159782,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_GetQuestion", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_GetResourceScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageQuestion-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -158527,19 +159810,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_UpdateQuestion", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_UpdateResourceScope", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageQuestion-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -158547,19 +159830,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_DeleteQuestion", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_DeleteResourceScope", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageQuestion-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -158571,23 +159854,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy.question_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentPolicy-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$search", + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -158595,19 +159882,71 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentPolicies/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentPolicy_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope_UpdateResource", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope_DeleteResource", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -158615,13 +159954,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAssignmentRequest", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_ListRole", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -158659,26 +160006,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAssignmentRequest", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_CreateRole", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAssignmentRequest", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -158694,15 +160058,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateAssignmentRequest", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -158710,15 +160082,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAssignmentRequest", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -158730,39 +160110,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetAccessPackage", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/assignment", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetAssignment", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -158778,47 +160142,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_cancel", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.reprocess", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_reprocess", - "Method": "Post", - "Parameters": [ + }, { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.resume", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_resume", - "Method": "Post", - "Parameters": [ + }, { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -158826,89 +160166,57 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetRequestor", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignmentRequest-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignmentRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignmentRequest_filterGraphBPreCurrentUser", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -158918,13 +160226,25 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignments", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListAssignment", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role.resource_ListScope", "Method": "Get", "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -158962,26 +160282,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignments", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateAssignment", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role.resource_CreateScope", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetAssignment", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id1", "Location": "Path" }, { @@ -158997,15 +160342,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateAssignment", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role.resource_UpdateScope", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id1", "Location": "Path" } ] @@ -159013,121 +160370,57 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteAssignment", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/accessPackage", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignment_GetAccessPackage", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/assignmentPolicy", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignment_GetAssignmentPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/microsoft.graph.reprocess", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignment_reprocess", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageAssignment-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/target", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignment_GetTarget", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role.resource.scope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageAssignment-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignments/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignment_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -159141,20 +160434,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignments/microsoft.graph.additionalAccess()", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignment_additionalAccess", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "accessPackageResourceRequest-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$search", @@ -159163,41 +160456,25 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignments/microsoft.graph.additionalAccess(accessPackageId=\u0027{accessPackageId}\u0027,incompatibleAccessPackageId=\u0027{incompatibleAccessPackageId}\u0027)", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignment_additionalAccess", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_ListScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageId", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "incompatibleAccessPackageId", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -159221,11 +160498,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -159237,84 +160514,44 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/assignments/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.assignment_filterGraphBPreCurrentUser", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_CreateScope", + "Method": "Post", "Parameters": [ { - "Name": "on", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListCatalog", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRequest-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceScope-id1", + "Location": "Path" }, { "Name": "$select", @@ -159329,50 +160566,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateCatalog", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetCatalog", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_UpdateScope", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateCatalog", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceScope-id1", "Location": "Path" } ] @@ -159380,111 +160590,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteCatalog", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_ListAccessPackage", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_GetAccessPackage", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.scope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackage-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.accessPackage_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -159500,25 +160646,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_ListCustomWorkflowExtension", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -159526,57 +160664,21 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_CreateCustomWorkflowExtension", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_GetCustomWorkflowExtension", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "customCalloutExtension-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -159592,19 +160694,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_UpdateCustomWorkflowExtension", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "customCalloutExtension-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" } ] @@ -159612,19 +160710,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_DeleteCustomWorkflowExtension", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "customCalloutExtension-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -159636,23 +160730,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.customWorkflowExtension_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -159660,15 +160754,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_ListResourceRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_ListRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -159708,15 +160802,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_CreateResourceRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_CreateRole", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" } ] @@ -159724,15 +160818,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_GetResourceRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -159752,15 +160846,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_UpdateResourceRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -159772,15 +160866,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_DeleteResourceRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -159796,15 +160890,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole_GetResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -159824,15 +160918,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole_UpdateResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -159844,15 +160938,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole_DeleteResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -159868,15 +160962,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_GetEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -159896,15 +160990,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_ListRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource_ListScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -159948,15 +161042,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_CreateRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource_CreateScope", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -159968,15 +161062,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_GetRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -159984,7 +161078,7 @@ "Location": "Path" }, { - "Name": "accessPackageResourceRole-id1", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -160000,15 +161094,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_UpdateRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource_UpdateScope", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160016,7 +161110,7 @@ "Location": "Path" }, { - "Name": "accessPackageResourceRole-id1", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -160024,15 +161118,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_DeleteRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160040,7 +161134,7 @@ "Location": "Path" }, { - "Name": "accessPackageResourceRole-id1", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -160052,15 +161146,131 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.role_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource.scope_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource.scope_UpdateResource", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource.scope_DeleteResource", + "Method": "Delete", + "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource.scope.resource_GetEnvironment", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource.scope_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160080,19 +161290,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_ListScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_ListScope", + "Method": "Get", + "Parameters": [ + { + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160132,19 +161362,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_CreateScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_CreateScope", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" } ] @@ -160152,19 +161378,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_GetScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160184,19 +161406,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_UpdateScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_UpdateScope", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160208,19 +161426,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource_DeleteScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160236,19 +161450,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope_GetResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160268,19 +161478,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope_UpdateResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160292,19 +161498,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope_DeleteResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160320,19 +161522,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope.resource_GetEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160352,19 +161550,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope.resource_ListRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource_ListRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160408,19 +161602,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope.resource_CreateRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource_CreateRole", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160432,19 +161622,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope.resource_GetRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160452,7 +161638,7 @@ "Location": "Path" }, { - "Name": "accessPackageResourceRole-id1", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -160468,19 +161654,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope.resource_UpdateRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160488,7 +161670,7 @@ "Location": "Path" }, { - "Name": "accessPackageResourceRole-id1", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -160496,19 +161678,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope.resource_DeleteRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { @@ -160516,7 +161694,7 @@ "Location": "Path" }, { - "Name": "accessPackageResourceRole-id1", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -160528,31 +161706,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope.resource.role_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource.role_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -160560,92 +161738,76 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole.resource.scope_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource.role_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceRole_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource.role_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_ListResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource.role.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { "Name": "$select", @@ -160660,43 +161822,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_CreateResource", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_GetResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource.role_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -160704,71 +161850,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_UpdateResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRequest-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment", + "Path": "/identityGovernance/entitlementManagement/resourceRequests/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource_GetEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resourceRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -160776,21 +161894,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource_ListRole", + "OperationId": "identityGovernance.entitlementManagement_ListResourceRoleScope", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -160828,43 +161938,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource_CreateRole", + "OperationId": "identityGovernance.entitlementManagement_CreateResourceRoleScope", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource_GetRole", + "OperationId": "identityGovernance.entitlementManagement_GetResourceRoleScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -160880,23 +161973,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource_UpdateRole", + "OperationId": "identityGovernance.entitlementManagement_UpdateResourceRoleScope", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -160904,23 +161989,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource_DeleteRole", + "OperationId": "identityGovernance.entitlementManagement_DeleteResourceRoleScope", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -160932,23 +162009,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role_GetResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope_GetRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -160964,23 +162033,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role_UpdateResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -160988,23 +162049,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role_DeleteResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161016,23 +162069,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource_GetEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161048,107 +162093,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource_ListScope", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource_CreateScope", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource_GetScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161164,88 +162153,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource_UpdateScope", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource_DeleteScope", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_ListRole", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource.scope_GetResource", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -161260,27 +162201,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource.scope_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_CreateRole", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -161288,19 +162217,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource.scope_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_GetRole", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161308,67 +162233,47 @@ "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource.scope.resource_GetEnvironment", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_UpdateRole", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { "Name": "accessPackageResourceRole-id", "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role.resource.scope_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_DeleteRole", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161376,31 +162281,23 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.role_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.role_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161416,19 +162313,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource_ListScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_ListScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161468,19 +162361,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource_CreateScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_CreateScope", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -161488,19 +162377,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource_GetScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161520,19 +162405,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource_UpdateScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_UpdateScope", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161544,19 +162425,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource_DeleteScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161572,19 +162449,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope_GetResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161604,19 +162477,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope_UpdateResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161628,19 +162497,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope_DeleteResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161656,19 +162521,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource_GetEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161688,19 +162549,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource_ListRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope.resource_ListRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161744,19 +162601,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource_CreateRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope.resource_CreateRole", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161768,19 +162621,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource_GetRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161804,19 +162653,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource_UpdateRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161832,19 +162677,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource_DeleteRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161864,19 +162705,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource.role_GetResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope.resource.role_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161884,15 +162721,11 @@ "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -161900,55 +162733,79 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource.role_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource.role_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope_GetScope", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope_UpdateScope", + "Method": "Patch", + "Parameters": [ + { + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope_DeleteScope", + "Method": "Delete", + "Parameters": [ { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161960,27 +162817,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource.role.resource_GetEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -161996,83 +162841,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope.resource.role_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource.scope_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resource_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -162080,15 +162901,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_ListResourceScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_ListRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -162128,15 +162949,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_CreateResourceScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_CreateRole", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -162144,19 +162965,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_GetResourceScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -162172,19 +162993,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_UpdateResourceScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -162192,19 +163013,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_DeleteResourceScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -162216,19 +163037,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope_GetResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -162244,19 +163065,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope_UpdateResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -162264,19 +163085,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope_DeleteResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -162288,19 +163109,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_GetEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -162316,19 +163137,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_ListRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role.resource_ListScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -162368,19 +163189,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_CreateRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role.resource_CreateScope", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -162388,23 +163209,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_GetRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -162420,23 +163241,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_UpdateRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role.resource_UpdateScope", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -162444,23 +163265,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_DeleteRole", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -162472,19 +163293,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role_GetResource", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role.resource.scope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -162492,11 +163309,11 @@ "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -162504,83 +163321,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role_UpdateResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role_DeleteResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role.resource_GetEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -162588,23 +163345,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role.resource_ListScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_ListScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -162644,23 +163393,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role.resource_CreateScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_CreateScope", "Method": "Post", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" } ] @@ -162668,29 +163409,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role.resource_GetScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { "Name": "accessPackageResourceScope-id", "Location": "Path" }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -162704,57 +163437,41 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role.resource_UpdateScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_UpdateScope", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { "Name": "accessPackageResourceScope-id", "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role.resource_DeleteScope", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { "Name": "accessPackageResourceScope-id", "Location": "Path" }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id1", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -162764,23 +163481,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role.resource.scope_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.scope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceRoleScope-id", "Location": "Path" }, { @@ -162796,21 +163505,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.role_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -162824,21 +163525,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resources", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_ListScope", + "OperationId": "identityGovernance.entitlementManagement_ListResource", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -162876,43 +163569,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resources", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_CreateScope", + "OperationId": "identityGovernance.entitlementManagement_CreateResource", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_GetScope", + "OperationId": "identityGovernance.entitlementManagement_GetResource", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id1", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -162928,23 +163604,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_UpdateScope", + "OperationId": "identityGovernance.entitlementManagement_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id1", + "Name": "accessPackageResource-id", "Location": "Path" } ] @@ -162952,23 +163620,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource_DeleteScope", + "OperationId": "identityGovernance.entitlementManagement_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id1", + "Name": "accessPackageResource-id", "Location": "Path" }, { @@ -162980,27 +163640,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/$count", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope.resource.scope_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -163008,57 +163664,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/$count", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog.resourceScope_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resource_ListRole", "Method": "Get", "Parameters": [ { - "Name": "accessPackageCatalog-id", + "Name": "accessPackageResource-id", "Location": "Path" }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/catalogs/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.catalog_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListConnectedOrganization", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -163096,26 +163712,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateConnectedOrganization", + "OperationId": "identityGovernance.entitlementManagement.resource_CreateRole", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "accessPackageResource-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetConnectedOrganization", + "OperationId": "identityGovernance.entitlementManagement.resource_GetRole", "Method": "Get", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -163131,15 +163756,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateConnectedOrganization", + "OperationId": "identityGovernance.entitlementManagement.resource_UpdateRole", "Method": "Patch", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -163147,15 +163776,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteConnectedOrganization", + "OperationId": "identityGovernance.entitlementManagement.resource_DeleteRole", "Method": "Delete", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -163167,40 +163800,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListExternalSponsor", + "OperationId": "identityGovernance.entitlementManagement.resource.role_GetResource", "Method": "Get", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { "Name": "$select", @@ -163215,87 +163828,71 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.externalSponsor_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.resource.role_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.externalSponsor_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resource.role_DeleteResource", + "Method": "Delete", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListExternalSponsorGraphBPreRef", + "OperationId": "identityGovernance.entitlementManagement.resource.role.resource_GetEnvironment", "Method": "Get", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" } ] @@ -163303,55 +163900,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_CreateExternalSponsorGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "connectedOrganization-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_DeleteExternalSponsorGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.resource.role.resource_ListScope", + "Method": "Get", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - }, - { - "Name": "@id", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListInternalSponsor", - "Method": "Get", - "Parameters": [ - { - "Name": "connectedOrganization-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -163391,87 +163952,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.internalSponsor_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "identityGovernance.entitlementManagement.resource.role.resource_CreateScope", + "Method": "Post", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization.internalSponsor_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resource.role.resource_GetScope", "Method": "Get", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_ListInternalSponsorGraphBPreRef", - "Method": "Get", - "Parameters": [ - { - "Name": "connectedOrganization-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" } ] @@ -163479,15 +164004,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_CreateInternalSponsorGraphBPreRef", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.resource.role.resource_UpdateScope", + "Method": "Patch", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessPackageResource-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceRole-id", + "Location": "Path" + }, + { + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -163495,80 +164028,52 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_DeleteInternalSponsorGraphBPreRef", + "OperationId": "identityGovernance.entitlementManagement.resource.role.resource_DeleteScope", "Method": "Delete", "Parameters": [ { - "Name": "connectedOrganization-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "@id", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.connectedOrganization_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListResourceEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resource.role.resource.scope_GetResource", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "accessPackageResource-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { "Name": "$select", @@ -163583,50 +164088,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateResourceEnvironment", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetResourceEnvironment", - "Method": "Get", + "OperationId": "identityGovernance.entitlementManagement.resource.role.resource.scope_UpdateResource", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceRole-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateResourceEnvironment", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -163634,103 +164112,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteResourceEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resource.role.resource.scope_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", + "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment_ListResource", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "accessPackageResourceScope-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment_CreateResource", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement.resource.role.resource.scope.resource_GetEnvironment", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", + "Name": "accessPackageResource-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment_GetResource", - "Method": "Get", - "Parameters": [ + }, { - "Name": "accessPackageResourceEnvironment-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -163746,71 +164172,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.entitlementManagement.resource.role.resource.scope_GetCount", + "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment_DeleteResource", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "accessPackageResourceEnvironment-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_GetEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resource.role_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -163818,17 +164224,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_ListRole", + "OperationId": "identityGovernance.entitlementManagement.resource_ListScope", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" @@ -163870,17 +164272,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_CreateRole", + "OperationId": "identityGovernance.entitlementManagement.resource_CreateScope", "Method": "Post", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" @@ -163890,23 +164288,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_GetRole", + "OperationId": "identityGovernance.entitlementManagement.resource_GetScope", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -163922,23 +164316,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_UpdateRole", + "OperationId": "identityGovernance.entitlementManagement.resource_UpdateScope", "Method": "Patch", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -163946,23 +164336,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_DeleteRole", + "OperationId": "identityGovernance.entitlementManagement.resource_DeleteScope", "Method": "Delete", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -163974,23 +164360,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role_GetResource", + "OperationId": "identityGovernance.entitlementManagement.resource.scope_GetResource", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -164006,23 +164388,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role_UpdateResource", + "OperationId": "identityGovernance.entitlementManagement.resource.scope_UpdateResource", "Method": "Patch", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -164030,23 +164408,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role_DeleteResource", + "OperationId": "identityGovernance.entitlementManagement.resource.scope_DeleteResource", "Method": "Delete", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -164058,23 +164432,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource_GetEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource_GetEnvironment", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -164090,23 +164460,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource_ListScope", + "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource_ListRole", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -164146,23 +164512,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource_CreateScope", + "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource_CreateRole", "Method": "Post", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" } ] @@ -164170,27 +164532,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource_GetScope", + "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource_GetRole", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -164206,27 +164564,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource_UpdateScope", + "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource_UpdateRole", "Method": "Patch", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -164234,27 +164588,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource_DeleteScope", + "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource_DeleteRole", "Method": "Delete", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -164266,27 +164616,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource.scope_GetResource", + "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource.role_GetResource", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -164302,27 +164648,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource.scope_UpdateResource", + "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource.role_UpdateResource", "Method": "Patch", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" } ] @@ -164330,27 +164672,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource.scope_DeleteResource", + "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource.role_DeleteResource", "Method": "Delete", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -164362,27 +164700,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource.scope.resource_GetEnvironment", + "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource.role.resource_GetEnvironment", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "accessPackageResourceRole-id", "Location": "Path" }, { @@ -164398,23 +164732,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role.resource.scope_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource.role_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "accessPackageResourceScope-id", "Location": "Path" }, { @@ -164430,17 +164760,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count", + "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.role_GetCount", + "OperationId": "identityGovernance.entitlementManagement.resource.scope_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, { "Name": "accessPackageResource-id", "Location": "Path" @@ -164458,29 +164784,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", + "Path": "/identityGovernance/entitlementManagement/resources/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_ListScope", + "OperationId": "identityGovernance.entitlementManagement.resource_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -164488,15 +164798,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/settings", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_GetSetting", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -164510,45 +164824,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", + "Path": "/identityGovernance/entitlementManagement/settings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_CreateScope", - "Method": "Post", + "OperationId": "identityGovernance.entitlementManagement_UpdateSetting", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/entitlementManagement/settings", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.entitlementManagement_DeleteSetting", + "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_GetScope", + "OperationId": "identityGovernance_GetLifecycleWorkflow", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -164562,49 +164871,24 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_UpdateScope", + "OperationId": "identityGovernance_UpdateLifecycleWorkflow", "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_DeleteScope", + "OperationId": "identityGovernance_DeleteLifecycleWorkflow", "Method": "Delete", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -164614,24 +164898,36 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow_ListCustomTaskExtension", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -164646,47 +164942,66 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow_CreateCustomTaskExtension", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow_GetCustomTaskExtension", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", + "Name": "customTaskExtension-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow_UpdateCustomTaskExtension", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "customTaskExtension-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow_DeleteCustomTaskExtension", + "Method": "Delete", + "Parameters": [ { - "Name": "accessPackageResourceScope-id", + "Name": "customTaskExtension-id", "Location": "Path" }, { @@ -164698,23 +165013,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension_GetCreatedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", + "Name": "customTaskExtension-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy_GetMailboxSetting", + "Method": "Get", + "Parameters": [ + { + "Name": "customTaskExtension-id", "Location": "Path" }, { @@ -164730,23 +165061,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource_ListRole", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "customTaskExtension-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ { - "Name": "accessPackageResourceScope-id", + "Name": "customTaskExtension-id", "Location": "Path" }, { @@ -164786,51 +165125,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource_CreateRole", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", + "Name": "customTaskExtension-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource_GetRole", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension_GetLastModifiedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", + "Name": "customTaskExtension-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy_GetMailboxSetting", + "Method": "Get", + "Parameters": [ { - "Name": "accessPackageResourceRole-id", + "Name": "customTaskExtension-id", "Location": "Path" }, { @@ -164846,27 +165197,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource_UpdateRole", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "customTaskExtension-id", "Location": "Path" } ] @@ -164874,156 +165213,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource_DeleteRole", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", + "Name": "customTaskExtension-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource.role_GetResource", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource.role_UpdateResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource.role_DeleteResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource.role.resource_GetEnvironment", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -165038,23 +165261,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope.resource.role_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "customTaskExtension-id", "Location": "Path" }, { @@ -165070,21 +165285,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count", + "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource.scope_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -165098,23 +165305,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment.resource_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow_GetDeletedItem", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceEnvironment-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -165122,31 +165325,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceEnvironments/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceEnvironment_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow_DeleteDeletedItem", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListResourceRequest", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem_ListWorkflow", "Method": "Get", "Parameters": [ { @@ -165186,26 +165385,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateResourceRequest", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetResourceRequest", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem_GetWorkflow", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -165221,31 +165409,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateResourceRequest", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteResourceRequest", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem_DeleteWorkflow", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -165257,15 +165429,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest_GetCatalog", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetCreatedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -165281,51 +165453,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest_UpdateCatalog", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest_DeleteCatalog", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_ListAccessPackage", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -165365,43 +165541,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_GetAccessPackage", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.accessPackage_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -165417,15 +165565,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_ListCustomWorkflowExtension", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListExecutionScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -165465,35 +165613,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_CreateCustomWorkflowExtension", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_GetCustomWorkflowExtension", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetExecutionScope", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "customCalloutExtension-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -165509,67 +165641,71 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_UpdateCustomWorkflowExtension", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.executionScope_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "customCalloutExtension-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_DeleteCustomWorkflowExtension", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetLastModifiedGraphBPre", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "customCalloutExtension-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.customWorkflowExtension_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -165577,15 +165713,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_ListResourceRole", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -165625,63 +165777,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_CreateResourceRole", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.activate", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_GetResourceRole", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_activate", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "workflow-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_UpdateResourceRole", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_createNewVersion", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "workflow-id", "Location": "Path" } ] @@ -165689,115 +165833,83 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.restore", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_DeleteResourceRole", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_restore", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "workflow-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListRun", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole_UpdateResource", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole_DeleteResource", - "Method": "Delete", - "Parameters": [ + "Name": "$count", + "Location": "Query" + }, { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetRun", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { @@ -165813,19 +165925,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_ListRole", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { @@ -165865,151 +165977,167 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_CreateRole", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_GetTaskProcessingResult", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_GetRole", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id1", + "Name": "taskProcessingResult-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_UpdateRole", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id1", + "Name": "taskProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_DeleteRole", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id1", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.role_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_ListScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -166049,43 +166177,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_CreateScope", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_GetScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_GetTask", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -166101,75 +166241,103 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_UpdateScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource_DeleteScope", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_ListUserProcessingResult", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_GetUserProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -166185,107 +166353,111 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope.resource_GetEnvironment", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope.resource_ListRole", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -166325,52 +166497,80 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope.resource_CreateRole", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope.resource_GetRole", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -166385,91 +166585,99 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope.resource_UpdateRole", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_GetTaskProcessingResult", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id1", + "Name": "taskProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope.resource_DeleteRole", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id1", + "Name": "taskProcessingResult-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope.resource.role_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "$search", + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -166477,27 +166685,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole.resource.scope_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "$search", + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -166505,39 +166721,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceRole_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "run-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_ListResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -166577,43 +166809,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_CreateResource", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_GetResource", - "Method": "Get", - "Parameters": [ + }, { - "Name": "accessPackageResourceRequest-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "$select", + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -166621,71 +166845,67 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_GetTask", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "run-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_DeleteResource", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "accessPackageResourceRequest-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "$select", + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -166693,29 +166913,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_ListRole", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "run-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -166723,41 +166935,33 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_CreateRole", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_summary", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", "Location": "Path" } ] @@ -166765,31 +166969,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_GetRole", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -166797,23 +166993,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_UpdateRole", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_summary", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "startDateTime", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "endDateTime", "Location": "Path" } ] @@ -166821,52 +167017,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_DeleteRole", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListTaskReport", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role_GetResource", - "Method": "Get", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -166881,75 +167065,75 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetTaskReport", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetTask", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetTaskDefinition", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskReport-id", "Location": "Path" }, { @@ -166965,23 +167149,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource_ListScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskReport-id", "Location": "Path" }, { @@ -167021,51 +167201,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource_CreateScope", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource_GetScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -167081,27 +167233,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource_UpdateScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -167109,59 +167257,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource_DeleteScope", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource.scope_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -167177,27 +167321,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource.scope_UpdateResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -167205,60 +167345,48 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource.scope_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource.scope.resource_GetEnvironment", - "Method": "Get", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -167273,23 +167401,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role.resource.scope_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -167305,27 +167433,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.role_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_GetTask", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "$search", + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -167333,29 +167465,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_ListScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "taskReport-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -167363,21 +167487,29 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -167385,19 +167517,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_CreateScope", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_summary", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", "Location": "Path" } ] @@ -167405,107 +167541,83 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_GetScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListTask", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_UpdateScope", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_DeleteScope", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_CreateTask", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetTask", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "task-id", "Location": "Path" }, { @@ -167521,23 +167633,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope_UpdateResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "task-id", "Location": "Path" } ] @@ -167545,23 +167653,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope_DeleteResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "task-id", "Location": "Path" }, { @@ -167573,55 +167677,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource_GetEnvironment", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource_ListRole", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "task-id", "Location": "Path" }, { @@ -167661,51 +167729,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource_CreateRole", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource_GetRole", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -167721,27 +167761,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource_UpdateRole", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -167749,59 +167785,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource_DeleteRole", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource.role_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -167817,27 +167849,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource.role_UpdateResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -167845,67 +167873,87 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource.role_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource.role.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -167913,31 +167961,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope.resource.role_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_GetTask", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -167945,19 +167993,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource.scope_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResource-id", + "Name": "task-id", "Location": "Path" }, { @@ -167973,15 +168021,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resource_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -167997,15 +168045,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_ListResourceScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListUserProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -168045,35 +168093,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_CreateResourceScope", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_GetResourceScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetUserProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -168089,63 +168121,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_UpdateResourceScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog_DeleteResourceScope", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -168161,19 +168177,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope_UpdateResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" } ] @@ -168181,51 +168197,79 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -168233,19 +168277,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_ListRole", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -168285,43 +168329,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_CreateRole", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_GetRole", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -168337,23 +168361,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_UpdateRole", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -168361,51 +168385,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_DeleteRole", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -168421,23 +168449,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role_UpdateResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -168445,59 +168473,87 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -168505,55 +168561,83 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role.resource_ListScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_GetTask", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" }, { - "Name": "$count", + "Name": "$search", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -168561,23 +168645,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role.resource_CreateScope", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_summary", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "startDateTime", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "endDateTime", "Location": "Path" } ] @@ -168585,28 +168669,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role.resource_GetScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -168621,91 +168717,83 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role.resource_UpdateScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetVersion", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role.resource_DeleteScope", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetCreatedGraphBPre", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role.resource.scope_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -168713,47 +168801,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.role_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_ListScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { @@ -168793,43 +168873,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_CreateScope", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_GetScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetLastModifiedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id1", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { @@ -168845,73 +168929,77 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_UpdateScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource_DeleteScope", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id1", + "Name": "workflowVersion-versionNumber", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope.resource.scope_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -168919,21 +169007,41 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/$count", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.catalog.resourceScope_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { @@ -168949,17 +169057,45 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_ListTask", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -168973,15 +169109,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_CreateTask", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", "Location": "Path" } ] @@ -168989,59 +169129,107 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetTask", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_GetEnvironment", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_UpdateTask", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "task-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_ListRole", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_DeleteTask", + "Method": "Delete", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" }, { @@ -169081,35 +169269,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_CreateRole", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task_GetTaskProcessingResult", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_GetRole", - "Method": "Get", - "Parameters": [ + }, { - "Name": "accessPackageResourceRequest-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -169125,63 +169305,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_UpdateRole", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_DeleteRole", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -169197,91 +169369,91 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role_DeleteResource", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "accessPackageResourceRequest-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource_GetEnvironment", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "task-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource_ListScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -169321,43 +169493,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource_CreateScope", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource_GetScope", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_GetTask", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -169373,83 +169565,83 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource_UpdateScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "task-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource_DeleteScope", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource.scope_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -169457,76 +169649,87 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource.scope_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/settings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource.scope_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow_GetSetting", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/settings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource.scope.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow_UpdateSetting", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/taskDefinitions", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow_ListTaskDefinition", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -169541,27 +169744,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Path": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role.resource.scope_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow_GetTaskDefinition", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "taskDefinition-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -169569,17 +169768,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count", + "Path": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.role_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.taskDefinition_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -169593,17 +169788,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/workflows", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_ListScope", + "OperationId": "identityGovernance.lifecycleWorkflow_ListWorkflow", "Method": "Get", "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -169641,35 +169832,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/workflows", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_CreateScope", + "OperationId": "identityGovernance.lifecycleWorkflow_CreateWorkflow", "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_GetScope", + "OperationId": "identityGovernance.lifecycleWorkflow_GetWorkflow", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -169685,19 +169867,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_UpdateScope", + "OperationId": "identityGovernance.lifecycleWorkflow_UpdateWorkflow", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" } ] @@ -169705,19 +169883,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource_DeleteScope", + "OperationId": "identityGovernance.lifecycleWorkflow_DeleteWorkflow", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -169729,19 +169903,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetCreatedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -169757,64 +169927,80 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -169829,19 +170015,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource_ListRole", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListExecutionScope", + "Method": "Get", + "Parameters": [ + { + "Name": "workflow-id", "Location": "Path" }, { @@ -169881,51 +170087,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource_CreateRole", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetExecutionScope", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource_GetRole", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.executionScope_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -169933,76 +170139,104 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource_UpdateRole", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetLastModifiedGraphBPre", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource_DeleteRole", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "workflow-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource.role_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -170017,129 +170251,97 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource.role_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.activate", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource.role_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_activate", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "workflow-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource.role.resource_GetEnvironment", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_createNewVersion", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "workflow-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.restore", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope.resource.role_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_restore", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest.resource.scope_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListRun", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRequest-id", + "Name": "workflow-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -170147,25 +170349,49 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRequests/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRequest_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetRun", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -170173,13 +170399,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListResourceRoleScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_ListTaskProcessingResult", "Method": "Get", "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -170217,26 +170451,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateResourceRoleScope", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetResourceRoleScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -170252,15 +170483,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateResourceRoleScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -170268,35 +170507,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteResourceRoleScope", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope_GetRole", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -170312,53 +170571,73 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope_UpdateRole", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope_DeleteRole", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -170372,59 +170651,91 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_GetTask", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -170432,15 +170743,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_ListRole", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_ListUserProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", "Location": "Path" }, { @@ -170480,35 +170795,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_CreateRole", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_GetUserProcessingResult", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_GetRole", - "Method": "Get", - "Parameters": [ + }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -170524,83 +170827,111 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_UpdateRole", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_DeleteRole", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.role_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "run-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_ListScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -170640,37 +170971,81 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_CreateScope", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_GetScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -170684,63 +171059,91 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_UpdateScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_GetTaskProcessingResult", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource_DeleteScope", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -170756,91 +171159,91 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "run-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope_DeleteResource", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope.resource_GetEnvironment", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope.resource_ListRole", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -170880,43 +171283,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope.resource_CreateRole", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "run-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope.resource_GetRole", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_GetTask", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "userProcessingResult-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -170932,95 +171355,103 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope.resource_UpdateRole", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "userProcessingResult-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope.resource_DeleteRole", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope.resource.role_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_summary", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "run-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "startDateTime", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "endDateTime", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.role.resource.scope_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -171036,39 +171467,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope_GetScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_summary", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "startDateTime", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope_UpdateScope", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "endDateTime", "Location": "Path" } ] @@ -171076,35 +171491,67 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope_DeleteScope", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListTaskReport", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetTaskReport", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "taskReport-id", "Location": "Path" }, { @@ -171120,51 +171567,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetTask", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope_DeleteResource", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetTaskDefinition", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "taskReport-id", "Location": "Path" }, { @@ -171180,15 +171623,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_ListRole", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "taskReport-id", "Location": "Path" }, { @@ -171228,35 +171675,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_CreateRole", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetTaskProcessingResult", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_GetRole", - "Method": "Get", - "Parameters": [ + }, { - "Name": "accessPackageResourceRoleScope-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -171272,19 +171707,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_UpdateRole", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskReport-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -171292,43 +171731,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_DeleteRole", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskReport-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -171344,91 +171795,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role_UpdateResource", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role_DeleteResource", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role.resource_ListScope", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageResourceRoleScope-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -171468,51 +171875,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role.resource_CreateScope", - "Method": "Post", - "Parameters": [ - { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role.resource_GetScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -171520,71 +171907,75 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role.resource_UpdateScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_GetTask", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role.resource_DeleteScope", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "taskReport-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role.resource.scope_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceRole-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -171600,39 +171991,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.role_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_summary", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "startDateTime", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "endDateTime", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_ListScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListTask", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -171672,15 +172063,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_CreateScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" } ] @@ -171688,19 +172079,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_GetScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetTask", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "task-id", "Location": "Path" }, { @@ -171716,19 +172107,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_UpdateScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "task-id", "Location": "Path" } ] @@ -171736,19 +172127,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource_DeleteScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "task-id", "Location": "Path" }, { @@ -171760,57 +172151,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope.scope.resource.scope_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResourceRoleScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resourceRoleScope_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" + "Name": "task-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_ListResource", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -171848,26 +172203,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_CreateResource", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -171883,15 +172235,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -171899,35 +172259,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -171943,15 +172323,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource_ListRole", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -171991,35 +172403,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource_CreateRole", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource_GetRole", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_GetTask", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -172035,64 +172467,92 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource_UpdateRole", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "task-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource_DeleteRole", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.role_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListUserProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -172107,63 +172567,75 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.role_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetUserProcessingResult", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "userProcessingResult-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.role_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.role.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -172179,19 +172651,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.role.resource_ListScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "userProcessingResult-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { @@ -172231,127 +172723,103 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.role.resource_CreateScope", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "userProcessingResult-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.role.resource_GetScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.role.resource_UpdateScope", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageResource-id", - "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.role.resource_DeleteScope", - "Method": "Delete", - "Parameters": [ - { - "Name": "accessPackageResource-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.role.resource.scope_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -172367,23 +172835,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.role.resource.scope_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -172391,51 +172859,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.role.resource.scope_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_GetSubject", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.role.resource.scope.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -172451,67 +172923,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.role.resource.scope_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.role_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "userProcessingResult-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource_ListScope", - "Method": "Get", - "Parameters": [ - { - "Name": "accessPackageResource-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -172551,43 +173003,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource_CreateScope", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource_GetScope", - "Method": "Get", - "Parameters": [ + }, { - "Name": "accessPackageResource-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -172595,71 +173035,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource_UpdateScope", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_GetTask", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource_DeleteScope", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "accessPackageResource-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.scope_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_GetCount", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "userProcessingResult-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -172667,91 +173095,63 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.scope_UpdateResource", - "Method": "Patch", - "Parameters": [ - { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.scope_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_summary", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "startDateTime", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "endDateTime", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource_ListRole", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" }, { @@ -172791,43 +173191,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource_CreateRole", - "Method": "Post", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetVersion", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource_GetRole", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetCreatedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { @@ -172843,76 +173247,92 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource_UpdateRole", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource_DeleteRole", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource.role_GetResource", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -172927,75 +173347,75 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource.role_UpdateResource", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource.role_DeleteResource", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetLastModifiedGraphBPre", + "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource.role.resource_GetEnvironment", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", - "Location": "Path" - }, - { - "Name": "accessPackageResourceScope-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceRole-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { @@ -173011,179 +173431,41 @@ }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.scope.resource.role_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "accessPackageResourceScope-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource.scope_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "accessPackageResource-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/resources/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement.resource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/settings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_GetSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/settings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_UpdateSetting", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/entitlementManagement/settings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.entitlementManagement_DeleteSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_GetLifecycleWorkflow", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_UpdateLifecycleWorkflow", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_DeleteLifecycleWorkflow", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_ListCustomTaskExtension", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -173221,94 +173503,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_CreateCustomTaskExtension", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_GetCustomTaskExtension", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "customTaskExtension-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_UpdateCustomTaskExtension", - "Method": "Patch", - "Parameters": [ - { - "Name": "customTaskExtension-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_DeleteCustomTaskExtension", - "Method": "Delete", - "Parameters": [ - { - "Name": "customTaskExtension-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension_GetCreatedGraphBPre", - "Method": "Get", - "Parameters": [ - { - "Name": "customTaskExtension-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -173316,55 +173531,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy_GetMailboxSetting", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_ListTask", "Method": "Get", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "customTaskExtension-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "customTaskExtension-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { @@ -173404,39 +173583,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.createdBy.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_CreateTask", + "Method": "Post", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension_GetLastModifiedGraphBPre", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetTask", "Method": "Get", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" }, { @@ -173452,55 +173635,75 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_UpdateTask", + "Method": "Patch", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "task-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_DeleteTask", + "Method": "Delete", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy_ListServiceProvisioningError", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", "Location": "Path" }, { @@ -173540,57 +173743,29 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension.lastModifiedBy.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "customTaskExtension-id", + "Name": "workflow-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.customTaskExtension_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" + "Name": "task-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_GetDeletedItem", - "Method": "Get", - "Parameters": [ + "Name": "taskProcessingResult-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -173604,52 +173779,56 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_DeleteDeletedItem", - "Method": "Delete", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_resume", + "Method": "Post", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "workflow-id", + "Location": "Path" + }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem_ListWorkflow", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "workflow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "task-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" }, { "Name": "$select", @@ -173664,11 +173843,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem_GetWorkflow", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -173676,47 +173855,15 @@ "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem_DeleteWorkflow", - "Method": "Delete", - "Parameters": [ - { - "Name": "workflow-id", + "Name": "task-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetCreatedGraphBPre", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", + "Name": "taskProcessingResult-id", "Location": "Path" }, { @@ -173732,39 +173879,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/mailboxSettings", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "workflow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/mailboxSettings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ + "Name": "task-id", + "Location": "Path" + }, { - "Name": "workflow-id", + "Name": "taskProcessingResult-id", "Location": "Path" } ] @@ -173772,17 +173907,29 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy_ListServiceProvisioningError", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { "Name": "workflow-id", "Location": "Path" }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -173820,17 +173967,29 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.createdBy.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { "Name": "workflow-id", "Location": "Path" }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, + { + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "taskProcessingResult-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -173844,11 +174003,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListExecutionScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_GetTask", "Method": "Get", "Parameters": [ { @@ -173856,28 +174015,16 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "workflowVersion-versionNumber", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "task-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "taskProcessingResult-id", + "Location": "Path" }, { "Name": "$select", @@ -173892,11 +174039,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetExecutionScope", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_GetCount", "Method": "Get", "Parameters": [ { @@ -173904,15 +174051,19 @@ "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "workflowVersion-versionNumber", "Location": "Path" }, { - "Name": "$select", + "Name": "task-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -173920,17 +174071,21 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.executionScope_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task_GetCount", "Method": "Get", "Parameters": [ { "Name": "workflow-id", "Location": "Path" }, + { + "Name": "workflowVersion-versionNumber", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -173944,11 +174099,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetLastModifiedGraphBPre", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetCount", "Method": "Get", "Parameters": [ { @@ -173956,11 +174111,11 @@ "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -173968,23 +174123,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/lifecycleWorkflows/workflows/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy_GetMailboxSetting", + "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -173992,33 +174143,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy_ListServiceProvisioningError", + "OperationId": "identityGovernance.lifecycleWorkflow_ListWorkflowTemplate", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -174056,23 +174187,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.lastModifiedBy.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow_GetWorkflowTemplate", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -174080,63 +174211,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.activate", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_activate", - "Method": "Post", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_createNewVersion", - "Method": "Post", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.restore", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_restore", - "Method": "Post", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListRun", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate_ListTask", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { @@ -174176,19 +174259,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetRun", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate_GetTask", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "task-id", "Location": "Path" }, { @@ -174204,19 +174287,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_ListTaskProcessingResult", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task_ListTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "task-id", "Location": "Path" }, { @@ -174256,19 +174339,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_GetTaskProcessingResult", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task_GetTaskProcessingResult", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "task-id", "Location": "Path" }, { @@ -174288,19 +174371,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_resume", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_resume", "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "task-id", "Location": "Path" }, { @@ -174312,19 +174395,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_GetSubject", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_GetSubject", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "task-id", "Location": "Path" }, { @@ -174344,19 +174427,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "task-id", "Location": "Path" }, { @@ -174376,19 +174459,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject_UpdateMailboxSetting", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "task-id", "Location": "Path" }, { @@ -174400,19 +174483,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "task-id", "Location": "Path" }, { @@ -174456,19 +174539,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "task-id", "Location": "Path" }, { @@ -174488,19 +174571,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_GetTask", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_GetTask", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "task-id", "Location": "Path" }, { @@ -174520,19 +174603,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_GetCount", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "workflowTemplate-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "task-id", "Location": "Path" }, { @@ -174548,29 +174631,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_ListUserProcessingResult", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "workflowTemplate-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -174578,53 +174649,25 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", + "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_GetUserProcessingResult", + "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -174632,25 +174675,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Path": "/identityGovernance/privilegedAccess", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_GetSubject", + "OperationId": "identityGovernance_GetPrivilegedAccess", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -174664,25 +174695,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/privilegedAccess", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance_UpdatePrivilegedAccess", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance_DeletePrivilegedAccess", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess_GetGroup", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -174696,49 +174742,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/privilegedAccess/group", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject_UpdateMailboxSetting", + "OperationId": "identityGovernance.privilegedAccess_UpdateGroup", "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess_DeleteGroup", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentApproval", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -174776,31 +174813,34 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentApproval", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentApproval", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -174808,23 +174848,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_ListTaskProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentApproval", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "approval-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentApproval", + "Method": "Delete", + "Parameters": [ { - "Name": "run-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_ListStage", + "Method": "Get", + "Parameters": [ + { + "Name": "approval-id", "Location": "Path" }, { @@ -174864,27 +174932,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_GetTaskProcessingResult", - "Method": "Get", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_CreateStage", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "approval-id", "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_GetStage", + "Method": "Get", + "Parameters": [ + { + "Name": "approval-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "approvalStage-id", "Location": "Path" }, { @@ -174900,27 +174976,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_UpdateStage", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "approvalStage-id", "Location": "Path" } ] @@ -174928,71 +174996,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_GetSubject", - "Method": "Get", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_DeleteStage", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "approvalStage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval.stage_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "approval-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -175000,55 +175044,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "on", "Location": "Path" }, { @@ -175072,11 +175096,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -175088,28 +175112,20 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -175118,34 +175134,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_GetTask", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" }, { - "Name": "userProcessingResult-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -175160,31 +175156,34 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentScheduleInstance", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -175192,79 +175191,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentScheduleInstance", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_summary", - "Method": "Get", + "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentScheduleInstance", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "startDateTime", + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/$count", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetActivatedUsing", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -175272,39 +175251,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_summary", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "endDateTime", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListTaskReport", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance.group_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -175344,27 +175323,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetTaskReport", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance.group.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -175372,19 +175347,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetTask", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", + "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -175400,27 +175371,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetTaskDefinition", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -175428,19 +175391,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_ListTaskProcessingResult", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", + "Name": "on", "Location": "Path" }, { @@ -175464,11 +175423,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -175480,24 +175439,36 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetTaskProcessingResult", + "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "taskReport-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -175512,47 +175483,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_resume", + "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentScheduleRequest", "Method": "Post", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_GetSubject", + "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -175568,23 +175518,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentScheduleRequest", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentScheduleRequest", + "Method": "Delete", + "Parameters": [ { - "Name": "taskReport-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetActivatedUsing", + "Method": "Get", + "Parameters": [ + { + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -175600,47 +175578,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetGroup", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "taskReport-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest.group_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -175680,23 +175650,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest.group.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -175712,23 +175674,31 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/microsoft.graph.cancel", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_GetTask", - "Method": "Get", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_cancel", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetPrincipal", + "Method": "Get", + "Parameters": [ { - "Name": "taskProcessingResult-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -175744,27 +175714,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetTargetSchedule", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", + "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -175772,17 +175738,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/$count", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -175796,41 +175758,61 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_summary", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "on", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "endDateTime", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListTask", + "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentSchedule", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -175868,35 +175850,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_CreateTask", + "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentSchedule", "Method": "Post", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetTask", + "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentSchedule", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" }, { @@ -175912,19 +175885,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_UpdateTask", + "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentSchedule", "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" } ] @@ -175932,43 +175901,83 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_DeleteTask", + "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentSchedule", "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetActivatedUsing", + "Method": "Get", + "Parameters": [ + { + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task_ListTaskProcessingResult", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule.group_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ + { + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" }, { @@ -176008,31 +176017,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task_GetTaskProcessingResult", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule.group.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -176040,55 +176041,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetPrincipal", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "privilegedAccessGroupAssignmentSchedule-id", "Location": "Path" }, { - "Name": "task-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_GetSubject", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -176096,81 +176085,61 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "on", "Location": "Path" }, { - "Name": "task-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "workflow-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "task-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.privilegedAccess.group_ListEligibilityScheduleInstance", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -176208,31 +176177,34 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group_CreateEligibilityScheduleInstance", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group_GetEligibilityScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -176240,83 +176212,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_GetTask", - "Method": "Get", + "OperationId": "identityGovernance.privilegedAccess.group_UpdateEligibilityScheduleInstance", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.privilegedAccess.group_DeleteEligibilityScheduleInstance", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/$count", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.task_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -176324,15 +176272,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListUserProcessingResult", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance.group_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -176372,27 +176320,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetUserProcessingResult", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance.group.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -176400,19 +176344,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_GetSubject", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -176428,27 +176368,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject_GetMailboxSetting", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -176456,39 +176388,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "on", "Location": "Path" }, { @@ -176511,44 +176419,16 @@ "Name": "$count", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -176556,21 +176436,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_ListTaskProcessingResult", + "OperationId": "identityGovernance.privilegedAccess.group_ListEligibilityScheduleRequest", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -176608,23 +176480,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_GetTaskProcessingResult", + "OperationId": "identityGovernance.privilegedAccess.group_CreateEligibilityScheduleRequest", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group_GetEligibilityScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -176640,23 +176515,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "identityGovernance.privilegedAccess.group_UpdateEligibilityScheduleRequest", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" } ] @@ -176664,55 +176531,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_GetSubject", - "Method": "Get", + "OperationId": "identityGovernance.privilegedAccess.group_DeleteEligibilityScheduleRequest", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -176728,47 +176575,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest.group_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -176808,23 +176623,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest.group.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -176840,59 +176647,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/microsoft.graph.cancel", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_GetTask", - "Method": "Get", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_cancel", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -176900,23 +176687,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/$count", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetTargetSchedule", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -176924,39 +176711,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_summary", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "endDateTime", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", + "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListVersion", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "on", "Location": "Path" }, { @@ -176980,11 +176763,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -176996,20 +176779,36 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetVersion", + "OperationId": "identityGovernance.privilegedAccess.group_ListEligibilitySchedule", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "workflowVersion-versionNumber", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -177024,19 +176823,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetCreatedGraphBPre", + "OperationId": "identityGovernance.privilegedAccess.group_CreateEligibilitySchedule", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group_GetEligibilitySchedule", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "privilegedAccessGroupEligibilitySchedule-id", "Location": "Path" }, { @@ -177052,67 +176858,75 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.privilegedAccess.group_UpdateEligibilitySchedule", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "privilegedAccessGroupEligibilitySchedule-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.privilegedAccess.group_DeleteEligibilitySchedule", + "Method": "Delete", + "Parameters": [ { - "Name": "workflowVersion-versionNumber", + "Name": "privilegedAccessGroupEligibilitySchedule-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_GetGroup", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "privilegedAccessGroupEligibilitySchedule-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy_ListServiceProvisioningError", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule.group_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "privilegedAccessGroupEligibilitySchedule-id", "Location": "Path" }, { @@ -177152,19 +176966,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.createdBy.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule.group.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "privilegedAccessGroupEligibilitySchedule-id", "Location": "Path" }, { @@ -177180,19 +176990,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetLastModifiedGraphBPre", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "privilegedAccessGroupEligibilitySchedule-id", "Location": "Path" }, { @@ -177208,27 +177014,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy_GetMailboxSetting", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -177236,39 +177034,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", + "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy_ListServiceProvisioningError", + "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "on", "Location": "Path" }, { @@ -177292,11 +177066,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -177308,27 +177082,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/termsOfUse", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.lastModifiedBy.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance_GetTermsGraphOPreUse", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -177336,21 +177102,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "Path": "/identityGovernance/termsOfUse", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_ListTask", - "Method": "Get", + "OperationId": "identityGovernance_UpdateTermsGraphOPreUse", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/termsOfUse", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance_DeleteTermsGraphOPreUse", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/termsOfUse/agreementAcceptances", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.termsGraphOPreUse_ListAgreementAcceptance", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -177388,43 +177173,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "Path": "/identityGovernance/termsOfUse/agreementAcceptances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_CreateTask", + "OperationId": "identityGovernance.termsGraphOPreUse_CreateAgreementAcceptance", "Method": "Post", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Path": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetTask", + "OperationId": "identityGovernance.termsGraphOPreUse_GetAgreementAcceptance", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "agreementAcceptance-id", "Location": "Path" }, { @@ -177440,23 +177208,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Path": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_UpdateTask", + "OperationId": "identityGovernance.termsGraphOPreUse_UpdateAgreementAcceptance", "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "agreementAcceptance-id", "Location": "Path" } ] @@ -177464,23 +177224,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Path": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_DeleteTask", + "OperationId": "identityGovernance.termsGraphOPreUse_DeleteAgreementAcceptance", "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "agreementAcceptance-id", "Location": "Path" }, { @@ -177492,25 +177244,33 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", + "Path": "/identityGovernance/termsOfUse/agreementAcceptances/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task_ListTaskProcessingResult", + "OperationId": "identityGovernance.termsGraphOPreUse.agreementAcceptance_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "task-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/termsOfUse/agreements", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.termsGraphOPreUse_ListAgreement", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -177548,91 +177308,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task_GetTaskProcessingResult", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/identityGovernance/termsOfUse/agreements", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_resume", + "OperationId": "identityGovernance.termsGraphOPreUse_CreateAgreement", "Method": "Post", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_GetSubject", + "OperationId": "identityGovernance.termsGraphOPreUse_GetAgreement", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "agreement-id", "Location": "Path" }, { @@ -177648,91 +177343,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject_GetMailboxSetting", - "Method": "Get", + "OperationId": "identityGovernance.termsGraphOPreUse_UpdateAgreement", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "agreement-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "identityGovernance.termsGraphOPreUse_DeleteAgreement", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_ListAcceptance", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "agreement-id", "Location": "Path" }, { @@ -177772,63 +177427,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_CreateAcceptance", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "agreement-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_GetTask", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetAcceptance", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "agreementAcceptance-id", "Location": "Path" }, { @@ -177844,75 +177471,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_UpdateAcceptance", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "task-id", + "Name": "agreementAcceptance-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_DeleteAcceptance", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", + "Name": "agreementAcceptance-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/$count", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow.version_GetCount", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.acceptance_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", "Location": "Path" }, { @@ -177928,19 +177539,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetCount", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetFile", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -177948,44 +177563,53 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/settings", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_GetSetting", - "Method": "Get", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_UpdateFile", + "Method": "Patch", "Parameters": [ { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "agreement-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/settings", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_UpdateSetting", - "Method": "Patch", - "Parameters": [] + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_DeleteFile", + "Method": "Delete", + "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/taskDefinitions", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_ListTaskDefinition", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_ListLocalization", "Method": "Get", "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -178023,15 +177647,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_GetTaskDefinition", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_CreateLocalization", + "Method": "Post", + "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_GetLocalization", "Method": "Get", "Parameters": [ { - "Name": "taskDefinition-id", + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", "Location": "Path" }, { @@ -178047,33 +177691,65 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.taskDefinition_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_UpdateLocalization", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "agreement-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "agreementFileLocalization-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_ListWorkflow", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_DeleteLocalization", + "Method": "Delete", + "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_ListVersion", "Method": "Get", "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -178111,26 +177787,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_CreateWorkflow", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_CreateVersion", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_GetWorkflow", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, + { + "Name": "agreementFileVersion-id", "Location": "Path" }, { @@ -178146,15 +177839,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_UpdateWorkflow", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_UpdateVersion", "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, + { + "Name": "agreementFileVersion-id", "Location": "Path" } ] @@ -178162,15 +177863,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_DeleteWorkflow", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_DeleteVersion", "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, + { + "Name": "agreementFileVersion-id", "Location": "Path" }, { @@ -178182,23 +177891,27 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetCreatedGraphBPre", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization.version_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "$select", + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -178206,23 +177919,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy_GetMailboxSetting", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -178230,31 +177943,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy_ListServiceProvisioningError", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_ListFile", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", "Location": "Path" }, { @@ -178294,64 +177991,36 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.createdBy.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_CreateFile", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListExecutionScope", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetFile", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "agreementFileLocalization-id", + "Location": "Path" }, { "Name": "$select", @@ -178366,69 +178035,89 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetExecutionScope", - "Method": "Get", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_UpdateFile", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "agreementFileLocalization-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.executionScope_GetCount", - "Method": "Get", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_DeleteFile", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "agreementFileLocalization-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetLastModifiedGraphBPre", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_ListVersion", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -178442,15 +178131,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy_GetMailboxSetting", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_CreateVersion", + "Method": "Post", + "Parameters": [ + { + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_GetVersion", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, + { + "Name": "agreementFileVersion-id", "Location": "Path" }, { @@ -178466,15 +178183,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy_UpdateMailboxSetting", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_UpdateVersion", "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", + "Location": "Path" + }, + { + "Name": "agreementFileLocalization-id", + "Location": "Path" + }, + { + "Name": "agreementFileVersion-id", "Location": "Path" } ] @@ -178482,47 +178207,55 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_DeleteVersion", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "agreementFileLocalization-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "agreementFileVersion-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.version_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "agreement-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "agreementFileLocalization-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -178530,15 +178263,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.lastModifiedBy.ServiceProvisioningError_GetCount", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "agreement-id", "Location": "Path" }, { @@ -178554,65 +178287,80 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.activate", + "Path": "/identityGovernance/termsOfUse/agreements/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_activate", - "Method": "Post", + "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion", + "Path": "/roleManagement/directory", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_createNewVersion", - "Method": "Post", + "OperationId": "roleManagement_GetDirectory", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.restore", + "Path": "/roleManagement/directory", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_restore", - "Method": "Post", + "OperationId": "roleManagement_UpdateDirectory", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement_DeleteDirectory", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", + "Path": "/roleManagement/directory/resourceNamespaces", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListRun", + "OperationId": "roleManagement.directory_ListResourceNamespace", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -178650,19 +178398,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", + "Path": "/roleManagement/directory/resourceNamespaces", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetRun", + "OperationId": "roleManagement.directory_CreateResourceNamespace", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory_GetResourceNamespace", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -178678,19 +178433,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_ListTaskProcessingResult", - "Method": "Get", + "OperationId": "roleManagement.directory_UpdateResourceNamespace", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "unifiedRbacResourceNamespace-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory_DeleteResourceNamespace", + "Method": "Delete", + "Parameters": [ + { + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "run-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.resourceNamespace_ListResourceAction", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -178730,23 +178517,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_GetTaskProcessingResult", - "Method": "Get", + "OperationId": "roleManagement.directory.resourceNamespace_CreateResourceAction", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.resourceNamespace_GetResourceAction", + "Method": "Get", + "Parameters": [ { - "Name": "run-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -178762,23 +178561,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "roleManagement.directory.resourceNamespace_UpdateResourceAction", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" } ] @@ -178786,63 +178581,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_GetSubject", - "Method": "Get", + "OperationId": "roleManagement.directory.resourceNamespace_DeleteResourceAction", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "roleManagement.directory.resourceNamespace.resourceAction_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -178850,49 +178629,33 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/directory/resourceNamespaces/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "roleManagement.directory.resourceNamespace_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/roleManagement/directory/roleAssignments", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "roleManagement.directory_ListRoleAssignment", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -178930,31 +178693,34 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/roleManagement/directory/roleAssignments", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement.directory_CreateRoleAssignment", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory_GetRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -178962,105 +178728,53 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_GetTask", - "Method": "Get", + "OperationId": "roleManagement.directory_UpdateRoleAssignment", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "roleManagement.directory_DeleteRoleAssignment", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_ListUserProcessingResult", + "OperationId": "roleManagement.directory.roleAssignment_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -179074,23 +178788,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_GetUserProcessingResult", - "Method": "Get", + "OperationId": "roleManagement.directory.roleAssignment_UpdateAppScope", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.roleAssignment_DeleteAppScope", + "Method": "Delete", + "Parameters": [ { - "Name": "run-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.roleAssignment_GetDirectoryScope", + "Method": "Get", + "Parameters": [ + { + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -179106,23 +178848,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_GetSubject", + "OperationId": "roleManagement.directory.roleAssignment_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -179138,23 +178872,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject_GetMailboxSetting", + "OperationId": "roleManagement.directory.roleAssignment_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -179170,49 +178896,33 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/directory/roleAssignments/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "roleManagement.directory.roleAssignment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "userProcessingResult-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "roleManagement.directory_ListRoleAssignmentScheduleInstance", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -179250,31 +178960,34 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement.directory_CreateRoleAssignmentScheduleInstance", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory_GetRoleAssignmentScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -179282,48 +178995,52 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_ListTaskProcessingResult", - "Method": "Get", + "OperationId": "roleManagement.directory_UpdateRoleAssignmentScheduleInstance", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory_DeleteRoleAssignmentScheduleInstance", + "Method": "Delete", + "Parameters": [ { - "Name": "userProcessingResult-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetActivatedUsing", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Location": "Path" }, { "Name": "$select", @@ -179338,27 +179055,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_GetTaskProcessingResult", + "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -179374,55 +179079,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetDirectoryScope", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "userProcessingResult-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_GetSubject", + "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -179438,27 +179127,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -179474,55 +179151,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "on", "Location": "Path" }, { @@ -179546,11 +179203,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -179562,35 +179219,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement.directory_ListRoleAssignmentScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "run-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "userProcessingResult-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "$search", + "Name": "$count", "Location": "Query" }, { - "Name": "$filter", + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -179598,27 +179263,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_GetTask", + "OperationId": "roleManagement.directory_CreateRoleAssignmentScheduleRequest", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory_GetRoleAssignmentScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -179634,59 +179298,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "roleManagement.directory_UpdateRoleAssignmentScheduleRequest", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory_DeleteRoleAssignmentScheduleRequest", + "Method": "Delete", + "Parameters": [ { - "Name": "userProcessingResult-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_GetCount", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetActivatedUsing", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -179694,51 +179358,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_summary", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "run-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "endDateTime", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_GetCount", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -179746,23 +179406,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/microsoft.graph.cancel", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.run_summary", - "Method": "Get", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_cancel", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" } ] @@ -179770,41 +179422,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListTaskReport", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -179818,19 +179446,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetTaskReport", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -179846,19 +179470,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetTask", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetTargetSchedule", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -179874,27 +179494,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetTaskDefinition", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -179902,19 +179514,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", + "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_ListTaskProcessingResult", + "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", + "Name": "on", "Location": "Path" }, { @@ -179938,11 +179546,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -179954,24 +179562,36 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/roleManagement/directory/roleAssignmentSchedules", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetTaskProcessingResult", + "OperationId": "roleManagement.directory_ListRoleAssignmentSchedule", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "taskReport-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -179986,47 +179606,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/roleManagement/directory/roleAssignmentSchedules", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_resume", + "OperationId": "roleManagement.directory_CreateRoleAssignmentSchedule", "Method": "Post", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_GetSubject", + "OperationId": "roleManagement.directory_GetRoleAssignmentSchedule", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { @@ -180042,104 +179641,76 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject_GetMailboxSetting", - "Method": "Get", + "OperationId": "roleManagement.directory_UpdateRoleAssignmentSchedule", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "roleManagement.directory_DeleteRoleAssignmentSchedule", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetActivatedUsing", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetAppScope", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "unifiedRoleAssignmentSchedule-id", + "Location": "Path" }, { "Name": "$select", @@ -180154,31 +179725,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -180186,23 +179749,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_GetTask", + "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { @@ -180218,27 +179773,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", + "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_GetCount", + "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "taskReport-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -180246,17 +179797,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", + "Path": "/roleManagement/directory/roleAssignmentSchedules/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_GetCount", + "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -180270,41 +179817,61 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Path": "/roleManagement/directory/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.taskReport_summary", + "OperationId": "roleManagement.directory.roleAssignmentSchedule_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "on", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "endDateTime", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "Path": "/roleManagement/directory/roleDefinitions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListTask", + "OperationId": "roleManagement.directory_ListRoleDefinition", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -180342,35 +179909,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "Path": "/roleManagement/directory/roleDefinitions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_CreateTask", + "OperationId": "roleManagement.directory_CreateRoleDefinition", "Method": "Post", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetTask", + "OperationId": "roleManagement.directory_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -180386,19 +179944,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_UpdateTask", + "OperationId": "roleManagement.directory_UpdateRoleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" } ] @@ -180406,19 +179960,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_DeleteTask", + "OperationId": "roleManagement.directory_DeleteRoleDefinition", "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -180430,19 +179980,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task_ListTaskProcessingResult", + "OperationId": "roleManagement.directory.roleDefinition_ListInheritsPermissionsFrom", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -180482,23 +180028,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task_GetTaskProcessingResult", - "Method": "Get", + "OperationId": "roleManagement.directory.roleDefinition_CreateInheritsPermissionsFrom", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory.roleDefinition_GetInheritsPermissionsFrom", + "Method": "Get", + "Parameters": [ { - "Name": "task-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" }, { @@ -180514,23 +180072,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "roleManagement.directory.roleDefinition_UpdateInheritsPermissionsFrom", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" } ] @@ -180538,63 +180092,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_GetSubject", - "Method": "Get", + "OperationId": "roleManagement.directory.roleDefinition_DeleteInheritsPermissionsFrom", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleDefinition-id1", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "roleManagement.directory.roleDefinition.inheritsPermissionsFrom_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -180602,49 +180140,33 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/directory/roleDefinitions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "roleManagement.directory.roleDefinition_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "roleManagement.directory_ListRoleEligibilityScheduleInstance", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -180682,55 +180204,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "roleManagement.directory_CreateRoleEligibilityScheduleInstance", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_GetTask", + "OperationId": "roleManagement.directory_GetRoleEligibilityScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -180746,93 +180239,53 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "roleManagement.directory_UpdateRoleEligibilityScheduleInstance", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.task_GetCount", - "Method": "Get", + "OperationId": "roleManagement.directory_DeleteRoleEligibilityScheduleInstance", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListUserProcessingResult", + "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -180846,19 +180299,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetUserProcessingResult", + "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -180874,19 +180323,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_GetSubject", + "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -180902,19 +180347,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject_GetMailboxSetting", + "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -180930,39 +180371,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "userProcessingResult-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", + "Name": "on", "Location": "Path" }, { @@ -180985,44 +180422,16 @@ "Name": "$count", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.subject.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -181030,21 +180439,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_ListTaskProcessingResult", + "OperationId": "roleManagement.directory_ListRoleEligibilityScheduleRequest", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -181082,23 +180483,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_GetTaskProcessingResult", + "OperationId": "roleManagement.directory_CreateRoleEligibilityScheduleRequest", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory_GetRoleEligibilityScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -181114,47 +180518,51 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "roleManagement.directory_UpdateRoleEligibilityScheduleRequest", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.directory_DeleteRoleEligibilityScheduleRequest", + "Method": "Delete", + "Parameters": [ { - "Name": "userProcessingResult-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_GetSubject", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -181170,23 +180578,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -181202,23 +180602,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/microsoft.graph.cancel", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_cancel", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" } ] @@ -181226,49 +180618,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -181282,31 +180642,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -181314,23 +180666,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_GetTask", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetTargetSchedule", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -181346,21 +180690,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count", + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_GetCount", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "userProcessingResult-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -181374,17 +180710,25 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", + "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_GetCount", + "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", + "Name": "on", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -181392,47 +180736,35 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_summary", - "Method": "Get", - "Parameters": [ + }, { - "Name": "workflow-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "startDateTime", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "endDateTime", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", + "Path": "/roleManagement/directory/roleEligibilitySchedules", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_ListVersion", + "OperationId": "roleManagement.directory_ListRoleEligibilitySchedule", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -181470,47 +180802,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "Path": "/roleManagement/directory/roleEligibilitySchedules", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "roleManagement.directory_CreateRoleEligibilitySchedule", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", + "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetCreatedGraphBPre", + "OperationId": "roleManagement.directory_GetRoleEligibilitySchedule", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { @@ -181526,93 +180837,53 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy_GetMailboxSetting", - "Method": "Get", + "OperationId": "roleManagement.directory_UpdateRoleEligibilitySchedule", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "roleManagement.directory_DeleteRoleEligibilitySchedule", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { - "Name": "workflowVersion-versionNumber", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", + "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy_ListServiceProvisioningError", + "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -181626,27 +180897,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", + "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.createdBy.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -181654,19 +180921,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", + "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetLastModifiedGraphBPre", + "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { @@ -181682,19 +180945,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy_GetMailboxSetting", + "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { @@ -181710,39 +180969,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "Path": "/roleManagement/directory/roleEligibilitySchedules/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "workflowVersion-versionNumber", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", + "Path": "/roleManagement/directory/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy_ListServiceProvisioningError", + "OperationId": "roleManagement.directory.roleEligibilitySchedule_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "on", "Location": "Path" }, { @@ -181766,11 +181021,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -181782,27 +181037,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", + "Path": "/roleManagement/entitlementManagement", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.lastModifiedBy.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement_GetEntitlementManagement", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -181810,21 +181057,40 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "Path": "/roleManagement/entitlementManagement", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_ListTask", - "Method": "Get", + "OperationId": "roleManagement_UpdateEntitlementManagement", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement_DeleteEntitlementManagement", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/resourceNamespaces", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement_ListResourceNamespace", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -181862,43 +181128,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "Path": "/roleManagement/entitlementManagement/resourceNamespaces", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_CreateTask", + "OperationId": "roleManagement.entitlementManagement_CreateResourceNamespace", "Method": "Post", - "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetTask", + "OperationId": "roleManagement.entitlementManagement_GetResourceNamespace", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -181914,23 +181163,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_UpdateTask", + "OperationId": "roleManagement.entitlementManagement_UpdateResourceNamespace", "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" } ] @@ -181938,23 +181179,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_DeleteTask", + "OperationId": "roleManagement.entitlementManagement_DeleteResourceNamespace", "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -181966,23 +181199,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task_ListTaskProcessingResult", + "OperationId": "roleManagement.entitlementManagement.resourceNamespace_ListResourceAction", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { @@ -182022,27 +181247,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task_GetTaskProcessingResult", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement.resourceNamespace_CreateResourceAction", + "Method": "Post", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.resourceNamespace_GetResourceAction", + "Method": "Get", + "Parameters": [ { - "Name": "task-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { @@ -182058,27 +181291,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "roleManagement.entitlementManagement.resourceNamespace_UpdateResourceAction", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" } ] @@ -182086,71 +181311,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_GetSubject", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement.resourceNamespace_DeleteResourceAction", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "taskProcessingResult-id", + "Name": "unifiedRbacResourceAction-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "roleManagement.entitlementManagement.resourceNamespace.resourceAction_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRbacResourceNamespace-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -182158,57 +181359,33 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/entitlementManagement/resourceNamespaces/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "roleManagement.entitlementManagement.resourceNamespace_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/roleManagement/entitlementManagement/roleAssignments", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "roleManagement.entitlementManagement_ListRoleAssignment", "Method": "Get", "Parameters": [ - { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -182246,35 +181423,34 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/roleManagement/entitlementManagement/roleAssignments", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignment", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement_GetRoleAssignment", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -182282,95 +181458,59 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_GetTask", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignment", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_GetCount", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignment", + "Method": "Delete", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", - "Location": "Path" - }, - { - "Name": "task-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version.task_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "workflow-id", - "Location": "Path" - }, - { - "Name": "workflowVersion-versionNumber", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -182378,80 +181518,52 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow.version_GetCount", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement.roleAssignment_UpdateAppScope", + "Method": "Patch", "Parameters": [ { - "Name": "workflow-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflows/$count", + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflow_GetCount", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement.roleAssignment_DeleteAppScope", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "unifiedRoleAssignment-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates", + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_ListWorkflowTemplate", + "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "unifiedRoleAssignment-id", + "Location": "Path" }, { "Name": "$select", @@ -182466,15 +181578,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow_GetWorkflowTemplate", + "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, { @@ -182490,41 +181602,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", + "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate_ListTask", + "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "unifiedRoleAssignment-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -182538,27 +181626,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", + "Path": "/roleManagement/entitlementManagement/roleAssignments/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate_GetTask", + "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -182566,21 +181646,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task_ListTaskProcessingResult", + "OperationId": "roleManagement.entitlementManagement_ListRoleAssignmentScheduleInstance", "Method": "Get", "Parameters": [ - { - "Name": "workflowTemplate-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -182618,23 +181690,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task_GetTaskProcessingResult", + "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignmentScheduleInstance", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement_GetRoleAssignmentScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -182650,23 +181725,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_resume", - "Method": "Post", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignmentScheduleInstance", + "Method": "Patch", "Parameters": [ { - "Name": "workflowTemplate-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" } ] @@ -182674,55 +181741,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_GetSubject", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignmentScheduleInstance", + "Method": "Delete", "Parameters": [ { - "Name": "workflowTemplate-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject_GetMailboxSetting", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetActivatedUsing", "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -182738,73 +181785,41 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetAppScope", + "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "task-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "taskProcessingResult-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject_ListServiceProvisioningError", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -182818,31 +181833,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult.subject.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -182850,23 +181857,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_GetTask", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, - { - "Name": "taskProcessingResult-id", + "Name": "unifiedRoleAssignmentScheduleInstance-id", "Location": "Path" }, { @@ -182882,21 +181881,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "workflowTemplate-id", - "Location": "Path" - }, - { - "Name": "task-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -182910,37 +181901,25 @@ }, { "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate.task_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { - "Name": "workflowTemplate-id", + "Name": "on", "Location": "Path" }, { - "Name": "$search", + "Name": "$top", "Location": "Query" }, { - "Name": "$filter", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.lifecycleWorkflow.workflowTemplate_GetCount", - "Method": "Get", - "Parameters": [ + }, { "Name": "$search", "Location": "Query" @@ -182948,68 +181927,17 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_GetPrivilegedAccess", - "Method": "Get", - "Parameters": [ + }, { - "Name": "$select", + "Name": "$count", "Location": "Query" }, { - "Name": "$expand", + "Name": "$select", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_UpdatePrivilegedAccess", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance_DeletePrivilegedAccess", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess_GetGroup", - "Method": "Get", - "Parameters": [ + }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -183021,38 +181949,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess_UpdateGroup", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess_DeleteGroup", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentApproval", + "OperationId": "roleManagement.entitlementManagement_ListRoleAssignmentScheduleRequest", "Method": "Get", "Parameters": [ { @@ -183092,26 +181993,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentApproval", + "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignmentScheduleRequest", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentApproval", + "OperationId": "roleManagement.entitlementManagement_GetRoleAssignmentScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -183127,15 +182028,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentApproval", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignmentScheduleRequest", "Method": "Patch", "Parameters": [ { - "Name": "approval-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" } ] @@ -183143,15 +182044,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentApproval", + "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignmentScheduleRequest", "Method": "Delete", "Parameters": [ { - "Name": "approval-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -183163,40 +182064,64 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_ListStage", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetActivatedUsing", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetAppScope", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetDirectoryScope", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Location": "Path" }, { "Name": "$select", @@ -183211,15 +182136,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/microsoft.graph.cancel", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_CreateStage", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_cancel", "Method": "Post", "Parameters": [ { - "Name": "approval-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" } ] @@ -183227,19 +182152,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_GetStage", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "approval-id", - "Location": "Path" - }, - { - "Name": "approvalStage-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { @@ -183255,67 +182176,47 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_UpdateStage", - "Method": "Patch", - "Parameters": [ - { - "Name": "approval-id", - "Location": "Path" - }, - { - "Name": "approvalStage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_DeleteStage", - "Method": "Delete", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetRoleDefinition", + "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "approvalStage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval.stage_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetTargetSchedule", "Method": "Get", "Parameters": [ { - "Name": "approval-id", + "Name": "unifiedRoleAssignmentScheduleRequest-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -183323,11 +182224,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetCount", "Method": "Get", "Parameters": [ { @@ -183343,11 +182244,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentApprovals/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentApproval_filterGraphBPreCurrentUser", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { @@ -183391,11 +182292,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentScheduleInstance", + "OperationId": "roleManagement.entitlementManagement_ListRoleAssignmentSchedule", "Method": "Get", "Parameters": [ { @@ -183435,26 +182336,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentScheduleInstance", + "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignmentSchedule", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentScheduleInstance", + "OperationId": "roleManagement.entitlementManagement_GetRoleAssignmentSchedule", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { @@ -183470,15 +182371,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentScheduleInstance", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignmentSchedule", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" } ] @@ -183486,15 +182387,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentScheduleInstance", + "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignmentSchedule", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { @@ -183506,15 +182407,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetActivatedUsing", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetActivatedUsing", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { @@ -183530,15 +182431,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetGroup", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { @@ -183554,41 +182455,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance.group_ListServiceProvisioningError", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -183602,23 +182479,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance.group.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -183626,15 +182503,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetPrincipal", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleInstance-id", + "Name": "unifiedRoleAssignmentSchedule-id", "Location": "Path" }, { @@ -183650,11 +182527,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetCount", "Method": "Get", "Parameters": [ { @@ -183670,11 +182547,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleInstance_filterGraphBPreCurrentUser", + "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { @@ -183718,11 +182595,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "Path": "/roleManagement/entitlementManagement/roleDefinitions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentScheduleRequest", + "OperationId": "roleManagement.entitlementManagement_ListRoleDefinition", "Method": "Get", "Parameters": [ { @@ -183762,26 +182639,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "Path": "/roleManagement/entitlementManagement/roleDefinitions", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentScheduleRequest", + "OperationId": "roleManagement.entitlementManagement_CreateRoleDefinition", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentScheduleRequest", + "OperationId": "roleManagement.entitlementManagement_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -183797,15 +182674,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentScheduleRequest", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleDefinition", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" } ] @@ -183813,15 +182690,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentScheduleRequest", + "OperationId": "roleManagement.entitlementManagement_DeleteRoleDefinition", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -183833,63 +182710,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetActivatedUsing", - "Method": "Get", - "Parameters": [ - { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest.group_ListServiceProvisioningError", + "OperationId": "roleManagement.entitlementManagement.roleDefinition_ListInheritsPermissionsFrom", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { @@ -183929,101 +182758,105 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest.group.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement.roleDefinition_CreateInheritsPermissionsFrom", + "Method": "Post", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/microsoft.graph.cancel", + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_cancel", - "Method": "Post", + "OperationId": "roleManagement.entitlementManagement.roleDefinition_GetInheritsPermissionsFrom", + "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" + }, + { + "Name": "unifiedRoleDefinition-id1", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetPrincipal", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement.roleDefinition_UpdateInheritsPermissionsFrom", + "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "unifiedRoleDefinition-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetTargetSchedule", - "Method": "Get", + "OperationId": "roleManagement.entitlementManagement.roleDefinition_DeleteInheritsPermissionsFrom", + "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentScheduleRequest-id", + "Name": "unifiedRoleDefinition-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "unifiedRoleDefinition-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", + "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleDefinition.inheritsPermissionsFrom_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "unifiedRoleDefinition-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -184037,25 +182870,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/roleManagement/entitlementManagement/roleDefinitions/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentScheduleRequest_filterGraphBPreCurrentUser", + "OperationId": "roleManagement.entitlementManagement.roleDefinition_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "on", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -184063,33 +182884,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_ListAssignmentSchedule", + "OperationId": "roleManagement.entitlementManagement_ListRoleEligibilityScheduleInstance", "Method": "Get", "Parameters": [ { @@ -184129,26 +182934,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_CreateAssignmentSchedule", + "OperationId": "roleManagement.entitlementManagement_CreateRoleEligibilityScheduleInstance", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_GetAssignmentSchedule", + "OperationId": "roleManagement.entitlementManagement_GetRoleEligibilityScheduleInstance", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentSchedule-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -184164,15 +182969,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_UpdateAssignmentSchedule", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleEligibilityScheduleInstance", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentSchedule-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" } ] @@ -184180,15 +182985,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_DeleteAssignmentSchedule", + "OperationId": "roleManagement.entitlementManagement_DeleteRoleEligibilityScheduleInstance", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentSchedule-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -184200,15 +183005,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetActivatedUsing", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentSchedule-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -184224,15 +183029,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetGroup", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentSchedule-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -184248,41 +183053,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule.group_ListServiceProvisioningError", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentSchedule-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -184296,39 +183077,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule.group.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "privilegedAccessGroupAssignmentSchedule-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetPrincipal", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupAssignmentSchedule-id", + "Name": "unifiedRoleEligibilityScheduleInstance-id", "Location": "Path" }, { @@ -184344,11 +183101,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetCount", "Method": "Get", "Parameters": [ { @@ -184364,11 +183121,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/assignmentSchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.assignmentSchedule_filterGraphBPreCurrentUser", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { @@ -184412,11 +183169,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_ListEligibilityScheduleInstance", + "OperationId": "roleManagement.entitlementManagement_ListRoleEligibilityScheduleRequest", "Method": "Get", "Parameters": [ { @@ -184456,26 +183213,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_CreateEligibilityScheduleInstance", + "OperationId": "roleManagement.entitlementManagement_CreateRoleEligibilityScheduleRequest", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_GetEligibilityScheduleInstance", + "OperationId": "roleManagement.entitlementManagement_GetRoleEligibilityScheduleRequest", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -184491,15 +183248,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_UpdateEligibilityScheduleInstance", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleEligibilityScheduleRequest", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" } ] @@ -184507,15 +183264,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_DeleteEligibilityScheduleInstance", + "OperationId": "roleManagement.entitlementManagement_DeleteRoleEligibilityScheduleRequest", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -184527,15 +183284,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_GetGroup", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -184551,40 +183308,56 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance.group_ListServiceProvisioningError", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/microsoft.graph.cancel", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_cancel", + "Method": "Post", + "Parameters": [ { - "Name": "$count", - "Location": "Query" - }, + "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetPrincipal", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Location": "Path" }, { "Name": "$select", @@ -184599,23 +183372,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance.group.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -184623,15 +183396,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_GetPrincipal", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetTargetSchedule", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleInstance-id", + "Name": "unifiedRoleEligibilityScheduleRequest-id", "Location": "Path" }, { @@ -184647,11 +183420,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetCount", "Method": "Get", "Parameters": [ { @@ -184667,11 +183440,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_filterGraphBPreCurrentUser", + "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ { @@ -184715,11 +183488,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_ListEligibilityScheduleRequest", + "OperationId": "roleManagement.entitlementManagement_ListRoleEligibilitySchedule", "Method": "Get", "Parameters": [ { @@ -184759,26 +183532,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_CreateEligibilityScheduleRequest", + "OperationId": "roleManagement.entitlementManagement_CreateRoleEligibilitySchedule", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_GetEligibilityScheduleRequest", + "OperationId": "roleManagement.entitlementManagement_GetRoleEligibilitySchedule", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { @@ -184794,15 +183567,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_UpdateEligibilityScheduleRequest", + "OperationId": "roleManagement.entitlementManagement_UpdateRoleEligibilitySchedule", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" } ] @@ -184810,15 +183583,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_DeleteEligibilityScheduleRequest", + "OperationId": "roleManagement.entitlementManagement_DeleteRoleEligibilitySchedule", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { @@ -184830,15 +183603,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetGroup", + "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetAppScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { @@ -184854,41 +183627,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest.group_ListServiceProvisioningError", + "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetDirectoryScope", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -184902,23 +183651,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest.group.ServiceProvisioningError_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetPrincipal", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -184926,31 +183675,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/microsoft.graph.cancel", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_cancel", - "Method": "Post", - "Parameters": [ - { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetPrincipal", + "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetRoleDefinition", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", + "Name": "unifiedRoleEligibilitySchedule-id", "Location": "Path" }, { @@ -184966,23 +183699,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetTargetSchedule", + "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilityScheduleRequest-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -184990,13 +183719,25 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", + "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_GetCount", + "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_filterGraphBPreCurrentUser", "Method": "Get", "Parameters": [ + { + "Name": "on", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -185004,21 +183745,37 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", + "Path": "/users/{user-id}/agreementAcceptances", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_filterGraphBPreCurrentUser", + "OperationId": "user_ListAgreementAcceptance", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "user-id", "Location": "Path" }, { @@ -185041,12 +183798,40 @@ "Name": "$count", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance" + }, + "MethodInfo": { + "OperationId": "user_GetAgreementAcceptance", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "agreementAcceptance-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { @@ -185058,11 +183843,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "Path": "/users/{user-id}/agreementAcceptances/$count", "Module": "Identity.Governance" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_ListEligibilitySchedule", + "OperationId": "user.agreementAcceptance_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/delegatedAdminCustomers", + "Module": "Identity.Partner" + }, + "MethodInfo": { + "OperationId": "tenantRelationship_ListDelegatedAdminCustomer", "Method": "Get", "Parameters": [ { @@ -185102,26 +183911,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminCustomers", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_CreateEligibilitySchedule", + "OperationId": "tenantRelationship_CreateDelegatedAdminCustomer", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_GetEligibilitySchedule", + "OperationId": "tenantRelationship_GetDelegatedAdminCustomer", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilitySchedule-id", + "Name": "delegatedAdminCustomer-id", "Location": "Path" }, { @@ -185137,15 +183946,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_UpdateEligibilitySchedule", + "OperationId": "tenantRelationship_UpdateDelegatedAdminCustomer", "Method": "Patch", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilitySchedule-id", + "Name": "delegatedAdminCustomer-id", "Location": "Path" } ] @@ -185153,15 +183962,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group_DeleteEligibilitySchedule", + "OperationId": "tenantRelationship_DeleteDelegatedAdminCustomer", "Method": "Delete", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilitySchedule-id", + "Name": "delegatedAdminCustomer-id", "Location": "Path" }, { @@ -185173,39 +183982,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_GetGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "privilegedAccessGroupEligibilitySchedule-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule.group_ListServiceProvisioningError", + "OperationId": "tenantRelationship.delegatedAdminCustomer_ListServiceManagementDetail", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilitySchedule-id", + "Name": "delegatedAdminCustomer-id", "Location": "Path" }, { @@ -185245,23 +184030,43 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule.group.ServiceProvisioningError_GetCount", + "OperationId": "tenantRelationship.delegatedAdminCustomer_CreateServiceManagementDetail", + "Method": "Post", + "Parameters": [ + { + "Name": "delegatedAdminCustomer-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "Module": "Identity.Partner" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.delegatedAdminCustomer_GetServiceManagementDetail", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilitySchedule-id", + "Name": "delegatedAdminCustomer-id", "Location": "Path" }, { - "Name": "$search", + "Name": "delegatedAdminServiceManagementDetail-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -185269,23 +184074,67 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_GetPrincipal", + "OperationId": "tenantRelationship.delegatedAdminCustomer_UpdateServiceManagementDetail", + "Method": "Patch", + "Parameters": [ + { + "Name": "delegatedAdminCustomer-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminServiceManagementDetail-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "Module": "Identity.Partner" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.delegatedAdminCustomer_DeleteServiceManagementDetail", + "Method": "Delete", + "Parameters": [ + { + "Name": "delegatedAdminCustomer-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminServiceManagementDetail-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", + "Module": "Identity.Partner" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.delegatedAdminCustomer.serviceManagementDetail_GetCount", "Method": "Get", "Parameters": [ { - "Name": "privilegedAccessGroupEligibilitySchedule-id", + "Name": "delegatedAdminCustomer-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -185293,11 +184142,11 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminCustomers/$count", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_GetCount", + "OperationId": "tenantRelationship.delegatedAdminCustomer_GetCount", "Method": "Get", "Parameters": [ { @@ -185313,17 +184162,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.privilegedAccess.group.eligibilitySchedule_filterGraphBPreCurrentUser", + "OperationId": "tenantRelationship_ListDelegatedAdminRelationship", "Method": "Get", "Parameters": [ - { - "Name": "on", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -185345,11 +184190,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -185361,13 +184206,28 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance_GetTermsGraphOPreUse", + "OperationId": "tenantRelationship_CreateDelegatedAdminRelationship", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Module": "Identity.Partner" + }, + "MethodInfo": { + "OperationId": "tenantRelationship_GetDelegatedAdminRelationship", "Method": "Get", "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -185381,24 +184241,33 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance_UpdateTermsGraphOPreUse", + "OperationId": "tenantRelationship_UpdateDelegatedAdminRelationship", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance_DeleteTermsGraphOPreUse", + "OperationId": "tenantRelationship_DeleteDelegatedAdminRelationship", "Method": "Delete", "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -185408,13 +184277,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreementAcceptances", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_ListAgreementAcceptance", + "OperationId": "tenantRelationship.delegatedAdminRelationship_ListAccessAssignment", "Method": "Get", "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -185452,26 +184325,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreementAcceptances", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_CreateAgreementAcceptance", + "OperationId": "tenantRelationship.delegatedAdminRelationship_CreateAccessAssignment", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_GetAgreementAcceptance", + "OperationId": "tenantRelationship.delegatedAdminRelationship_GetAccessAssignment", "Method": "Get", "Parameters": [ { - "Name": "agreementAcceptance-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminAccessAssignment-id", "Location": "Path" }, { @@ -185487,15 +184369,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_UpdateAgreementAcceptance", + "OperationId": "tenantRelationship.delegatedAdminRelationship_UpdateAccessAssignment", "Method": "Patch", "Parameters": [ { - "Name": "agreementAcceptance-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminAccessAssignment-id", "Location": "Path" } ] @@ -185503,15 +184389,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_DeleteAgreementAcceptance", + "OperationId": "tenantRelationship.delegatedAdminRelationship_DeleteAccessAssignment", "Method": "Delete", "Parameters": [ { - "Name": "agreementAcceptance-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminAccessAssignment-id", "Location": "Path" }, { @@ -185523,13 +184413,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreementAcceptances/$count", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreementAcceptance_GetCount", + "OperationId": "tenantRelationship.delegatedAdminRelationship.accessAssignment_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -185543,13 +184437,17 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_ListAgreement", + "OperationId": "tenantRelationship.delegatedAdminRelationship_ListOperation", "Method": "Get", "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -185587,26 +184485,35 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_CreateAgreement", + "OperationId": "tenantRelationship.delegatedAdminRelationship_CreateOperation", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_GetAgreement", + "OperationId": "tenantRelationship.delegatedAdminRelationship_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminRelationshipOperation-id", "Location": "Path" }, { @@ -185622,15 +184529,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_UpdateAgreement", + "OperationId": "tenantRelationship.delegatedAdminRelationship_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminRelationshipOperation-id", "Location": "Path" } ] @@ -185638,15 +184549,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse_DeleteAgreement", + "OperationId": "tenantRelationship.delegatedAdminRelationship_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "delegatedAdminRelationshipOperation-id", "Location": "Path" }, { @@ -185658,15 +184573,39 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_ListAcceptance", + "OperationId": "tenantRelationship.delegatedAdminRelationship.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "delegatedAdminRelationship-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "Module": "Identity.Partner" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.delegatedAdminRelationship_ListRequest", + "Method": "Get", + "Parameters": [ + { + "Name": "delegatedAdminRelationship-id", "Location": "Path" }, { @@ -185706,15 +184645,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_CreateAcceptance", + "OperationId": "tenantRelationship.delegatedAdminRelationship_CreateRequest", "Method": "Post", "Parameters": [ { - "Name": "agreement-id", + "Name": "delegatedAdminRelationship-id", "Location": "Path" } ] @@ -185722,19 +184661,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetAcceptance", + "OperationId": "tenantRelationship.delegatedAdminRelationship_GetRequest", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "delegatedAdminRelationship-id", "Location": "Path" }, { - "Name": "agreementAcceptance-id", + "Name": "delegatedAdminRelationshipRequest-id", "Location": "Path" }, { @@ -185750,19 +184689,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_UpdateAcceptance", + "OperationId": "tenantRelationship.delegatedAdminRelationship_UpdateRequest", "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", + "Name": "delegatedAdminRelationship-id", "Location": "Path" }, { - "Name": "agreementAcceptance-id", + "Name": "delegatedAdminRelationshipRequest-id", "Location": "Path" } ] @@ -185770,19 +184709,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_DeleteAcceptance", + "OperationId": "tenantRelationship.delegatedAdminRelationship_DeleteRequest", "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", + "Name": "delegatedAdminRelationship-id", "Location": "Path" }, { - "Name": "agreementAcceptance-id", + "Name": "delegatedAdminRelationshipRequest-id", "Location": "Path" }, { @@ -185794,15 +184733,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/$count", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.acceptance_GetCount", + "OperationId": "tenantRelationship.delegatedAdminRelationship.request_GetCount", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "delegatedAdminRelationship-id", "Location": "Path" }, { @@ -185818,23 +184757,19 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Identity.Governance" + "Path": "/tenantRelationships/delegatedAdminRelationships/$count", + "Module": "Identity.Partner" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetFile", + "OperationId": "tenantRelationship.delegatedAdminRelationship_GetCount", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -185842,53 +184777,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_UpdateFile", - "Method": "Patch", - "Parameters": [ - { - "Name": "agreement-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_DeleteFile", - "Method": "Delete", - "Parameters": [ - { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "Module": "Identity.Governance" + "Path": "/dataPolicyOperations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_ListLocalization", + "OperationId": "dataPolicyOperation_ListDataPolicyOperation", "Method": "Get", "Parameters": [ - { - "Name": "agreement-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -185926,35 +184821,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "Module": "Identity.Governance" + "Path": "/dataPolicyOperations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_CreateLocalization", + "OperationId": "dataPolicyOperation_CreateDataPolicyOperation", "Method": "Post", - "Parameters": [ - { - "Name": "agreement-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance" + "Path": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_GetLocalization", + "OperationId": "dataPolicyOperation_GetDataPolicyOperation", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", + "Name": "dataPolicyOperation-id", "Location": "Path" }, { @@ -185970,19 +184856,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance" + "Path": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_UpdateLocalization", + "OperationId": "dataPolicyOperation_UpdateDataPolicyOperation", "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", + "Name": "dataPolicyOperation-id", "Location": "Path" } ] @@ -185990,19 +184872,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance" + "Path": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_DeleteLocalization", + "OperationId": "dataPolicyOperation_DeleteDataPolicyOperation", "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", + "Name": "dataPolicyOperation-id", "Location": "Path" }, { @@ -186014,21 +184892,64 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" + "Path": "/dataPolicyOperations/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_ListVersion", + "OperationId": "dataPolicyOperation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "agreementFileLocalization-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.identityContainer_GetIdentityContainer", + "Method": "Get", + "Parameters": [ + { + "Name": "$select", + "Location": "Query" }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.identityContainer_UpdateIdentityContainer", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identity/apiConnectors", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_ListApiConnector", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -186066,43 +184987,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" + "Path": "/identity/apiConnectors", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_CreateVersion", + "OperationId": "identity_CreateApiConnector", "Method": "Post", - "Parameters": [ - { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" + "Path": "/identity/apiConnectors/{identityApiConnector-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_GetVersion", + "OperationId": "identity_GetApiConnector", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", - "Location": "Path" - }, - { - "Name": "agreementFileVersion-id", + "Name": "identityApiConnector-id", "Location": "Path" }, { @@ -186118,23 +185022,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" + "Path": "/identity/apiConnectors/{identityApiConnector-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_UpdateVersion", + "OperationId": "identity_UpdateApiConnector", "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", - "Location": "Path" - }, - { - "Name": "agreementFileVersion-id", + "Name": "identityApiConnector-id", "Location": "Path" } ] @@ -186142,23 +185038,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" + "Path": "/identity/apiConnectors/{identityApiConnector-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_DeleteVersion", + "OperationId": "identity_DeleteApiConnector", "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", - "Location": "Path" - }, - { - "Name": "agreementFileVersion-id", + "Name": "identityApiConnector-id", "Location": "Path" }, { @@ -186170,45 +185058,29 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "Module": "Identity.Governance" + "Path": "/identity/apiConnectors/{identityApiConnector-id}/microsoft.graph.uploadClientCertificate", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization.version_GetCount", - "Method": "Get", + "OperationId": "identity.apiConnector_uploadClientCertificate", + "Method": "Post", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", + "Name": "identityApiConnector-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", - "Module": "Identity.Governance" + "Path": "/identity/apiConnectors/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.localization_GetCount", + "OperationId": "identity.apiConnector_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "agreement-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -186222,17 +185094,13 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "Module": "Identity.Governance" + "Path": "/identity/authenticationEventListeners", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_ListFile", + "OperationId": "identity_ListAuthenticationEventListener", "Method": "Get", "Parameters": [ - { - "Name": "agreement-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -186270,35 +185138,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "Module": "Identity.Governance" + "Path": "/identity/authenticationEventListeners", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_CreateFile", + "OperationId": "identity_CreateAuthenticationEventListener", "Method": "Post", - "Parameters": [ - { - "Name": "agreement-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}", - "Module": "Identity.Governance" + "Path": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetFile", + "OperationId": "identity_GetAuthenticationEventListener", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", + "Name": "authenticationEventListener-id", "Location": "Path" }, { @@ -186314,19 +185173,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}", - "Module": "Identity.Governance" + "Path": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_UpdateFile", + "OperationId": "identity_UpdateAuthenticationEventListener", "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", + "Name": "authenticationEventListener-id", "Location": "Path" } ] @@ -186334,19 +185189,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}", - "Module": "Identity.Governance" + "Path": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_DeleteFile", + "OperationId": "identity_DeleteAuthenticationEventListener", "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", + "Name": "authenticationEventListener-id", "Location": "Path" }, { @@ -186358,21 +185209,33 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" + "Path": "/identity/authenticationEventListeners/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_ListVersion", + "OperationId": "identity.authenticationEventListener_GetCount", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "agreementFileLocalization-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_ListB2xUserFlow", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -186410,43 +185273,26 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_CreateVersion", + "OperationId": "identity_CreateB2xUserFlow", "Method": "Post", - "Parameters": [ - { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_GetVersion", + "OperationId": "identity_GetB2xUserFlow", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", - "Location": "Path" - }, - { - "Name": "agreementFileVersion-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { @@ -186462,23 +185308,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_UpdateVersion", + "OperationId": "identity_UpdateB2xUserFlow", "Method": "Patch", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", - "Location": "Path" - }, - { - "Name": "agreementFileVersion-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" } ] @@ -186486,23 +185324,15 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_DeleteVersion", + "OperationId": "identity_DeleteB2xUserFlow", "Method": "Delete", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", - "Location": "Path" - }, - { - "Name": "agreementFileVersion-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { @@ -186514,27 +185344,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file.version_GetCount", + "OperationId": "identity.b2xUserFlow_GetApiConnectorConfiguration", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", - "Location": "Path" - }, - { - "Name": "agreementFileLocalization-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -186542,23 +185368,23 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement.file_GetCount", + "OperationId": "identity.b2xUserFlow_GetPostAttributeCollection", "Method": "Get", "Parameters": [ { - "Name": "agreement-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -186566,64 +185392,85 @@ }, { "PathInfo": { - "Path": "/identityGovernance/termsOfUse/agreements/$count", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityGovernance.termsGraphOPreUse.agreement_GetCount", - "Method": "Get", + "OperationId": "identity.b2xUserFlow_UpdatePostAttributeCollection", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow_DeletePostAttributeCollection", + "Method": "Delete", + "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement_GetDirectory", + "OperationId": "identity.b2xUserFlow_GetPostGraphAPretributeCollectionGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement_UpdateDirectory", - "Method": "Patch", - "Parameters": [] + "OperationId": "identity.b2xUserFlow_SetPostGraphAPretributeCollectionGraphBPreRef", + "Method": "Put", + "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/roleManagement/directory", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement_DeleteDirectory", + "OperationId": "identity.b2xUserFlow_DeletePostGraphAPretributeCollectionGraphBPreRef", "Method": "Delete", "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -186633,36 +185480,32 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/microsoft.graph.uploadClientCertificate", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListResourceNamespace", - "Method": "Get", + "OperationId": "identity.b2xUserFlow.apiConnectorConfiguration.postAttributeCollection_uploadClientCertificate", + "Method": "Post", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow_GetPostFederationSignup", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" }, { "Name": "$select", @@ -186677,50 +185520,67 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateResourceNamespace", - "Method": "Post", - "Parameters": [] + "OperationId": "identity.b2xUserFlow_UpdatePostFederationSignup", + "Method": "Patch", + "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetResourceNamespace", - "Method": "Get", + "OperationId": "identity.b2xUserFlow_DeletePostFederationSignup", + "Method": "Delete", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow_GetPostFederationSignupGraphBPreRef", + "Method": "Get", + "Parameters": [ { - "Name": "$expand", - "Location": "Query" + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateResourceNamespace", - "Method": "Patch", + "OperationId": "identity.b2xUserFlow_SetPostFederationSignupGraphBPreRef", + "Method": "Put", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" } ] @@ -186728,15 +185588,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteResourceNamespace", + "OperationId": "identity.b2xUserFlow_DeletePostFederationSignupGraphBPreRef", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { @@ -186748,15 +185608,31 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/microsoft.graph.uploadClientCertificate", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace_ListResourceAction", + "OperationId": "identity.b2xUserFlow.apiConnectorConfiguration.postFederationSignup_uploadClientCertificate", + "Method": "Post", + "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow_ListIdentityProvider", "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { @@ -186796,35 +185672,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace_CreateResourceAction", - "Method": "Post", + "OperationId": "identity.b2xUserFlow_GetIdentityProvider", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace_GetResourceAction", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "identityProvider-id", "Location": "Path" }, { @@ -186840,59 +185700,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace_UpdateResourceAction", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace_DeleteResourceAction", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRbacResourceNamespace-id", - "Location": "Path" - }, - { - "Name": "unifiedRbacResourceAction-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace.resourceAction_GetCount", + "OperationId": "identity.b2xUserFlow.identityProvider_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { @@ -186908,33 +185724,17 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/resourceNamespaces/$count", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.resourceNamespace_GetCount", + "OperationId": "identity.b2xUserFlow_ListLanguage", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleAssignment", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -186972,26 +185772,35 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleAssignment", + "OperationId": "identity.b2xUserFlow_CreateLanguage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleAssignment", + "OperationId": "identity.b2xUserFlow_GetLanguage", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" }, { @@ -187007,15 +185816,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleAssignment", + "OperationId": "identity.b2xUserFlow_UpdateLanguage", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" } ] @@ -187023,15 +185836,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleAssignment", + "OperationId": "identity.b2xUserFlow_DeleteLanguage", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" }, { @@ -187043,17 +185860,45 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignment_GetAppScope", + "OperationId": "identity.b2xUserFlow.language_ListDefaultPage", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -187067,15 +185912,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignment_UpdateAppScope", - "Method": "Patch", + "OperationId": "identity.b2xUserFlow.language_CreateDefaultPage", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" } ] @@ -187083,105 +185932,153 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignment_DeleteAppScope", - "Method": "Delete", + "OperationId": "identity.b2xUserFlow.language_GetDefaultPage", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguagePage-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignment_GetDirectoryScope", - "Method": "Get", + "OperationId": "identity.b2xUserFlow.language_UpdateDefaultPage", + "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "userFlowLanguagePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignment_GetPrincipal", - "Method": "Get", + "OperationId": "identity.b2xUserFlow.language_DeleteDefaultPage", + "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "userFlowLanguagePage-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignment_GetRoleDefinition", + "OperationId": "identity.b2xUserFlow.language_GetDefaultPagesContent", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "userFlowLanguagePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignments/$count", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignment_GetCount", + "OperationId": "identity.b2xUserFlow.language_SetDefaultPagesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguagePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow.language.defaultPage_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -187195,13 +186092,21 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleAssignmentScheduleInstance", + "OperationId": "identity.b2xUserFlow.language_ListOverridesPage", "Method": "Get", "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -187239,50 +186144,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleAssignmentScheduleInstance", + "OperationId": "identity.b2xUserFlow.language_CreateOverridesPage", "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleAssignmentScheduleInstance", - "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleAssignmentScheduleInstance", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "userFlowLanguageConfiguration-id", "Location": "Path" } ] @@ -187290,35 +186164,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleAssignmentScheduleInstance", - "Method": "Delete", + "OperationId": "identity.b2xUserFlow.language_GetOverridesPage", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetActivatedUsing", - "Method": "Get", - "Parameters": [ + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "userFlowLanguagePage-id", "Location": "Path" }, { @@ -187334,109 +186196,121 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetAppScope", - "Method": "Get", + "OperationId": "identity.b2xUserFlow.language_UpdateOverridesPage", + "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "userFlowLanguagePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetDirectoryScope", - "Method": "Get", + "OperationId": "identity.b2xUserFlow.language_DeleteOverridesPage", + "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "userFlowLanguagePage-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetPrincipal", + "OperationId": "identity.b2xUserFlow.language_GetOverridesPagesContent", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "userFlowLanguagePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetRoleDefinition", - "Method": "Get", + "OperationId": "identity.b2xUserFlow.language_SetOverridesPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "userFlowLanguagePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_GetCount", + "OperationId": "identity.b2xUserFlow.language.overridesPage_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "userFlowLanguageConfiguration-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -187450,25 +186324,17 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleInstance_filterGraphBPreCurrentUser", + "OperationId": "identity.b2xUserFlow.language_GetCount", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -187476,35 +186342,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleAssignmentScheduleRequest", + "OperationId": "identity.b2xUserFlow_ListUserAttributeAssignment", "Method": "Get", "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -187542,26 +186396,35 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleAssignmentScheduleRequest", + "OperationId": "identity.b2xUserFlow_CreateUserAttributeAssignment", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleAssignmentScheduleRequest", + "OperationId": "identity.b2xUserFlow_GetUserAttributeAssignment", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "identityUserFlowAttributeAssignment-id", "Location": "Path" }, { @@ -187577,15 +186440,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleAssignmentScheduleRequest", + "OperationId": "identity.b2xUserFlow_UpdateUserAttributeAssignment", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "identityUserFlowAttributeAssignment-id", "Location": "Path" } ] @@ -187593,15 +186460,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleAssignmentScheduleRequest", + "OperationId": "identity.b2xUserFlow_DeleteUserAttributeAssignment", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "identityUserFlowAttributeAssignment-id", "Location": "Path" }, { @@ -187613,15 +186484,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetActivatedUsing", + "OperationId": "identity.b2xUserFlow.userAttributeAssignment_GetUserAttribute", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, + { + "Name": "identityUserFlowAttributeAssignment-id", "Location": "Path" }, { @@ -187637,23 +186512,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetAppScope", + "OperationId": "identity.b2xUserFlow.userAttributeAssignment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -187661,39 +186536,31 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/microsoft.graph.getOrder()", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetDirectoryScope", + "OperationId": "identity.b2xUserFlow.userAttributeAssignment_getOrder", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/microsoft.graph.cancel", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/microsoft.graph.setOrder", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_cancel", + "OperationId": "identity.b2xUserFlow.userAttributeAssignment_setOrder", "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" } ] @@ -187701,40 +186568,40 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetPrincipal", + "OperationId": "identity.b2xUserFlow_ListUserFlowIdentityProvider", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetRoleDefinition", - "Method": "Get", - "Parameters": [ + }, { - "Name": "unifiedRoleAssignmentScheduleRequest-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -187749,37 +186616,41 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetTargetSchedule", - "Method": "Get", + "OperationId": "identity.b2xUserFlow.userFlowIdentityProvider_DeleteIdentityProviderBaseGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "identityProviderBase-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_GetCount", + "OperationId": "identity.b2xUserFlow.userFlowIdentityProvider_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -187793,15 +186664,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentScheduleRequest_filterGraphBPreCurrentUser", + "OperationId": "identity.b2xUserFlow_ListUserFlowIdentityProviderGraphBPreRef", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "b2xIdentityUserFlow-id", "Location": "Path" }, { @@ -187825,15 +186696,67 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow_CreateUserFlowIdentityProviderGraphBPreRef", + "Method": "Post", + "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow_DeleteUserFlowIdentityProviderGraphBPreRef", + "Method": "Delete", + "Parameters": [ + { + "Name": "b2xIdentityUserFlow-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "If-Match", + "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/b2xUserFlows/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.b2xUserFlow_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -187841,11 +186764,11 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationContextClassReferences", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleAssignmentSchedule", + "OperationId": "identity.conditionalAccess_ListAuthenticationContextClassReference", "Method": "Get", "Parameters": [ { @@ -187885,26 +186808,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationContextClassReferences", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleAssignmentSchedule", + "OperationId": "identity.conditionalAccess_CreateAuthenticationContextClassReference", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleAssignmentSchedule", + "OperationId": "identity.conditionalAccess_GetAuthenticationContextClassReference", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "authenticationContextClassReference-id", "Location": "Path" }, { @@ -187920,15 +186843,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleAssignmentSchedule", + "OperationId": "identity.conditionalAccess_UpdateAuthenticationContextClassReference", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "authenticationContextClassReference-id", "Location": "Path" } ] @@ -187936,15 +186859,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleAssignmentSchedule", + "OperationId": "identity.conditionalAccess_DeleteAuthenticationContextClassReference", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "authenticationContextClassReference-id", "Location": "Path" }, { @@ -187956,23 +186879,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationContextClassReferences/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetActivatedUsing", + "OperationId": "identity.conditionalAccess.authenticationContextClassReference_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -187980,17 +186899,13 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetAppScope", + "OperationId": "identity.conditionalAccess_GetAuthenticationStrength", "Method": "Get", "Parameters": [ - { - "Name": "unifiedRoleAssignmentSchedule-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -188004,40 +186919,63 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetDirectoryScope", - "Method": "Get", + "OperationId": "identity.conditionalAccess_UpdateAuthenticationStrength", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/authenticationStrength", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess_DeleteAuthenticationStrength", + "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetPrincipal", + "OperationId": "identity.conditionalAccess.authenticationStrength_ListAuthenticationMethodMode", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -188052,15 +186990,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetRoleDefinition", + "OperationId": "identity.conditionalAccess.authenticationStrength_CreateAuthenticationMethodMode", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess.authenticationStrength_GetAuthenticationMethodMode", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "authenticationMethodModeDetail-id", "Location": "Path" }, { @@ -188076,45 +187025,49 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/$count", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentSchedule_GetCount", - "Method": "Get", + "OperationId": "identity.conditionalAccess.authenticationStrength_UpdateAuthenticationMethodMode", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "authenticationMethodModeDetail-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleAssignmentSchedule_filterGraphBPreCurrentUser", - "Method": "Get", + "OperationId": "identity.conditionalAccess.authenticationStrength_DeleteAuthenticationMethodMode", + "Method": "Delete", "Parameters": [ { - "Name": "on", + "Name": "authenticationMethodModeDetail-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess.authenticationStrength.authenticationMethodMode_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -188122,33 +187075,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/policies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleDefinition", + "OperationId": "identity.conditionalAccess.authenticationStrength_ListPolicy", "Method": "Get", "Parameters": [ { @@ -188188,26 +187125,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/policies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleDefinition", + "OperationId": "identity.conditionalAccess.authenticationStrength_CreatePolicy", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleDefinition", + "OperationId": "identity.conditionalAccess.authenticationStrength_GetPolicy", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { @@ -188223,15 +187160,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleDefinition", + "OperationId": "identity.conditionalAccess.authenticationStrength_UpdatePolicy", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" } ] @@ -188239,15 +187176,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleDefinition", + "OperationId": "identity.conditionalAccess.authenticationStrength_DeletePolicy", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { @@ -188259,15 +187196,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition_ListInheritsPermissionsFrom", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_ListCombinationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { @@ -188307,15 +187244,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition_CreateInheritsPermissionsFrom", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_CreateCombinationConfiguration", "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" } ] @@ -188323,19 +187260,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition_GetInheritsPermissionsFrom", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_GetCombinationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", + "Name": "authenticationCombinationConfiguration-id", "Location": "Path" }, { @@ -188351,19 +187288,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition_UpdateInheritsPermissionsFrom", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_UpdateCombinationConfiguration", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", + "Name": "authenticationCombinationConfiguration-id", "Location": "Path" } ] @@ -188371,19 +187308,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition_DeleteInheritsPermissionsFrom", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_DeleteCombinationConfiguration", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", + "Name": "authenticationCombinationConfiguration-id", "Location": "Path" }, { @@ -188395,15 +187332,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition.inheritsPermissionsFrom_GetCount", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy.combinationConfiguration_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { @@ -188419,11 +187356,43 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleDefinitions/$count", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/microsoft.graph.updateAllowedCombinations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleDefinition_GetCount", + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_updateAllowedCombination", + "Method": "Post", + "Parameters": [ + { + "Name": "authenticationStrengthPolicy-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/microsoft.graph.usage()", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_usage", + "Method": "Get", + "Parameters": [ + { + "Name": "authenticationStrengthPolicy-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/authenticationStrength/policies/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess.authenticationStrength.policy_GetCount", "Method": "Get", "Parameters": [ { @@ -188439,11 +187408,11 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/namedLocations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleEligibilityScheduleInstance", + "OperationId": "identity.conditionalAccess_ListNamedLocation", "Method": "Get", "Parameters": [ { @@ -188483,26 +187452,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/namedLocations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleEligibilityScheduleInstance", + "OperationId": "identity.conditionalAccess_CreateNamedLocation", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleEligibilityScheduleInstance", + "OperationId": "identity.conditionalAccess_GetNamedLocation", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "namedLocation-id", "Location": "Path" }, { @@ -188518,15 +187487,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleEligibilityScheduleInstance", + "OperationId": "identity.conditionalAccess_UpdateNamedLocation", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "namedLocation-id", "Location": "Path" } ] @@ -188534,15 +187503,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleEligibilityScheduleInstance", + "OperationId": "identity.conditionalAccess_DeleteNamedLocation", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "namedLocation-id", "Location": "Path" }, { @@ -188554,23 +187523,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/namedLocations/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetAppScope", + "OperationId": "identity.conditionalAccess.namedLocation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -188578,16 +187543,36 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/policies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetDirectoryScope", + "OperationId": "identity.conditionalAccess_ListPolicy", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -188602,15 +187587,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/policies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetPrincipal", + "OperationId": "identity.conditionalAccess_CreatePolicy", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess_GetPolicy", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "conditionalAccessPolicy-id", "Location": "Path" }, { @@ -188626,35 +187622,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetRoleDefinition", - "Method": "Get", + "OperationId": "identity.conditionalAccess_UpdatePolicy", + "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "conditionalAccessPolicy-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess_DeletePolicy", + "Method": "Delete", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "conditionalAccessPolicy-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/policies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_GetCount", + "OperationId": "identity.conditionalAccess.policy_GetCount", "Method": "Get", "Parameters": [ { @@ -188670,17 +187678,13 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/templates", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleInstance_filterGraphBPreCurrentUser", + "OperationId": "identity.conditionalAccess_ListTemplate", "Method": "Get", "Parameters": [ - { - "Name": "on", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -188701,12 +187705,36 @@ "Name": "$count", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity.conditionalAccess_GetTemplate", + "Method": "Get", + "Parameters": [ + { + "Name": "conditionalAccessTemplate-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { @@ -188718,11 +187746,31 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests", - "Module": "Identity.Governance" + "Path": "/identity/conditionalAccess/templates/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleEligibilityScheduleRequest", + "OperationId": "identity.conditionalAccess.template_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/customAuthenticationExtensions", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_ListCustomAuthenticationExtension", "Method": "Get", "Parameters": [ { @@ -188762,26 +187810,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests", - "Module": "Identity.Governance" + "Path": "/identity/customAuthenticationExtensions", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleEligibilityScheduleRequest", + "OperationId": "identity_CreateCustomAuthenticationExtension", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance" + "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleEligibilityScheduleRequest", + "OperationId": "identity_GetCustomAuthenticationExtension", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "customAuthenticationExtension-id", "Location": "Path" }, { @@ -188797,15 +187845,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance" + "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleEligibilityScheduleRequest", + "OperationId": "identity_UpdateCustomAuthenticationExtension", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "customAuthenticationExtension-id", "Location": "Path" } ] @@ -188813,15 +187861,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance" + "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleEligibilityScheduleRequest", + "OperationId": "identity_DeleteCustomAuthenticationExtension", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "customAuthenticationExtension-id", "Location": "Path" }, { @@ -188833,47 +187881,35 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "Module": "Identity.Governance" + "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/microsoft.graph.validateAuthenticationConfiguration", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetAppScope", - "Method": "Get", + "OperationId": "identity.customAuthenticationExtension_validateAuthenticationConfiguration", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "customAuthenticationExtension-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "Module": "Identity.Governance" + "Path": "/identity/customAuthenticationExtensions/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetDirectoryScope", + "OperationId": "identity.customAuthenticationExtension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -188881,32 +187917,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/microsoft.graph.cancel", - "Module": "Identity.Governance" + "Path": "/identity/customAuthenticationExtensions/microsoft.graph.validateAuthenticationConfiguration", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_cancel", + "OperationId": "identity.customAuthenticationExtension_validateAuthenticationConfiguration", "Method": "Post", - "Parameters": [ - { - "Name": "unifiedRoleEligibilityScheduleRequest-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "Module": "Identity.Governance" + "Path": "/identity/identityProviders", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetPrincipal", + "OperationId": "identity_ListIdentityProvider", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -188921,15 +187972,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "Module": "Identity.Governance" + "Path": "/identity/identityProviders", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetRoleDefinition", + "OperationId": "identity_CreateIdentityProvider", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identity/identityProviders/{identityProviderBase-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_GetIdentityProvider", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "identityProviderBase-id", "Location": "Path" }, { @@ -188945,35 +188007,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance" + "Path": "/identity/identityProviders/{identityProviderBase-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetTargetSchedule", - "Method": "Get", + "OperationId": "identity_UpdateIdentityProvider", + "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "identityProviderBase-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identity/identityProviders/{identityProviderBase-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identity_DeleteIdentityProvider", + "Method": "Delete", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "identityProviderBase-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", - "Module": "Identity.Governance" + "Path": "/identity/identityProviders/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_GetCount", + "OperationId": "identity.identityProvider_GetCount", "Method": "Get", "Parameters": [ { @@ -188989,17 +188063,13 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/identity/identityProviders/microsoft.graph.availableProviderTypes()", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilityScheduleRequest_filterGraphBPreCurrentUser", + "OperationId": "identity.identityProvider_availableProviderType", "Method": "Get", "Parameters": [ - { - "Name": "on", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -189019,29 +188089,17 @@ { "Name": "$count", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules", - "Module": "Identity.Governance" + "Path": "/identity/userFlowAttributes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_ListRoleEligibilitySchedule", + "OperationId": "identity_ListUserFlowAttribute", "Method": "Get", "Parameters": [ { @@ -189081,26 +188139,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules", - "Module": "Identity.Governance" + "Path": "/identity/userFlowAttributes", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_CreateRoleEligibilitySchedule", + "OperationId": "identity_CreateUserFlowAttribute", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance" + "Path": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_GetRoleEligibilitySchedule", + "OperationId": "identity_GetUserFlowAttribute", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "identityUserFlowAttribute-id", "Location": "Path" }, { @@ -189116,15 +188174,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance" + "Path": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_UpdateRoleEligibilitySchedule", + "OperationId": "identity_UpdateUserFlowAttribute", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "identityUserFlowAttribute-id", "Location": "Path" } ] @@ -189132,15 +188190,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance" + "Path": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory_DeleteRoleEligibilitySchedule", + "OperationId": "identity_DeleteUserFlowAttribute", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "identityUserFlowAttribute-id", "Location": "Path" }, { @@ -189152,71 +188210,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetAppScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleEligibilitySchedule-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetDirectoryScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleEligibilitySchedule-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "Module": "Identity.Governance" + "Path": "/identity/userFlowAttributes/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetPrincipal", + "OperationId": "identity.userFlowAttribute_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -189224,17 +188230,13 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "Module": "Identity.Governance" + "Path": "/identityProtection", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetRoleDefinition", + "OperationId": "identityProtection.identityProtectionRoot_GetIdentityProtectionRoot", "Method": "Get", "Parameters": [ - { - "Name": "unifiedRoleEligibilitySchedule-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -189248,37 +188250,24 @@ }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/$count", - "Module": "Identity.Governance" + "Path": "/identityProtection", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilitySchedule_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "identityProtection.identityProtectionRoot_UpdateIdentityProtectionRoot", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/directory/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskDetections", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.directory.roleEligibilitySchedule_filterGraphBPreCurrentUser", + "OperationId": "identityProtection_ListRiskDetection", "Method": "Get", "Parameters": [ - { - "Name": "on", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -189300,11 +188289,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -189316,13 +188305,28 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskDetections", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement_GetEntitlementManagement", + "OperationId": "identityProtection_CreateRiskDetection", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskDetections/{riskDetection-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection_GetRiskDetection", "Method": "Get", "Parameters": [ + { + "Name": "riskDetection-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -189336,24 +188340,33 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskDetections/{riskDetection-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement_UpdateEntitlementManagement", + "OperationId": "identityProtection_UpdateRiskDetection", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "riskDetection-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskDetections/{riskDetection-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement_DeleteEntitlementManagement", + "OperationId": "identityProtection_DeleteRiskDetection", "Method": "Delete", "Parameters": [ + { + "Name": "riskDetection-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -189363,11 +188376,31 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskDetections/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListResourceNamespace", + "OperationId": "identityProtection.riskDetection_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskyServicePrincipals", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection_ListRiskyServicePrincipal", "Method": "Get", "Parameters": [ { @@ -189407,26 +188440,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyServicePrincipals", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateResourceNamespace", + "OperationId": "identityProtection_CreateRiskyServicePrincipal", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetResourceNamespace", + "OperationId": "identityProtection_GetRiskyServicePrincipal", "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" }, { @@ -189442,15 +188475,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateResourceNamespace", + "OperationId": "identityProtection_UpdateRiskyServicePrincipal", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" } ] @@ -189458,15 +188491,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteResourceNamespace", + "OperationId": "identityProtection_DeleteRiskyServicePrincipal", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" }, { @@ -189478,15 +188511,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace_ListResourceAction", + "OperationId": "identityProtection.riskyServicePrincipal_ListHistory", "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" }, { @@ -189526,15 +188559,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace_CreateResourceAction", + "OperationId": "identityProtection.riskyServicePrincipal_CreateHistory", "Method": "Post", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" } ] @@ -189542,19 +188575,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace_GetResourceAction", + "OperationId": "identityProtection.riskyServicePrincipal_GetHistory", "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "riskyServicePrincipalHistoryItem-id", "Location": "Path" }, { @@ -189570,19 +188603,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace_UpdateResourceAction", + "OperationId": "identityProtection.riskyServicePrincipal_UpdateHistory", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "riskyServicePrincipalHistoryItem-id", "Location": "Path" } ] @@ -189590,19 +188623,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace_DeleteResourceAction", + "OperationId": "identityProtection.riskyServicePrincipal_DeleteHistory", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" }, { - "Name": "unifiedRbacResourceAction-id", + "Name": "riskyServicePrincipalHistoryItem-id", "Location": "Path" }, { @@ -189614,15 +188647,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace.resourceAction_GetCount", + "OperationId": "identityProtection.riskyServicePrincipal.history_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRbacResourceNamespace-id", + "Name": "riskyServicePrincipal-id", "Location": "Path" }, { @@ -189638,11 +188671,11 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/resourceNamespaces/$count", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyServicePrincipals/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.resourceNamespace_GetCount", + "OperationId": "identityProtection.riskyServicePrincipal_GetCount", "Method": "Get", "Parameters": [ { @@ -189658,11 +188691,33 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyServicePrincipals/microsoft.graph.confirmCompromised", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleAssignment", + "OperationId": "identityProtection.riskyServicePrincipal_confirmCompromised", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskyServicePrincipals/microsoft.graph.dismiss", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection.riskyServicePrincipal_dismiss", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskyUsers", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection_ListRiskyUser", "Method": "Get", "Parameters": [ { @@ -189702,26 +188757,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyUsers", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignment", + "OperationId": "identityProtection_CreateRiskyUser", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleAssignment", + "OperationId": "identityProtection_GetRiskyUser", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "riskyUser-id", "Location": "Path" }, { @@ -189737,15 +188792,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignment", + "OperationId": "identityProtection_UpdateRiskyUser", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "riskyUser-id", "Location": "Path" } ] @@ -189753,15 +188808,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignment", + "OperationId": "identityProtection_DeleteRiskyUser", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "riskyUser-id", "Location": "Path" }, { @@ -189773,17 +188828,41 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetAppScope", + "OperationId": "identityProtection.riskyUser_ListHistory", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "riskyUser-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -189797,15 +188876,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignment_UpdateAppScope", - "Method": "Patch", + "OperationId": "identityProtection.riskyUser_CreateHistory", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "riskyUser-id", "Location": "Path" } ] @@ -189813,91 +188892,95 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignment_DeleteAppScope", - "Method": "Delete", + "OperationId": "identityProtection.riskyUser_GetHistory", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "riskyUser-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "riskyUserHistoryItem-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetDirectoryScope", - "Method": "Get", + "OperationId": "identityProtection.riskyUser_UpdateHistory", + "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "riskyUser-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "riskyUserHistoryItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetPrincipal", - "Method": "Get", + "OperationId": "identityProtection.riskyUser_DeleteHistory", + "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "riskyUser-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "riskyUserHistoryItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetRoleDefinition", + "OperationId": "identityProtection.riskyUser.history_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignment-id", + "Name": "riskyUser-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -189905,11 +188988,11 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignments/$count", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyUsers/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignment_GetCount", + "OperationId": "identityProtection.riskyUser_GetCount", "Method": "Get", "Parameters": [ { @@ -189925,11 +189008,33 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "Module": "Identity.Governance" + "Path": "/identityProtection/riskyUsers/microsoft.graph.confirmCompromised", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleAssignmentScheduleInstance", + "OperationId": "identityProtection.riskyUser_confirmCompromised", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/riskyUsers/microsoft.graph.dismiss", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection.riskyUser_dismiss", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityProtection/servicePrincipalRiskDetections", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProtection_ListServicePrincipalRiskDetection", "Method": "Get", "Parameters": [ { @@ -189969,26 +189074,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "Module": "Identity.Governance" + "Path": "/identityProtection/servicePrincipalRiskDetections", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignmentScheduleInstance", + "OperationId": "identityProtection_CreateServicePrincipalRiskDetection", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" + "Path": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleAssignmentScheduleInstance", + "OperationId": "identityProtection_GetServicePrincipalRiskDetection", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "servicePrincipalRiskDetection-id", "Location": "Path" }, { @@ -190004,15 +189109,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" + "Path": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignmentScheduleInstance", + "OperationId": "identityProtection_UpdateServicePrincipalRiskDetection", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "servicePrincipalRiskDetection-id", "Location": "Path" } ] @@ -190020,15 +189125,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" + "Path": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignmentScheduleInstance", + "OperationId": "identityProtection_DeleteServicePrincipalRiskDetection", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "servicePrincipalRiskDetection-id", "Location": "Path" }, { @@ -190040,23 +189145,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Identity.Governance" + "Path": "/identityProtection/servicePrincipalRiskDetections/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetActivatedUsing", + "OperationId": "identityProtection.servicePrincipalRiskDetection_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -190064,40 +189165,36 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "Module": "Identity.Governance" + "Path": "/identityProviders", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetAppScope", + "OperationId": "identityProvider_ListIdentityProvider", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetDirectoryScope", - "Method": "Get", - "Parameters": [ + }, { - "Name": "unifiedRoleAssignmentScheduleInstance-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -190112,15 +189209,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "Module": "Identity.Governance" + "Path": "/identityProviders", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetPrincipal", + "OperationId": "identityProvider_CreateIdentityProvider", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/identityProviders/{identityProvider-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProvider_GetIdentityProvider", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "identityProvider-id", "Location": "Path" }, { @@ -190136,35 +189244,47 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "Module": "Identity.Governance" + "Path": "/identityProviders/{identityProvider-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetRoleDefinition", - "Method": "Get", + "OperationId": "identityProvider_UpdateIdentityProvider", + "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleInstance-id", + "Name": "identityProvider-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/identityProviders/{identityProvider-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "identityProvider_DeleteIdentityProvider", + "Method": "Delete", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "identityProvider-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", - "Module": "Identity.Governance" + "Path": "/identityProviders/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_GetCount", + "OperationId": "identityProvider_GetCount", "Method": "Get", "Parameters": [ { @@ -190180,17 +189300,13 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/identityProviders/microsoft.graph.availableProviderTypes()", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleInstance_filterGraphBPreCurrentUser", + "OperationId": "identityProvider_availableProviderType", "Method": "Get", "Parameters": [ - { - "Name": "on", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -190210,13 +189326,52 @@ { "Name": "$count", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/informationProtection", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "informationProtection_GetInformationProtection", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/informationProtection", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "informationProtection_UpdateInformationProtection", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/informationProtection/bitlocker", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "informationProtection_GetBitlocker", + "Method": "Get", + "Parameters": [ + { + "Name": "$select", "Location": "Query" }, { @@ -190228,11 +189383,11 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "Module": "Identity.Governance" + "Path": "/informationProtection/bitlocker/recoveryKeys", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleAssignmentScheduleRequest", + "OperationId": "informationProtection.bitlocker_ListRecoveryKey", "Method": "Get", "Parameters": [ { @@ -190272,26 +189427,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignmentScheduleRequest", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" + "Path": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleAssignmentScheduleRequest", + "OperationId": "informationProtection.bitlocker_GetRecoveryKey", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "bitlockerRecoveryKey-id", "Location": "Path" }, { @@ -190307,51 +189451,90 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" + "Path": "/informationProtection/bitlocker/recoveryKeys/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignmentScheduleRequest", - "Method": "Patch", + "OperationId": "informationProtection.bitlocker.recoveryKey_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" + "Path": "/informationProtection/threatAssessmentRequests", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignmentScheduleRequest", - "Method": "Delete", + "OperationId": "informationProtection_ListThreatAssessmentRequest", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Identity.Governance" + "Path": "/informationProtection/threatAssessmentRequests", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetActivatedUsing", + "OperationId": "informationProtection_CreateThreatAssessmentRequest", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "informationProtection_GetThreatAssessmentRequest", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { @@ -190367,41 +189550,77 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "Module": "Identity.Governance" + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetAppScope", - "Method": "Get", + "OperationId": "informationProtection_UpdateThreatAssessmentRequest", + "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "informationProtection_DeleteThreatAssessmentRequest", + "Method": "Delete", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "threatAssessmentRequest-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "Module": "Identity.Governance" + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetDirectoryScope", + "OperationId": "informationProtection.threatAssessmentRequest_ListResult", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -190415,15 +189634,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/microsoft.graph.cancel", - "Module": "Identity.Governance" + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_cancel", + "OperationId": "informationProtection.threatAssessmentRequest_CreateResult", "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" } ] @@ -190431,15 +189650,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "Module": "Identity.Governance" + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetPrincipal", + "OperationId": "informationProtection.threatAssessmentRequest_GetResult", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "threatAssessmentRequest-id", + "Location": "Path" + }, + { + "Name": "threatAssessmentResult-id", "Location": "Path" }, { @@ -190455,47 +189678,67 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "Module": "Identity.Governance" + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetRoleDefinition", - "Method": "Get", + "OperationId": "informationProtection.threatAssessmentRequest_UpdateResult", + "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "threatAssessmentResult-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "informationProtection.threatAssessmentRequest_DeleteResult", + "Method": "Delete", + "Parameters": [ + { + "Name": "threatAssessmentRequest-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "threatAssessmentResult-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance" + "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetTargetSchedule", + "OperationId": "informationProtection.threatAssessmentRequest.result_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentScheduleRequest-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -190503,11 +189746,11 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", - "Module": "Identity.Governance" + "Path": "/informationProtection/threatAssessmentRequests/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_GetCount", + "OperationId": "informationProtection.threatAssessmentRequest_GetCount", "Method": "Get", "Parameters": [ { @@ -190523,17 +189766,13 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/invitations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentScheduleRequest_filterGraphBPreCurrentUser", + "OperationId": "invitation_ListInvitation", "Method": "Get", "Parameters": [ - { - "Name": "on", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -190555,11 +189794,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -190571,11 +189810,42 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "Module": "Identity.Governance" + "Path": "/invitations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleAssignmentSchedule", + "OperationId": "invitation_CreateInvitation", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/invitations/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "invitation_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/oauth2PermissionGrants", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "oauth2PermissionGrant_ListOAuth2PermissionGrant", "Method": "Get", "Parameters": [ { @@ -190615,26 +189885,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "Module": "Identity.Governance" + "Path": "/oauth2PermissionGrants", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleAssignmentSchedule", + "OperationId": "oauth2PermissionGrant_CreateOAuth2PermissionGrant", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance" + "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleAssignmentSchedule", + "OperationId": "oauth2PermissionGrant_GetOAuth2PermissionGrant", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "oAuth2PermissionGrant-id", "Location": "Path" }, { @@ -190650,15 +189920,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance" + "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleAssignmentSchedule", + "OperationId": "oauth2PermissionGrant_UpdateOAuth2PermissionGrant", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "oAuth2PermissionGrant-id", "Location": "Path" } ] @@ -190666,15 +189936,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance" + "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleAssignmentSchedule", + "OperationId": "oauth2PermissionGrant_DeleteOAuth2PermissionGrant", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "oAuth2PermissionGrant-id", "Location": "Path" }, { @@ -190686,23 +189956,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "Module": "Identity.Governance" + "Path": "/oauth2PermissionGrants/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetActivatedUsing", + "OperationId": "oauth2PermissionGrant_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -190710,21 +189976,41 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "Module": "Identity.Governance" + "Path": "/oauth2PermissionGrants/microsoft.graph.delta()", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetAppScope", + "OperationId": "oauth2PermissionGrant_delta", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -190734,17 +190020,41 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetDirectoryScope", + "OperationId": "organization_ListCertificateBasedAuthConfiguration", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "organization-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -190758,39 +190068,35 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetPrincipal", - "Method": "Get", + "OperationId": "organization_CreateCertificateBasedAuthConfiguration", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "organization-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetRoleDefinition", + "OperationId": "organization_GetCertificateBasedAuthConfiguration", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleAssignmentSchedule-id", + "Name": "organization-id", + "Location": "Path" + }, + { + "Name": "certificateBasedAuthConfiguration-id", "Location": "Path" }, { @@ -190806,45 +190112,41 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_GetCount", - "Method": "Get", + "OperationId": "organization_DeleteCertificateBasedAuthConfiguration", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "organization-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "certificateBasedAuthConfiguration-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleAssignmentSchedule_filterGraphBPreCurrentUser", + "OperationId": "organization.certificateBasedAuthConfiguration_GetCount", "Method": "Get", "Parameters": [ { - "Name": "on", + "Name": "organization-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -190852,19 +190154,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.policyRoot_GetPolicyRoot", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -190874,11 +190180,22 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions", - "Module": "Identity.Governance" + "Path": "/policies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleDefinition", + "OperationId": "policy.policyRoot_UpdatePolicyRoot", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/activityBasedTimeoutPolicies", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_ListActivityBasedTimeoutPolicy", "Method": "Get", "Parameters": [ { @@ -190918,26 +190235,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions", - "Module": "Identity.Governance" + "Path": "/policies/activityBasedTimeoutPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleDefinition", + "OperationId": "policy_CreateActivityBasedTimeoutPolicy", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance" + "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleDefinition", + "OperationId": "policy_GetActivityBasedTimeoutPolicy", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "activityBasedTimeoutPolicy-id", "Location": "Path" }, { @@ -190953,15 +190270,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance" + "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleDefinition", + "OperationId": "policy_UpdateActivityBasedTimeoutPolicy", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "activityBasedTimeoutPolicy-id", "Location": "Path" } ] @@ -190969,15 +190286,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance" + "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleDefinition", + "OperationId": "policy_DeleteActivityBasedTimeoutPolicy", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "activityBasedTimeoutPolicy-id", "Location": "Path" }, { @@ -190989,15 +190306,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Identity.Governance" + "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition_ListInheritsPermissionsFrom", + "OperationId": "policy.activityBasedTimeoutPolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "activityBasedTimeoutPolicy-id", "Location": "Path" }, { @@ -191037,35 +190354,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition_CreateInheritsPermissionsFrom", - "Method": "Post", - "Parameters": [ - { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance" + "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition_GetInheritsPermissionsFrom", + "OperationId": "policy.activityBasedTimeoutPolicy_GetAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "activityBasedTimeoutPolicy-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", + "Name": "directoryObject-id", "Location": "Path" }, { @@ -191081,67 +190382,63 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance" + "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition_UpdateInheritsPermissionsFrom", - "Method": "Patch", + "OperationId": "policy.activityBasedTimeoutPolicy.appliesTo_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", + "Name": "activityBasedTimeoutPolicy-id", "Location": "Path" }, { - "Name": "unifiedRoleDefinition-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance" + "Path": "/policies/activityBasedTimeoutPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition_DeleteInheritsPermissionsFrom", - "Method": "Delete", + "OperationId": "policy.activityBasedTimeoutPolicy_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "unifiedRoleDefinition-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "Module": "Identity.Governance" + "Path": "/policies/adminConsentRequestPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition.inheritsPermissionsFrom_GetCount", + "OperationId": "policy_GetAdminConsentRequestPolicy", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleDefinition-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -191149,31 +190446,38 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleDefinitions/$count", - "Module": "Identity.Governance" + "Path": "/policies/adminConsentRequestPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleDefinition_GetCount", - "Method": "Get", + "OperationId": "policy_UpdateAdminConsentRequestPolicy", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/adminConsentRequestPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeleteAdminConsentRequestPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "Module": "Identity.Governance" + "Path": "/policies/appManagementPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleEligibilityScheduleInstance", + "OperationId": "policy_ListAppManagementPolicy", "Method": "Get", "Parameters": [ { @@ -191213,26 +190517,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "Module": "Identity.Governance" + "Path": "/policies/appManagementPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleEligibilityScheduleInstance", + "OperationId": "policy_CreateAppManagementPolicy", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" + "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleEligibilityScheduleInstance", + "OperationId": "policy_GetAppManagementPolicy", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "appManagementPolicy-id", "Location": "Path" }, { @@ -191248,15 +190552,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" + "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleEligibilityScheduleInstance", + "OperationId": "policy_UpdateAppManagementPolicy", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "appManagementPolicy-id", "Location": "Path" } ] @@ -191264,15 +190568,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" + "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleEligibilityScheduleInstance", + "OperationId": "policy_DeleteAppManagementPolicy", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "appManagementPolicy-id", "Location": "Path" }, { @@ -191284,40 +190588,40 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "Module": "Identity.Governance" + "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetAppScope", + "OperationId": "policy.appManagementPolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "appManagementPolicy-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetDirectoryScope", - "Method": "Get", - "Parameters": [ + }, { - "Name": "unifiedRoleEligibilityScheduleInstance-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -191332,15 +190636,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "Module": "Identity.Governance" + "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetPrincipal", + "OperationId": "policy.appManagementPolicy_GetAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "appManagementPolicy-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" }, { @@ -191356,23 +190664,23 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "Module": "Identity.Governance" + "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetRoleDefinition", + "OperationId": "policy.appManagementPolicy.appliesTo_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleInstance-id", + "Name": "appManagementPolicy-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -191380,11 +190688,11 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", - "Module": "Identity.Governance" + "Path": "/policies/appManagementPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_GetCount", + "OperationId": "policy.appManagementPolicy_GetCount", "Method": "Get", "Parameters": [ { @@ -191400,45 +190708,64 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/policies/authenticationFlowsPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleInstance_filterGraphBPreCurrentUser", + "OperationId": "policy_GetAuthenticationFlowsPolicy", "Method": "Get", "Parameters": [ { - "Name": "on", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/authenticationFlowsPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_UpdateAuthenticationFlowsPolicy", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/authenticationFlowsPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeleteAuthenticationFlowsPolicy", + "Method": "Delete", + "Parameters": [ { - "Name": "$count", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/authenticationMethodsPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_GetAuthenticationMethodsPolicy", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -191448,11 +190775,38 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "Module": "Identity.Governance" + "Path": "/policies/authenticationMethodsPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleEligibilityScheduleRequest", + "OperationId": "policy_UpdateAuthenticationMethodsPolicy", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/authenticationMethodsPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeleteAuthenticationMethodsPolicy", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.authenticationMethodsPolicy_ListAuthenticationMethodConfiguration", "Method": "Get", "Parameters": [ { @@ -191492,26 +190846,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "Module": "Identity.Governance" + "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleEligibilityScheduleRequest", + "OperationId": "policy.authenticationMethodsPolicy_CreateAuthenticationMethodConfiguration", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance" + "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleEligibilityScheduleRequest", + "OperationId": "policy.authenticationMethodsPolicy_GetAuthenticationMethodConfiguration", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "authenticationMethodConfiguration-id", "Location": "Path" }, { @@ -191527,15 +190881,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance" + "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleEligibilityScheduleRequest", + "OperationId": "policy.authenticationMethodsPolicy_UpdateAuthenticationMethodConfiguration", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "authenticationMethodConfiguration-id", "Location": "Path" } ] @@ -191543,15 +190897,15 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance" + "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleEligibilityScheduleRequest", + "OperationId": "policy.authenticationMethodsPolicy_DeleteAuthenticationMethodConfiguration", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "authenticationMethodConfiguration-id", "Location": "Path" }, { @@ -191563,23 +190917,19 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "Module": "Identity.Governance" + "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetAppScope", + "OperationId": "policy.authenticationMethodsPolicy.authenticationMethodConfiguration_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -191587,56 +190937,36 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "Module": "Identity.Governance" - }, + "Path": "/policies/authenticationStrengthPolicies", + "Module": "Identity.SignIns" + }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetDirectoryScope", + "OperationId": "policy_ListAuthenticationStrengthPolicy", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/microsoft.graph.cancel", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_cancel", - "Method": "Post", - "Parameters": [ + }, { - "Name": "unifiedRoleEligibilityScheduleRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetPrincipal", - "Method": "Get", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "unifiedRoleEligibilityScheduleRequest-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -191651,39 +190981,26 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "Module": "Identity.Governance" + "Path": "/policies/authenticationStrengthPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetRoleDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleEligibilityScheduleRequest-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "policy_CreateAuthenticationStrengthPolicy", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetTargetSchedule", + "OperationId": "policy_GetAuthenticationStrengthPolicy", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilityScheduleRequest-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { @@ -191699,81 +191016,53 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", - "Module": "Identity.Governance" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_GetCount", - "Method": "Get", + "OperationId": "policy_UpdateAuthenticationStrengthPolicy", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "authenticationStrengthPolicy-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilityScheduleRequest_filterGraphBPreCurrentUser", - "Method": "Get", + "OperationId": "policy_DeleteAuthenticationStrengthPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "on", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "Module": "Identity.Governance" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_ListRoleEligibilitySchedule", + "OperationId": "policy.authenticationStrengthPolicy_ListCombinationConfiguration", "Method": "Get", "Parameters": [ + { + "Name": "authenticationStrengthPolicy-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -191811,26 +191100,35 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "Module": "Identity.Governance" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_CreateRoleEligibilitySchedule", + "OperationId": "policy.authenticationStrengthPolicy_CreateCombinationConfiguration", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "authenticationStrengthPolicy-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_GetRoleEligibilitySchedule", + "OperationId": "policy.authenticationStrengthPolicy_GetCombinationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "authenticationStrengthPolicy-id", + "Location": "Path" + }, + { + "Name": "authenticationCombinationConfiguration-id", "Location": "Path" }, { @@ -191846,107 +191144,67 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_UpdateRoleEligibilitySchedule", + "OperationId": "policy.authenticationStrengthPolicy_UpdateCombinationConfiguration", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement_DeleteRoleEligibilitySchedule", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "Module": "Identity.Governance" - }, - "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetAppScope", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "authenticationCombinationConfiguration-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "Module": "Identity.Governance" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetDirectoryScope", - "Method": "Get", + "OperationId": "policy.authenticationStrengthPolicy_DeleteCombinationConfiguration", + "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "authenticationCombinationConfiguration-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "Module": "Identity.Governance" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetPrincipal", + "OperationId": "policy.authenticationStrengthPolicy.combinationConfiguration_GetCount", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -191954,69 +191212,45 @@ }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "Module": "Identity.Governance" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/microsoft.graph.updateAllowedCombinations", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetRoleDefinition", - "Method": "Get", + "OperationId": "policy.authenticationStrengthPolicy_updateAllowedCombination", + "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleEligibilitySchedule-id", + "Name": "authenticationStrengthPolicy-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", - "Module": "Identity.Governance" + "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/microsoft.graph.usage()", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_GetCount", + "OperationId": "policy.authenticationStrengthPolicy_usage", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "authenticationStrengthPolicy-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/roleManagement/entitlementManagement/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on=\u0027{on}\u0027)", - "Module": "Identity.Governance" + "Path": "/policies/authenticationStrengthPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "roleManagement.entitlementManagement.roleEligibilitySchedule_filterGraphBPreCurrentUser", + "OperationId": "policy.authenticationStrengthPolicy_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "on", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -192024,63 +191258,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/agreementAcceptances", - "Module": "Identity.Governance" + "Path": "/policies/authorizationPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user_ListAgreementAcceptance", + "OperationId": "policy_GetAuthorizationPolicy", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -192094,63 +191284,38 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" + "Path": "/policies/authorizationPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user_GetAgreementAcceptance", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "agreementAcceptance-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "policy_UpdateAuthorizationPolicy", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/agreementAcceptances/$count", - "Module": "Identity.Governance" + "Path": "/policies/authorizationPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "user.agreementAcceptance_GetCount", - "Method": "Get", + "OperationId": "policy_DeleteAuthorizationPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers", - "Module": "Identity.Partner" + "Path": "/policies/claimsMappingPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship_ListDelegatedAdminCustomer", + "OperationId": "policy_ListClaimsMappingPolicy", "Method": "Get", "Parameters": [ { @@ -192190,26 +191355,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers", - "Module": "Identity.Partner" + "Path": "/policies/claimsMappingPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship_CreateDelegatedAdminCustomer", + "OperationId": "policy_CreateClaimsMappingPolicy", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Identity.Partner" + "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship_GetDelegatedAdminCustomer", + "OperationId": "policy_GetClaimsMappingPolicy", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminCustomer-id", + "Name": "claimsMappingPolicy-id", "Location": "Path" }, { @@ -192225,15 +191390,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Identity.Partner" + "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship_UpdateDelegatedAdminCustomer", + "OperationId": "policy_UpdateClaimsMappingPolicy", "Method": "Patch", "Parameters": [ { - "Name": "delegatedAdminCustomer-id", + "Name": "claimsMappingPolicy-id", "Location": "Path" } ] @@ -192241,15 +191406,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Identity.Partner" + "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship_DeleteDelegatedAdminCustomer", + "OperationId": "policy_DeleteClaimsMappingPolicy", "Method": "Delete", "Parameters": [ { - "Name": "delegatedAdminCustomer-id", + "Name": "claimsMappingPolicy-id", "Location": "Path" }, { @@ -192261,15 +191426,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "Module": "Identity.Partner" + "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminCustomer_ListServiceManagementDetail", + "OperationId": "policy.claimsMappingPolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminCustomer-id", + "Name": "claimsMappingPolicy-id", "Location": "Path" }, { @@ -192309,35 +191474,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "Module": "Identity.Partner" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminCustomer_CreateServiceManagementDetail", - "Method": "Post", - "Parameters": [ - { - "Name": "delegatedAdminCustomer-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Identity.Partner" + "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminCustomer_GetServiceManagementDetail", + "OperationId": "policy.claimsMappingPolicy_GetAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminCustomer-id", + "Name": "claimsMappingPolicy-id", "Location": "Path" }, { - "Name": "delegatedAdminServiceManagementDetail-id", + "Name": "directoryObject-id", "Location": "Path" }, { @@ -192353,59 +191502,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Identity.Partner" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminCustomer_UpdateServiceManagementDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "delegatedAdminCustomer-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminServiceManagementDetail-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Identity.Partner" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminCustomer_DeleteServiceManagementDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "delegatedAdminCustomer-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminServiceManagementDetail-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", - "Module": "Identity.Partner" + "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminCustomer.serviceManagementDetail_GetCount", + "OperationId": "policy.claimsMappingPolicy.appliesTo_GetCount", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminCustomer-id", + "Name": "claimsMappingPolicy-id", "Location": "Path" }, { @@ -192421,11 +191526,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminCustomers/$count", - "Module": "Identity.Partner" + "Path": "/policies/claimsMappingPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminCustomer_GetCount", + "OperationId": "policy.claimsMappingPolicy_GetCount", "Method": "Get", "Parameters": [ { @@ -192441,11 +191546,11 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships", - "Module": "Identity.Partner" + "Path": "/policies/conditionalAccessPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship_ListDelegatedAdminRelationship", + "OperationId": "policy_ListConditionalAccessPolicy", "Method": "Get", "Parameters": [ { @@ -192485,26 +191590,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships", - "Module": "Identity.Partner" + "Path": "/policies/conditionalAccessPolicies", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship_CreateDelegatedAdminRelationship", + "OperationId": "policy_CreateConditionalAccessPolicy", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Identity.Partner" + "Path": "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship_GetDelegatedAdminRelationship", + "OperationId": "policy_GetConditionalAccessPolicy", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", + "Name": "conditionalAccessPolicy-id", "Location": "Path" }, { @@ -192520,15 +191625,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Identity.Partner" + "Path": "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship_UpdateDelegatedAdminRelationship", + "OperationId": "policy_UpdateConditionalAccessPolicy", "Method": "Patch", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", + "Name": "conditionalAccessPolicy-id", "Location": "Path" } ] @@ -192536,15 +191641,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Identity.Partner" + "Path": "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship_DeleteDelegatedAdminRelationship", + "OperationId": "policy_DeleteConditionalAccessPolicy", "Method": "Delete", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", + "Name": "conditionalAccessPolicy-id", "Location": "Path" }, { @@ -192556,25 +191661,13 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "Module": "Identity.Partner" + "Path": "/policies/conditionalAccessPolicies/$count", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_ListAccessAssignment", + "OperationId": "policy.conditionalAccessPolicy_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -192582,15 +191675,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_GetCrossTenantAccessPolicy", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -192604,37 +191701,40 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_CreateAccessAssignment", - "Method": "Post", + "OperationId": "policy_UpdateCrossTenantAccessPolicy", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeleteCrossTenantAccessPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy/default", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_GetAccessAssignment", + "OperationId": "policy.crossTenantAccessPolicy_GetDefault", "Method": "Get", "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminAccessAssignment-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -192648,41 +191748,24 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy/default", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_UpdateAccessAssignment", + "OperationId": "policy.crossTenantAccessPolicy_UpdateDefault", "Method": "Patch", - "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminAccessAssignment-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy/default", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_DeleteAccessAssignment", + "OperationId": "policy.crossTenantAccessPolicy_DeleteDefault", "Method": "Delete", "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminAccessAssignment-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -192692,41 +191775,24 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy/default/microsoft.graph.resetToSystemDefault", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship.accessAssignment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "policy.crossTenantAccessPolicy.default_resetToSystemDefault", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy/partners", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_ListOperation", + "OperationId": "policy.crossTenantAccessPolicy_ListPartner", "Method": "Get", "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -192764,35 +191830,26 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy/partners", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_CreateOperation", + "OperationId": "policy.crossTenantAccessPolicy_CreatePartner", "Method": "Post", - "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_GetOperation", + "OperationId": "policy.crossTenantAccessPolicy_GetPartner", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminRelationshipOperation-id", + "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "Location": "Path" }, { @@ -192808,19 +191865,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_UpdateOperation", + "OperationId": "policy.crossTenantAccessPolicy_UpdatePartner", "Method": "Patch", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminRelationshipOperation-id", + "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "Location": "Path" } ] @@ -192828,19 +191881,15 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_DeleteOperation", + "OperationId": "policy.crossTenantAccessPolicy_DeletePartner", "Method": "Delete", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminRelationshipOperation-id", + "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "Location": "Path" }, { @@ -192852,23 +191901,23 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship.operation_GetCount", + "OperationId": "policy.crossTenantAccessPolicy.partner_GetIdentitySynchronization", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", + "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -192876,25 +191925,49 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_ListRequest", - "Method": "Get", + "OperationId": "policy.crossTenantAccessPolicy.partner_SetIdentitySynchronization", + "Method": "Put", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", + "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy.partner_DeleteIdentitySynchronization", + "Method": "Delete", + "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy/partners/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy.partner_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -192902,15 +191975,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy/templates", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy_GetTemplate", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -192924,37 +192001,40 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy/templates", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_CreateRequest", - "Method": "Post", + "OperationId": "policy.crossTenantAccessPolicy_UpdateTemplate", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy/templates", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy_DeleteTemplate", + "Method": "Delete", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_GetRequest", + "OperationId": "policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationIdentitySynchronization", "Method": "Get", "Parameters": [ - { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminRelationshipRequest-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -192968,41 +192048,71 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_UpdateRequest", + "OperationId": "policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationIdentitySynchronization", "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy.template_DeleteMultiTenantOrganizationIdentitySynchronization", + "Method": "Delete", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "delegatedAdminRelationshipRequest-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Identity.Partner" + "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_DeleteRequest", - "Method": "Delete", + "OperationId": "policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationPartnerConfiguration", + "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "delegatedAdminRelationshipRequest-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationPartnerConfiguration", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.crossTenantAccessPolicy.template_DeleteMultiTenantOrganizationPartnerConfiguration", + "Method": "Delete", + "Parameters": [ { "Name": "If-Match", "Location": "Header" @@ -193012,23 +192122,19 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", - "Module": "Identity.Partner" + "Path": "/policies/defaultAppManagementPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship.request_GetCount", + "OperationId": "policy_GetDefaultAppManagementPolicy", "Method": "Get", "Parameters": [ { - "Name": "delegatedAdminRelationship-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -193036,19 +192142,46 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/delegatedAdminRelationships/$count", - "Module": "Identity.Partner" + "Path": "/policies/defaultAppManagementPolicy", + "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "tenantRelationship.delegatedAdminRelationship_GetCount", + "OperationId": "policy_UpdateDefaultAppManagementPolicy", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/defaultAppManagementPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_DeleteDefaultAppManagementPolicy", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/deviceRegistrationPolicy", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_GetDeviceRegistrationPolicy", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -193056,11 +192189,11 @@ }, { "PathInfo": { - "Path": "/dataPolicyOperations", + "Path": "/policies/featureRolloutPolicies", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "dataPolicyOperation_ListDataPolicyOperation", + "OperationId": "policy_ListFeatureRolloutPolicy", "Method": "Get", "Parameters": [ { @@ -193100,26 +192233,26 @@ }, { "PathInfo": { - "Path": "/dataPolicyOperations", + "Path": "/policies/featureRolloutPolicies", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "dataPolicyOperation_CreateDataPolicyOperation", + "OperationId": "policy_CreateFeatureRolloutPolicy", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "dataPolicyOperation_GetDataPolicyOperation", + "OperationId": "policy_GetFeatureRolloutPolicy", "Method": "Get", "Parameters": [ { - "Name": "dataPolicyOperation-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { @@ -193135,15 +192268,15 @@ }, { "PathInfo": { - "Path": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "dataPolicyOperation_UpdateDataPolicyOperation", + "OperationId": "policy_UpdateFeatureRolloutPolicy", "Method": "Patch", "Parameters": [ { - "Name": "dataPolicyOperation-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" } ] @@ -193151,15 +192284,15 @@ }, { "PathInfo": { - "Path": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "dataPolicyOperation_DeleteDataPolicyOperation", + "OperationId": "policy_DeleteFeatureRolloutPolicy", "Method": "Delete", "Parameters": [ { - "Name": "dataPolicyOperation-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { @@ -193171,64 +192304,17 @@ }, { "PathInfo": { - "Path": "/dataPolicyOperations/$count", + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "dataPolicyOperation_GetCount", + "OperationId": "policy.featureRolloutPolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.identityContainer_GetIdentityContainer", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" + "Name": "featureRolloutPolicy-id", + "Location": "Path" }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.identityContainer_UpdateIdentityContainer", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identity/apiConnectors", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity_ListApiConnector", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -193266,86 +192352,119 @@ }, { "PathInfo": { - "Path": "/identity/apiConnectors", + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_CreateApiConnector", + "OperationId": "policy.featureRolloutPolicy_CreateAppliesTo", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "featureRolloutPolicy-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identity/apiConnectors/{identityApiConnector-id}", + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_GetApiConnector", - "Method": "Get", + "OperationId": "policy.featureRolloutPolicy.appliesTo_DeleteDirectoryObjectGraphBPreRef", + "Method": "Delete", "Parameters": [ { - "Name": "identityApiConnector-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "directoryObject-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identity/apiConnectors/{identityApiConnector-id}", + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_UpdateApiConnector", - "Method": "Patch", + "OperationId": "policy.featureRolloutPolicy.appliesTo_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "identityApiConnector-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/apiConnectors/{identityApiConnector-id}", + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_DeleteApiConnector", - "Method": "Delete", + "OperationId": "policy.featureRolloutPolicy_ListAppliesToGraphBPreRef", + "Method": "Get", "Parameters": [ { - "Name": "identityApiConnector-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/apiConnectors/{identityApiConnector-id}/microsoft.graph.uploadClientCertificate", + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.apiConnector_uploadClientCertificate", + "OperationId": "policy.featureRolloutPolicy_CreateAppliesToGraphBPreRef", "Method": "Post", "Parameters": [ { - "Name": "identityApiConnector-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" } ] @@ -193353,11 +192472,35 @@ }, { "PathInfo": { - "Path": "/identity/apiConnectors/$count", + "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.apiConnector_GetCount", + "OperationId": "policy.featureRolloutPolicy_DeleteAppliesToGraphBPreRef", + "Method": "Delete", + "Parameters": [ + { + "Name": "featureRolloutPolicy-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + }, + { + "Name": "@id", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/featureRolloutPolicies/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.featureRolloutPolicy_GetCount", "Method": "Get", "Parameters": [ { @@ -193373,11 +192516,11 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventListeners", + "Path": "/policies/homeRealmDiscoveryPolicies", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_ListAuthenticationEventListener", + "OperationId": "policy_ListHomeRealmDiscoveryPolicy", "Method": "Get", "Parameters": [ { @@ -193417,26 +192560,26 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventListeners", + "Path": "/policies/homeRealmDiscoveryPolicies", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_CreateAuthenticationEventListener", + "OperationId": "policy_CreateHomeRealmDiscoveryPolicy", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_GetAuthenticationEventListener", + "OperationId": "policy_GetHomeRealmDiscoveryPolicy", "Method": "Get", "Parameters": [ { - "Name": "authenticationEventListener-id", + "Name": "homeRealmDiscoveryPolicy-id", "Location": "Path" }, { @@ -193452,15 +192595,15 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_UpdateAuthenticationEventListener", + "OperationId": "policy_UpdateHomeRealmDiscoveryPolicy", "Method": "Patch", "Parameters": [ { - "Name": "authenticationEventListener-id", + "Name": "homeRealmDiscoveryPolicy-id", "Location": "Path" } ] @@ -193468,15 +192611,15 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_DeleteAuthenticationEventListener", + "OperationId": "policy_DeleteHomeRealmDiscoveryPolicy", "Method": "Delete", "Parameters": [ { - "Name": "authenticationEventListener-id", + "Name": "homeRealmDiscoveryPolicy-id", "Location": "Path" }, { @@ -193488,33 +192631,17 @@ }, { "PathInfo": { - "Path": "/identity/authenticationEventListeners/$count", + "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.authenticationEventListener_GetCount", + "OperationId": "policy.homeRealmDiscoveryPolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "homeRealmDiscoveryPolicy-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity_ListB2xUserFlow", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -193552,26 +192679,19 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity_CreateB2xUserFlow", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_GetB2xUserFlow", + "OperationId": "policy.homeRealmDiscoveryPolicy_GetAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "homeRealmDiscoveryPolicy-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" }, { @@ -193587,59 +192707,43 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_UpdateB2xUserFlow", - "Method": "Patch", + "OperationId": "policy.homeRealmDiscoveryPolicy.appliesTo_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "homeRealmDiscoveryPolicy-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity_DeleteB2xUserFlow", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", + "Path": "/policies/homeRealmDiscoveryPolicies/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetApiConnectorConfiguration", + "OperationId": "policy.homeRealmDiscoveryPolicy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -193647,17 +192751,13 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Path": "/policies/identitySecurityDefaultsEnforcementPolicy", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetPostAttributeCollection", + "OperationId": "policy_GetIdentitySecurityDefaultsEnforcementPolicy", "Method": "Get", "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -193671,33 +192771,24 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Path": "/policies/identitySecurityDefaultsEnforcementPolicy", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_UpdatePostAttributeCollection", + "OperationId": "policy_UpdateIdentitySecurityDefaultsEnforcementPolicy", "Method": "Patch", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Path": "/policies/identitySecurityDefaultsEnforcementPolicy", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_DeletePostAttributeCollection", + "OperationId": "policy_DeleteIdentitySecurityDefaultsEnforcementPolicy", "Method": "Delete", "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -193707,85 +192798,156 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Path": "/policies/permissionGrantPolicies", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetPostGraphAPretributeCollectionGraphBPreRef", + "OperationId": "policy_ListPermissionGrantPolicy", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Path": "/policies/permissionGrantPolicies", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_SetPostGraphAPretributeCollectionGraphBPreRef", - "Method": "Put", + "OperationId": "policy_CreatePermissionGrantPolicy", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_GetPermissionGrantPolicy", + "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_DeletePostGraphAPretributeCollectionGraphBPreRef", - "Method": "Delete", + "OperationId": "policy_UpdatePermissionGrantPolicy", + "Method": "Patch", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/microsoft.graph.uploadClientCertificate", + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.apiConnectorConfiguration.postAttributeCollection_uploadClientCertificate", - "Method": "Post", + "OperationId": "policy_DeletePermissionGrantPolicy", + "Method": "Delete", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetPostFederationSignup", + "OperationId": "policy.permissionGrantPolicy_ListExclude", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -193799,15 +192961,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_UpdatePostFederationSignup", - "Method": "Patch", + "OperationId": "policy.permissionGrantPolicy_CreateExclude", + "Method": "Post", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" } ] @@ -193815,51 +192977,47 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_DeletePostFederationSignup", - "Method": "Delete", + "OperationId": "policy.permissionGrantPolicy_GetExclude", + "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "permissionGrantConditionSet-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetPostFederationSignupGraphBPreRef", - "Method": "Get", + "OperationId": "policy.permissionGrantPolicy_UpdateExclude", + "Method": "Patch", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow_SetPostFederationSignupGraphBPreRef", - "Method": "Put", - "Parameters": [ + }, { - "Name": "b2xIdentityUserFlow-id", + "Name": "permissionGrantConditionSet-id", "Location": "Path" } ] @@ -193867,15 +193025,19 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_DeletePostFederationSignupGraphBPreRef", + "OperationId": "policy.permissionGrantPolicy_DeleteExclude", "Method": "Delete", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "permissionGrantPolicy-id", + "Location": "Path" + }, + { + "Name": "permissionGrantConditionSet-id", "Location": "Path" }, { @@ -193887,31 +193049,39 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/microsoft.graph.uploadClientCertificate", + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.apiConnectorConfiguration.postFederationSignup_uploadClientCertificate", - "Method": "Post", + "OperationId": "policy.permissionGrantPolicy.exclude_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_ListIdentityProvider", + "OperationId": "policy.permissionGrantPolicy_ListInclude", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, { @@ -193951,19 +193121,35 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetIdentityProvider", + "OperationId": "policy.permissionGrantPolicy_CreateInclude", + "Method": "Post", + "Parameters": [ + { + "Name": "permissionGrantPolicy-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.permissionGrantPolicy_GetInclude", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, { - "Name": "identityProvider-id", + "Name": "permissionGrantConditionSet-id", "Location": "Path" }, { @@ -193979,15 +193165,59 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.identityProvider_GetCount", + "OperationId": "policy.permissionGrantPolicy_UpdateInclude", + "Method": "Patch", + "Parameters": [ + { + "Name": "permissionGrantPolicy-id", + "Location": "Path" + }, + { + "Name": "permissionGrantConditionSet-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.permissionGrantPolicy_DeleteInclude", + "Method": "Delete", + "Parameters": [ + { + "Name": "permissionGrantPolicy-id", + "Location": "Path" + }, + { + "Name": "permissionGrantConditionSet-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.permissionGrantPolicy.include_GetCount", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "permissionGrantPolicy-id", "Location": "Path" }, { @@ -194003,17 +193233,33 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "Path": "/policies/permissionGrantPolicies/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_ListLanguage", + "OperationId": "policy.permissionGrantPolicy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies/roleManagementPolicies", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_ListRoleManagementPolicy", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -194051,35 +193297,26 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "Path": "/policies/roleManagementPolicies", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_CreateLanguage", + "OperationId": "policy_CreateRoleManagementPolicy", "Method": "Post", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetLanguage", + "OperationId": "policy_GetRoleManagementPolicy", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { @@ -194095,19 +193332,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_UpdateLanguage", + "OperationId": "policy_UpdateRoleManagementPolicy", "Method": "Patch", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" } ] @@ -194115,19 +193348,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_DeleteLanguage", + "OperationId": "policy_DeleteRoleManagementPolicy", "Method": "Delete", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { @@ -194139,19 +193368,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_ListDefaultPage", + "OperationId": "policy.roleManagementPolicy_ListEffectiveRule", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { @@ -194191,19 +193416,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_CreateDefaultPage", + "OperationId": "policy.roleManagementPolicy_CreateEffectiveRule", "Method": "Post", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" } ] @@ -194211,23 +193432,19 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_GetDefaultPage", + "OperationId": "policy.roleManagementPolicy_GetEffectiveRule", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { - "Name": "userFlowLanguagePage-id", + "Name": "unifiedRoleManagementPolicyRule-id", "Location": "Path" }, { @@ -194243,23 +193460,19 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_UpdateDefaultPage", + "OperationId": "policy.roleManagementPolicy_UpdateEffectiveRule", "Method": "Patch", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { - "Name": "userFlowLanguagePage-id", + "Name": "unifiedRoleManagementPolicyRule-id", "Location": "Path" } ] @@ -194267,23 +193480,19 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_DeleteDefaultPage", + "OperationId": "policy.roleManagementPolicy_DeleteEffectiveRule", "Method": "Delete", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { - "Name": "userFlowLanguagePage-id", + "Name": "unifiedRoleManagementPolicyRule-id", "Location": "Path" }, { @@ -194295,67 +193504,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_GetDefaultPagesContent", - "Method": "Get", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguagePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_SetDefaultPagesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguagePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language.defaultPage_GetCount", + "OperationId": "policy.roleManagementPolicy.effectiveRule_GetCount", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { @@ -194371,19 +193528,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_ListOverridesPage", + "OperationId": "policy.roleManagementPolicy_ListRule", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { @@ -194423,19 +193576,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_CreateOverridesPage", + "OperationId": "policy.roleManagementPolicy_CreateRule", "Method": "Post", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" } ] @@ -194443,23 +193592,19 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_GetOverridesPage", + "OperationId": "policy.roleManagementPolicy_GetRule", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { - "Name": "userFlowLanguagePage-id", + "Name": "unifiedRoleManagementPolicyRule-id", "Location": "Path" }, { @@ -194475,23 +193620,19 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_UpdateOverridesPage", + "OperationId": "policy.roleManagementPolicy_UpdateRule", "Method": "Patch", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { - "Name": "userFlowLanguagePage-id", + "Name": "unifiedRoleManagementPolicyRule-id", "Location": "Path" } ] @@ -194499,23 +193640,19 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_DeleteOverridesPage", + "OperationId": "policy.roleManagementPolicy_DeleteRule", "Method": "Delete", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { - "Name": "userFlowLanguagePage-id", + "Name": "unifiedRoleManagementPolicyRule-id", "Location": "Path" }, { @@ -194527,67 +193664,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_GetOverridesPagesContent", - "Method": "Get", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguagePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_SetOverridesPagesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguagePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", + "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language.overridesPage_GetCount", + "OperationId": "policy.roleManagementPolicy.rule_GetCount", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "userFlowLanguageConfiguration-id", + "Name": "unifiedRoleManagementPolicy-id", "Location": "Path" }, { @@ -194603,17 +193688,13 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", + "Path": "/policies/roleManagementPolicies/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.language_GetCount", + "OperationId": "policy.roleManagementPolicy_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -194627,17 +193708,13 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Path": "/policies/roleManagementPolicyAssignments", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_ListUserAttributeAssignment", + "OperationId": "policy_ListRoleManagementPolicyAssignment", "Method": "Get", "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -194675,35 +193752,26 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Path": "/policies/roleManagementPolicyAssignments", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_CreateUserAttributeAssignment", + "OperationId": "policy_CreateRoleManagementPolicyAssignment", "Method": "Post", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetUserAttributeAssignment", + "OperationId": "policy_GetRoleManagementPolicyAssignment", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "identityUserFlowAttributeAssignment-id", + "Name": "unifiedRoleManagementPolicyAssignment-id", "Location": "Path" }, { @@ -194719,19 +193787,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_UpdateUserAttributeAssignment", + "OperationId": "policy_UpdateRoleManagementPolicyAssignment", "Method": "Patch", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "identityUserFlowAttributeAssignment-id", + "Name": "unifiedRoleManagementPolicyAssignment-id", "Location": "Path" } ] @@ -194739,19 +193803,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_DeleteUserAttributeAssignment", + "OperationId": "policy_DeleteRoleManagementPolicyAssignment", "Method": "Delete", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "identityUserFlowAttributeAssignment-id", + "Name": "unifiedRoleManagementPolicyAssignment-id", "Location": "Path" }, { @@ -194763,19 +193823,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.userAttributeAssignment_GetUserAttribute", + "OperationId": "policy.roleManagementPolicyAssignment_GetPolicy", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "identityUserFlowAttributeAssignment-id", + "Name": "unifiedRoleManagementPolicyAssignment-id", "Location": "Path" }, { @@ -194791,17 +193847,13 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", + "Path": "/policies/roleManagementPolicyAssignments/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.userAttributeAssignment_GetCount", + "OperationId": "policy.roleManagementPolicyAssignment_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -194815,49 +193867,13 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/microsoft.graph.getOrder()", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow.userAttributeAssignment_getOrder", - "Method": "Get", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/microsoft.graph.setOrder", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow.userAttributeAssignment_setOrder", - "Method": "Post", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders", + "Path": "/policies/tokenIssuancePolicies", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_ListUserFlowIdentityProvider", + "OperationId": "policy_ListTokenIssuancePolicy", "Method": "Get", "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -194895,47 +193911,34 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "Path": "/policies/tokenIssuancePolicies", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.userFlowIdentityProvider_DeleteIdentityProviderBaseGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "identityProviderBase-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "policy_CreateTokenIssuancePolicy", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$count", + "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow.userFlowIdentityProvider_GetCount", + "OperationId": "policy_GetTokenIssuancePolicy", "Method": "Get", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "tokenIssuancePolicy-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -194943,55 +193946,15 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_ListUserFlowIdentityProviderGraphBPreRef", - "Method": "Get", + "OperationId": "policy_UpdateTokenIssuancePolicy", + "Method": "Patch", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.b2xUserFlow_CreateUserFlowIdentityProviderGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "b2xIdentityUserFlow-id", + "Name": "tokenIssuancePolicy-id", "Location": "Path" } ] @@ -194999,57 +193962,37 @@ }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_DeleteUserFlowIdentityProviderGraphBPreRef", + "OperationId": "policy_DeleteTokenIssuancePolicy", "Method": "Delete", "Parameters": [ { - "Name": "b2xIdentityUserFlow-id", + "Name": "tokenIssuancePolicy-id", "Location": "Path" }, { "Name": "If-Match", "Location": "Header" - }, - { - "Name": "@id", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/b2xUserFlows/$count", + "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.b2xUserFlow_GetCount", + "OperationId": "policy.tokenIssuancePolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "tokenIssuancePolicy-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationContextClassReferences", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess_ListAuthenticationContextClassReference", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -195087,26 +194030,19 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationContextClassReferences", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess_CreateAuthenticationContextClassReference", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_GetAuthenticationContextClassReference", + "OperationId": "policy.tokenIssuancePolicy_GetAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "authenticationContextClassReference-id", + "Name": "tokenIssuancePolicy-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", "Location": "Path" }, { @@ -195122,49 +194058,17 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess_UpdateAuthenticationContextClassReference", - "Method": "Patch", - "Parameters": [ - { - "Name": "authenticationContextClassReference-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_DeleteAuthenticationContextClassReference", - "Method": "Delete", + "OperationId": "policy.tokenIssuancePolicy.appliesTo_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "authenticationContextClassReference-id", + "Name": "tokenIssuancePolicy-id", "Location": "Path" }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationContextClassReferences/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationContextClassReference_GetCount", - "Method": "Get", - "Parameters": [ { "Name": "$search", "Location": "Query" @@ -195178,19 +194082,19 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength", + "Path": "/policies/tokenIssuancePolicies/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_GetAuthenticationStrength", + "OperationId": "policy.tokenIssuancePolicy_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -195198,38 +194102,11 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess_UpdateAuthenticationStrength", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess_DeleteAuthenticationStrength", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes", + "Path": "/policies/tokenLifetimePolicies", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_ListAuthenticationMethodMode", + "OperationId": "policy_ListTokenLifetimePolicy", "Method": "Get", "Parameters": [ { @@ -195269,26 +194146,26 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes", + "Path": "/policies/tokenLifetimePolicies", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_CreateAuthenticationMethodMode", + "OperationId": "policy_CreateTokenLifetimePolicy", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_GetAuthenticationMethodMode", + "OperationId": "policy_GetTokenLifetimePolicy", "Method": "Get", "Parameters": [ { - "Name": "authenticationMethodModeDetail-id", + "Name": "tokenLifetimePolicy-id", "Location": "Path" }, { @@ -195304,15 +194181,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_UpdateAuthenticationMethodMode", + "OperationId": "policy_UpdateTokenLifetimePolicy", "Method": "Patch", "Parameters": [ { - "Name": "authenticationMethodModeDetail-id", + "Name": "tokenLifetimePolicy-id", "Location": "Path" } ] @@ -195320,15 +194197,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_DeleteAuthenticationMethodMode", + "OperationId": "policy_DeleteTokenLifetimePolicy", "Method": "Delete", "Parameters": [ { - "Name": "authenticationMethodModeDetail-id", + "Name": "tokenLifetimePolicy-id", "Location": "Path" }, { @@ -195340,33 +194217,17 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/$count", + "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.authenticationMethodMode_GetCount", + "OperationId": "policy.tokenLifetimePolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "tokenLifetimePolicy-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_ListPolicy", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -195404,34 +194265,51 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies", + "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_CreatePolicy", - "Method": "Post", - "Parameters": [] + "OperationId": "policy.tokenLifetimePolicy_GetAppliesTo", + "Method": "Get", + "Parameters": [ + { + "Name": "tokenLifetimePolicy-id", + "Location": "Path" + }, + { + "Name": "directoryObject-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}", + "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_GetPolicy", + "OperationId": "policy.tokenLifetimePolicy.appliesTo_GetCount", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "tokenLifetimePolicy-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -195439,53 +194317,84 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}", + "Path": "/policies/tokenLifetimePolicies/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_UpdatePolicy", - "Method": "Patch", + "OperationId": "policy.tokenLifetimePolicy_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}", + "Path": "/tenantRelationships/multiTenantOrganization", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength_DeletePolicy", - "Method": "Delete", + "OperationId": "tenantRelationship_GetMultiTenantOrganization", + "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Path": "/tenantRelationships/multiTenantOrganization/joinRequest", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_ListCombinationConfiguration", + "OperationId": "tenantRelationship.multiTenantOrganization_GetJoinRequest", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/multiTenantOrganization/joinRequest", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.multiTenantOrganization_UpdateJoinRequest", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/tenantRelationships/multiTenantOrganization/tenants", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "tenantRelationship.multiTenantOrganization_ListTenant", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -195523,35 +194432,26 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Path": "/tenantRelationships/multiTenantOrganization/tenants", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_CreateCombinationConfiguration", + "OperationId": "tenantRelationship.multiTenantOrganization_CreateTenant", "Method": "Post", - "Parameters": [ - { - "Name": "authenticationStrengthPolicy-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Path": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_GetCombinationConfiguration", + "OperationId": "tenantRelationship.multiTenantOrganization_GetTenant", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", - "Location": "Path" - }, - { - "Name": "authenticationCombinationConfiguration-id", + "Name": "multiTenantOrganizationMember-id", "Location": "Path" }, { @@ -195567,19 +194467,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Path": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_UpdateCombinationConfiguration", + "OperationId": "tenantRelationship.multiTenantOrganization_UpdateTenant", "Method": "Patch", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", - "Location": "Path" - }, - { - "Name": "authenticationCombinationConfiguration-id", + "Name": "multiTenantOrganizationMember-id", "Location": "Path" } ] @@ -195587,19 +194483,15 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Path": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_DeleteCombinationConfiguration", + "OperationId": "tenantRelationship.multiTenantOrganization_DeleteTenant", "Method": "Delete", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", - "Location": "Path" - }, - { - "Name": "authenticationCombinationConfiguration-id", + "Name": "multiTenantOrganizationMember-id", "Location": "Path" }, { @@ -195611,17 +194503,13 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "Path": "/tenantRelationships/multiTenantOrganization/tenants/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy.combinationConfiguration_GetCount", + "OperationId": "tenantRelationship.multiTenantOrganization.tenant_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "authenticationStrengthPolicy-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -195635,31 +194523,39 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/microsoft.graph.updateAllowedCombinations", + "Path": "/users/{user-id}/authentication", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_updateAllowedCombination", - "Method": "Post", + "OperationId": "user_GetAuthentication", + "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "user-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/microsoft.graph.usage()", + "Path": "/users/{user-id}/authentication", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_usage", - "Method": "Get", + "OperationId": "user_UpdateAuthentication", + "Method": "Patch", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "user-id", "Location": "Path" } ] @@ -195667,33 +194563,37 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/authenticationStrength/policies/$count", + "Path": "/users/{user-id}/authentication", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.authenticationStrength.policy_GetCount", - "Method": "Get", + "OperationId": "user_DeleteAuthentication", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/namedLocations", + "Path": "/users/{user-id}/authentication/emailMethods", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_ListNamedLocation", + "OperationId": "user.authentication_ListEmailMethod", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -195731,26 +194631,35 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/namedLocations", + "Path": "/users/{user-id}/authentication/emailMethods", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_CreateNamedLocation", + "OperationId": "user.authentication_CreateEmailMethod", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Path": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_GetNamedLocation", + "OperationId": "user.authentication_GetEmailMethod", "Method": "Get", "Parameters": [ { - "Name": "namedLocation-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "emailAuthenticationMethod-id", "Location": "Path" }, { @@ -195766,15 +194675,19 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Path": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_UpdateNamedLocation", + "OperationId": "user.authentication_UpdateEmailMethod", "Method": "Patch", "Parameters": [ { - "Name": "namedLocation-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "emailAuthenticationMethod-id", "Location": "Path" } ] @@ -195782,15 +194695,19 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Path": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_DeleteNamedLocation", + "OperationId": "user.authentication_DeleteEmailMethod", "Method": "Delete", "Parameters": [ { - "Name": "namedLocation-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "emailAuthenticationMethod-id", "Location": "Path" }, { @@ -195802,13 +194719,17 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/namedLocations/$count", + "Path": "/users/{user-id}/authentication/emailMethods/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.namedLocation_GetCount", + "OperationId": "user.authentication.emailMethod_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -195822,13 +194743,17 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/policies", + "Path": "/users/{user-id}/authentication/fido2Methods", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_ListPolicy", + "OperationId": "user.authentication_ListFido2Method", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -195866,26 +194791,19 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/policies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess_CreatePolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Path": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_GetPolicy", + "OperationId": "user.authentication_GetFido2Method", "Method": "Get", "Parameters": [ { - "Name": "conditionalAccessPolicy-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "fido2AuthenticationMethod-id", "Location": "Path" }, { @@ -195901,31 +194819,19 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Path": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_UpdatePolicy", - "Method": "Patch", + "OperationId": "user.authentication_DeleteFido2Method", + "Method": "Delete", "Parameters": [ { - "Name": "conditionalAccessPolicy-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.conditionalAccess_DeletePolicy", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "conditionalAccessPolicy-id", + "Name": "fido2AuthenticationMethod-id", "Location": "Path" }, { @@ -195937,13 +194843,17 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/policies/$count", + "Path": "/users/{user-id}/authentication/fido2Methods/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.policy_GetCount", + "OperationId": "user.authentication.fido2Method_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -195957,13 +194867,17 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/templates", + "Path": "/users/{user-id}/authentication/methods", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_ListTemplate", + "OperationId": "user.authentication_ListMethod", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -196001,15 +194915,35 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "Path": "/users/{user-id}/authentication/methods", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess_GetTemplate", + "OperationId": "user.authentication_CreateMethod", + "Method": "Post", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "user.authentication_GetMethod", "Method": "Get", "Parameters": [ { - "Name": "conditionalAccessTemplate-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "authenticationMethod-id", "Location": "Path" }, { @@ -196025,13 +194959,37 @@ }, { "PathInfo": { - "Path": "/identity/conditionalAccess/templates/$count", + "Path": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.conditionalAccess.template_GetCount", + "OperationId": "user.authentication_UpdateMethod", + "Method": "Patch", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "authenticationMethod-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/authentication/methods/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "user.authentication.method_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -196045,13 +195003,17 @@ }, { "PathInfo": { - "Path": "/identity/customAuthenticationExtensions", + "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_ListCustomAuthenticationExtension", + "OperationId": "user.authentication_ListMicrosoftAuthenticatorMethod", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -196089,26 +195051,19 @@ }, { "PathInfo": { - "Path": "/identity/customAuthenticationExtensions", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity_CreateCustomAuthenticationExtension", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_GetCustomAuthenticationExtension", + "OperationId": "user.authentication_GetMicrosoftAuthenticatorMethod", "Method": "Get", "Parameters": [ { - "Name": "customAuthenticationExtension-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "microsoftAuthenticatorAuthenticationMethod-id", "Location": "Path" }, { @@ -196124,31 +195079,19 @@ }, { "PathInfo": { - "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_UpdateCustomAuthenticationExtension", - "Method": "Patch", + "OperationId": "user.authentication_DeleteMicrosoftAuthenticatorMethod", + "Method": "Delete", "Parameters": [ { - "Name": "customAuthenticationExtension-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity_DeleteCustomAuthenticationExtension", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "customAuthenticationExtension-id", + "Name": "microsoftAuthenticatorAuthenticationMethod-id", "Location": "Path" }, { @@ -196160,29 +195103,45 @@ }, { "PathInfo": { - "Path": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/microsoft.graph.validateAuthenticationConfiguration", + "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.customAuthenticationExtension_validateAuthenticationConfiguration", - "Method": "Post", + "OperationId": "user.authentication.microsoftAuthenticatorMethod_GetDevice", + "Method": "Get", "Parameters": [ { - "Name": "customAuthenticationExtension-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "microsoftAuthenticatorAuthenticationMethod-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/customAuthenticationExtensions/$count", + "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.customAuthenticationExtension_GetCount", + "OperationId": "user.authentication.microsoftAuthenticatorMethod_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -196196,24 +195155,17 @@ }, { "PathInfo": { - "Path": "/identity/customAuthenticationExtensions/microsoft.graph.validateAuthenticationConfiguration", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.customAuthenticationExtension_validateAuthenticationConfiguration", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identity/identityProviders", + "Path": "/users/{user-id}/authentication/operations", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_ListIdentityProvider", + "OperationId": "user.authentication_ListOperation", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -196251,26 +195203,35 @@ }, { "PathInfo": { - "Path": "/identity/identityProviders", + "Path": "/users/{user-id}/authentication/operations", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_CreateIdentityProvider", + "OperationId": "user.authentication_CreateOperation", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identity/identityProviders/{identityProviderBase-id}", + "Path": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_GetIdentityProvider", + "OperationId": "user.authentication_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "identityProviderBase-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "longRunningOperation-id", "Location": "Path" }, { @@ -196286,15 +195247,19 @@ }, { "PathInfo": { - "Path": "/identity/identityProviders/{identityProviderBase-id}", + "Path": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_UpdateIdentityProvider", + "OperationId": "user.authentication_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "identityProviderBase-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "longRunningOperation-id", "Location": "Path" } ] @@ -196302,60 +195267,40 @@ }, { "PathInfo": { - "Path": "/identity/identityProviders/{identityProviderBase-id}", + "Path": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_DeleteIdentityProvider", + "OperationId": "user.authentication_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "identityProviderBase-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/identityProviders/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.identityProvider_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" + "Name": "longRunningOperation-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identity/identityProviders/microsoft.graph.availableProviderTypes()", + "Path": "/users/{user-id}/authentication/operations/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity.identityProvider_availableProviderType", + "OperationId": "user.authentication.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { "Name": "$search", @@ -196364,23 +195309,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identity/userFlowAttributes", + "Path": "/users/{user-id}/authentication/passwordMethods", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_ListUserFlowAttribute", + "OperationId": "user.authentication_ListPasswordMethod", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -196418,26 +195363,35 @@ }, { "PathInfo": { - "Path": "/identity/userFlowAttributes", + "Path": "/users/{user-id}/authentication/passwordMethods", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_CreateUserFlowAttribute", + "OperationId": "user.authentication_CreatePasswordMethod", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Path": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_GetUserFlowAttribute", + "OperationId": "user.authentication_GetPasswordMethod", "Method": "Get", "Parameters": [ { - "Name": "identityUserFlowAttribute-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "passwordAuthenticationMethod-id", "Location": "Path" }, { @@ -196453,49 +195407,17 @@ }, { "PathInfo": { - "Path": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity_UpdateUserFlowAttribute", - "Method": "Patch", - "Parameters": [ - { - "Name": "identityUserFlowAttribute-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Path": "/users/{user-id}/authentication/passwordMethods/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identity_DeleteUserFlowAttribute", - "Method": "Delete", + "OperationId": "user.authentication.passwordMethod_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "identityUserFlowAttribute-id", + "Name": "user-id", "Location": "Path" }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identity/userFlowAttributes/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identity.userFlowAttribute_GetCount", - "Method": "Get", - "Parameters": [ { "Name": "$search", "Location": "Query" @@ -196509,44 +195431,17 @@ }, { "PathInfo": { - "Path": "/identityProtection", + "Path": "/users/{user-id}/authentication/phoneMethods", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection.identityProtectionRoot_GetIdentityProtectionRoot", + "OperationId": "user.authentication_ListPhoneMethod", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityProtection", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProtection.identityProtectionRoot_UpdateIdentityProtectionRoot", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityProtection/riskDetections", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProtection_ListRiskDetection", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -196584,26 +195479,35 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskDetections", + "Path": "/users/{user-id}/authentication/phoneMethods", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection_CreateRiskDetection", + "OperationId": "user.authentication_CreatePhoneMethod", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityProtection/riskDetections/{riskDetection-id}", + "Path": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection_GetRiskDetection", + "OperationId": "user.authentication_GetPhoneMethod", "Method": "Get", "Parameters": [ { - "Name": "riskDetection-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "phoneAuthenticationMethod-id", "Location": "Path" }, { @@ -196619,15 +195523,19 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskDetections/{riskDetection-id}", + "Path": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection_UpdateRiskDetection", + "OperationId": "user.authentication_UpdatePhoneMethod", "Method": "Patch", "Parameters": [ { - "Name": "riskDetection-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "phoneAuthenticationMethod-id", "Location": "Path" } ] @@ -196635,15 +195543,19 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskDetections/{riskDetection-id}", + "Path": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection_DeleteRiskDetection", + "OperationId": "user.authentication_DeletePhoneMethod", "Method": "Delete", "Parameters": [ { - "Name": "riskDetection-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "phoneAuthenticationMethod-id", "Location": "Path" }, { @@ -196655,13 +195567,17 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskDetections/$count", + "Path": "/users/{user-id}/authentication/phoneMethods/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection.riskDetection_GetCount", + "OperationId": "user.authentication.phoneMethod_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -196675,13 +195591,17 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals", + "Path": "/users/{user-id}/authentication/softwareOathMethods", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection_ListRiskyServicePrincipal", + "OperationId": "user.authentication_ListSoftwareOathMethod", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -196719,26 +195639,19 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProtection_CreateRiskyServicePrincipal", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Path": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection_GetRiskyServicePrincipal", + "OperationId": "user.authentication_GetSoftwareOathMethod", "Method": "Get", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "softwareOathAuthenticationMethod-id", "Location": "Path" }, { @@ -196754,51 +195667,63 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Path": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection_UpdateRiskyServicePrincipal", - "Method": "Patch", + "OperationId": "user.authentication_DeleteSoftwareOathMethod", + "Method": "Delete", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "softwareOathAuthenticationMethod-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Path": "/users/{user-id}/authentication/softwareOathMethods/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection_DeleteRiskyServicePrincipal", - "Method": "Delete", + "OperationId": "user.authentication.softwareOathMethod_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_ListHistory", + "OperationId": "user.authentication_ListTemporaryAccessPassMethod", "Method": "Get", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "user-id", "Location": "Path" }, { @@ -196838,15 +195763,15 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_CreateHistory", + "OperationId": "user.authentication_CreateTemporaryAccessPassMethod", "Method": "Post", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "user-id", "Location": "Path" } ] @@ -196854,19 +195779,19 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_GetHistory", + "OperationId": "user.authentication_GetTemporaryAccessPassMethod", "Method": "Get", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "riskyServicePrincipalHistoryItem-id", + "Name": "temporaryAccessPassAuthenticationMethod-id", "Location": "Path" }, { @@ -196882,61 +195807,73 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_UpdateHistory", - "Method": "Patch", + "OperationId": "user.authentication_DeleteTemporaryAccessPassMethod", + "Method": "Delete", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "riskyServicePrincipalHistoryItem-id", + "Name": "temporaryAccessPassAuthenticationMethod-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_DeleteHistory", - "Method": "Delete", + "OperationId": "user.authentication.temporaryAccessPassMethod_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "riskyServicePrincipalHistoryItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", + "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal.history_GetCount", + "OperationId": "user.authentication_ListWindowsHelloGraphFPreBusinessMethod", "Method": "Get", "Parameters": [ { - "Name": "riskyServicePrincipal-id", + "Name": "user-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -196944,25 +195881,49 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/$count", + "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_GetCount", + "OperationId": "user.authentication_GetWindowsHelloGraphFPreBusinessMethod", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "windowsHelloForBusinessAuthenticationMethod-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -196970,58 +195931,44 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/microsoft.graph.confirmCompromised", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_confirmCompromised", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityProtection/riskyServicePrincipals/microsoft.graph.dismiss", + "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection.riskyServicePrincipal_dismiss", - "Method": "Post", - "Parameters": [] + "OperationId": "user.authentication_DeleteWindowsHelloGraphFPreBusinessMethod", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "windowsHelloForBusinessAuthenticationMethod-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers", + "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection_ListRiskyUser", + "OperationId": "user.authentication.windowsHelloGraphFPreBusinessMethod_GetDevice", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "windowsHelloForBusinessAuthenticationMethod-id", + "Location": "Path" }, { "Name": "$select", @@ -197036,34 +195983,23 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProtection_CreateRiskyUser", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}", + "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "identityProtection_GetRiskyUser", + "OperationId": "user.authentication.windowsHelloGraphFPreBusinessMethod_GetCount", "Method": "Get", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -197071,51 +196007,55 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/inferenceClassification", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProtection_UpdateRiskyUser", - "Method": "Patch", + "OperationId": "user_GetInferenceClassification", + "Method": "Get", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "user-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/inferenceClassification", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProtection_DeleteRiskyUser", - "Method": "Delete", + "OperationId": "user_UpdateInferenceClassification", + "Method": "Patch", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "user-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/inferenceClassification/overrides", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProtection.riskyUser_ListHistory", + "OperationId": "user.inferenceClassification_ListOverride", "Method": "Get", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "user-id", "Location": "Path" }, { @@ -197155,15 +196095,15 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/inferenceClassification/overrides", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProtection.riskyUser_CreateHistory", + "OperationId": "user.inferenceClassification_CreateOverride", "Method": "Post", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "user-id", "Location": "Path" } ] @@ -197171,19 +196111,19 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProtection.riskyUser_GetHistory", + "OperationId": "user.inferenceClassification_GetOverride", "Method": "Get", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "riskyUserHistoryItem-id", + "Name": "inferenceClassificationOverride-id", "Location": "Path" }, { @@ -197199,19 +196139,19 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProtection.riskyUser_UpdateHistory", + "OperationId": "user.inferenceClassification_UpdateOverride", "Method": "Patch", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "riskyUserHistoryItem-id", + "Name": "inferenceClassificationOverride-id", "Location": "Path" } ] @@ -197219,19 +196159,19 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProtection.riskyUser_DeleteHistory", + "OperationId": "user.inferenceClassification_DeleteOverride", "Method": "Delete", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "riskyUserHistoryItem-id", + "Name": "inferenceClassificationOverride-id", "Location": "Path" }, { @@ -197243,15 +196183,15 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/inferenceClassification/overrides/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProtection.riskyUser.history_GetCount", + "OperationId": "user.inferenceClassification.override_GetCount", "Method": "Get", "Parameters": [ { - "Name": "riskyUser-id", + "Name": "user-id", "Location": "Path" }, { @@ -197267,55 +196207,21 @@ }, { "PathInfo": { - "Path": "/identityProtection/riskyUsers/$count", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProtection.riskyUser_GetCount", + "OperationId": "user_ListMailFolder", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "includeHiddenFolders", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityProtection/riskyUsers/microsoft.graph.confirmCompromised", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProtection.riskyUser_confirmCompromised", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityProtection/riskyUsers/microsoft.graph.dismiss", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProtection.riskyUser_dismiss", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/identityProtection/servicePrincipalRiskDetections", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProtection_ListServicePrincipalRiskDetection", - "Method": "Get", - "Parameters": [ + }, { "Name": "$top", "Location": "Query" @@ -197353,28 +196259,41 @@ }, { "PathInfo": { - "Path": "/identityProtection/servicePrincipalRiskDetections", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProtection_CreateServicePrincipalRiskDetection", + "OperationId": "user_CreateMailFolder", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProtection_GetServicePrincipalRiskDetection", + "OperationId": "user_GetMailFolder", "Method": "Get", "Parameters": [ { - "Name": "servicePrincipalRiskDetection-id", + "Name": "user-id", "Location": "Path" }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "includeHiddenFolders", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -197388,15 +196307,19 @@ }, { "PathInfo": { - "Path": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProtection_UpdateServicePrincipalRiskDetection", + "OperationId": "user_UpdateMailFolder", "Method": "Patch", "Parameters": [ { - "Name": "servicePrincipalRiskDetection-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", "Location": "Path" } ] @@ -197404,15 +196327,19 @@ }, { "PathInfo": { - "Path": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProtection_DeleteServicePrincipalRiskDetection", + "OperationId": "user_DeleteMailFolder", "Method": "Delete", "Parameters": [ { - "Name": "servicePrincipalRiskDetection-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", "Location": "Path" }, { @@ -197424,33 +196351,25 @@ }, { "PathInfo": { - "Path": "/identityProtection/servicePrincipalRiskDetections/$count", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProtection.servicePrincipalRiskDetection_GetCount", + "OperationId": "user.mailFolder_ListChildFolder", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "includeHiddenFolders", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityProviders", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProvider_ListIdentityProvider", - "Method": "Get", - "Parameters": [ + }, { "Name": "$top", "Location": "Query" @@ -197488,28 +196407,49 @@ }, { "PathInfo": { - "Path": "/identityProviders", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProvider_CreateIdentityProvider", + "OperationId": "user.mailFolder_CreateChildFolder", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/identityProviders/{identityProvider-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProvider_GetIdentityProvider", + "OperationId": "user.mailFolder_GetChildFolder", "Method": "Get", "Parameters": [ { - "Name": "identityProvider-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", "Location": "Path" }, + { + "Name": "includeHiddenFolders", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -197523,15 +196463,23 @@ }, { "PathInfo": { - "Path": "/identityProviders/{identityProvider-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProvider_UpdateIdentityProvider", + "OperationId": "user.mailFolder_UpdateChildFolder", "Method": "Patch", "Parameters": [ { - "Name": "identityProvider-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", "Location": "Path" } ] @@ -197539,15 +196487,23 @@ }, { "PathInfo": { - "Path": "/identityProviders/{identityProvider-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProvider_DeleteIdentityProvider", + "OperationId": "user.mailFolder_DeleteChildFolder", "Method": "Delete", "Parameters": [ { - "Name": "identityProvider-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", "Location": "Path" }, { @@ -197559,33 +196515,25 @@ }, { "PathInfo": { - "Path": "/identityProviders/$count", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "identityProvider_GetCount", + "OperationId": "user.mailFolder.childFolder_ListMessageRule", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/identityProviders/microsoft.graph.availableProviderTypes()", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "identityProvider_availableProviderType", - "Method": "Get", - "Parameters": [ + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -197605,19 +196553,11 @@ { "Name": "$count", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/informationProtection", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection_GetInformationProtection", - "Method": "Get", - "Parameters": [ + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -197631,67 +196571,52 @@ }, { "PathInfo": { - "Path": "/informationProtection", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection_UpdateInformationProtection", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/bitlocker", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "informationProtection_GetBitlocker", - "Method": "Get", + "OperationId": "user.mailFolder.childFolder_CreateMessageRule", + "Method": "Post", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/informationProtection/bitlocker/recoveryKeys", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "informationProtection.bitlocker_ListRecoveryKey", + "OperationId": "user.mailFolder.childFolder_GetMessageRule", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "mailFolder-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "mailFolder-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "messageRule-id", + "Location": "Path" }, { "Name": "$select", @@ -197706,122 +196631,91 @@ }, { "PathInfo": { - "Path": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "informationProtection.bitlocker_GetRecoveryKey", - "Method": "Get", + "OperationId": "user.mailFolder.childFolder_UpdateMessageRule", + "Method": "Patch", "Parameters": [ { - "Name": "bitlockerRecoveryKey-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "mailFolder-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/bitlocker/recoveryKeys/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection.bitlocker.recoveryKey_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" + "Name": "mailFolder-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "messageRule-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "informationProtection_ListThreatAssessmentRequest", - "Method": "Get", + "OperationId": "user.mailFolder.childFolder_DeleteMessageRule", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "mailFolder-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "mailFolder-id1", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "messageRule-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection_CreateThreatAssessmentRequest", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "informationProtection_GetThreatAssessmentRequest", + "OperationId": "user.mailFolder.childFolder.messageRule_GetCount", "Method": "Get", "Parameters": [ { - "Name": "threatAssessmentRequest-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -197829,51 +196723,23 @@ }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "informationProtection_UpdateThreatAssessmentRequest", - "Method": "Patch", + "OperationId": "user.mailFolder.childFolder_ListMessage", + "Method": "Get", "Parameters": [ { - "Name": "threatAssessmentRequest-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection_DeleteThreatAssessmentRequest", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "threatAssessmentRequest-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "informationProtection.threatAssessmentRequest_ListResult", - "Method": "Get", - "Parameters": [ - { - "Name": "threatAssessmentRequest-id", + "Name": "mailFolder-id1", "Location": "Path" }, { @@ -197913,15 +196779,23 @@ }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "informationProtection.threatAssessmentRequest_CreateResult", + "OperationId": "user.mailFolder.childFolder_CreateMessage", "Method": "Post", "Parameters": [ { - "Name": "threatAssessmentRequest-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", "Location": "Path" } ] @@ -197929,19 +196803,27 @@ }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "informationProtection.threatAssessmentRequest_GetResult", + "OperationId": "user.mailFolder.childFolder_GetMessage", "Method": "Get", "Parameters": [ { - "Name": "threatAssessmentRequest-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "threatAssessmentResult-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -197957,19 +196839,27 @@ }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "informationProtection.threatAssessmentRequest_UpdateResult", + "OperationId": "user.mailFolder.childFolder_UpdateMessage", "Method": "Patch", "Parameters": [ { - "Name": "threatAssessmentRequest-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "threatAssessmentResult-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" } ] @@ -197977,19 +196867,27 @@ }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "informationProtection.threatAssessmentRequest_DeleteResult", + "OperationId": "user.mailFolder.childFolder_DeleteMessage", "Method": "Delete", "Parameters": [ { - "Name": "threatAssessmentRequest-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "threatAssessmentResult-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -198001,57 +196899,85 @@ }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "informationProtection.threatAssessmentRequest.result_GetCount", + "OperationId": "user.mailFolder.childFolder_GetMessagesContent", "Method": "Get", "Parameters": [ { - "Name": "threatAssessmentRequest-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "mailFolder-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/informationProtection/threatAssessmentRequests/$count", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "informationProtection.threatAssessmentRequest_GetCount", - "Method": "Get", + "OperationId": "user.mailFolder.childFolder_SetMessagesContent", + "Method": "Put", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/invitations", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "invitation_ListInvitation", + "OperationId": "user.mailFolder.childFolder.message_ListAttachment", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -198089,67 +197015,60 @@ }, { "PathInfo": { - "Path": "/invitations", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "invitation_CreateInvitation", + "OperationId": "user.mailFolder.childFolder.message_CreateAttachment", "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/invitations/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "invitation_GetCount", - "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/oauth2PermissionGrants", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "oauth2PermissionGrant_ListOAuth2PermissionGrant", + "OperationId": "user.mailFolder.childFolder.message_GetAttachment", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "mailFolder-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "mailFolder-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "message-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "attachment-id", + "Location": "Path" }, { "Name": "$select", @@ -198164,66 +197083,31 @@ }, { "PathInfo": { - "Path": "/oauth2PermissionGrants", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "oauth2PermissionGrant_CreateOAuth2PermissionGrant", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "oauth2PermissionGrant_GetOAuth2PermissionGrant", - "Method": "Get", + "OperationId": "user.mailFolder.childFolder.message_DeleteAttachment", + "Method": "Delete", "Parameters": [ { - "Name": "oAuth2PermissionGrant-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "mailFolder-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "oauth2PermissionGrant_UpdateOAuth2PermissionGrant", - "Method": "Patch", - "Parameters": [ + "Name": "mailFolder-id1", + "Location": "Path" + }, { - "Name": "oAuth2PermissionGrant-id", + "Name": "message-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "oauth2PermissionGrant_DeleteOAuth2PermissionGrant", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "oAuth2PermissionGrant-id", + "Name": "attachment-id", "Location": "Path" }, { @@ -198235,40 +197119,28 @@ }, { "PathInfo": { - "Path": "/oauth2PermissionGrants/$count", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "oauth2PermissionGrant_GetCount", + "OperationId": "user.mailFolder.childFolder.message.attachment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/oauth2PermissionGrants/microsoft.graph.delta()", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "oauth2PermissionGrant_delta", - "Method": "Get", - "Parameters": [ + "Name": "mailFolder-id", + "Location": "Path" + }, { - "Name": "$top", - "Location": "Query" + "Name": "mailFolder-id1", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "message-id", + "Location": "Path" }, { "Name": "$search", @@ -198277,37 +197149,33 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "organization_ListCertificateBasedAuthConfiguration", + "OperationId": "user.mailFolder.childFolder.message_ListExtension", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -198347,35 +197215,59 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "organization_CreateCertificateBasedAuthConfiguration", + "OperationId": "user.mailFolder.childFolder.message_CreateExtension", "Method": "Post", "Parameters": [ { - "Name": "organization-id", + "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Module": "Identity.SignIns" - }, + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" + }, "MethodInfo": { - "OperationId": "organization_GetCertificateBasedAuthConfiguration", + "OperationId": "user.mailFolder.childFolder.message_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "certificateBasedAuthConfiguration-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -198391,19 +197283,63 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "organization_DeleteCertificateBasedAuthConfiguration", + "OperationId": "user.mailFolder.childFolder.message_UpdateExtension", + "Method": "Patch", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "extension-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user.mailFolder.childFolder.message_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "organization-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "certificateBasedAuthConfiguration-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -198415,15 +197351,27 @@ }, { "PathInfo": { - "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "organization.certificateBasedAuthConfiguration_GetCount", + "OperationId": "user.mailFolder.childFolder.message.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "organization-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -198439,19 +197387,31 @@ }, { "PathInfo": { - "Path": "/policies", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.policyRoot_GetPolicyRoot", + "OperationId": "user.mailFolder.childFolder.message_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id1", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -198459,24 +197419,49 @@ }, { "PathInfo": { - "Path": "/policies", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.policyRoot_UpdatePolicyRoot", - "Method": "Patch", - "Parameters": [] + "OperationId": "user.mailFolder.childFolder_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_ListActivityBasedTimeoutPolicy", + "OperationId": "user.mailFolder_ListMessageRule", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -198514,26 +197499,43 @@ }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_CreateActivityBasedTimeoutPolicy", + "OperationId": "user.mailFolder_CreateMessageRule", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_GetActivityBasedTimeoutPolicy", + "OperationId": "user.mailFolder_GetMessageRule", "Method": "Get", "Parameters": [ { - "Name": "activityBasedTimeoutPolicy-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "messageRule-id", "Location": "Path" }, { @@ -198549,15 +197551,23 @@ }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_UpdateActivityBasedTimeoutPolicy", + "OperationId": "user.mailFolder_UpdateMessageRule", "Method": "Patch", "Parameters": [ { - "Name": "activityBasedTimeoutPolicy-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "messageRule-id", "Location": "Path" } ] @@ -198565,15 +197575,23 @@ }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_DeleteActivityBasedTimeoutPolicy", + "OperationId": "user.mailFolder_DeleteMessageRule", "Method": "Delete", "Parameters": [ { - "Name": "activityBasedTimeoutPolicy-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "messageRule-id", "Location": "Path" }, { @@ -198585,15 +197603,47 @@ }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.activityBasedTimeoutPolicy_ListAppliesTo", + "OperationId": "user.mailFolder.messageRule_GetCount", "Method": "Get", "Parameters": [ { - "Name": "activityBasedTimeoutPolicy-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user.mailFolder_ListMessage", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", "Location": "Path" }, { @@ -198633,19 +197683,43 @@ }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.activityBasedTimeoutPolicy_GetAppliesTo", + "OperationId": "user.mailFolder_CreateMessage", + "Method": "Post", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user.mailFolder_GetMessage", "Method": "Get", "Parameters": [ { - "Name": "activityBasedTimeoutPolicy-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -198661,104 +197735,125 @@ }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.activityBasedTimeoutPolicy.appliesTo_GetCount", - "Method": "Get", + "OperationId": "user.mailFolder_UpdateMessage", + "Method": "Patch", "Parameters": [ { - "Name": "activityBasedTimeoutPolicy-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "mailFolder-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "message-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.activityBasedTimeoutPolicy_GetCount", - "Method": "Get", + "OperationId": "user.mailFolder_DeleteMessage", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/adminConsentRequestPolicy", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_GetAdminConsentRequestPolicy", + "OperationId": "user.mailFolder_GetMessagesContent", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/adminConsentRequestPolicy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_UpdateAdminConsentRequestPolicy", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/adminConsentRequestPolicy", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_DeleteAdminConsentRequestPolicy", - "Method": "Delete", + "OperationId": "user.mailFolder_SetMessagesContent", + "Method": "Put", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/appManagementPolicies", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_ListAppManagementPolicy", + "OperationId": "user.mailFolder.message_ListAttachment", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -198796,26 +197891,51 @@ }, { "PathInfo": { - "Path": "/policies/appManagementPolicies", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_CreateAppManagementPolicy", + "OperationId": "user.mailFolder.message_CreateAttachment", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_GetAppManagementPolicy", + "OperationId": "user.mailFolder.message_GetAttachment", "Method": "Get", "Parameters": [ { - "Name": "appManagementPolicy-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" }, { @@ -198831,51 +197951,87 @@ }, { "PathInfo": { - "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_UpdateAppManagementPolicy", - "Method": "Patch", + "OperationId": "user.mailFolder.message_DeleteAttachment", + "Method": "Delete", "Parameters": [ { - "Name": "appManagementPolicy-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_DeleteAppManagementPolicy", - "Method": "Delete", + "OperationId": "user.mailFolder.message.attachment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "appManagementPolicy-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.appManagementPolicy_ListAppliesTo", + "OperationId": "user.mailFolder.message_ListExtension", "Method": "Get", "Parameters": [ { - "Name": "appManagementPolicy-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -198915,71 +198071,59 @@ }, { "PathInfo": { - "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.appManagementPolicy_GetAppliesTo", - "Method": "Get", + "OperationId": "user.mailFolder.message_CreateExtension", + "Method": "Post", "Parameters": [ { - "Name": "appManagementPolicy-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "mailFolder-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "message-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.appManagementPolicy.appliesTo_GetCount", + "OperationId": "user.mailFolder.message_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "appManagementPolicy-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "mailFolder-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/appManagementPolicies/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.appManagementPolicy_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "message-id", + "Location": "Path" + }, { - "Name": "$search", + "Name": "extension-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -198987,44 +198131,57 @@ }, { "PathInfo": { - "Path": "/policies/authenticationFlowsPolicy", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_GetAuthenticationFlowsPolicy", - "Method": "Get", + "OperationId": "user.mailFolder.message_UpdateExtension", + "Method": "Patch", "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "extension-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/authenticationFlowsPolicy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_UpdateAuthenticationFlowsPolicy", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/authenticationFlowsPolicy", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_DeleteAuthenticationFlowsPolicy", + "OperationId": "user.mailFolder.message_DeleteExtension", "Method": "Delete", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "extension-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -199034,19 +198191,31 @@ }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_GetAuthenticationMethodsPolicy", + "OperationId": "user.mailFolder.message.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -199054,40 +198223,73 @@ }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_UpdateAuthenticationMethodsPolicy", - "Method": "Patch", - "Parameters": [] + "OperationId": "user.mailFolder.message_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "mailFolder-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/mailFolders/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_DeleteAuthenticationMethodsPolicy", - "Method": "Delete", + "OperationId": "user.mailFolder_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.authenticationMethodsPolicy_ListAuthenticationMethodConfiguration", + "OperationId": "user_ListMessage", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "includeHiddenMessages", + "Location": "Query" + }, { "Name": "$top", "Location": "Query" @@ -199125,28 +198327,41 @@ }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.authenticationMethodsPolicy_CreateAuthenticationMethodConfiguration", + "OperationId": "user_CreateMessage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.authenticationMethodsPolicy_GetAuthenticationMethodConfiguration", + "OperationId": "user_GetMessage", "Method": "Get", "Parameters": [ { - "Name": "authenticationMethodConfiguration-id", + "Name": "user-id", "Location": "Path" }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "includeHiddenMessages", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -199160,15 +198375,19 @@ }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.authenticationMethodsPolicy_UpdateAuthenticationMethodConfiguration", + "OperationId": "user_UpdateMessage", "Method": "Patch", "Parameters": [ { - "Name": "authenticationMethodConfiguration-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" } ] @@ -199176,15 +198395,19 @@ }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/{message-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.authenticationMethodsPolicy_DeleteAuthenticationMethodConfiguration", + "OperationId": "user_DeleteMessage", "Method": "Delete", "Parameters": [ { - "Name": "authenticationMethodConfiguration-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -199196,33 +198419,61 @@ }, { "PathInfo": { - "Path": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/{message-id}/$value", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.authenticationMethodsPolicy.authenticationMethodConfiguration_GetCount", + "OperationId": "user_GetMessagesContent", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "message-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/{message-id}/$value", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_ListAuthenticationStrengthPolicy", + "OperationId": "user_SetMessagesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/messages/{message-id}/attachments", + "Module": "Mail" + }, + "MethodInfo": { + "OperationId": "user.message_ListAttachment", "Method": "Get", "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -199260,26 +198511,43 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/{message-id}/attachments", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_CreateAuthenticationStrengthPolicy", + "OperationId": "user.message_CreateAttachment", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_GetAuthenticationStrengthPolicy", + "OperationId": "user.message_GetAttachment", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" }, { @@ -199295,51 +198563,75 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_UpdateAuthenticationStrengthPolicy", - "Method": "Patch", + "OperationId": "user.message_DeleteAttachment", + "Method": "Delete", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "attachment-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/{message-id}/attachments/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy_DeleteAuthenticationStrengthPolicy", - "Method": "Delete", + "OperationId": "user.message.attachment_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/{message-id}/extensions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_ListCombinationConfiguration", + "OperationId": "user.message_ListExtension", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -199379,15 +198671,19 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/{message-id}/extensions", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_CreateCombinationConfiguration", + "OperationId": "user.message_CreateExtension", "Method": "Post", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" } ] @@ -199395,19 +198691,23 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_GetCombinationConfiguration", + "OperationId": "user.message_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "authenticationCombinationConfiguration-id", + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -199423,19 +198723,23 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_UpdateCombinationConfiguration", + "OperationId": "user.message_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "authenticationCombinationConfiguration-id", + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" } ] @@ -199443,19 +198747,23 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_DeleteCombinationConfiguration", + "OperationId": "user.message_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "authenticationCombinationConfiguration-id", + "Name": "message-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -199467,15 +198775,19 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/{message-id}/extensions/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy.combinationConfiguration_GetCount", + "OperationId": "user.message.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "message-id", "Location": "Path" }, { @@ -199491,96 +198803,81 @@ }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/microsoft.graph.updateAllowedCombinations", - "Module": "Identity.SignIns" + "Path": "/users/{user-id}/messages/$count", + "Module": "Mail" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_updateAllowedCombination", - "Method": "Post", + "OperationId": "user.message_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "user-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/microsoft.graph.usage()", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_usage", + "OperationId": "group_GetOnenote", "Method": "Get", "Parameters": [ { - "Name": "authenticationStrengthPolicy-id", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/authenticationStrengthPolicies/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.authenticationStrengthPolicy_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/authorizationPolicy", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_GetAuthorizationPolicy", - "Method": "Get", + "OperationId": "group_UpdateOnenote", + "Method": "Patch", "Parameters": [ { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "group-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/authorizationPolicy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_UpdateAuthorizationPolicy", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/authorizationPolicy", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_DeleteAuthorizationPolicy", + "OperationId": "group_DeleteOnenote", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -199590,13 +198887,17 @@ }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_ListClaimsMappingPolicy", + "OperationId": "group.onenote_ListNotebook", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -199634,26 +198935,35 @@ }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_CreateClaimsMappingPolicy", + "OperationId": "group.onenote_CreateNotebook", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_GetClaimsMappingPolicy", + "OperationId": "group.onenote_GetNotebook", "Method": "Get", "Parameters": [ { - "Name": "claimsMappingPolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", "Location": "Path" }, { @@ -199669,15 +198979,19 @@ }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_UpdateClaimsMappingPolicy", + "OperationId": "group.onenote_UpdateNotebook", "Method": "Patch", "Parameters": [ { - "Name": "claimsMappingPolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", "Location": "Path" } ] @@ -199685,15 +198999,19 @@ }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_DeleteClaimsMappingPolicy", + "OperationId": "group.onenote_DeleteNotebook", "Method": "Delete", "Parameters": [ { - "Name": "claimsMappingPolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", "Location": "Path" }, { @@ -199705,15 +199023,19 @@ }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.claimsMappingPolicy_ListAppliesTo", + "OperationId": "group.onenote.notebook_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "claimsMappingPolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", "Location": "Path" }, { @@ -199753,19 +199075,43 @@ }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.claimsMappingPolicy_GetAppliesTo", + "OperationId": "group.onenote.notebook_CreateSectionGroup", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "group.onenote.notebook_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "claimsMappingPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -199781,23 +199127,83 @@ }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.claimsMappingPolicy.appliesTo_GetCount", + "OperationId": "group.onenote.notebook_UpdateSectionGroup", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "group.onenote.notebook_DeleteSectionGroup", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "group.onenote.notebook.sectionGroup_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "claimsMappingPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -199805,19 +199211,31 @@ }, { "PathInfo": { - "Path": "/policies/claimsMappingPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.claimsMappingPolicy_GetCount", + "OperationId": "group.onenote.notebook.sectionGroup_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -199825,13 +199243,25 @@ }, { "PathInfo": { - "Path": "/policies/conditionalAccessPolicies", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_ListConditionalAccessPolicy", + "OperationId": "group.onenote.notebook.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -199869,26 +199299,27 @@ }, { "PathInfo": { - "Path": "/policies/conditionalAccessPolicies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_CreateConditionalAccessPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_GetConditionalAccessPolicy", + "OperationId": "group.onenote.notebook.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "conditionalAccessPolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id1", "Location": "Path" }, { @@ -199904,49 +199335,25 @@ }, { "PathInfo": { - "Path": "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_UpdateConditionalAccessPolicy", - "Method": "Patch", + "OperationId": "group.onenote.notebook.sectionGroup_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "conditionalAccessPolicy-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_DeleteConditionalAccessPolicy", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "conditionalAccessPolicy-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/conditionalAccessPolicies/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.conditionalAccessPolicy_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "sectionGroup-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -199960,13 +199367,49 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_GetCrossTenantAccessPolicy", + "OperationId": "group.onenote.notebook.sectionGroup_ListSection", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -199980,40 +199423,53 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_UpdateCrossTenantAccessPolicy", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_DeleteCrossTenantAccessPolicy", - "Method": "Delete", + "OperationId": "group.onenote.notebook.sectionGroup_CreateSection", + "Method": "Post", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/default", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_GetDefault", + "OperationId": "group.onenote.notebook.sectionGroup_GetSection", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -200027,24 +199483,57 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/default", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_UpdateDefault", + "OperationId": "group.onenote.notebook.sectionGroup_UpdateSection", "Method": "Patch", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/default", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_DeleteDefault", + "OperationId": "group.onenote.notebook.sectionGroup_DeleteSection", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -200054,24 +199543,29 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/default/microsoft.graph.resetToSystemDefault", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.default_resetToSystemDefault", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_ListPartner", + "OperationId": "group.onenote.notebook.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -200109,26 +199603,59 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_CreatePartner", + "OperationId": "group.onenote.notebook.sectionGroup.section_CreatePage", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_GetPartner", + "OperationId": "group.onenote.notebook.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -200144,15 +199671,31 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_UpdatePartner", + "OperationId": "group.onenote.notebook.sectionGroup.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -200160,15 +199703,31 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_DeletePartner", + "OperationId": "group.onenote.notebook.sectionGroup.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -200180,93 +199739,97 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.partner_GetIdentitySynchronization", + "OperationId": "group.onenote.notebook.sectionGroup.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.partner_SetIdentitySynchronization", + "OperationId": "group.onenote.notebook.sectionGroup.section_SetPagesContent", "Method": "Put", "Parameters": [ { - "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.partner_DeleteIdentitySynchronization", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "crossTenantAccessPolicyConfigurationPartner-tenantId", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/partners/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.partner_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "sectionGroup-id", + "Location": "Path" + }, { - "Name": "$search", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_GetTemplate", + "OperationId": "group.onenote.notebook.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -200280,40 +199843,33 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_UpdateTemplate", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy_DeleteTemplate", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationIdentitySynchronization", + "OperationId": "group.onenote.notebook.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -200327,40 +199883,65 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationIdentitySynchronization", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.template_DeleteMultiTenantOrganizationIdentitySynchronization", - "Method": "Delete", + "OperationId": "group.onenote.notebook.sectionGroup.section.page_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationPartnerConfiguration", + "OperationId": "group.onenote.notebook.sectionGroup.section_GetParentNotebook", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -200374,40 +199955,29 @@ }, { "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationPartnerConfiguration", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.crossTenantAccessPolicy.template_DeleteMultiTenantOrganizationPartnerConfiguration", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/defaultAppManagementPolicy", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_GetDefaultAppManagementPolicy", + "OperationId": "group.onenote.notebook.sectionGroup.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -200421,46 +199991,59 @@ }, { "PathInfo": { - "Path": "/policies/defaultAppManagementPolicy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_UpdateDefaultAppManagementPolicy", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/defaultAppManagementPolicy", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_DeleteDefaultAppManagementPolicy", - "Method": "Delete", + "OperationId": "group.onenote.notebook.sectionGroup.section_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/deviceRegistrationPolicy", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_GetDeviceRegistrationPolicy", + "OperationId": "group.onenote.notebook.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -200468,13 +200051,21 @@ }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_ListFeatureRolloutPolicy", + "OperationId": "group.onenote.notebook_ListSection", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -200512,26 +200103,43 @@ }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_CreateFeatureRolloutPolicy", + "OperationId": "group.onenote.notebook_CreateSection", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_GetFeatureRolloutPolicy", + "OperationId": "group.onenote.notebook_GetSection", "Method": "Get", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -200547,15 +200155,23 @@ }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_UpdateFeatureRolloutPolicy", + "OperationId": "group.onenote.notebook_UpdateSection", "Method": "Patch", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -200563,15 +200179,23 @@ }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_DeleteFeatureRolloutPolicy", + "OperationId": "group.onenote.notebook_DeleteSection", "Method": "Delete", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -200583,15 +200207,23 @@ }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Identity.SignIns" - }, + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" + }, "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy_ListAppliesTo", + "OperationId": "group.onenote.notebook.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -200631,103 +200263,59 @@ }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy_CreateAppliesTo", + "OperationId": "group.onenote.notebook.section_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "featureRolloutPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy.appliesTo_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", - "Parameters": [ - { - "Name": "featureRolloutPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy.appliesTo_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "featureRolloutPolicy-id", + "Name": "onenoteSection-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy_ListAppliesToGraphBPreRef", + "OperationId": "group.onenote.notebook.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { - "Name": "$count", + "Name": "$select", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$expand", "Location": "Query" } ] @@ -200735,154 +200323,87 @@ }, { "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy_CreateAppliesToGraphBPreRef", - "Method": "Post", - "Parameters": [ - { - "Name": "featureRolloutPolicy-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy_DeleteAppliesToGraphBPreRef", - "Method": "Delete", + "OperationId": "group.onenote.notebook.section_UpdatePage", + "Method": "Patch", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "@id", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/featureRolloutPolicies/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.featureRolloutPolicy_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_ListHomeRealmDiscoveryPolicy", - "Method": "Get", + "OperationId": "group.onenote.notebook.section_DeletePage", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_CreateHomeRealmDiscoveryPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_GetHomeRealmDiscoveryPolicy", + "OperationId": "group.onenote.notebook.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "homeRealmDiscoveryPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_UpdateHomeRealmDiscoveryPolicy", - "Method": "Patch", - "Parameters": [ + "Name": "onenoteSection-id", + "Location": "Path" + }, { - "Name": "homeRealmDiscoveryPolicy-id", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -200890,60 +200411,56 @@ }, { "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_DeleteHomeRealmDiscoveryPolicy", - "Method": "Delete", + "OperationId": "group.onenote.notebook.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "homeRealmDiscoveryPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.homeRealmDiscoveryPolicy_ListAppliesTo", + "OperationId": "group.onenote.notebook.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "homeRealmDiscoveryPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -200958,19 +200475,27 @@ }, { "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.homeRealmDiscoveryPolicy_GetAppliesTo", + "OperationId": "group.onenote.notebook.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "homeRealmDiscoveryPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -200986,37 +200511,25 @@ }, { "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.homeRealmDiscoveryPolicy.appliesTo_GetCount", + "OperationId": "group.onenote.notebook.section.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "homeRealmDiscoveryPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/homeRealmDiscoveryPolicies/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.homeRealmDiscoveryPolicy_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -201030,13 +200543,25 @@ }, { "PathInfo": { - "Path": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_GetIdentitySecurityDefaultsEnforcementPolicy", + "OperationId": "group.onenote.notebook.section_GetParentNotebook", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -201050,63 +200575,24 @@ }, { "PathInfo": { - "Path": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_UpdateIdentitySecurityDefaultsEnforcementPolicy", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_DeleteIdentitySecurityDefaultsEnforcementPolicy", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/permissionGrantPolicies", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_ListPermissionGrantPolicy", + "OperationId": "group.onenote.notebook.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$select", @@ -201121,34 +200607,27 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_CreatePermissionGrantPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_GetPermissionGrantPolicy", + "OperationId": "group.onenote.notebook.section_GetCount", "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -201156,51 +200635,39 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/notebooks/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_UpdatePermissionGrantPolicy", - "Method": "Patch", + "OperationId": "group.onenote.notebook_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_DeletePermissionGrantPolicy", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "permissionGrantPolicy-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/operations", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_ListExclude", + "OperationId": "group.onenote_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "group-id", "Location": "Path" }, { @@ -201240,15 +200707,15 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/operations", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_CreateExclude", + "OperationId": "group.onenote_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "group-id", "Location": "Path" } ] @@ -201256,19 +200723,19 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_GetExclude", + "OperationId": "group.onenote_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "permissionGrantConditionSet-id", + "Name": "onenoteOperation-id", "Location": "Path" }, { @@ -201284,19 +200751,19 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_UpdateExclude", + "OperationId": "group.onenote_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "permissionGrantConditionSet-id", + "Name": "onenoteOperation-id", "Location": "Path" } ] @@ -201304,19 +200771,19 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_DeleteExclude", + "OperationId": "group.onenote_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "permissionGrantConditionSet-id", + "Name": "onenoteOperation-id", "Location": "Path" }, { @@ -201328,15 +200795,15 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/operations/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy.exclude_GetCount", + "OperationId": "group.onenote.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "group-id", "Location": "Path" }, { @@ -201352,15 +200819,15 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_ListInclude", + "OperationId": "group.onenote_ListPage", "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "group-id", "Location": "Path" }, { @@ -201400,15 +200867,15 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_CreateInclude", + "OperationId": "group.onenote_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "group-id", "Location": "Path" } ] @@ -201416,19 +200883,19 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_GetInclude", + "OperationId": "group.onenote_GetPage", "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "permissionGrantConditionSet-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -201444,19 +200911,19 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_UpdateInclude", + "OperationId": "group.onenote_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "permissionGrantConditionSet-id", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -201464,19 +200931,19 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_DeleteInclude", + "OperationId": "group.onenote_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "permissionGrantConditionSet-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -201488,80 +200955,60 @@ }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy.include_GetCount", + "OperationId": "group.onenote_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "permissionGrantPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/permissionGrantPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.permissionGrantPolicy_GetCount", - "Method": "Get", + "OperationId": "group.onenote_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_ListRoleManagementPolicy", + "OperationId": "group.onenote.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -201576,26 +201023,19 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_CreateRoleManagementPolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_GetRoleManagementPolicy", + "OperationId": "group.onenote.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -201611,51 +201051,39 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_UpdateRoleManagementPolicy", - "Method": "Patch", + "OperationId": "group.onenote.page_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_DeleteRoleManagementPolicy", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "unifiedRoleManagementPolicy-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/resources", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_ListEffectiveRule", + "OperationId": "group.onenote_ListResource", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "group-id", "Location": "Path" }, { @@ -201695,15 +201123,15 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/resources", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_CreateEffectiveRule", + "OperationId": "group.onenote_CreateResource", "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "group-id", "Location": "Path" } ] @@ -201711,19 +201139,19 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_GetEffectiveRule", + "OperationId": "group.onenote_GetResource", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "unifiedRoleManagementPolicyRule-id", + "Name": "onenoteResource-id", "Location": "Path" }, { @@ -201739,19 +201167,19 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_UpdateEffectiveRule", + "OperationId": "group.onenote_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "unifiedRoleManagementPolicyRule-id", + "Name": "onenoteResource-id", "Location": "Path" } ] @@ -201759,19 +201187,19 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_DeleteEffectiveRule", + "OperationId": "group.onenote_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "unifiedRoleManagementPolicyRule-id", + "Name": "onenoteResource-id", "Location": "Path" }, { @@ -201783,15 +201211,55 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy.effectiveRule_GetCount", + "OperationId": "group.onenote_GetResourcesContent", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "group.onenote_SetResourcesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/resources/$count", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "group.onenote.resource_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -201807,15 +201275,15 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_ListRule", + "OperationId": "group.onenote_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "group-id", "Location": "Path" }, { @@ -201855,15 +201323,15 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_CreateRule", + "OperationId": "group.onenote_CreateSectionGroup", "Method": "Post", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "group-id", "Location": "Path" } ] @@ -201871,19 +201339,19 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_GetRule", + "OperationId": "group.onenote_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "unifiedRoleManagementPolicyRule-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -201899,19 +201367,19 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_UpdateRule", + "OperationId": "group.onenote_UpdateSectionGroup", "Method": "Patch", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "unifiedRoleManagementPolicyRule-id", + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -201919,19 +201387,19 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_DeleteRule", + "OperationId": "group.onenote_DeleteSectionGroup", "Method": "Delete", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "unifiedRoleManagementPolicyRule-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -201943,23 +201411,27 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy.rule_GetCount", + "OperationId": "group.onenote.sectionGroup_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -201967,19 +201439,27 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicies/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicy_GetCount", + "OperationId": "group.onenote.sectionGroup_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -201987,13 +201467,21 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicyAssignments", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_ListRoleManagementPolicyAssignment", + "OperationId": "group.onenote.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -202031,86 +201519,23 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicyAssignments", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_CreateRoleManagementPolicyAssignment", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_GetRoleManagementPolicyAssignment", + "OperationId": "group.onenote.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "unifiedRoleManagementPolicyAssignment-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_UpdateRoleManagementPolicyAssignment", - "Method": "Patch", - "Parameters": [ - { - "Name": "unifiedRoleManagementPolicyAssignment-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_DeleteRoleManagementPolicyAssignment", - "Method": "Delete", - "Parameters": [ - { - "Name": "unifiedRoleManagementPolicyAssignment-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.roleManagementPolicyAssignment_GetPolicy", - "Method": "Get", - "Parameters": [ - { - "Name": "unifiedRoleManagementPolicyAssignment-id", + "Name": "sectionGroup-id1", "Location": "Path" }, { @@ -202126,13 +201551,21 @@ }, { "PathInfo": { - "Path": "/policies/roleManagementPolicyAssignments/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.roleManagementPolicyAssignment_GetCount", + "OperationId": "group.onenote.sectionGroup_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -202146,13 +201579,21 @@ }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_ListTokenIssuancePolicy", + "OperationId": "group.onenote.sectionGroup_ListSection", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -202190,26 +201631,43 @@ }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_CreateTokenIssuancePolicy", + "OperationId": "group.onenote.sectionGroup_CreateSection", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_GetTokenIssuancePolicy", + "OperationId": "group.onenote.sectionGroup_GetSection", "Method": "Get", "Parameters": [ { - "Name": "tokenIssuancePolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -202225,31 +201683,47 @@ }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_UpdateTokenIssuancePolicy", + "OperationId": "group.onenote.sectionGroup_UpdateSection", "Method": "Patch", "Parameters": [ { - "Name": "tokenIssuancePolicy-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Identity.SignIns" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_DeleteTokenIssuancePolicy", + "OperationId": "group.onenote.sectionGroup_DeleteSection", "Method": "Delete", "Parameters": [ { - "Name": "tokenIssuancePolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -202261,15 +201735,23 @@ }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.tokenIssuancePolicy_ListAppliesTo", + "OperationId": "group.onenote.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "tokenIssuancePolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -202309,51 +201791,59 @@ }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.tokenIssuancePolicy_GetAppliesTo", - "Method": "Get", + "OperationId": "group.onenote.sectionGroup.section_CreatePage", + "Method": "Post", "Parameters": [ { - "Name": "tokenIssuancePolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.tokenIssuancePolicy.appliesTo_GetCount", + "OperationId": "group.onenote.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "tokenIssuancePolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -202361,114 +201851,87 @@ }, { "PathInfo": { - "Path": "/policies/tokenIssuancePolicies/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.tokenIssuancePolicy_GetCount", - "Method": "Get", + "OperationId": "group.onenote.sectionGroup.section_UpdatePage", + "Method": "Patch", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_ListTokenLifetimePolicy", - "Method": "Get", + "OperationId": "group.onenote.sectionGroup.section_DeletePage", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_CreateTokenLifetimePolicy", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_GetTokenLifetimePolicy", + "OperationId": "group.onenote.sectionGroup.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "tokenLifetimePolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_UpdateTokenLifetimePolicy", - "Method": "Patch", - "Parameters": [ + "Name": "onenoteSection-id", + "Location": "Path" + }, { - "Name": "tokenLifetimePolicy-id", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -202476,60 +201939,56 @@ }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy_DeleteTokenLifetimePolicy", - "Method": "Delete", + "OperationId": "group.onenote.sectionGroup.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "tokenLifetimePolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.tokenLifetimePolicy_ListAppliesTo", + "OperationId": "group.onenote.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "tokenLifetimePolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -202544,19 +202003,27 @@ }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.tokenLifetimePolicy_GetAppliesTo", + "OperationId": "group.onenote.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "tokenLifetimePolicy-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "directoryObject-id", + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -202572,15 +202039,23 @@ }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.tokenLifetimePolicy.appliesTo_GetCount", + "OperationId": "group.onenote.sectionGroup.section.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "tokenLifetimePolicy-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -202596,19 +202071,31 @@ }, { "PathInfo": { - "Path": "/policies/tokenLifetimePolicies/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "policy.tokenLifetimePolicy_GetCount", + "OperationId": "group.onenote.sectionGroup.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -202616,13 +202103,25 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "tenantRelationship_GetMultiTenantOrganization", + "OperationId": "group.onenote.sectionGroup.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -202636,19 +202135,27 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/joinRequest", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization_GetJoinRequest", + "OperationId": "group.onenote.sectionGroup.section_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -202656,24 +202163,41 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/joinRequest", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization_UpdateJoinRequest", - "Method": "Patch", - "Parameters": [] + "OperationId": "group.onenote.sectionGroup_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] } }, { "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/tenants", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization_ListTenant", + "OperationId": "group.onenote_ListSection", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -202711,106 +202235,35 @@ }, { "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/tenants", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization_CreateTenant", + "OperationId": "group.onenote_CreateSection", "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization_GetTenant", - "Method": "Get", - "Parameters": [ - { - "Name": "multiTenantOrganizationMember-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization_UpdateTenant", - "Method": "Patch", "Parameters": [ { - "Name": "multiTenantOrganizationMember-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization_DeleteTenant", - "Method": "Delete", - "Parameters": [ - { - "Name": "multiTenantOrganizationMember-id", + "Name": "group-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization/tenants/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "tenantRelationship.multiTenantOrganization.tenant_GetCount", + "OperationId": "group.onenote_GetSection", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user_GetAuthentication", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -202826,15 +202279,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user_UpdateAuthentication", + "OperationId": "group.onenote_UpdateSection", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -202842,15 +202299,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user_DeleteAuthentication", + "OperationId": "group.onenote_DeleteSection", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -202862,15 +202323,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/emailMethods", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_ListEmailMethod", + "OperationId": "group.onenote.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -202910,15 +202375,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/emailMethods", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_CreateEmailMethod", + "OperationId": "group.onenote.section_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -202926,19 +202395,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_GetEmailMethod", + "OperationId": "group.onenote.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "emailAuthenticationMethod-id", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -202954,19 +202427,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_UpdateEmailMethod", + "OperationId": "group.onenote.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "emailAuthenticationMethod-id", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -202974,19 +202451,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_DeleteEmailMethod", + "OperationId": "group.onenote.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "emailAuthenticationMethod-id", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -202998,91 +202479,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/emailMethods/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication.emailMethod_GetCount", + "OperationId": "group.onenote.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/fido2Methods", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_ListFido2Method", - "Method": "Get", + "OperationId": "group.onenote.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_GetFido2Method", + "OperationId": "group.onenote.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "fido2AuthenticationMethod-id", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -203098,47 +202559,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_DeleteFido2Method", - "Method": "Delete", + "OperationId": "group.onenote.section.page_GetParentSection", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "fido2AuthenticationMethod-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/fido2Methods/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication.fido2Method_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "onenotePage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -203146,24 +202591,20 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/methods", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_ListMethod", + "OperationId": "group.onenote.section.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$search", @@ -203172,57 +202613,25 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/methods", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication_CreateMethod", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_GetMethod", + "OperationId": "group.onenote.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "authenticationMethod-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -203238,35 +202647,43 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_UpdateMethod", - "Method": "Patch", + "OperationId": "group.onenote.section_GetParentSectionGroup", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "authenticationMethod-id", + "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/methods/$count", - "Module": "Identity.SignIns" + "Path": "/groups/{group-id}/onenote/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication.method_GetCount", + "OperationId": "group.onenote.section_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { @@ -203282,40 +202699,20 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_ListMicrosoftAuthenticatorMethod", + "OperationId": "site.getGraphBPrePath_GetOnenote", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "path", + "Location": "Path" }, { "Name": "$select", @@ -203330,47 +202727,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_GetMicrosoftAuthenticatorMethod", - "Method": "Get", + "OperationId": "site.getGraphBPrePath_UpdateOnenote", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "microsoftAuthenticatorAuthenticationMethod-id", + "Name": "path", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_DeleteMicrosoftAuthenticatorMethod", + "OperationId": "site.getGraphBPrePath_DeleteOnenote", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "microsoftAuthenticatorAuthenticationMethod-id", + "Name": "path", "Location": "Path" }, { @@ -203382,19 +202771,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication.microsoftAuthenticatorMethod_GetDevice", + "OperationId": "site_GetOnenote", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "microsoftAuthenticatorAuthenticationMethod-id", + "Name": "site-id", "Location": "Path" }, { @@ -203410,39 +202795,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication.microsoftAuthenticatorMethod_GetCount", - "Method": "Get", + "OperationId": "site_UpdateOnenote", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site_DeleteOnenote", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/operations", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_ListOperation", + "OperationId": "site.onenote_ListNotebook", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { @@ -203482,15 +202879,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/operations", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_CreateOperation", + "OperationId": "site.onenote_CreateNotebook", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" } ] @@ -203498,19 +202895,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_GetOperation", + "OperationId": "site.onenote_GetNotebook", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "longRunningOperation-id", + "Name": "notebook-id", "Location": "Path" }, { @@ -203526,19 +202923,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_UpdateOperation", + "OperationId": "site.onenote_UpdateNotebook", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "longRunningOperation-id", + "Name": "notebook-id", "Location": "Path" } ] @@ -203546,19 +202943,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_DeleteOperation", + "OperationId": "site.onenote_DeleteNotebook", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "longRunningOperation-id", + "Name": "notebook-id", "Location": "Path" }, { @@ -203570,39 +202967,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/operations/$count", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication.operation_GetCount", + "OperationId": "site.onenote.notebook_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/passwordMethods", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication_ListPasswordMethod", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "notebook-id", "Location": "Path" }, { @@ -203642,15 +203019,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/passwordMethods", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_CreatePasswordMethod", + "OperationId": "site.onenote.notebook_CreateSectionGroup", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", "Location": "Path" } ] @@ -203658,19 +203039,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_GetPasswordMethod", + "OperationId": "site.onenote.notebook_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "passwordAuthenticationMethod-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -203686,64 +203071,76 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/passwordMethods/$count", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication.passwordMethod_GetCount", - "Method": "Get", + "OperationId": "site.onenote.notebook_UpdateSectionGroup", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/phoneMethods", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_ListPhoneMethod", - "Method": "Get", + "OperationId": "site.onenote.notebook_DeleteSectionGroup", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.notebook.sectionGroup_GetParentNotebook", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { "Name": "$select", @@ -203758,35 +203155,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/phoneMethods", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_CreatePhoneMethod", - "Method": "Post", + "OperationId": "site.onenote.notebook.sectionGroup_GetParentSectionGroup", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication_GetPhoneMethod", - "Method": "Get", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "phoneAuthenticationMethod-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -203802,83 +203187,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication_UpdatePhoneMethod", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "phoneAuthenticationMethod-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication_DeletePhoneMethod", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "phoneAuthenticationMethod-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/phoneMethods/$count", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication.phoneMethod_GetCount", + "OperationId": "site.onenote.notebook.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/softwareOathMethods", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication_ListSoftwareOathMethod", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -203918,19 +203243,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_GetSoftwareOathMethod", + "OperationId": "site.onenote.notebook.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "softwareOathAuthenticationMethod-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id1", "Location": "Path" }, { @@ -203946,39 +203279,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_DeleteSoftwareOathMethod", - "Method": "Delete", + "OperationId": "site.onenote.notebook.sectionGroup_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "softwareOathAuthenticationMethod-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/softwareOathMethods/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication.softwareOathMethod_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -203994,15 +203311,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_ListTemporaryAccessPassMethod", + "OperationId": "site.onenote.notebook.sectionGroup_ListSection", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -204042,15 +203367,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_CreateTemporaryAccessPassMethod", + "OperationId": "site.onenote.notebook.sectionGroup_CreateSection", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -204058,19 +203391,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_GetTemporaryAccessPassMethod", + "OperationId": "site.onenote.notebook.sectionGroup_GetSection", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "temporaryAccessPassAuthenticationMethod-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -204086,63 +203427,87 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_DeleteTemporaryAccessPassMethod", - "Method": "Delete", + "OperationId": "site.onenote.notebook.sectionGroup_UpdateSection", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "temporaryAccessPassAuthenticationMethod-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication.temporaryAccessPassMethod_GetCount", - "Method": "Get", + "OperationId": "site.onenote.notebook.sectionGroup_DeleteSection", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_ListWindowsHelloGraphFPreBusinessMethod", + "OperationId": "site.onenote.notebook.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -204182,71 +203547,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_GetWindowsHelloGraphFPreBusinessMethod", - "Method": "Get", + "OperationId": "site.onenote.notebook.sectionGroup.section_CreatePage", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "windowsHelloForBusinessAuthenticationMethod-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication_DeleteWindowsHelloGraphFPreBusinessMethod", - "Method": "Delete", + "OperationId": "site.onenote.notebook.sectionGroup.section_GetPage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "windowsHelloForBusinessAuthenticationMethod-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "user.authentication.windowsHelloGraphFPreBusinessMethod_GetDevice", - "Method": "Get", - "Parameters": [ + "Name": "sectionGroup-id", + "Location": "Path" + }, { - "Name": "user-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "windowsHelloForBusinessAuthenticationMethod-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -204262,127 +203615,131 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", - "Module": "Identity.SignIns" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.authentication.windowsHelloGraphFPreBusinessMethod_GetCount", - "Method": "Get", + "OperationId": "site.onenote.notebook.sectionGroup.section_UpdatePage", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user_GetInferenceClassification", - "Method": "Get", + "OperationId": "site.onenote.notebook.sectionGroup.section_DeletePage", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification", - "Module": "Mail" - }, - "MethodInfo": { - "OperationId": "user_UpdateInferenceClassification", - "Method": "Patch", - "Parameters": [ + "Name": "sectionGroup-id", + "Location": "Path" + }, { - "Name": "user-id", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification/overrides", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.inferenceClassification_ListOverride", + "OperationId": "site.onenote.notebook.sectionGroup.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification/overrides", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.inferenceClassification_CreateOverride", - "Method": "Post", + "OperationId": "site.onenote.notebook.sectionGroup.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -204390,19 +203747,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.inferenceClassification_GetOverride", + "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "inferenceClassificationOverride-id", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -204418,59 +203787,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.inferenceClassification_UpdateOverride", - "Method": "Patch", + "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetParentSection", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "inferenceClassificationOverride-id", + "Name": "notebook-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Mail" - }, - "MethodInfo": { - "OperationId": "user.inferenceClassification_DeleteOverride", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "inferenceClassificationOverride-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/inferenceClassification/overrides/$count", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.inferenceClassification.override_GetCount", + "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -204486,44 +203863,28 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user_ListMailFolder", + "OperationId": "site.onenote.notebook.sectionGroup.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "includeHiddenFolders", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$select", @@ -204538,40 +203899,28 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user_CreateMailFolder", - "Method": "Post", + "OperationId": "site.onenote.notebook.sectionGroup.section_GetParentSectionGroup", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Mail" - }, - "MethodInfo": { - "OperationId": "user_GetMailFolder", - "Method": "Get", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "includeHiddenFolders", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$select", @@ -204586,69 +203935,81 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user_UpdateMailFolder", - "Method": "Patch", + "OperationId": "site.onenote.notebook.sectionGroup.section_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user_DeleteMailFolder", - "Method": "Delete", + "OperationId": "site.onenote.notebook.sectionGroup_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_ListChildFolder", + "OperationId": "site.onenote.notebook_ListSection", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, - { - "Name": "includeHiddenFolders", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -204686,19 +204047,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_CreateChildFolder", + "OperationId": "site.onenote.notebook_CreateSection", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" } ] @@ -204706,29 +204067,25 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_GetChildFolder", + "OperationId": "site.onenote.notebook_GetSection", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteSection-id", "Location": "Path" }, - { - "Name": "includeHiddenFolders", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -204742,23 +204099,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_UpdateChildFolder", + "OperationId": "site.onenote.notebook_UpdateSection", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -204766,23 +204123,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_DeleteChildFolder", + "OperationId": "site.onenote.notebook_DeleteSection", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -204794,23 +204151,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_ListMessageRule", + "OperationId": "site.onenote.notebook.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -204850,23 +204207,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_CreateMessageRule", + "OperationId": "site.onenote.notebook.section_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -204874,27 +204231,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_GetMessageRule", + "OperationId": "site.onenote.notebook.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "messageRule-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -204910,27 +204267,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_UpdateMessageRule", + "OperationId": "site.onenote.notebook.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "messageRule-id", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -204938,27 +204295,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_DeleteMessageRule", + "OperationId": "site.onenote.notebook.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "messageRule-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -204970,139 +204327,119 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.messageRule_GetCount", + "OperationId": "site.onenote.notebook.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_ListMessage", - "Method": "Get", + "OperationId": "site.onenote.notebook.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_CreateMessage", - "Method": "Post", + "OperationId": "site.onenote.notebook.section.page_GetParentNotebook", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_GetMessage", + "OperationId": "site.onenote.notebook.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -205118,143 +204455,163 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_UpdateMessage", - "Method": "Patch", + "OperationId": "site.onenote.notebook.section.page_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_DeleteMessage", - "Method": "Delete", + "OperationId": "site.onenote.notebook.section_GetParentNotebook", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_GetMessagesContent", + "OperationId": "site.onenote.notebook.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_SetMessagesContent", - "Method": "Put", + "OperationId": "site.onenote.notebook.section_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "mailFolder-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/notebooks/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_ListAttachment", + "OperationId": "site.onenote.notebook_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "mailFolder-id1", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/operations", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote_ListOperation", + "Method": "Get", + "Parameters": [ { - "Name": "message-id", + "Name": "site-id", "Location": "Path" }, { @@ -205294,27 +204651,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/operations", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_CreateAttachment", + "OperationId": "site.onenote_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "site-id", "Location": "Path" } ] @@ -205322,31 +204667,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_GetAttachment", + "OperationId": "site.onenote_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "attachment-id", + "Name": "onenoteOperation-id", "Location": "Path" }, { @@ -205362,31 +204695,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_DeleteAttachment", - "Method": "Delete", + "OperationId": "site.onenote_UpdateOperation", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenoteOperation-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote_DeleteOperation", + "Method": "Delete", + "Parameters": [ { - "Name": "message-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "attachment-id", + "Name": "onenoteOperation-id", "Location": "Path" }, { @@ -205398,27 +204739,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/operations/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message.attachment_GetCount", + "OperationId": "site.onenote.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "site-id", "Location": "Path" }, { @@ -205434,27 +204763,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_ListExtension", + "OperationId": "site.onenote_ListPage", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "site-id", "Location": "Path" }, { @@ -205494,27 +204811,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_CreateExtension", + "OperationId": "site.onenote_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "site-id", "Location": "Path" } ] @@ -205522,31 +204827,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_GetExtension", + "OperationId": "site.onenote_GetPage", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -205562,31 +204855,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_UpdateExtension", + "OperationId": "site.onenote_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -205594,71 +204875,91 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_DeleteExtension", + "OperationId": "site.onenote_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "onenotePage-id", "Location": "Path" }, { - "Name": "mailFolder-id1", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote_GetPagesContent", + "Method": "Get", + "Parameters": [ { - "Name": "message-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "onenotePage-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message.extension_GetCount", - "Method": "Get", + "OperationId": "site.onenote_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "onenotePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.page_GetParentNotebook", + "Method": "Get", + "Parameters": [ { - "Name": "mailFolder-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenotePage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -205666,31 +204967,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_GetCount", + "OperationId": "site.onenote.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "onenotePage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -205698,19 +204995,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_GetCount", + "OperationId": "site.onenote.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "site-id", "Location": "Path" }, { @@ -205726,19 +205019,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/resources", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_ListMessageRule", + "OperationId": "site.onenote_ListResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "site-id", "Location": "Path" }, { @@ -205778,19 +205067,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/resources", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_CreateMessageRule", + "OperationId": "site.onenote_CreateResource", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "site-id", "Location": "Path" } ] @@ -205798,23 +205083,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_GetMessageRule", + "OperationId": "site.onenote_GetResource", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "messageRule-id", + "Name": "onenoteResource-id", "Location": "Path" }, { @@ -205830,23 +205111,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_UpdateMessageRule", + "OperationId": "site.onenote_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "messageRule-id", + "Name": "onenoteResource-id", "Location": "Path" } ] @@ -205854,23 +205131,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_DeleteMessageRule", + "OperationId": "site.onenote_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "messageRule-id", + "Name": "onenoteResource-id", "Location": "Path" }, { @@ -205882,19 +205155,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.messageRule_GetCount", + "OperationId": "site.onenote_GetResourcesContent", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "onenoteResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote_SetResourcesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/resources/$count", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.resource_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { @@ -205910,19 +205219,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_ListMessage", + "OperationId": "site.onenote_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "site-id", "Location": "Path" }, { @@ -205962,19 +205267,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_CreateMessage", + "OperationId": "site.onenote_CreateSectionGroup", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "site-id", "Location": "Path" } ] @@ -205982,23 +205283,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_GetMessage", + "OperationId": "site.onenote_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -206014,23 +205311,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_UpdateMessage", + "OperationId": "site.onenote_UpdateSectionGroup", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -206038,23 +205331,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_DeleteMessage", + "OperationId": "site.onenote_DeleteSectionGroup", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -206066,71 +205355,75 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_GetMessagesContent", + "OperationId": "site.onenote.sectionGroup_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_SetMessagesContent", - "Method": "Put", + "OperationId": "site.onenote.sectionGroup_GetParentSectionGroup", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_ListAttachment", + "OperationId": "site.onenote.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -206170,53 +205463,105 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_CreateAttachment", - "Method": "Post", + "OperationId": "site.onenote.sectionGroup_GetSectionGroup", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "sectionGroup-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_GetAttachment", + "OperationId": "site.onenote.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.sectionGroup_ListSection", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "attachment-id", + "Name": "sectionGroup-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -206230,87 +205575,127 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_DeleteAttachment", - "Method": "Delete", + "OperationId": "site.onenote.sectionGroup_CreateSection", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "sectionGroup-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.sectionGroup_GetSection", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "attachment-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.message.attachment_GetCount", - "Method": "Get", + "OperationId": "site.onenote.sectionGroup_UpdateSection", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenoteSection-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.sectionGroup_DeleteSection", + "Method": "Delete", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_ListExtension", + "OperationId": "site.onenote.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -206350,23 +205735,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_CreateExtension", + "OperationId": "site.onenote.sectionGroup.section_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -206374,27 +205759,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_GetExtension", + "OperationId": "site.onenote.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -206410,27 +205795,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_UpdateExtension", + "OperationId": "site.onenote.sectionGroup.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -206438,27 +205823,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_DeleteExtension", + "OperationId": "site.onenote.sectionGroup.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -206470,83 +205855,91 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.message.extension_GetCount", + "OperationId": "site.onenote.sectionGroup.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_GetCount", - "Method": "Get", + "OperationId": "site.onenote.sectionGroup.section_SetPagesContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/$count", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.mailFolder_GetCount", + "OperationId": "site.onenote.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -206554,44 +205947,28 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user_ListMessage", + "OperationId": "site.onenote.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "includeHiddenMessages", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -206606,40 +205983,56 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user_CreateMessage", - "Method": "Post", + "OperationId": "site.onenote.sectionGroup.section.page_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user_GetMessage", + "OperationId": "site.onenote.sectionGroup.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "includeHiddenMessages", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$select", @@ -206654,103 +206047,99 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user_UpdateMessage", - "Method": "Patch", + "OperationId": "site.onenote.sectionGroup.section_GetParentSectionGroup", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "sectionGroup-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}", - "Module": "Mail" - }, - "MethodInfo": { - "OperationId": "user_DeleteMessage", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/$value", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user_GetMessagesContent", + "OperationId": "site.onenote.sectionGroup.section_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "sectionGroup-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/$value", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sectionGroups/$count", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user_SetMessagesContent", - "Method": "Put", + "OperationId": "site.onenote.sectionGroup_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/attachments", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.message_ListAttachment", + "OperationId": "site.onenote_ListSection", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "site-id", "Location": "Path" }, { @@ -206790,19 +206179,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/attachments", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sections", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.message_CreateAttachment", + "OperationId": "site.onenote_CreateSection", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "site-id", "Location": "Path" } ] @@ -206810,23 +206195,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.message_GetAttachment", + "OperationId": "site.onenote_GetSection", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "attachment-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -206842,75 +206223,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.message_DeleteAttachment", - "Method": "Delete", + "OperationId": "site.onenote_UpdateSection", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "message-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "attachment-id", + "Name": "onenoteSection-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/attachments/$count", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.message.attachment_GetCount", - "Method": "Get", + "OperationId": "site.onenote_DeleteSection", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/extensions", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.message_ListExtension", + "OperationId": "site.onenote.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -206950,19 +206319,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/extensions", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.message_CreateExtension", + "OperationId": "site.onenote.section_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -206970,23 +206339,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.message_GetExtension", + "OperationId": "site.onenote.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -207002,23 +206371,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.message_UpdateExtension", + "OperationId": "site.onenote.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -207026,23 +206395,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.message_DeleteExtension", + "OperationId": "site.onenote.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "extension-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -207054,19 +206423,131 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/extensions/$count", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.message.extension_GetCount", + "OperationId": "site.onenote.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.section_SetPagesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.section.page_GetParentNotebook", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.section.page_GetParentSection", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.section.page_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -207082,15 +206563,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/$count", - "Module": "Mail" + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "Module": "Notes" }, "MethodInfo": { - "OperationId": "user.message_GetCount", + "OperationId": "site.onenote.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.section_GetParentSectionGroup", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/sections/$count", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.section_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { @@ -207106,15 +206643,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote", + "Path": "/users/{user-id}/onenote", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group_GetOnenote", + "OperationId": "user_GetOnenote", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207130,15 +206667,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote", + "Path": "/users/{user-id}/onenote", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group_UpdateOnenote", + "OperationId": "user_UpdateOnenote", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" } ] @@ -207146,15 +206683,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote", + "Path": "/users/{user-id}/onenote", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group_DeleteOnenote", + "OperationId": "user_DeleteOnenote", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207166,15 +206703,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks", + "Path": "/users/{user-id}/onenote/notebooks", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_ListNotebook", + "OperationId": "user.onenote_ListNotebook", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207214,15 +206751,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks", + "Path": "/users/{user-id}/onenote/notebooks", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_CreateNotebook", + "OperationId": "user.onenote_CreateNotebook", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" } ] @@ -207230,15 +206767,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_GetNotebook", + "OperationId": "user.onenote_GetNotebook", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207258,15 +206795,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_UpdateNotebook", + "OperationId": "user.onenote_UpdateNotebook", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207278,15 +206815,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_DeleteNotebook", + "OperationId": "user.onenote_DeleteNotebook", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207302,15 +206839,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_ListSectionGroup", + "OperationId": "user.onenote.notebook_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207354,15 +206891,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_CreateSectionGroup", + "OperationId": "user.onenote.notebook_CreateSectionGroup", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207374,15 +206911,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_GetSectionGroup", + "OperationId": "user.onenote.notebook_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207406,15 +206943,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_UpdateSectionGroup", + "OperationId": "user.onenote.notebook_UpdateSectionGroup", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207430,15 +206967,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_DeleteSectionGroup", + "OperationId": "user.onenote.notebook_DeleteSectionGroup", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207458,15 +206995,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_GetParentNotebook", + "OperationId": "user.onenote.notebook.sectionGroup_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207490,15 +207027,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_GetParentSectionGroup", + "OperationId": "user.onenote.notebook.sectionGroup_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207522,15 +207059,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_ListSectionGroup", + "OperationId": "user.onenote.notebook.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207578,15 +207115,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_GetSectionGroup", + "OperationId": "user.onenote.notebook.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207614,15 +207151,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_GetCount", + "OperationId": "user.onenote.notebook.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207646,15 +207183,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_ListSection", + "OperationId": "user.onenote.notebook.sectionGroup_ListSection", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207702,15 +207239,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_CreateSection", + "OperationId": "user.onenote.notebook.sectionGroup_CreateSection", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207726,15 +207263,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_GetSection", + "OperationId": "user.onenote.notebook.sectionGroup_GetSection", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207762,15 +207299,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_UpdateSection", + "OperationId": "user.onenote.notebook.sectionGroup_UpdateSection", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207790,15 +207327,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_DeleteSection", + "OperationId": "user.onenote.notebook.sectionGroup_DeleteSection", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207822,15 +207359,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_ListPage", + "OperationId": "user.onenote.notebook.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207882,15 +207419,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_CreatePage", + "OperationId": "user.onenote.notebook.sectionGroup.section_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207910,15 +207447,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_GetPage", + "OperationId": "user.onenote.notebook.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207950,15 +207487,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_UpdatePage", + "OperationId": "user.onenote.notebook.sectionGroup.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -207982,15 +207519,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_DeletePage", + "OperationId": "user.onenote.notebook.sectionGroup.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208018,15 +207555,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_GetPagesContent", + "OperationId": "user.onenote.notebook.sectionGroup.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208050,15 +207587,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_SetPagesContent", + "OperationId": "user.onenote.notebook.sectionGroup.section_SetPagesContent", "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208082,15 +207619,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section.page_GetParentNotebook", + "OperationId": "user.onenote.notebook.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208122,15 +207659,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section.page_GetParentSection", + "OperationId": "user.onenote.notebook.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208162,15 +207699,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section.page_GetCount", + "OperationId": "user.onenote.notebook.sectionGroup.section.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208198,15 +207735,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_GetParentNotebook", + "OperationId": "user.onenote.notebook.sectionGroup.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208234,15 +207771,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_GetParentSectionGroup", + "OperationId": "user.onenote.notebook.sectionGroup.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208270,15 +207807,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup.section_GetCount", + "OperationId": "user.onenote.notebook.sectionGroup.section_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208302,15 +207839,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.sectionGroup_GetCount", + "OperationId": "user.onenote.notebook.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208330,15 +207867,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_ListSection", + "OperationId": "user.onenote.notebook_ListSection", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208382,15 +207919,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_CreateSection", + "OperationId": "user.onenote.notebook_CreateSection", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208402,15 +207939,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_GetSection", + "OperationId": "user.onenote.notebook_GetSection", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208434,15 +207971,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_UpdateSection", + "OperationId": "user.onenote.notebook_UpdateSection", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208458,15 +207995,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_DeleteSection", + "OperationId": "user.onenote.notebook_DeleteSection", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208486,15 +208023,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_ListPage", + "OperationId": "user.onenote.notebook.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208542,15 +208079,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_CreatePage", + "OperationId": "user.onenote.notebook.section_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208566,15 +208103,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_GetPage", + "OperationId": "user.onenote.notebook.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208602,15 +208139,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_UpdatePage", + "OperationId": "user.onenote.notebook.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208630,15 +208167,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_DeletePage", + "OperationId": "user.onenote.notebook.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208662,15 +208199,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_GetPagesContent", + "OperationId": "user.onenote.notebook.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208690,15 +208227,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_SetPagesContent", + "OperationId": "user.onenote.notebook.section_SetPagesContent", "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208718,15 +208255,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section.page_GetParentNotebook", + "OperationId": "user.onenote.notebook.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208754,15 +208291,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section.page_GetParentSection", + "OperationId": "user.onenote.notebook.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208790,15 +208327,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section.page_GetCount", + "OperationId": "user.onenote.notebook.section.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208822,15 +208359,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_GetParentNotebook", + "OperationId": "user.onenote.notebook.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208854,15 +208391,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_GetParentSectionGroup", + "OperationId": "user.onenote.notebook.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208886,15 +208423,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/$count", + "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook.section_GetCount", + "OperationId": "user.onenote.notebook.section_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208914,15 +208451,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/notebooks/$count", + "Path": "/users/{user-id}/onenote/notebooks/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.notebook_GetCount", + "OperationId": "user.onenote.notebook_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208938,15 +208475,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/operations", + "Path": "/users/{user-id}/onenote/operations", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_ListOperation", + "OperationId": "user.onenote_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -208986,15 +208523,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/operations", + "Path": "/users/{user-id}/onenote/operations", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_CreateOperation", + "OperationId": "user.onenote_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" } ] @@ -209002,15 +208539,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "Path": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_GetOperation", + "OperationId": "user.onenote_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209030,15 +208567,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "Path": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_UpdateOperation", + "OperationId": "user.onenote_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209050,15 +208587,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "Path": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_DeleteOperation", + "OperationId": "user.onenote_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209074,15 +208611,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/operations/$count", + "Path": "/users/{user-id}/onenote/operations/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.operation_GetCount", + "OperationId": "user.onenote.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209098,15 +208635,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages", + "Path": "/users/{user-id}/onenote/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_ListPage", + "OperationId": "user.onenote_ListPage", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209146,15 +208683,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages", + "Path": "/users/{user-id}/onenote/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_CreatePage", + "OperationId": "user.onenote_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" } ] @@ -209162,15 +208699,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_GetPage", + "OperationId": "user.onenote_GetPage", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209190,15 +208727,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_UpdatePage", + "OperationId": "user.onenote_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209210,15 +208747,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_DeletePage", + "OperationId": "user.onenote_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209234,15 +208771,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_GetPagesContent", + "OperationId": "user.onenote_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209254,15 +208791,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_SetPagesContent", + "OperationId": "user.onenote_SetPagesContent", "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209274,15 +208811,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.page_GetParentNotebook", + "OperationId": "user.onenote.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209302,15 +208839,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection", + "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.page_GetParentSection", + "OperationId": "user.onenote.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209330,15 +208867,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/pages/$count", + "Path": "/users/{user-id}/onenote/pages/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.page_GetCount", + "OperationId": "user.onenote.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209354,15 +208891,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources", + "Path": "/users/{user-id}/onenote/resources", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_ListResource", + "OperationId": "user.onenote_ListResource", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209402,15 +208939,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources", + "Path": "/users/{user-id}/onenote/resources", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_CreateResource", + "OperationId": "user.onenote_CreateResource", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" } ] @@ -209418,15 +208955,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_GetResource", + "OperationId": "user.onenote_GetResource", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209446,15 +208983,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_UpdateResource", + "OperationId": "user.onenote_UpdateResource", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209466,15 +209003,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_DeleteResource", + "OperationId": "user.onenote_DeleteResource", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209490,15 +209027,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_GetResourcesContent", + "OperationId": "user.onenote_GetResourcesContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209510,15 +209047,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_SetResourcesContent", + "OperationId": "user.onenote_SetResourcesContent", "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209530,15 +209067,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/resources/$count", + "Path": "/users/{user-id}/onenote/resources/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.resource_GetCount", + "OperationId": "user.onenote.resource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209554,15 +209091,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups", + "Path": "/users/{user-id}/onenote/sectionGroups", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_ListSectionGroup", + "OperationId": "user.onenote_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209602,15 +209139,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups", + "Path": "/users/{user-id}/onenote/sectionGroups", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_CreateSectionGroup", + "OperationId": "user.onenote_CreateSectionGroup", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" } ] @@ -209618,15 +209155,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_GetSectionGroup", + "OperationId": "user.onenote_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209646,15 +209183,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_UpdateSectionGroup", + "OperationId": "user.onenote_UpdateSectionGroup", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209666,15 +209203,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_DeleteSectionGroup", + "OperationId": "user.onenote_DeleteSectionGroup", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209690,15 +209227,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_GetParentNotebook", + "OperationId": "user.onenote.sectionGroup_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209718,15 +209255,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_GetParentSectionGroup", + "OperationId": "user.onenote.sectionGroup_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209746,15 +209283,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_ListSectionGroup", + "OperationId": "user.onenote.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209798,15 +209335,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_GetSectionGroup", + "OperationId": "user.onenote.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209830,15 +209367,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_GetCount", + "OperationId": "user.onenote.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209858,15 +209395,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_ListSection", + "OperationId": "user.onenote.sectionGroup_ListSection", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209910,15 +209447,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_CreateSection", + "OperationId": "user.onenote.sectionGroup_CreateSection", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209930,15 +209467,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_GetSection", + "OperationId": "user.onenote.sectionGroup_GetSection", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209962,15 +209499,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_UpdateSection", + "OperationId": "user.onenote.sectionGroup_UpdateSection", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -209986,15 +209523,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_DeleteSection", + "OperationId": "user.onenote.sectionGroup_DeleteSection", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210014,15 +209551,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_ListPage", + "OperationId": "user.onenote.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210070,15 +209607,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_CreatePage", + "OperationId": "user.onenote.sectionGroup.section_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210094,15 +209631,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_GetPage", + "OperationId": "user.onenote.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210130,15 +209667,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_UpdatePage", + "OperationId": "user.onenote.sectionGroup.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210158,15 +209695,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_DeletePage", + "OperationId": "user.onenote.sectionGroup.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210190,15 +209727,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_GetPagesContent", + "OperationId": "user.onenote.sectionGroup.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210218,15 +209755,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_SetPagesContent", + "OperationId": "user.onenote.sectionGroup.section_SetPagesContent", "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210246,15 +209783,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section.page_GetParentNotebook", + "OperationId": "user.onenote.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210282,15 +209819,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section.page_GetParentSection", + "OperationId": "user.onenote.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210318,15 +209855,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section.page_GetCount", + "OperationId": "user.onenote.sectionGroup.section.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210350,15 +209887,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_GetParentNotebook", + "OperationId": "user.onenote.sectionGroup.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210382,15 +209919,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_GetParentSectionGroup", + "OperationId": "user.onenote.sectionGroup.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210414,15 +209951,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup.section_GetCount", + "OperationId": "user.onenote.sectionGroup.section_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210442,15 +209979,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sectionGroups/$count", + "Path": "/users/{user-id}/onenote/sectionGroups/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.sectionGroup_GetCount", + "OperationId": "user.onenote.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210466,15 +210003,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections", + "Path": "/users/{user-id}/onenote/sections", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_ListSection", + "OperationId": "user.onenote_ListSection", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210514,15 +210051,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections", + "Path": "/users/{user-id}/onenote/sections", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_CreateSection", + "OperationId": "user.onenote_CreateSection", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" } ] @@ -210530,15 +210067,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_GetSection", + "OperationId": "user.onenote_GetSection", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210558,15 +210095,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_UpdateSection", + "OperationId": "user.onenote_UpdateSection", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210578,15 +210115,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote_DeleteSection", + "OperationId": "user.onenote_DeleteSection", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210602,15 +210139,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.section_ListPage", + "OperationId": "user.onenote.section_ListPage", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210654,15 +210191,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.section_CreatePage", + "OperationId": "user.onenote.section_CreatePage", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210674,15 +210211,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.section_GetPage", + "OperationId": "user.onenote.section_GetPage", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210706,15 +210243,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.section_UpdatePage", + "OperationId": "user.onenote.section_UpdatePage", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210730,15 +210267,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.section_DeletePage", + "OperationId": "user.onenote.section_DeletePage", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210758,15 +210295,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.section_GetPagesContent", + "OperationId": "user.onenote.section_GetPagesContent", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210782,15 +210319,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.section_SetPagesContent", + "OperationId": "user.onenote.section_SetPagesContent", "Method": "Put", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210806,15 +210343,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.section.page_GetParentNotebook", + "OperationId": "user.onenote.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210838,15 +210375,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.section.page_GetParentSection", + "OperationId": "user.onenote.section.page_GetParentSection", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210870,15 +210407,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.section.page_GetCount", + "OperationId": "user.onenote.section.page_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210898,15 +210435,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.section_GetParentNotebook", + "OperationId": "user.onenote.section_GetParentNotebook", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210926,15 +210463,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.section_GetParentSectionGroup", + "OperationId": "user.onenote.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210954,15 +210491,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/onenote/sections/$count", + "Path": "/users/{user-id}/onenote/sections/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "group.onenote.section_GetCount", + "OperationId": "user.onenote.section_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "user-id", "Location": "Path" }, { @@ -210978,147 +210515,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetOnenote", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_UpdateOnenote", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_DeleteOnenote", - "Method": "Delete", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site_GetOnenote", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site_UpdateOnenote", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site_DeleteOnenote", - "Method": "Delete", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks", - "Module": "Notes" + "Path": "/users/{user-id}/people", + "Module": "People" }, "MethodInfo": { - "OperationId": "site.onenote_ListNotebook", + "OperationId": "user_ListPerson", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { @@ -211158,35 +210563,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote_CreateNotebook", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "Path": "/users/{user-id}/people/{person-id}", + "Module": "People" }, "MethodInfo": { - "OperationId": "site.onenote_GetNotebook", + "OperationId": "user_GetPerson", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "person-id", "Location": "Path" }, { @@ -211202,63 +210591,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote_UpdateNotebook", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "Path": "/users/{user-id}/people/$count", + "Module": "People" }, "MethodInfo": { - "OperationId": "site.onenote_DeleteNotebook", - "Method": "Delete", + "OperationId": "user.person_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_ListSectionGroup", + "OperationId": "user_ListContactFolder", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "user-id", "Location": "Path" }, { @@ -211298,19 +210663,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_CreateSectionGroup", + "OperationId": "user_CreateContactFolder", "Method": "Post", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "user-id", "Location": "Path" } ] @@ -211318,23 +210679,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_GetSectionGroup", + "OperationId": "user_GetContactFolder", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id", "Location": "Path" }, { @@ -211350,23 +210707,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_UpdateSectionGroup", + "OperationId": "user_UpdateContactFolder", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id", "Location": "Path" } ] @@ -211374,23 +210727,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_DeleteSectionGroup", + "OperationId": "user_DeleteContactFolder", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id", "Location": "Path" }, { @@ -211402,24 +210751,44 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetParentNotebook", + "OperationId": "user.contactFolder_ListChildFolder", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -211434,81 +210803,45 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetParentSectionGroup", - "Method": "Get", + "OperationId": "user.contactFolder_CreateChildFolder", + "Method": "Post", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_ListSectionGroup", + "OperationId": "user.contactFolder_GetChildFolder", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -211522,91 +210855,75 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetSectionGroup", - "Method": "Get", + "OperationId": "user.contactFolder_UpdateChildFolder", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id1", + "Name": "contactFolder-id1", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "user.contactFolder_DeleteChildFolder", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_ListSection", + "OperationId": "user.contactFolder.childFolder_ListContact", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" }, { @@ -211646,23 +210963,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_CreateSection", + "OperationId": "user.contactFolder.childFolder_CreateContact", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" } ] @@ -211670,27 +210987,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetSection", + "OperationId": "user.contactFolder.childFolder_GetContact", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" }, { @@ -211706,27 +211023,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_UpdateSection", + "OperationId": "user.contactFolder.childFolder_UpdateContact", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" } ] @@ -211734,27 +211051,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_DeleteSection", + "OperationId": "user.contactFolder.childFolder_DeleteContact", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" }, { @@ -211766,27 +211083,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_ListPage", + "OperationId": "user.contactFolder.childFolder.contact_ListExtension", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" }, { @@ -211826,27 +211143,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_CreatePage", + "OperationId": "user.contactFolder.childFolder.contact_CreateExtension", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" } ] @@ -211854,31 +211171,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_GetPage", + "OperationId": "user.contactFolder.childFolder.contact_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "extension-id", "Location": "Path" }, { @@ -211894,31 +211211,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_UpdatePage", + "OperationId": "user.contactFolder.childFolder.contact_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "extension-id", "Location": "Path" } ] @@ -211926,31 +211243,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_DeletePage", + "OperationId": "user.contactFolder.childFolder.contact_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "extension-id", "Location": "Path" }, { @@ -211962,103 +211279,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_GetPagesContent", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_SetPagesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetParentNotebook", + "OperationId": "user.contactFolder.childFolder.contact.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contactFolder-id1", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "contact-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -212066,31 +211315,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetParentSection", + "OperationId": "user.contactFolder.childFolder.contact_GetPhoto", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contactFolder-id1", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "contact-id", "Location": "Path" }, { @@ -212106,131 +211351,107 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetCount", - "Method": "Get", + "OperationId": "user.contactFolder.childFolder.contact_UpdatePhoto", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_GetParentNotebook", + "OperationId": "user.contactFolder.childFolder.contact_GetPhotoContent", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_GetParentSectionGroup", - "Method": "Get", + "OperationId": "user.contactFolder.childFolder.contact_SetPhotoContent", + "Method": "Put", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_GetCount", + "OperationId": "user.contactFolder.childFolder.contact_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "contactFolder-id1", "Location": "Path" }, { @@ -212246,19 +211467,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetCount", + "OperationId": "user.contactFolder.childFolder_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { @@ -212274,19 +211495,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_ListSection", + "OperationId": "user.contactFolder_ListContact", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { @@ -212326,19 +211547,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_CreateSection", + "OperationId": "user.contactFolder_CreateContact", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" } ] @@ -212346,23 +211567,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_GetSection", + "OperationId": "user.contactFolder_GetContact", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" }, { @@ -212378,23 +211599,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_UpdateSection", + "OperationId": "user.contactFolder_UpdateContact", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" } ] @@ -212402,23 +211623,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_DeleteSection", + "OperationId": "user.contactFolder_DeleteContact", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" }, { @@ -212430,23 +211651,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_ListPage", + "OperationId": "user.contactFolder.contact_ListExtension", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" }, { @@ -212486,23 +211707,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_CreatePage", + "OperationId": "user.contactFolder.contact_CreateExtension", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" } ] @@ -212510,27 +211731,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_GetPage", + "OperationId": "user.contactFolder.contact_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "extension-id", "Location": "Path" }, { @@ -212546,27 +211767,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_UpdatePage", + "OperationId": "user.contactFolder.contact_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "extension-id", "Location": "Path" } ] @@ -212574,27 +211795,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_DeletePage", + "OperationId": "user.contactFolder.contact_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "extension-id", "Location": "Path" }, { @@ -212606,91 +211827,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.notebook.section_GetPagesContent", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.notebook.section_SetPagesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section.page_GetParentNotebook", + "OperationId": "user.contactFolder.contact.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "contact-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -212698,27 +211859,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section.page_GetParentSection", + "OperationId": "user.contactFolder.contact_GetPhoto", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "contact-id", "Location": "Path" }, { @@ -212734,115 +211891,91 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section.page_GetCount", - "Method": "Get", + "OperationId": "user.contactFolder.contact_UpdatePhoto", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_GetParentNotebook", + "OperationId": "user.contactFolder.contact_GetPhotoContent", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_GetParentSectionGroup", - "Method": "Get", + "OperationId": "user.contactFolder.contact_SetPhotoContent", + "Method": "Put", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "contact-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_GetCount", + "OperationId": "user.contactFolder.contact_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "contactFolder-id", "Location": "Path" }, { @@ -212858,15 +211991,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/$count", - "Module": "Notes" + "Path": "/users/{user-id}/contactFolders/$count", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_GetCount", + "OperationId": "user.contactFolder_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { @@ -212882,15 +212015,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations", - "Module": "Notes" + "Path": "/users/{user-id}/contacts", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote_ListOperation", + "OperationId": "user_ListContact", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { @@ -212930,15 +212063,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations", - "Module": "Notes" + "Path": "/users/{user-id}/contacts", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote_CreateOperation", + "OperationId": "user_CreateContact", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" } ] @@ -212946,19 +212079,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote_GetOperation", + "OperationId": "user_GetContact", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteOperation-id", + "Name": "contact-id", "Location": "Path" }, { @@ -212974,19 +212107,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote_UpdateOperation", + "OperationId": "user_UpdateContact", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteOperation-id", + "Name": "contact-id", "Location": "Path" } ] @@ -212994,19 +212127,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contacts/{contact-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote_DeleteOperation", + "OperationId": "user_DeleteContact", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteOperation-id", + "Name": "contact-id", "Location": "Path" }, { @@ -213018,39 +212151,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations/$count", - "Module": "Notes" + "Path": "/users/{user-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.operation_GetCount", + "OperationId": "user.contact_ListExtension", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote_ListPage", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "contact-id", "Location": "Path" }, { @@ -213090,15 +212203,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages", - "Module": "Notes" + "Path": "/users/{user-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote_CreatePage", + "OperationId": "user.contact_CreateExtension", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "contact-id", "Location": "Path" } ] @@ -213106,19 +212223,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote_GetPage", + "OperationId": "user.contact_GetExtension", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "contact-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" }, { @@ -213134,19 +212255,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote_UpdatePage", + "OperationId": "user.contact_UpdateExtension", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "contact-id", + "Location": "Path" + }, + { + "Name": "extension-id", "Location": "Path" } ] @@ -213154,91 +212279,55 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote_DeletePage", + "OperationId": "user.contact_DeleteExtension", "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote_GetPagesContent", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "contact-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote_SetPagesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "site-id", + "Name": "extension-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/users/{user-id}/contacts/{contact-id}/extensions/$count", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.page_GetParentNotebook", + "OperationId": "user.contact.extension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "contact-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -213246,19 +212335,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/users/{user-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote.page_GetParentSection", + "OperationId": "user.contact_GetPhoto", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "contact-id", "Location": "Path" }, { @@ -213274,87 +212363,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/$count", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.page_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources", - "Module": "Notes" + "Path": "/users/{user-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote_ListResource", - "Method": "Get", + "OperationId": "user.contact_UpdatePhoto", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote_CreateResource", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", + "Name": "contact-id", "Location": "Path" } ] @@ -213362,47 +212383,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote_GetResource", + "OperationId": "user.contact_GetPhotoContent", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteResource-id", + "Name": "contact-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote_UpdateResource", - "Method": "Patch", + "OperationId": "user.contact_SetPhotoContent", + "Method": "Put", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteResource-id", + "Name": "contact-id", "Location": "Path" } ] @@ -213410,103 +212423,103 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" + "Path": "/users/{user-id}/contacts/$count", + "Module": "PersonalContacts" }, "MethodInfo": { - "OperationId": "site.onenote_DeleteResource", - "Method": "Delete", + "OperationId": "user.contact_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteResource-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" + "Path": "/groups/{group-id}/planner", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote_GetResourcesContent", + "OperationId": "group_GetPlanner", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteResource-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" + "Path": "/groups/{group-id}/planner", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote_SetResourcesContent", - "Method": "Put", + "OperationId": "group_UpdatePlanner", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteResource-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/resources/$count", - "Module": "Notes" + "Path": "/groups/{group-id}/planner", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.resource_GetCount", - "Method": "Get", + "OperationId": "group_DeletePlanner", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote_ListSectionGroup", + "OperationId": "group.planner_ListPlan", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { @@ -213546,15 +212559,15 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote_CreateSectionGroup", + "OperationId": "group.planner_CreatePlan", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" } ] @@ -213562,19 +212575,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote_GetSectionGroup", + "OperationId": "group.planner_GetPlan", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -213590,19 +212603,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote_UpdateSectionGroup", + "OperationId": "group.planner_UpdatePlan", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" } ] @@ -213610,19 +212623,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote_DeleteSectionGroup", + "OperationId": "group.planner_DeletePlan", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -213634,21 +212647,45 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_GetParentNotebook", + "OperationId": "group.planner.plan_ListBucket", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -213662,72 +212699,44 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_GetParentSectionGroup", - "Method": "Get", + "OperationId": "group.planner.plan_CreateBucket", + "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_ListSectionGroup", + "OperationId": "group.planner.plan_GetBucket", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerBucket-id", + "Location": "Path" }, { "Name": "$select", @@ -213742,79 +212751,75 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_GetSectionGroup", - "Method": "Get", + "OperationId": "group.planner.plan_UpdateBucket", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "sectionGroup-id1", + "Name": "plannerBucket-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "group.planner.plan_DeleteBucket", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_ListSection", + "OperationId": "group.planner.plan.bucket_ListTask", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -213854,19 +212859,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_CreateSection", + "OperationId": "group.planner.plan.bucket_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", "Location": "Path" } ] @@ -213874,23 +212883,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_GetSection", + "OperationId": "group.planner.plan.bucket_GetTask", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -213906,23 +212919,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_UpdateSection", + "OperationId": "group.planner.plan.bucket_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" } ] @@ -213930,23 +212947,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_DeleteSection", + "OperationId": "group.planner.plan.bucket_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -213958,48 +212979,28 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_ListPage", + "OperationId": "group.planner.plan.bucket.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { "Name": "$select", @@ -214014,115 +213015,127 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_CreatePage", - "Method": "Post", + "OperationId": "group.planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" + }, + { + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_GetPage", - "Method": "Get", + "OperationId": "group.planner.plan.bucket.task_DeleteAssignedToTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_UpdatePage", - "Method": "Patch", + "OperationId": "group.planner.plan.bucket.task_GetBucketTaskBoardFormat", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_DeletePage", - "Method": "Delete", + "OperationId": "group.planner.plan.bucket.task_UpdateBucketTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -214134,83 +213147,59 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_GetPagesContent", - "Method": "Get", + "OperationId": "group.planner.plan.bucket.task_DeleteBucketTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_SetPagesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "site-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section.page_GetParentNotebook", + "OperationId": "group.planner.plan.bucket.task_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -214226,91 +213215,91 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section.page_GetParentSection", - "Method": "Get", + "OperationId": "group.planner.plan.bucket.task_UpdateDetail", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section.page_GetCount", - "Method": "Get", + "OperationId": "group.planner.plan.bucket.task_DeleteDetail", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_GetParentNotebook", + "OperationId": "group.planner.plan.bucket.task_GetProgressTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -214326,75 +213315,87 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_GetParentSectionGroup", - "Method": "Get", + "OperationId": "group.planner.plan.bucket.task_UpdateProgressTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_GetCount", - "Method": "Get", + "OperationId": "group.planner.plan.bucket.task_DeleteProgressTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/$count", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup_GetCount", + "OperationId": "group.planner.plan.bucket.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -214410,24 +213411,20 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote_ListSection", + "OperationId": "group.planner.plan.bucket_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { "Name": "$search", @@ -214436,57 +213433,25 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote_CreateSection", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote_GetSection", + "OperationId": "group.planner.plan_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -214502,39 +213467,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote_UpdateSection", + "OperationId": "group.planner.plan_UpdateDetail", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote_DeleteSection", + "OperationId": "group.planner.plan_DeleteDetail", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -214546,19 +213515,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.section_ListPage", + "OperationId": "group.planner.plan_ListTask", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -214598,19 +213567,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.section_CreatePage", + "OperationId": "group.planner.plan_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" } ] @@ -214618,23 +213587,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.section_GetPage", + "OperationId": "group.planner.plan_GetTask", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -214650,23 +213619,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.section_UpdatePage", + "OperationId": "group.planner.plan_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" } ] @@ -214674,23 +213643,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.section_DeletePage", + "OperationId": "group.planner.plan_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -214702,103 +213671,111 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.section_GetPagesContent", + "OperationId": "group.planner.plan.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.section_SetPagesContent", - "Method": "Put", + "OperationId": "group.planner.plan.task_UpdateAssignedToTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.section.page_GetParentNotebook", - "Method": "Get", + "OperationId": "group.planner.plan.task_DeleteAssignedToTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.section.page_GetParentSection", + "OperationId": "group.planner.plan.task_GetBucketTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -214814,75 +213791,79 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.section.page_GetCount", - "Method": "Get", + "OperationId": "group.planner.plan.task_UpdateBucketTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.section_GetParentNotebook", - "Method": "Get", + "OperationId": "group.planner.plan.task_DeleteBucketTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.section_GetParentSectionGroup", + "OperationId": "group.planner.plan.task_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -214898,39 +213879,79 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/$count", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "site.onenote.section_GetCount", - "Method": "Get", + "OperationId": "group.planner.plan.task_UpdateDetail", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user_GetOnenote", + "OperationId": "group.planner.plan.task_DeleteDetail", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "group.planner.plan.task_GetProgressTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -214946,31 +213967,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user_UpdateOnenote", + "OperationId": "group.planner.plan.task_UpdateProgressTaskBoardFormat", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user_DeleteOnenote", + "OperationId": "group.planner.plan.task_DeleteProgressTaskBoardFormat", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -214982,17 +214023,96 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks", - "Module": "Notes" + "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_ListNotebook", + "OperationId": "group.planner.plan.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "plannerPlan-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/planner/plans/$count", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "group.planner.plan_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner_GetPlanner", + "Method": "Get", + "Parameters": [ + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner_UpdatePlanner", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/planner/buckets", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner_ListBucket", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -215030,35 +214150,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks", - "Module": "Notes" + "Path": "/planner/buckets", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_CreateNotebook", + "OperationId": "planner_CreateBucket", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "Path": "/planner/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_GetNotebook", + "OperationId": "planner_GetBucket", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -215074,39 +214185,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "Path": "/planner/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_UpdateNotebook", + "OperationId": "planner_UpdateBucket", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "Path": "/planner/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_DeleteNotebook", + "OperationId": "planner_DeleteBucket", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -215118,19 +214225,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" + "Path": "/planner/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_ListSectionGroup", + "OperationId": "planner.bucket_ListTask", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -215170,19 +214273,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" + "Path": "/planner/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_CreateSectionGroup", + "OperationId": "planner.bucket_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerBucket-id", "Location": "Path" } ] @@ -215190,23 +214289,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_GetSectionGroup", + "OperationId": "planner.bucket_GetTask", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -215222,23 +214317,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_UpdateSectionGroup", + "OperationId": "planner.bucket_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerTask-id", "Location": "Path" } ] @@ -215246,23 +214337,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_DeleteSectionGroup", + "OperationId": "planner.bucket_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -215274,23 +214361,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Notes" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_GetParentNotebook", + "OperationId": "planner.bucket.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -215306,80 +214389,144 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_GetParentSectionGroup", - "Method": "Get", + "OperationId": "planner.bucket.task_UpdateAssignedToTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.bucket.task_DeleteAssignedToTaskBoardFormat", + "Method": "Delete", + "Parameters": [ + { + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", - "Module": "Notes" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_ListSectionGroup", + "OperationId": "planner.bucket.task_GetBucketTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$top", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.bucket.task_UpdateBucketTaskBoardFormat", + "Method": "Patch", + "Parameters": [ + { + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.bucket.task_DeleteBucketTaskBoardFormat", + "Method": "Delete", + "Parameters": [ + { + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.bucket.task_GetDetail", + "Method": "Get", + "Parameters": [ + { + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { "Name": "$select", @@ -215394,27 +214541,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", - "Module": "Notes" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_GetSectionGroup", - "Method": "Get", + "OperationId": "planner.bucket.task_UpdateDetail", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.bucket.task_DeleteDetail", + "Method": "Delete", + "Parameters": [ + { + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "sectionGroup-id1", + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.bucket.task_GetProgressTaskBoardFormat", + "Method": "Get", + "Parameters": [ + { + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -215430,57 +214617,105 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Notes" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "planner.bucket.task_UpdateProgressTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.bucket.task_DeleteProgressTaskBoardFormat", + "Method": "Delete", + "Parameters": [ + { + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/planner/buckets/{plannerBucket-id}/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_ListSection", + "OperationId": "planner.bucket.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/buckets/$count", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.bucket_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner_ListPlan", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -215518,23 +214753,50 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/planner/plans", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_CreateSection", + "OperationId": "planner_CreatePlan", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner_GetPlan", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "sectionGroup-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner_UpdatePlan", + "Method": "Patch", + "Parameters": [ + { + "Name": "plannerPlan-id", "Location": "Path" } ] @@ -215542,28 +214804,60 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_GetSection", - "Method": "Get", + "OperationId": "planner_DeletePlan", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}/buckets", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.plan_ListBucket", + "Method": "Get", + "Parameters": [ + { + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -215578,55 +214872,83 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_UpdateSection", - "Method": "Patch", + "OperationId": "planner.plan_CreateBucket", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.plan_GetBucket", + "Method": "Get", + "Parameters": [ { - "Name": "notebook-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_DeleteSection", - "Method": "Delete", + "OperationId": "planner.plan_UpdateBucket", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "plannerBucket-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.plan_DeleteBucket", + "Method": "Delete", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -215638,27 +214960,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_ListPage", + "OperationId": "planner.plan.bucket_ListTask", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -215698,27 +215012,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_CreatePage", + "OperationId": "planner.plan.bucket_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" } ] @@ -215726,31 +215032,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_GetPage", + "OperationId": "planner.plan.bucket_GetTask", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -215766,31 +215064,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_UpdatePage", + "OperationId": "planner.plan.bucket_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" } ] @@ -215798,31 +215088,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_DeletePage", + "OperationId": "planner.plan.bucket_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -215834,135 +215116,111 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_GetPagesContent", + "OperationId": "planner.plan.bucket.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_SetPagesContent", - "Method": "Put", + "OperationId": "planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section.page_GetParentNotebook", - "Method": "Get", + "OperationId": "planner.plan.bucket.task_DeleteAssignedToTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section.page_GetParentSection", + "OperationId": "planner.plan.bucket.task_GetBucketTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -215978,99 +215236,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section.page_GetCount", - "Method": "Get", + "OperationId": "planner.plan.bucket.task_UpdateBucketTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_GetParentNotebook", - "Method": "Get", + "OperationId": "planner.plan.bucket.task_DeleteBucketTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_GetParentSectionGroup", + "OperationId": "planner.plan.bucket.task_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -216086,163 +215324,171 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_GetCount", - "Method": "Get", + "OperationId": "planner.plan.bucket.task_UpdateDetail", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "planner.plan.bucket.task_DeleteDetail", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_ListSection", + "OperationId": "planner.plan.bucket.task_GetProgressTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.plan.bucket.task_UpdateProgressTaskBoardFormat", + "Method": "Patch", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_CreateSection", - "Method": "Post", + "OperationId": "planner.plan.bucket.task_DeleteProgressTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_GetSection", + "OperationId": "planner.plan.bucket.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -216250,47 +215496,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/buckets/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_UpdateSection", - "Method": "Patch", + "OperationId": "planner.plan.bucket_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_DeleteSection", - "Method": "Delete", + "OperationId": "planner.plan_GetDetail", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenoteSection-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.plan_UpdateDetail", + "Method": "Patch", + "Parameters": [ + { + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -216302,23 +215564,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_ListPage", - "Method": "Get", + "OperationId": "planner.plan_DeleteDetail", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}/tasks", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.plan_ListTask", + "Method": "Get", + "Parameters": [ { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -216358,23 +215632,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_CreatePage", + "OperationId": "planner.plan_CreateTask", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" } ] @@ -216382,27 +215648,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_GetPage", + "OperationId": "planner.plan_GetTask", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -216418,27 +215676,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_UpdatePage", + "OperationId": "planner.plan_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" } ] @@ -216446,27 +215696,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_DeletePage", + "OperationId": "planner.plan_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -216478,83 +215720,95 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_GetPagesContent", + "OperationId": "planner.plan.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_SetPagesContent", - "Method": "Put", + "OperationId": "planner.plan.task_UpdateAssignedToTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section.page_GetParentNotebook", - "Method": "Get", + "OperationId": "planner.plan.task_DeleteAssignedToTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.plan.task_GetBucketTaskBoardFormat", + "Method": "Get", + "Parameters": [ + { + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -216570,27 +215824,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section.page_GetParentSection", - "Method": "Get", + "OperationId": "planner.plan.task_UpdateBucketTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.plan.task_DeleteBucketTaskBoardFormat", + "Method": "Delete", + "Parameters": [ + { + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.plan.task_GetDetail", + "Method": "Get", + "Parameters": [ + { + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -216606,55 +215900,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section.page_GetCount", - "Method": "Get", + "OperationId": "planner.plan.task_UpdateDetail", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.plan.task_DeleteDetail", + "Method": "Delete", + "Parameters": [ + { + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_GetParentNotebook", + "OperationId": "planner.plan.task_GetProgressTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -216670,51 +215976,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_GetParentSectionGroup", - "Method": "Get", + "OperationId": "planner.plan.task_UpdateProgressTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.plan.task_DeleteProgressTaskBoardFormat", + "Method": "Delete", + "Parameters": [ + { + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/$count", - "Module": "Notes" + "Path": "/planner/plans/{plannerPlan-id}/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_GetCount", + "OperationId": "planner.plan.task_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -216730,17 +216048,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/$count", - "Module": "Notes" + "Path": "/planner/plans/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_GetCount", + "OperationId": "planner.plan_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -216754,17 +216068,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/operations", - "Module": "Notes" + "Path": "/planner/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_ListOperation", + "OperationId": "planner_ListTask", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -216802,35 +216112,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/operations", - "Module": "Notes" + "Path": "/planner/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_CreateOperation", + "OperationId": "planner_CreateTask", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" + "Path": "/planner/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_GetOperation", + "OperationId": "planner_GetTask", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteOperation-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -216846,39 +216147,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" + "Path": "/planner/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_UpdateOperation", + "OperationId": "planner_UpdateTask", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "onenoteOperation-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" + "Path": "/planner/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_DeleteOperation", + "OperationId": "planner_DeleteTask", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteOperation-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -216890,23 +216187,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/operations/$count", - "Module": "Notes" + "Path": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.operation_GetCount", + "OperationId": "planner.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -216914,40 +216211,56 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages", - "Module": "Notes" + "Path": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_ListPage", - "Method": "Get", + "OperationId": "planner.task_UpdateAssignedToTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.task_DeleteAssignedToTaskBoardFormat", + "Method": "Delete", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.task_GetBucketTaskBoardFormat", + "Method": "Get", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { "Name": "$select", @@ -216962,35 +216275,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages", - "Module": "Notes" + "Path": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_CreatePage", - "Method": "Post", + "OperationId": "planner.task_UpdateBucketTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_GetPage", - "Method": "Get", + "OperationId": "planner.task_DeleteBucketTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/tasks/{plannerTask-id}/details", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.task_GetDetail", + "Method": "Get", + "Parameters": [ + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -217006,39 +216339,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/planner/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_UpdatePage", + "OperationId": "planner.task_UpdateDetail", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/planner/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_DeletePage", + "OperationId": "planner.task_DeleteDetail", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -217050,67 +216379,83 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_GetPagesContent", + "OperationId": "planner.task_GetProgressTaskBoardFormat", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_SetPagesContent", - "Method": "Put", + "OperationId": "planner.task_UpdateProgressTaskBoardFormat", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.page_GetParentNotebook", - "Method": "Get", + "OperationId": "planner.task_DeleteProgressTaskBoardFormat", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/planner/tasks/$count", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "planner.task_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -217118,21 +216463,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/users/{user-id}/planner", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.page_GetParentSection", + "OperationId": "user_GetPlanner", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -217146,35 +216487,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/$count", - "Module": "Notes" + "Path": "/users/{user-id}/planner", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.page_GetCount", - "Method": "Get", + "OperationId": "user_UpdatePlanner", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/planner", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "user_DeletePlanner", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/resources", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_ListResource", + "OperationId": "user.planner_ListPlan", "Method": "Get", "Parameters": [ { @@ -217218,11 +216575,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/resources", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_CreateResource", + "OperationId": "user.planner_CreatePlan", "Method": "Post", "Parameters": [ { @@ -217234,11 +216591,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_GetResource", + "OperationId": "user.planner_GetPlan", "Method": "Get", "Parameters": [ { @@ -217246,7 +216603,7 @@ "Location": "Path" }, { - "Name": "onenoteResource-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -217262,11 +216619,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_UpdateResource", + "OperationId": "user.planner_UpdatePlan", "Method": "Patch", "Parameters": [ { @@ -217274,7 +216631,7 @@ "Location": "Path" }, { - "Name": "onenoteResource-id", + "Name": "plannerPlan-id", "Location": "Path" } ] @@ -217282,11 +216639,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_DeleteResource", + "OperationId": "user.planner_DeletePlan", "Method": "Delete", "Parameters": [ { @@ -217294,7 +216651,7 @@ "Location": "Path" }, { - "Name": "onenoteResource-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -217306,51 +216663,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "user.onenote_GetResourcesContent", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "user.onenote_SetResourcesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "onenoteResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/resources/$count", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.resource_GetCount", + "OperationId": "user.planner.plan_ListBucket", "Method": "Get", "Parameters": [ { @@ -217358,27 +216675,7 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "user.onenote_ListSectionGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -217418,27 +216715,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_CreateSectionGroup", + "OperationId": "user.planner.plan_CreateBucket", "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_GetSectionGroup", + "OperationId": "user.planner.plan_GetBucket", "Method": "Get", "Parameters": [ { @@ -217446,7 +216747,11 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -217462,11 +216767,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_UpdateSectionGroup", + "OperationId": "user.planner.plan_UpdateBucket", "Method": "Patch", "Parameters": [ { @@ -217474,7 +216779,11 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", "Location": "Path" } ] @@ -217482,11 +216791,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_DeleteSectionGroup", + "OperationId": "user.planner.plan_DeleteBucket", "Method": "Delete", "Parameters": [ { @@ -217494,7 +216803,11 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -217506,11 +216819,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_GetParentNotebook", + "OperationId": "user.planner.plan.bucket_ListTask", "Method": "Get", "Parameters": [ { @@ -217518,72 +216831,20 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$expand", + "Name": "$top", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_GetParentSectionGroup", - "Method": "Get", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_ListSectionGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -217614,43 +216875,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_GetSectionGroup", - "Method": "Get", + "OperationId": "user.planner.plan.bucket_CreateTask", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "sectionGroup-id1", + "Name": "plannerBucket-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_GetCount", + "OperationId": "user.planner.plan.bucket_GetTask", "Method": "Get", "Parameters": [ { @@ -217658,15 +216911,23 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$search", + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -217674,83 +216935,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_ListSection", - "Method": "Get", + "OperationId": "user.planner.plan.bucket_UpdateTask", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "plannerBucket-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_CreateSection", - "Method": "Post", + "OperationId": "user.planner.plan.bucket_DeleteTask", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerBucket-id", "Location": "Path" + }, + { + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_GetSection", + "OperationId": "user.planner.plan.bucket.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { @@ -217758,11 +217007,15 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -217778,11 +217031,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_UpdateSection", + "OperationId": "user.planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat", "Method": "Patch", "Parameters": [ { @@ -217790,23 +217043,31 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" + }, + { + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_DeleteSection", + "OperationId": "user.planner.plan.bucket.task_DeleteAssignedToTaskBoardFormat", "Method": "Delete", "Parameters": [ { @@ -217814,11 +217075,15 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -217830,11 +217095,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_ListPage", + "OperationId": "user.planner.plan.bucket.task_GetBucketTaskBoardFormat", "Method": "Get", "Parameters": [ { @@ -217842,36 +217107,16 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { "Name": "$select", @@ -217886,115 +217131,127 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_CreatePage", - "Method": "Post", + "OperationId": "user.planner.plan.bucket.task_UpdateBucketTaskBoardFormat", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_GetPage", - "Method": "Get", + "OperationId": "user.planner.plan.bucket.task_DeleteBucketTaskBoardFormat", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_UpdatePage", - "Method": "Patch", + "OperationId": "user.planner.plan.bucket.task_GetDetail", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_DeletePage", - "Method": "Delete", + "OperationId": "user.planner.plan.bucket.task_UpdateDetail", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -218006,139 +217263,143 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_GetPagesContent", - "Method": "Get", + "OperationId": "user.planner.plan.bucket.task_DeleteDetail", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_SetPagesContent", - "Method": "Put", + "OperationId": "user.planner.plan.bucket.task_GetProgressTaskBoardFormat", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section.page_GetParentNotebook", - "Method": "Get", + "OperationId": "user.planner.plan.bucket.task_UpdateProgressTaskBoardFormat", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section.page_GetParentSection", - "Method": "Get", + "OperationId": "user.planner.plan.bucket.task_DeleteProgressTaskBoardFormat", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section.page_GetCount", + "OperationId": "user.planner.plan.bucket.task_GetCount", "Method": "Get", "Parameters": [ { @@ -218146,11 +217407,11 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerBucket-id", "Location": "Path" }, { @@ -218166,11 +217427,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_GetParentNotebook", + "OperationId": "user.planner.plan.bucket_GetCount", "Method": "Get", "Parameters": [ { @@ -218178,19 +217439,15 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -218198,11 +217455,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_GetParentSectionGroup", + "OperationId": "user.planner.plan_GetDetail", "Method": "Get", "Parameters": [ { @@ -218210,11 +217467,7 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { @@ -218230,69 +217483,69 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_GetCount", - "Method": "Get", + "OperationId": "user.planner.plan_UpdateDetail", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/$count", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "user.planner.plan_DeleteDetail", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_ListSection", + "OperationId": "user.planner.plan_ListTask", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, + { + "Name": "plannerPlan-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -218330,27 +217583,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_CreateSection", + "OperationId": "user.planner.plan_CreateTask", "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "plannerPlan-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_GetSection", + "OperationId": "user.planner.plan_GetTask", "Method": "Get", "Parameters": [ { @@ -218358,7 +217615,11 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -218374,11 +217635,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_UpdateSection", + "OperationId": "user.planner.plan_UpdateTask", "Method": "Patch", "Parameters": [ { @@ -218386,7 +217647,11 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" } ] @@ -218394,11 +217659,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote_DeleteSection", + "OperationId": "user.planner.plan_DeleteTask", "Method": "Delete", "Parameters": [ { @@ -218406,7 +217671,11 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" }, { @@ -218418,11 +217687,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.section_ListPage", + "OperationId": "user.planner.plan.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { @@ -218430,71 +217699,87 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "user.planner.plan.task_UpdateAssignedToTaskBoardFormat", + "Method": "Patch", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "plannerPlan-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.section_CreatePage", - "Method": "Post", + "OperationId": "user.planner.plan.task_DeleteAssignedToTaskBoardFormat", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", + "Location": "Path" + }, + { + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.section_GetPage", + "OperationId": "user.planner.plan.task_GetBucketTaskBoardFormat", "Method": "Get", "Parameters": [ { @@ -218502,11 +217787,11 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -218522,11 +217807,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.section_UpdatePage", + "OperationId": "user.planner.plan.task_UpdateBucketTaskBoardFormat", "Method": "Patch", "Parameters": [ { @@ -218534,23 +217819,27 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.section_DeletePage", + "OperationId": "user.planner.plan.task_DeleteBucketTaskBoardFormat", "Method": "Delete", "Parameters": [ { @@ -218558,11 +217847,11 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -218574,11 +217863,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.section_GetPagesContent", + "OperationId": "user.planner.plan.task_GetDetail", "Method": "Get", "Parameters": [ { @@ -218586,79 +217875,87 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.section_SetPagesContent", - "Method": "Put", + "OperationId": "user.planner.plan.task_UpdateDetail", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.section.page_GetParentNotebook", - "Method": "Get", + "OperationId": "user.planner.plan.task_DeleteDetail", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.section.page_GetParentSection", + "OperationId": "user.planner.plan.task_GetProgressTaskBoardFormat", "Method": "Get", "Parameters": [ { @@ -218666,11 +217963,11 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -218686,67 +217983,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.section.page_GetCount", - "Method": "Get", + "OperationId": "user.planner.plan.task_UpdateProgressTaskBoardFormat", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.section_GetParentNotebook", - "Method": "Get", + "OperationId": "user.planner.plan.task_DeleteProgressTaskBoardFormat", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.section_GetParentSectionGroup", + "OperationId": "user.planner.plan.task_GetCount", "Method": "Get", "Parameters": [ { @@ -218754,15 +218051,15 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "plannerPlan-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -218770,11 +218067,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/$count", - "Module": "Notes" + "Path": "/users/{user-id}/planner/plans/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.onenote.section_GetCount", + "OperationId": "user.planner.plan_GetCount", "Method": "Get", "Parameters": [ { @@ -218794,11 +218091,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/people", - "Module": "People" + "Path": "/users/{user-id}/planner/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user_ListPerson", + "OperationId": "user.planner_ListTask", "Method": "Get", "Parameters": [ { @@ -218842,39 +218139,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/people/{person-id}", - "Module": "People" + "Path": "/users/{user-id}/planner/tasks", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user_GetPerson", - "Method": "Get", + "OperationId": "user.planner_CreateTask", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, - { - "Name": "person-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/people/$count", - "Module": "People" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.person_GetCount", + "OperationId": "user.planner_GetTask", "Method": "Get", "Parameters": [ { @@ -218882,11 +218167,15 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -218894,75 +218183,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user_ListContactFolder", - "Method": "Get", + "OperationId": "user.planner_UpdateTask", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user_CreateContactFolder", - "Method": "Post", + "OperationId": "user.planner_DeleteTask", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "plannerTask-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user_GetContactFolder", + "OperationId": "user.planner.task_GetAssignedToTaskBoardFormat", "Method": "Get", "Parameters": [ { @@ -218970,7 +218239,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -218986,11 +218255,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user_UpdateContactFolder", + "OperationId": "user.planner.task_UpdateAssignedToTaskBoardFormat", "Method": "Patch", "Parameters": [ { @@ -218998,19 +218267,23 @@ "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user_DeleteContactFolder", + "OperationId": "user.planner.task_DeleteAssignedToTaskBoardFormat", "Method": "Delete", "Parameters": [ { @@ -219018,7 +218291,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -219030,11 +218303,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.contactFolder_ListChildFolder", + "OperationId": "user.planner.task_GetBucketTaskBoardFormat", "Method": "Get", "Parameters": [ { @@ -219042,71 +218315,75 @@ "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" + }, + "MethodInfo": { + "OperationId": "user.planner.task_UpdateBucketTaskBoardFormat", + "Method": "Patch", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "plannerTask-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.contactFolder_CreateChildFolder", - "Method": "Post", + "OperationId": "user.planner.task_DeleteBucketTaskBoardFormat", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "plannerTask-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.contactFolder_GetChildFolder", + "OperationId": "user.planner.task_GetDetail", "Method": "Get", "Parameters": [ { @@ -219114,11 +218391,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -219134,11 +218407,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.contactFolder_UpdateChildFolder", + "OperationId": "user.planner.task_UpdateDetail", "Method": "Patch", "Parameters": [ { @@ -219146,23 +218419,23 @@ "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "contactFolder-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/details", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.contactFolder_DeleteChildFolder", + "OperationId": "user.planner.task_DeleteDetail", "Method": "Delete", "Parameters": [ { @@ -219170,11 +218443,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", + "Name": "plannerTask-id", "Location": "Path" }, { @@ -219186,11 +218455,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder_ListContact", + "OperationId": "user.planner.task_GetProgressTaskBoardFormat", "Method": "Get", "Parameters": [ { @@ -219198,37 +218467,9 @@ "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", + "Name": "plannerTask-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -219242,149 +218483,116 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder_CreateContact", - "Method": "Post", + "OperationId": "user.planner.task_UpdateProgressTaskBoardFormat", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "contactFolder-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder_GetContact", - "Method": "Get", + "OperationId": "user.planner.task_DeleteProgressTaskBoardFormat", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", + "Name": "plannerTask-id", "Location": "Path" }, { - "Name": "contact-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/users/{user-id}/planner/tasks/$count", + "Module": "Planner" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder_UpdateContact", - "Method": "Patch", + "OperationId": "user.planner.task_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contact-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/auditLogs", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder_DeleteContact", - "Method": "Delete", + "OperationId": "auditLog.auditLogRoot_GetAuditLogRoot", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" + "Path": "/auditLogs", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_ListExtension", + "OperationId": "auditLog.auditLogRoot_UpdateAuditLogRoot", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/auditLogs/directoryAudits", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "auditLog_ListDirectoryAudit", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -219422,59 +218630,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" + "Path": "/auditLogs/directoryAudits", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_CreateExtension", + "OperationId": "auditLog_CreateDirectoryAudit", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/auditLogs/directoryAudits/{directoryAudit-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_GetExtension", + "OperationId": "auditLog_GetDirectoryAudit", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "directoryAudit-id", "Location": "Path" }, { @@ -219490,31 +218665,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/auditLogs/directoryAudits/{directoryAudit-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_UpdateExtension", + "OperationId": "auditLog_UpdateDirectoryAudit", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "directoryAudit-id", "Location": "Path" } ] @@ -219522,31 +218681,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/auditLogs/directoryAudits/{directoryAudit-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_DeleteExtension", + "OperationId": "auditLog_DeleteDirectoryAudit", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "directoryAudit-id", "Location": "Path" }, { @@ -219558,29 +218701,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", - "Module": "PersonalContacts" + "Path": "/auditLogs/directoryAudits/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact.extension_GetCount", + "OperationId": "auditLog.directoryAudit_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -219594,28 +218721,36 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" + "Path": "/auditLogs/provisioning", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_GetPhoto", + "OperationId": "auditLog_ListProvisioning", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "contactFolder-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "contactFolder-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contact-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -219630,83 +218765,50 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" + "Path": "/auditLogs/provisioning", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_UpdatePhoto", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - } - ] + "OperationId": "auditLog_CreateProvisioning", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" + "Path": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_GetPhotoContent", + "OperationId": "auditLog_GetProvisioning", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", + "Name": "provisioningObjectSummary-id", "Location": "Path" }, { - "Name": "contactFolder-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "contact-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" + "Path": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_SetPhotoContent", - "Method": "Put", + "OperationId": "auditLog_UpdateProvisioning", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "provisioningObjectSummary-id", "Location": "Path" } ] @@ -219714,53 +218816,33 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", - "Module": "PersonalContacts" + "Path": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_GetCount", - "Method": "Get", + "OperationId": "auditLog_DeleteProvisioning", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id1", + "Name": "provisioningObjectSummary-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", - "Module": "PersonalContacts" + "Path": "/auditLogs/provisioning/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder_GetCount", + "OperationId": "auditLog.provisioning_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -219774,21 +218856,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "Module": "PersonalContacts" + "Path": "/auditLogs/signIns", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder_ListContact", + "OperationId": "auditLog_ListSignIn", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -219826,43 +218900,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "Module": "PersonalContacts" + "Path": "/auditLogs/signIns", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder_CreateContact", + "OperationId": "auditLog_CreateSignIn", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/auditLogs/signIns/{signIn-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder_GetContact", + "OperationId": "auditLog_GetSignIn", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "signIn-id", "Location": "Path" }, { @@ -219878,23 +218935,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/auditLogs/signIns/{signIn-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder_UpdateContact", + "OperationId": "auditLog_UpdateSignIn", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "signIn-id", "Location": "Path" } ] @@ -219902,23 +218951,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/auditLogs/signIns/{signIn-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder_DeleteContact", + "OperationId": "auditLog_DeleteSignIn", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "signIn-id", "Location": "Path" }, { @@ -219930,25 +218971,80 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" + "Path": "/auditLogs/signIns/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_ListExtension", + "OperationId": "auditLog.signIn_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contactFolder-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/reports", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "deviceManagement_GetReport", + "Method": "Get", + "Parameters": [ { - "Name": "contact-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/reports", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "deviceManagement_UpdateReport", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/reports", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "deviceManagement_DeleteReport", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/deviceManagement/reports/exportJobs", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "deviceManagement.report_ListExportJob", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -219986,51 +219082,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" + "Path": "/deviceManagement/reports/exportJobs", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_CreateExtension", + "OperationId": "deviceManagement.report_CreateExportJob", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_GetExtension", + "OperationId": "deviceManagement.report_GetExportJob", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "deviceManagementExportJob-id", "Location": "Path" }, { @@ -220046,27 +219117,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_UpdateExtension", + "OperationId": "deviceManagement.report_UpdateExportJob", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "deviceManagementExportJob-id", "Location": "Path" } ] @@ -220074,27 +219133,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_DeleteExtension", + "OperationId": "deviceManagement.report_DeleteExportJob", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "deviceManagementExportJob-id", "Location": "Path" }, { @@ -220106,25 +219153,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", - "Module": "PersonalContacts" + "Path": "/deviceManagement/reports/exportJobs/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact.extension_GetCount", + "OperationId": "deviceManagement.report.exportJob_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -220138,25 +219173,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" + "Path": "/reports", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_GetPhoto", + "OperationId": "report.reportRoot_GetReportRoot", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -220170,141 +219193,133 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" + "Path": "/reports", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_UpdatePhoto", + "OperationId": "report.reportRoot_UpdateReportRoot", "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" + "Path": "/reports/authenticationMethods", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_GetPhotoContent", + "OperationId": "report_GetAuthenticationMethod", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "contact-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" + "Path": "/reports/authenticationMethods", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_SetPhotoContent", - "Method": "Put", + "OperationId": "report_UpdateAuthenticationMethod", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/authenticationMethods", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_DeleteAuthenticationMethod", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contactFolder-id", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", - "Module": "PersonalContacts" + "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByFeature()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_GetCount", + "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreFeature", + "Method": "Get", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByFeature(includedUserTypes=\u0027{includedUserTypes}\u0027,includedUserRoles=\u0027{includedUserRoles}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreFeature", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "includedUserTypes", "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "includedUserRoles", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/$count", - "Module": "PersonalContacts" + "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByMethod()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contactFolder_GetCount", + "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreMethod", + "Method": "Get", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByMethod(includedUserTypes=\u0027{includedUserTypes}\u0027,includedUserRoles=\u0027{includedUserRoles}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreMethod", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "includedUserTypes", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "includedUserRoles", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contacts", - "Module": "PersonalContacts" + "Path": "/reports/authenticationMethods/userRegistrationDetails", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user_ListContact", + "OperationId": "report.authenticationMethod_ListUserRegistrationDetail", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -220342,35 +219357,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts", - "Module": "PersonalContacts" + "Path": "/reports/authenticationMethods/userRegistrationDetails", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user_CreateContact", + "OperationId": "report.authenticationMethod_CreateUserRegistrationDetail", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user_GetContact", + "OperationId": "report.authenticationMethod_GetUserRegistrationDetail", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "userRegistrationDetails-id", "Location": "Path" }, { @@ -220386,19 +219392,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user_UpdateContact", + "OperationId": "report.authenticationMethod_UpdateUserRegistrationDetail", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "userRegistrationDetails-id", "Location": "Path" } ] @@ -220406,19 +219408,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}", - "Module": "PersonalContacts" + "Path": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user_DeleteContact", + "OperationId": "report.authenticationMethod_DeleteUserRegistrationDetail", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "userRegistrationDetails-id", "Location": "Path" }, { @@ -220430,21 +219428,33 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" + "Path": "/reports/authenticationMethods/userRegistrationDetails/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contact_ListExtension", + "OperationId": "report.authenticationMethod.userRegistrationDetail_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contact-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/dailyPrintUsageByPrinter", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_ListDailyPrintUsageGraphBPrePrinter", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -220482,43 +219492,26 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" + "Path": "/reports/dailyPrintUsageByPrinter", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contact_CreateExtension", + "OperationId": "report_CreateDailyPrintUsageGraphBPrePrinter", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contact_GetExtension", + "OperationId": "report_GetDailyPrintUsageGraphBPrePrinter", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "printUsageByPrinter-id", "Location": "Path" }, { @@ -220534,23 +219527,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contact_UpdateExtension", + "OperationId": "report_UpdateDailyPrintUsageGraphBPrePrinter", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "printUsageByPrinter-id", "Location": "Path" } ] @@ -220558,23 +219543,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" + "Path": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contact_DeleteExtension", + "OperationId": "report_DeleteDailyPrintUsageGraphBPrePrinter", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, - { - "Name": "extension-id", + "Name": "printUsageByPrinter-id", "Location": "Path" }, { @@ -220586,21 +219563,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/extensions/$count", - "Module": "PersonalContacts" + "Path": "/reports/dailyPrintUsageByPrinter/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contact.extension_GetCount", + "OperationId": "report.dailyPrintUsageGraphBPrePrinter_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -220614,20 +219583,36 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" + "Path": "/reports/dailyPrintUsageByUser", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contact_GetPhoto", + "OperationId": "report_ListDailyPrintUsageGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "contact-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -220642,59 +219627,50 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" + "Path": "/reports/dailyPrintUsageByUser", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contact_UpdatePhoto", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contact-id", - "Location": "Path" - } - ] + "OperationId": "report_CreateDailyPrintUsageGraphBPreUser", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" + "Path": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contact_GetPhotoContent", + "OperationId": "report_GetDailyPrintUsageGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "printUsageByUser-id", "Location": "Path" }, { - "Name": "contact-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" + "Path": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contact_SetPhotoContent", - "Method": "Put", + "OperationId": "report_UpdateDailyPrintUsageGraphBPreUser", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "contact-id", + "Name": "printUsageByUser-id", "Location": "Path" } ] @@ -220702,47 +219678,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/$count", - "Module": "PersonalContacts" + "Path": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "user.contact_GetCount", - "Method": "Get", + "OperationId": "report_DeleteDailyPrintUsageGraphBPreUser", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "printUsageByUser-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/planner", - "Module": "Planner" + "Path": "/reports/dailyPrintUsageByUser/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "group_GetPlanner", + "OperationId": "report.dailyPrintUsageGraphBPreUser_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -220750,17722 +219718,37 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/planner", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group_UpdatePlanner", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group_DeletePlanner", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner_ListPlan", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner_CreatePlan", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner_GetPlan", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner_UpdatePlan", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner_DeletePlan", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan_ListBucket", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan_CreateBucket", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan_GetBucket", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan_UpdateBucket", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan_DeleteBucket", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket_ListTask", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket_CreateTask", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket_GetTask", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket_UpdateTask", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_GetAssignedToTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_GetBucketTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_UpdateBucketTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_DeleteBucketTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_GetDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_UpdateDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_GetProgressTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_UpdateProgressTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_DeleteProgressTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket.task_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.bucket_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan_GetDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan_UpdateDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan_ListTask", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan_CreateTask", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan_GetTask", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan_UpdateTask", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.task_GetAssignedToTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.task_GetBucketTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.task_UpdateBucketTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.task_DeleteBucketTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.task_GetDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.task_UpdateDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.task_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.task_GetProgressTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.task_UpdateProgressTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.task_DeleteProgressTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan.task_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/planner/plans/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "group.planner.plan_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_GetPlanner", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_UpdatePlanner", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_ListBucket", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_CreateBucket", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_GetBucket", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_UpdateBucket", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_DeleteBucket", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket_ListTask", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket_CreateTask", - "Method": "Post", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket_GetTask", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket_UpdateTask", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket.task_GetAssignedToTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket.task_GetBucketTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket.task_UpdateBucketTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket.task_DeleteBucketTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket.task_GetDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket.task_UpdateDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket.task_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket.task_GetProgressTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket.task_UpdateProgressTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket.task_DeleteProgressTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/{plannerBucket-id}/tasks/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket.task_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/buckets/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.bucket_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_ListPlan", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_CreatePlan", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_GetPlan", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_UpdatePlan", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_DeletePlan", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_ListBucket", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_CreateBucket", - "Method": "Post", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_GetBucket", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_UpdateBucket", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_DeleteBucket", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket_ListTask", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket_CreateTask", - "Method": "Post", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket_GetTask", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket_UpdateTask", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket.task_GetAssignedToTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket.task_GetBucketTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket.task_UpdateBucketTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket.task_DeleteBucketTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket.task_GetDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket.task_UpdateDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket.task_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket.task_GetProgressTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket.task_UpdateProgressTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket.task_DeleteProgressTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket.task_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/buckets/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.bucket_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_GetDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_UpdateDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_ListTask", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_CreateTask", - "Method": "Post", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_GetTask", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_UpdateTask", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.task_GetAssignedToTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.task_GetBucketTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.task_UpdateBucketTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.task_DeleteBucketTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.task_GetDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.task_UpdateDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.task_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.task_GetProgressTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.task_UpdateProgressTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.task_DeleteProgressTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/{plannerPlan-id}/tasks/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan.task_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/plans/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.plan_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_ListTask", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_CreateTask", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_GetTask", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_UpdateTask", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.task_GetAssignedToTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.task_GetBucketTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.task_UpdateBucketTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.task_DeleteBucketTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.task_GetDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.task_UpdateDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.task_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.task_GetProgressTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.task_UpdateProgressTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.task_DeleteProgressTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/planner/tasks/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "planner.task_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user_GetPlanner", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user_UpdatePlanner", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user_DeletePlanner", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner_ListPlan", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner_CreatePlan", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner_GetPlan", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner_UpdatePlan", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner_DeletePlan", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan_ListBucket", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan_CreateBucket", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan_GetBucket", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan_UpdateBucket", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan_DeleteBucket", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket_ListTask", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket_CreateTask", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket_GetTask", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket_UpdateTask", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_GetAssignedToTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_GetBucketTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_UpdateBucketTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_DeleteBucketTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_GetDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_UpdateDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_GetProgressTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_UpdateProgressTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_DeleteProgressTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket.task_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerBucket-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.bucket_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan_GetDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan_UpdateDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan_ListTask", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan_CreateTask", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan_GetTask", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan_UpdateTask", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.task_GetAssignedToTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.task_GetBucketTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.task_UpdateBucketTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.task_DeleteBucketTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.task_GetDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.task_UpdateDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.task_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.task_GetProgressTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.task_UpdateProgressTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.task_DeleteProgressTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan.task_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerPlan-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/plans/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.plan_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner_ListTask", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner_CreateTask", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner_GetTask", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner_UpdateTask", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.task_GetAssignedToTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.task_GetBucketTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.task_UpdateBucketTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.task_DeleteBucketTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.task_GetDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.task_UpdateDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.task_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.task_GetProgressTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.task_UpdateProgressTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.task_DeleteProgressTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "plannerTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/planner/tasks/$count", - "Module": "Planner" - }, - "MethodInfo": { - "OperationId": "user.planner.task_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog.auditLogRoot_GetAuditLogRoot", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog.auditLogRoot_UpdateAuditLogRoot", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/directoryAudits", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog_ListDirectoryAudit", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/directoryAudits", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog_CreateDirectoryAudit", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/directoryAudits/{directoryAudit-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog_GetDirectoryAudit", - "Method": "Get", - "Parameters": [ - { - "Name": "directoryAudit-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/directoryAudits/{directoryAudit-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog_UpdateDirectoryAudit", - "Method": "Patch", - "Parameters": [ - { - "Name": "directoryAudit-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/directoryAudits/{directoryAudit-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog_DeleteDirectoryAudit", - "Method": "Delete", - "Parameters": [ - { - "Name": "directoryAudit-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/directoryAudits/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog.directoryAudit_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/provisioning", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog_ListProvisioning", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/provisioning", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog_CreateProvisioning", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog_GetProvisioning", - "Method": "Get", - "Parameters": [ - { - "Name": "provisioningObjectSummary-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog_UpdateProvisioning", - "Method": "Patch", - "Parameters": [ - { - "Name": "provisioningObjectSummary-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog_DeleteProvisioning", - "Method": "Delete", - "Parameters": [ - { - "Name": "provisioningObjectSummary-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/provisioning/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog.provisioning_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/signIns", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog_ListSignIn", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/signIns", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog_CreateSignIn", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/signIns/{signIn-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog_GetSignIn", - "Method": "Get", - "Parameters": [ - { - "Name": "signIn-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/signIns/{signIn-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog_UpdateSignIn", - "Method": "Patch", - "Parameters": [ - { - "Name": "signIn-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/signIns/{signIn-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog_DeleteSignIn", - "Method": "Delete", - "Parameters": [ - { - "Name": "signIn-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/auditLogs/signIns/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "auditLog.signIn_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "deviceManagement_GetReport", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "deviceManagement_UpdateReport", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "deviceManagement_DeleteReport", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/exportJobs", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_ListExportJob", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/exportJobs", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_CreateExportJob", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_GetExportJob", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceManagementExportJob-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_UpdateExportJob", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceManagementExportJob-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report_DeleteExportJob", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceManagementExportJob-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/reports/exportJobs/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "deviceManagement.report.exportJob_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.reportRoot_GetReportRoot", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.reportRoot_UpdateReportRoot", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_GetAuthenticationMethod", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_UpdateAuthenticationMethod", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_DeleteAuthenticationMethod", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByFeature()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreFeature", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByFeature(includedUserTypes=\u0027{includedUserTypes}\u0027,includedUserRoles=\u0027{includedUserRoles}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreFeature", - "Method": "Get", - "Parameters": [ - { - "Name": "includedUserTypes", - "Location": "Path" - }, - { - "Name": "includedUserRoles", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByMethod()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreMethod", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods/microsoft.graph.usersRegisteredByMethod(includedUserTypes=\u0027{includedUserTypes}\u0027,includedUserRoles=\u0027{includedUserRoles}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.authenticationMethod_usersRegisteredGraphBPreMethod", - "Method": "Get", - "Parameters": [ - { - "Name": "includedUserTypes", - "Location": "Path" - }, - { - "Name": "includedUserRoles", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods/userRegistrationDetails", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.authenticationMethod_ListUserRegistrationDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods/userRegistrationDetails", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.authenticationMethod_CreateUserRegistrationDetail", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.authenticationMethod_GetUserRegistrationDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "userRegistrationDetails-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.authenticationMethod_UpdateUserRegistrationDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "userRegistrationDetails-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.authenticationMethod_DeleteUserRegistrationDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "userRegistrationDetails-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/authenticationMethods/userRegistrationDetails/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.authenticationMethod.userRegistrationDetail_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageByPrinter", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_ListDailyPrintUsageGraphBPrePrinter", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageByPrinter", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_CreateDailyPrintUsageGraphBPrePrinter", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_GetDailyPrintUsageGraphBPrePrinter", - "Method": "Get", - "Parameters": [ - { - "Name": "printUsageByPrinter-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_UpdateDailyPrintUsageGraphBPrePrinter", - "Method": "Patch", - "Parameters": [ - { - "Name": "printUsageByPrinter-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_DeleteDailyPrintUsageGraphBPrePrinter", - "Method": "Delete", - "Parameters": [ - { - "Name": "printUsageByPrinter-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageByPrinter/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.dailyPrintUsageGraphBPrePrinter_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageByUser", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_ListDailyPrintUsageGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageByUser", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_CreateDailyPrintUsageGraphBPreUser", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_GetDailyPrintUsageGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "printUsageByUser-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_UpdateDailyPrintUsageGraphBPreUser", - "Method": "Patch", - "Parameters": [ - { - "Name": "printUsageByUser-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_DeleteDailyPrintUsageGraphBPreUser", - "Method": "Delete", - "Parameters": [ - { - "Name": "printUsageByUser-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/dailyPrintUsageByUser/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.dailyPrintUsageGraphBPreUser_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.deviceConfigurationDeviceActivity()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_deviceConfigurationDeviceActivity", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.deviceConfigurationUserActivity()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_deviceConfigurationUserActivity", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getEmailActivityCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getEmailActivityUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailActivityUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getEmailActivityUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailActivityUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getEmailActivityUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailAppUsageAppsUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getEmailAppUsageAppsUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailAppUsageUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getEmailAppUsageUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailAppUsageUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getEmailAppUsageUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailAppUsageUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getEmailAppUsageUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getEmailAppUsageVersionsUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getEmailAppUsageVersionsUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getGroupArchivedPrintJobs(groupId=\u0027{groupId}\u0027,startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getGroupArchivedPrintJob", - "Method": "Get", - "Parameters": [ - { - "Name": "groupId", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getM365AppPlatformUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getM365AppPlatformUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getM365AppUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getM365AppUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getM365AppUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getM365AppUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getM365AppUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getM365AppUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getMailboxUsageDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getMailboxUsageDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getMailboxUsageMailboxCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getMailboxUsageMailboxCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getMailboxUsageQuotaStatusMailboxCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getMailboxUsageQuotaStatusMailboxCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getMailboxUsageStorage(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getMailboxUsageStorage", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365ActivationCounts()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365ActivationCount", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365ActivationsUserCounts()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365ActivationsUserCount", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365ActivationsUserDetail()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365ActivationsUserDetail", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365ActiveUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365ActiveUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365ActiveUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365ActiveUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365ActiveUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365ActiveUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365GroupsActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365GroupsActivityCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365GroupsActivityDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365GroupsActivityDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365GroupsActivityDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365GroupsActivityDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365GroupsActivityFileCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365GroupsActivityFileCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365GroupsActivityGroupCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365GroupsActivityGroupCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365GroupsActivityStorage(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365GroupsActivityStorage", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOffice365ServicesUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOffice365ServicesUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveActivityFileCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOneDriveActivityFileCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOneDriveActivityUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveActivityUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOneDriveActivityUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveActivityUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOneDriveActivityUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveUsageAccountCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOneDriveUsageAccountCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveUsageAccountDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOneDriveUsageAccountDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveUsageAccountDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOneDriveUsageAccountDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveUsageFileCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOneDriveUsageFileCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getOneDriveUsageStorage(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getOneDriveUsageStorage", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getPrinterArchivedPrintJobs(printerId=\u0027{printerId}\u0027,startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getPrinterArchivedPrintJob", - "Method": "Get", - "Parameters": [ - { - "Name": "printerId", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getRelyingPartyDetailedSummary(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getRelyingPartyDetailedSummary", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointActivityFileCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointActivityFileCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointActivityPages(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointActivityPage", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointActivityUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointActivityUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointActivityUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointActivityUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointActivityUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointSiteUsageDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointSiteUsageDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointSiteUsageDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointSiteUsageDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointSiteUsageFileCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointSiteUsageFileCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointSiteUsagePages(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointSiteUsagePage", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointSiteUsageSiteCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointSiteUsageSiteCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSharePointSiteUsageStorage(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSharePointSiteUsageStorage", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessActivityCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessActivityUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessActivityUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessActivityUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageDistributionUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageDistributionUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessOrganizerActivityCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityMinuteCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessOrganizerActivityMinuteCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessOrganizerActivityUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessParticipantActivityCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityMinuteCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessParticipantActivityMinuteCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessParticipantActivityUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessPeerToPeerActivityCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityMinuteCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessPeerToPeerActivityMinuteCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getSkypeGraphFPreBusinessPeerToPeerActivityUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsDeviceUsageDistributionUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getTeamsDeviceUsageDistributionUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsDeviceUsageUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getTeamsDeviceUsageUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getTeamsDeviceUsageUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getTeamsDeviceUsageUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsTeamActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getTeamsTeamActivityCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsTeamActivityDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getTeamsTeamActivityDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsTeamActivityDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getTeamsTeamActivityDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsTeamActivityDistributionCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getTeamsTeamActivityDistributionCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsTeamCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getTeamsTeamCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsUserActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getTeamsUserActivityCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsUserActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getTeamsUserActivityUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsUserActivityUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getTeamsUserActivityUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getTeamsUserActivityUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getTeamsUserActivityUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getUserArchivedPrintJobs(userId=\u0027{userId}\u0027,startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getUserArchivedPrintJob", - "Method": "Get", - "Parameters": [ - { - "Name": "userId", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getYammerActivityCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerActivityUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getYammerActivityUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerActivityUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getYammerActivityUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerActivityUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getYammerActivityUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerDeviceUsageDistributionUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getYammerDeviceUsageDistributionUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerDeviceUsageUserCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getYammerDeviceUsageUserCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getYammerDeviceUsageUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getYammerDeviceUsageUserDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerGroupsActivityCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getYammerGroupsActivityCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerGroupsActivityDetail(date={date})", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getYammerGroupsActivityDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "date", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerGroupsActivityDetail(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getYammerGroupsActivityDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.getYammerGroupsActivityGroupCounts(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_getYammerGroupsActivityGroupCount", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_managedDeviceEnrollmentFailureDetail", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter=\u0027{filter}\u0027,skipToken=\u0027{skipToken}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_managedDeviceEnrollmentFailureDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "skip", - "Location": "Path" - }, - { - "Name": "top", - "Location": "Path" - }, - { - "Name": "filter", - "Location": "Path" - }, - { - "Name": "skipToken", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_managedDeviceEnrollmentTopFailure", - "Method": "Get", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures(period=\u0027{period}\u0027)", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_managedDeviceEnrollmentTopFailure", - "Method": "Get", - "Parameters": [ - { - "Name": "period", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageByPrinter", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_ListMonthlyPrintUsageGraphBPrePrinter", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageByPrinter", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_CreateMonthlyPrintUsageGraphBPrePrinter", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_GetMonthlyPrintUsageGraphBPrePrinter", - "Method": "Get", - "Parameters": [ - { - "Name": "printUsageByPrinter-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_UpdateMonthlyPrintUsageGraphBPrePrinter", - "Method": "Patch", - "Parameters": [ - { - "Name": "printUsageByPrinter-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_DeleteMonthlyPrintUsageGraphBPrePrinter", - "Method": "Delete", - "Parameters": [ - { - "Name": "printUsageByPrinter-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageByPrinter/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.monthlyPrintUsageGraphBPrePrinter_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageByUser", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_ListMonthlyPrintUsageGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageByUser", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_CreateMonthlyPrintUsageGraphBPreUser", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_GetMonthlyPrintUsageGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "printUsageByUser-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_UpdateMonthlyPrintUsageGraphBPreUser", - "Method": "Patch", - "Parameters": [ - { - "Name": "printUsageByUser-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_DeleteMonthlyPrintUsageGraphBPreUser", - "Method": "Delete", - "Parameters": [ - { - "Name": "printUsageByUser-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/monthlyPrintUsageByUser/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.monthlyPrintUsageGraphBPreUser_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_GetPartner", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_UpdatePartner", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_DeletePartner", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner_GetBilling", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner_UpdateBilling", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner_DeleteBilling", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/manifests", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_ListManifest", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/manifests", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_CreateManifest", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_GetManifest", - "Method": "Get", - "Parameters": [ - { - "Name": "manifest-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_UpdateManifest", - "Method": "Patch", - "Parameters": [ - { - "Name": "manifest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_DeleteManifest", - "Method": "Delete", - "Parameters": [ - { - "Name": "manifest-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/manifests/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.manifest_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/operations", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_ListOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/operations", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_CreateOperation", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/operations/{operation-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_GetOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "operation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/operations/{operation-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_UpdateOperation", - "Method": "Patch", - "Parameters": [ - { - "Name": "operation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/operations/{operation-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_DeleteOperation", - "Method": "Delete", - "Parameters": [ - { - "Name": "operation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/operations/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.operation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/reconciliation", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_GetReconciliation", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/reconciliation", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_UpdateReconciliation", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/reconciliation", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_DeleteReconciliation", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/reconciliation/billed", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.reconciliation_GetBilled", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/reconciliation/billed", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.reconciliation_UpdateBilled", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/reconciliation/billed", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.reconciliation_DeleteBilled", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/reconciliation/billed/microsoft.graph.partners.billing.export", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.reconciliation.billed_export", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/usage", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_GetUsage", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/usage", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_UpdateUsage", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/usage", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing_DeleteUsage", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/usage/billed", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.usage_GetBilled", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/usage/billed", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.usage_UpdateBilled", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/usage/billed", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.usage_DeleteBilled", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/usage/billed/microsoft.graph.partners.billing.export", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.usage.billed_export", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/usage/unbilled", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.usage_GetUnbilled", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/usage/unbilled", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.usage_UpdateUnbilled", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/usage/unbilled", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.usage_DeleteUnbilled", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/partners/billing/usage/unbilled/microsoft.graph.partners.billing.export", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.partner.billing.usage.unbilled_export", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/security", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_GetSecurity", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/security", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_UpdateSecurity", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/reports/security", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report_DeleteSecurity", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/security/microsoft.graph.getAttackSimulationRepeatOffenders()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.security_getAttackSimulationRepeatOffender", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/security/microsoft.graph.getAttackSimulationSimulationUserCoverage()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.security_getAttackSimulationSimulationUserCoverage", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/security/microsoft.graph.getAttackSimulationTrainingUserCoverage()", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.security_getAttackSimulationTrainingUserCoverage", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/schemaExtensions", - "Module": "SchemaExtensions" - }, - "MethodInfo": { - "OperationId": "schemaExtension_ListSchemaExtension", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/schemaExtensions", - "Module": "SchemaExtensions" - }, - "MethodInfo": { - "OperationId": "schemaExtension_CreateSchemaExtension", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/schemaExtensions/{schemaExtension-id}", - "Module": "SchemaExtensions" - }, - "MethodInfo": { - "OperationId": "schemaExtension_GetSchemaExtension", - "Method": "Get", - "Parameters": [ - { - "Name": "schemaExtension-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/schemaExtensions/{schemaExtension-id}", - "Module": "SchemaExtensions" - }, - "MethodInfo": { - "OperationId": "schemaExtension_UpdateSchemaExtension", - "Method": "Patch", - "Parameters": [ - { - "Name": "schemaExtension-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/schemaExtensions/{schemaExtension-id}", - "Module": "SchemaExtensions" - }, - "MethodInfo": { - "OperationId": "schemaExtension_DeleteSchemaExtension", - "Method": "Delete", - "Parameters": [ - { - "Name": "schemaExtension-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/schemaExtensions/$count", - "Module": "SchemaExtensions" - }, - "MethodInfo": { - "OperationId": "schemaExtension_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external_GetExternal", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external_UpdateExternal", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/external/connections", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external_ListConnection", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external_CreateConnection", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external_GetConnection", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external_UpdateConnection", - "Method": "Patch", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external_DeleteConnection", - "Method": "Delete", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_ListGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_CreateGroup", - "Method": "Post", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_GetGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalGroup-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_UpdateGroup", - "Method": "Patch", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalGroup-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_DeleteGroup", - "Method": "Delete", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalGroup-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.group_ListMember", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalGroup-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.group_CreateMember", - "Method": "Post", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalGroup-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.group_GetMember", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalGroup-id", - "Location": "Path" - }, - { - "Name": "identity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.group_UpdateMember", - "Method": "Patch", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalGroup-id", - "Location": "Path" - }, - { - "Name": "identity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.group_DeleteMember", - "Method": "Delete", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalGroup-id", - "Location": "Path" - }, - { - "Name": "identity-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.group.member_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalGroup-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/groups/$count", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.group_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_ListItem", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_CreateItem", - "Method": "Post", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_GetItem", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_SetItem", - "Method": "Put", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_DeleteItem", - "Method": "Delete", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.item_ListActivity", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.item_CreateActivity", - "Method": "Post", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.item_GetActivity", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", - "Location": "Path" - }, - { - "Name": "externalActivity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.item_UpdateActivity", - "Method": "Patch", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", - "Location": "Path" - }, - { - "Name": "externalActivity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.item_DeleteActivity", - "Method": "Delete", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", - "Location": "Path" - }, - { - "Name": "externalActivity-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.item.activity_GetPerformedGraphBPre", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", - "Location": "Path" - }, - { - "Name": "externalActivity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.item.activity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/microsoft.graph.externalConnectors.addActivities", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.item_addActivity", - "Method": "Post", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "externalItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/items/$count", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.item_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/operations", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_ListOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/operations", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_CreateOperation", - "Method": "Post", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_GetOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "connectionOperation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_UpdateOperation", - "Method": "Patch", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "connectionOperation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_DeleteOperation", - "Method": "Delete", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "connectionOperation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/operations/$count", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection.operation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/schema", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_GetSchema", - "Method": "Get", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/{externalConnection-id}/schema", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_UpdateSchema", - "Method": "Patch", - "Parameters": [ - { - "Name": "externalConnection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/external/connections/$count", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "external.connection_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search.searchEntity_GetSearchEntity", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search.searchEntity_UpdateSearchEntity", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/search/acronyms", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_ListAcronym", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search/acronyms", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_CreateAcronym", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/search/acronyms/{acronym-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_GetAcronym", - "Method": "Get", - "Parameters": [ - { - "Name": "acronym-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search/acronyms/{acronym-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_UpdateAcronym", - "Method": "Patch", - "Parameters": [ - { - "Name": "acronym-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search/acronyms/{acronym-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_DeleteAcronym", - "Method": "Delete", - "Parameters": [ - { - "Name": "acronym-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search/acronyms/$count", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search.acronym_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search/bookmarks", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_ListBookmark", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search/bookmarks", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_CreateBookmark", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/search/bookmarks/{bookmark-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_GetBookmark", - "Method": "Get", - "Parameters": [ - { - "Name": "bookmark-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search/bookmarks/{bookmark-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_UpdateBookmark", - "Method": "Patch", - "Parameters": [ - { - "Name": "bookmark-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search/bookmarks/{bookmark-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_DeleteBookmark", - "Method": "Delete", - "Parameters": [ - { - "Name": "bookmark-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search/bookmarks/$count", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search.bookmark_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search/microsoft.graph.query", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_query", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/search/qnas", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_ListQna", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search/qnas", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_CreateQna", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/search/qnas/{qna-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_GetQna", - "Method": "Get", - "Parameters": [ - { - "Name": "qna-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search/qnas/{qna-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_UpdateQna", - "Method": "Patch", - "Parameters": [ - { - "Name": "qna-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search/qnas/{qna-id}", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search_DeleteQna", - "Method": "Delete", - "Parameters": [ - { - "Name": "qna-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/search/qnas/$count", - "Module": "Search" - }, - "MethodInfo": { - "OperationId": "search.qna_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_GetSecurity", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateSecurity", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/alerts", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_ListAlert", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/alerts", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_CreateAlert", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/alerts_v2", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_ListAlerts_v2", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/alerts_v2", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_CreateAlerts_v2", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/alerts_v2/{alert-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_GetAlerts_v2", - "Method": "Get", - "Parameters": [ - { - "Name": "alert-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/alerts_v2/{alert-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateAlerts_v2", - "Method": "Patch", - "Parameters": [ - { - "Name": "alert-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/alerts_v2/{alert-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_DeleteAlerts_v2", - "Method": "Delete", - "Parameters": [ - { - "Name": "alert-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/alerts_v2/{alert-id}/comments", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.alerts_v2_SetComment", - "Method": "Post", - "Parameters": [ - { - "Name": "alert-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/alerts_v2/{alert-id}/comments/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.alerts_v2.Comment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "alert-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/alerts_v2/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.alerts_v2_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/alerts/{alert-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_GetAlert", - "Method": "Get", - "Parameters": [ - { - "Name": "alert-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/alerts/{alert-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateAlert", - "Method": "Patch", - "Parameters": [ - { - "Name": "alert-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/alerts/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.alert_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_GetAttackSimulation", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateAttackSimulation", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_DeleteAttackSimulation", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_ListEndUserNotification", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_CreateEndUserNotification", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_GetEndUserNotification", - "Method": "Get", - "Parameters": [ - { - "Name": "endUserNotification-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_UpdateEndUserNotification", - "Method": "Patch", - "Parameters": [ - { - "Name": "endUserNotification-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_DeleteEndUserNotification", - "Method": "Delete", - "Parameters": [ - { - "Name": "endUserNotification-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.endUserNotification_ListDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "endUserNotification-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.endUserNotification_CreateDetail", - "Method": "Post", - "Parameters": [ - { - "Name": "endUserNotification-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.endUserNotification_GetDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "endUserNotification-id", - "Location": "Path" - }, - { - "Name": "endUserNotificationDetail-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.endUserNotification_UpdateDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "endUserNotification-id", - "Location": "Path" - }, - { - "Name": "endUserNotificationDetail-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.endUserNotification_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "endUserNotification-id", - "Location": "Path" - }, - { - "Name": "endUserNotificationDetail-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.endUserNotification.detail_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "endUserNotification-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/endUserNotifications/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.endUserNotification_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/landingPages", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_ListLandingPage", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/landingPages", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_CreateLandingPage", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_GetLandingPage", - "Method": "Get", - "Parameters": [ - { - "Name": "landingPage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_UpdateLandingPage", - "Method": "Patch", - "Parameters": [ - { - "Name": "landingPage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_DeleteLandingPage", - "Method": "Delete", - "Parameters": [ - { - "Name": "landingPage-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.landingPage_ListDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "landingPage-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.landingPage_CreateDetail", - "Method": "Post", - "Parameters": [ - { - "Name": "landingPage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.landingPage_GetDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "landingPage-id", - "Location": "Path" - }, - { - "Name": "landingPageDetail-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.landingPage_UpdateDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "landingPage-id", - "Location": "Path" - }, - { - "Name": "landingPageDetail-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.landingPage_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "landingPage-id", - "Location": "Path" - }, - { - "Name": "landingPageDetail-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.landingPage.detail_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "landingPage-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/landingPages/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.landingPage_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/loginPages", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_ListLoginPage", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/loginPages", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_CreateLoginPage", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_GetLoginPage", - "Method": "Get", - "Parameters": [ - { - "Name": "loginPage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_UpdateLoginPage", - "Method": "Patch", - "Parameters": [ - { - "Name": "loginPage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_DeleteLoginPage", - "Method": "Delete", - "Parameters": [ - { - "Name": "loginPage-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/loginPages/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.loginPage_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/operations", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_ListOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/operations", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_CreateOperation", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_GetOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "attackSimulationOperation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_UpdateOperation", - "Method": "Patch", - "Parameters": [ - { - "Name": "attackSimulationOperation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_DeleteOperation", - "Method": "Delete", - "Parameters": [ - { - "Name": "attackSimulationOperation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/operations/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.operation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/payloads", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_ListPayload", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/payloads", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_CreatePayload", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_GetPayload", - "Method": "Get", - "Parameters": [ - { - "Name": "payload-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_UpdatePayload", - "Method": "Patch", - "Parameters": [ - { - "Name": "payload-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_DeletePayload", - "Method": "Delete", - "Parameters": [ - { - "Name": "payload-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/payloads/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.payload_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_ListSimulationAutomation", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_CreateSimulationAutomation", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_GetSimulationAutomation", - "Method": "Get", - "Parameters": [ - { - "Name": "simulationAutomation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_UpdateSimulationAutomation", - "Method": "Patch", - "Parameters": [ - { - "Name": "simulationAutomation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_DeleteSimulationAutomation", - "Method": "Delete", - "Parameters": [ - { - "Name": "simulationAutomation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.simulationAutomation_ListRun", - "Method": "Get", - "Parameters": [ - { - "Name": "simulationAutomation-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.simulationAutomation_CreateRun", - "Method": "Post", - "Parameters": [ - { - "Name": "simulationAutomation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.simulationAutomation_GetRun", - "Method": "Get", - "Parameters": [ - { - "Name": "simulationAutomation-id", - "Location": "Path" - }, - { - "Name": "simulationAutomationRun-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.simulationAutomation_UpdateRun", - "Method": "Patch", - "Parameters": [ - { - "Name": "simulationAutomation-id", - "Location": "Path" - }, - { - "Name": "simulationAutomationRun-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.simulationAutomation_DeleteRun", - "Method": "Delete", - "Parameters": [ - { - "Name": "simulationAutomation-id", - "Location": "Path" - }, - { - "Name": "simulationAutomationRun-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.simulationAutomation.run_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "simulationAutomation-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulationAutomations/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.simulationAutomation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulations", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_ListSimulation", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulations", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_CreateSimulation", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulations/{simulation-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_GetSimulation", - "Method": "Get", - "Parameters": [ - { - "Name": "simulation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulations/{simulation-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_UpdateSimulation", - "Method": "Patch", - "Parameters": [ - { - "Name": "simulation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulations/{simulation-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_DeleteSimulation", - "Method": "Delete", - "Parameters": [ - { - "Name": "simulation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulations/{simulation-id}/landingPage", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.simulation_GetLandingPage", - "Method": "Get", - "Parameters": [ - { - "Name": "simulation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulations/{simulation-id}/loginPage", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.simulation_GetLoginPage", - "Method": "Get", - "Parameters": [ - { - "Name": "simulation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulations/{simulation-id}/payload", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.simulation_GetPayload", - "Method": "Get", - "Parameters": [ - { - "Name": "simulation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/simulations/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.simulation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/trainings", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_ListTraining", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/trainings", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_CreateTraining", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_GetTraining", - "Method": "Get", - "Parameters": [ - { - "Name": "training-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_UpdateTraining", - "Method": "Patch", - "Parameters": [ - { - "Name": "training-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation_DeleteTraining", - "Method": "Delete", - "Parameters": [ - { - "Name": "training-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.training_ListLanguageDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "training-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.training_CreateLanguageDetail", - "Method": "Post", - "Parameters": [ - { - "Name": "training-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.training_GetLanguageDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "training-id", - "Location": "Path" - }, - { - "Name": "trainingLanguageDetail-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.training_UpdateLanguageDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "training-id", - "Location": "Path" - }, - { - "Name": "trainingLanguageDetail-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.training_DeleteLanguageDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "training-id", - "Location": "Path" - }, - { - "Name": "trainingLanguageDetail-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.training.languageDetail_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "training-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/attackSimulation/trainings/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.attackSimulation.training_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_GetCase", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateCase", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/cases", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_DeleteCase", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case_ListEdiscoveryCase", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case_CreateEdiscoveryCase", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case_GetEdiscoveryCase", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case_UpdateEdiscoveryCase", - "Method": "Patch", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case_DeleteEdiscoveryCase", - "Method": "Delete", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_ListCustodian", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_CreateCustodian", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetCustodian", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_UpdateCustodian", - "Method": "Patch", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_DeleteCustodian", - "Method": "Delete", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_GetLastIndexOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.activate", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_activate", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.applyHold", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_applyHold", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.release", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_release", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.removeHold", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_removeHold", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.updateIndex", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_updateIndex", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_ListSiteSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_CreateSiteSource", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_GetSiteSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "siteSource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_UpdateSiteSource", - "Method": "Patch", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "siteSource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_DeleteSiteSource", - "Method": "Delete", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "siteSource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian.siteSource_GetSite", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "siteSource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian.siteSource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_ListUnifiedGroupSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_CreateUnifiedGroupSource", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_GetUnifiedGroupSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "unifiedGroupSource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_UpdateUnifiedGroupSource", - "Method": "Patch", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "unifiedGroupSource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_DeleteUnifiedGroupSource", - "Method": "Delete", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "unifiedGroupSource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource_GetGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "unifiedGroupSource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource.group_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "unifiedGroupSource-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource.group.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "unifiedGroupSource-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_ListUserSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_CreateUserSource", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_GetUserSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "userSource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_UpdateUserSource", - "Method": "Patch", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "userSource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_DeleteUserSource", - "Method": "Delete", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "userSource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian.userSource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryCustodian-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.applyHold", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_applyHold", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.removeHold", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.custodian_removeHold", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/microsoft.graph.security.close", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_close", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/microsoft.graph.security.reopen", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_reopen", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_ListNoncustodialDataSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_CreateNoncustodialDataSource", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetNoncustodialDataSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryNoncustodialDataSource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_UpdateNoncustodialDataSource", - "Method": "Patch", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryNoncustodialDataSource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_DeleteNoncustodialDataSource", - "Method": "Delete", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryNoncustodialDataSource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/dataSource", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_GetDataSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryNoncustodialDataSource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/dataSource", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_UpdateDataSource", - "Method": "Patch", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryNoncustodialDataSource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/dataSource", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_DeleteDataSource", - "Method": "Delete", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryNoncustodialDataSource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_GetLastIndexOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryNoncustodialDataSource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.applyHold", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_applyHold", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryNoncustodialDataSource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.release", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_release", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryNoncustodialDataSource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.removeHold", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_removeHold", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryNoncustodialDataSource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.updateIndex", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_updateIndex", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryNoncustodialDataSource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.applyHold", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_applyHold", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.removeHold", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_removeHold", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_ListOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_CreateOperation", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "caseOperation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_UpdateOperation", - "Method": "Patch", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "caseOperation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_DeleteOperation", - "Method": "Delete", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "caseOperation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.operation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_ListReviewSet", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_CreateReviewSet", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetReviewSet", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_UpdateReviewSet", - "Method": "Patch", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_DeleteReviewSet", - "Method": "Delete", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/microsoft.graph.security.addToReviewSet", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_addToReviewSet", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/microsoft.graph.security.export", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_export", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_ListQuery", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_CreateQuery", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_GetQuery", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSetQuery-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_UpdateQuery", - "Method": "Patch", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSetQuery-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_DeleteQuery", - "Method": "Delete", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSetQuery-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/microsoft.graph.security.applyTags", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet.query_applyTag", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSetQuery-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/microsoft.graph.security.export", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet.query_export", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSetQuery-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet.query_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewSet-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.reviewSet_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_ListSearch", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_CreateSearch", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetSearch", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_UpdateSearch", - "Method": "Patch", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_DeleteSearch", - "Method": "Delete", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_ListAdditionalSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_CreateAdditionalSource", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_GetAdditionalSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - }, - { - "Name": "dataSource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_UpdateAdditionalSource", - "Method": "Patch", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - }, - { - "Name": "dataSource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_DeleteAdditionalSource", - "Method": "Delete", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - }, - { - "Name": "dataSource-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search.additionalSource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_GetAddToReviewSetOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_ListCustodianSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_GetCustodianSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - }, - { - "Name": "dataSource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search.custodianSource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_GetLastEstimateStatisticsOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/microsoft.graph.security.estimateStatistics", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_estimateStatistics", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/microsoft.graph.security.purgeData", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_purgeData", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_ListNoncustodialSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_GetNoncustodialSource", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - }, - { - "Name": "ediscoveryNoncustodialDataSource-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search.noncustodialSource_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoverySearch-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.search_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_UpdateSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_DeleteSetting", - "Method": "Delete", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/microsoft.graph.security.resetToDefault", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.setting_resetToDefault", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_ListTag", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_CreateTag", - "Method": "Post", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetTag", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewTag-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_UpdateTag", - "Method": "Patch", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewTag-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_DeleteTag", - "Method": "Delete", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewTag-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.tag_ListChildTag", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewTag-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.tag_GetChildTag", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewTag-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewTag-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.tag.childTag_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewTag-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.tag_GetParent", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "ediscoveryReviewTag-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.tag_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/microsoft.graph.security.asHierarchy()", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase.tag_asHierarchy", - "Method": "Get", - "Parameters": [ - { - "Name": "ediscoveryCase-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/cases/ediscoveryCases/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.case.ediscoveryCase_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/incidents", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_ListIncident", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/incidents", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_CreateIncident", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/incidents/{incident-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_GetIncident", - "Method": "Get", - "Parameters": [ - { - "Name": "incident-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/incidents/{incident-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateIncident", - "Method": "Patch", - "Parameters": [ - { - "Name": "incident-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/incidents/{incident-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_DeleteIncident", - "Method": "Delete", - "Parameters": [ - { - "Name": "incident-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/incidents/{incident-id}/alerts", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.incident_ListAlert", - "Method": "Get", - "Parameters": [ - { - "Name": "incident-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/incidents/{incident-id}/alerts/{alert-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.incident_GetAlert", - "Method": "Get", - "Parameters": [ - { - "Name": "incident-id", - "Location": "Path" - }, - { - "Name": "alert-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.incident.alert_SetComment", - "Method": "Post", - "Parameters": [ - { - "Name": "incident-id", - "Location": "Path" - }, - { - "Name": "alert-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.incident.alert.Comment_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "incident-id", - "Location": "Path" - }, - { - "Name": "alert-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/incidents/{incident-id}/alerts/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.incident.alert_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "incident-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/incidents/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.incident_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_GetLabel", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateLabel", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/labels", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_DeleteLabel", - "Method": "Delete", - "Parameters": [ - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/authorities", - "Module": "Security" + "Path": "/reports/microsoft.graph.deviceConfigurationDeviceActivity()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_ListAuthority", + "OperationId": "report_deviceConfigurationDeviceActivity", "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/authorities", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_CreateAuthority", - "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_GetAuthority", - "Method": "Get", - "Parameters": [ - { - "Name": "authorityTemplate-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_UpdateAuthority", - "Method": "Patch", - "Parameters": [ - { - "Name": "authorityTemplate-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_DeleteAuthority", - "Method": "Delete", - "Parameters": [ - { - "Name": "authorityTemplate-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/authorities/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label.authority_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/categories", - "Module": "Security" + "Path": "/reports/microsoft.graph.deviceConfigurationUserActivity()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_ListCategory", + "OperationId": "report_deviceConfigurationUserActivity", "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/categories", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_CreateCategory", - "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.label_GetCategory", - "Method": "Get", - "Parameters": [ - { - "Name": "categoryTemplate-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_UpdateCategory", - "Method": "Patch", + "OperationId": "report_getEmailActivityCount", + "Method": "Get", "Parameters": [ { - "Name": "categoryTemplate-id", + "Name": "period", "Location": "Path" } ] @@ -238473,83 +219756,47 @@ }, { "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_DeleteCategory", - "Method": "Delete", + "OperationId": "report_getEmailActivityUserCount", + "Method": "Get", "Parameters": [ { - "Name": "categoryTemplate-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailActivityUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.category_ListSubcategory", + "OperationId": "report_getEmailActivityUserDetail", "Method": "Get", "Parameters": [ { - "Name": "categoryTemplate-id", + "Name": "date", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailActivityUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.category_CreateSubcategory", - "Method": "Post", + "OperationId": "report_getEmailActivityUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "categoryTemplate-id", + "Name": "period", "Location": "Path" } ] @@ -238557,47 +219804,31 @@ }, { "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailAppUsageAppsUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.category_GetSubcategory", + "OperationId": "report_getEmailAppUsageAppsUserCount", "Method": "Get", "Parameters": [ { - "Name": "categoryTemplate-id", - "Location": "Path" - }, - { - "Name": "subcategoryTemplate-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailAppUsageUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.category_UpdateSubcategory", - "Method": "Patch", + "OperationId": "report_getEmailAppUsageUserCount", + "Method": "Get", "Parameters": [ { - "Name": "categoryTemplate-id", - "Location": "Path" - }, - { - "Name": "subcategoryTemplate-id", + "Name": "period", "Location": "Path" } ] @@ -238605,111 +219836,91 @@ }, { "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailAppUsageUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.category_DeleteSubcategory", - "Method": "Delete", + "OperationId": "report_getEmailAppUsageUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "categoryTemplate-id", - "Location": "Path" - }, - { - "Name": "subcategoryTemplate-id", + "Name": "date", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailAppUsageUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.category.subcategory_GetCount", + "OperationId": "report_getEmailAppUsageUserDetail", "Method": "Get", "Parameters": [ { - "Name": "categoryTemplate-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/categories/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getEmailAppUsageVersionsUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.category_GetCount", + "OperationId": "report_getEmailAppUsageVersionsUserCount", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/labels/citations", - "Module": "Security" + "Path": "/reports/microsoft.graph.getGroupArchivedPrintJobs(groupId=\u0027{groupId}\u0027,startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_ListCitation", + "OperationId": "report_getGroupArchivedPrintJob", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "groupId", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "startDateTime", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "endDateTime", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$top", "Location": "Query" }, { - "Name": "$count", + "Name": "$skip", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$select", + "Name": "$filter", "Location": "Query" }, { - "Name": "$expand", + "Name": "$count", "Location": "Query" } ] @@ -238717,50 +219928,47 @@ }, { "PathInfo": { - "Path": "/security/labels/citations", - "Module": "Security" + "Path": "/reports/microsoft.graph.getM365AppPlatformUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_CreateCitation", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getM365AppPlatformUserCount", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/labels/citations/{citationTemplate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getM365AppUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_GetCitation", + "OperationId": "report_getM365AppUserCount", "Method": "Get", "Parameters": [ { - "Name": "citationTemplate-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/citations/{citationTemplate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getM365AppUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_UpdateCitation", - "Method": "Patch", + "OperationId": "report_getM365AppUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "citationTemplate-id", + "Name": "date", "Location": "Path" } ] @@ -238768,269 +219976,192 @@ }, { "PathInfo": { - "Path": "/security/labels/citations/{citationTemplate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getM365AppUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_DeleteCitation", - "Method": "Delete", + "OperationId": "report_getM365AppUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "citationTemplate-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/labels/citations/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getMailboxUsageDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.citation_GetCount", + "OperationId": "report_getMailboxUsageDetail", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/labels/departments", - "Module": "Security" + "Path": "/reports/microsoft.graph.getMailboxUsageMailboxCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_ListDepartment", + "OperationId": "report_getMailboxUsageMailboxCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/labels/departments", - "Module": "Security" + "Path": "/reports/microsoft.graph.getMailboxUsageQuotaStatusMailboxCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_CreateDepartment", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getMailboxUsageQuotaStatusMailboxCount", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getMailboxUsageStorage(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_GetDepartment", + "OperationId": "report_getMailboxUsageStorage", "Method": "Get", "Parameters": [ { - "Name": "departmentTemplate-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365ActivationCounts()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_UpdateDepartment", - "Method": "Patch", - "Parameters": [ - { - "Name": "departmentTemplate-id", - "Location": "Path" - } - ] + "OperationId": "report_getOffice365ActivationCount", + "Method": "Get", + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365ActivationsUserCounts()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_DeleteDepartment", - "Method": "Delete", - "Parameters": [ - { - "Name": "departmentTemplate-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "report_getOffice365ActivationsUserCount", + "Method": "Get", + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/labels/departments/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365ActivationsUserDetail()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.department_GetCount", + "OperationId": "report_getOffice365ActivationsUserDetail", + "Method": "Get", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.getOffice365ActiveUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_getOffice365ActiveUserCount", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/labels/filePlanReferences", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365ActiveUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_ListFilePlanReference", + "OperationId": "report_getOffice365ActiveUserDetail", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "date", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/labels/filePlanReferences", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365ActiveUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_CreateFilePlanReference", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getOffice365ActiveUserDetail", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365GroupsActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_GetFilePlanReference", + "OperationId": "report_getOffice365GroupsActivityCount", "Method": "Get", "Parameters": [ { - "Name": "filePlanReferenceTemplate-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365GroupsActivityDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_UpdateFilePlanReference", - "Method": "Patch", + "OperationId": "report_getOffice365GroupsActivityDetail", + "Method": "Get", "Parameters": [ { - "Name": "filePlanReferenceTemplate-id", + "Name": "date", "Location": "Path" } ] @@ -239038,134 +220169,95 @@ }, { "PathInfo": { - "Path": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365GroupsActivityDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_DeleteFilePlanReference", - "Method": "Delete", + "OperationId": "report_getOffice365GroupsActivityDetail", + "Method": "Get", "Parameters": [ { - "Name": "filePlanReferenceTemplate-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/labels/filePlanReferences/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365GroupsActivityFileCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.filePlanReference_GetCount", + "OperationId": "report_getOffice365GroupsActivityFileCount", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365GroupsActivityGroupCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_ListRetentionLabel", + "OperationId": "report_getOffice365GroupsActivityGroupCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365GroupsActivityStorage(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_CreateRetentionLabel", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getOffice365GroupsActivityStorage", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOffice365ServicesUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_GetRetentionLabel", + "OperationId": "report_getOffice365ServicesUserCount", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOneDriveActivityFileCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_UpdateRetentionLabel", - "Method": "Patch", + "OperationId": "report_getOneDriveActivityFileCount", + "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "period", "Location": "Path" } ] @@ -239173,59 +220265,47 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOneDriveActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label_DeleteRetentionLabel", - "Method": "Delete", + "OperationId": "report_getOneDriveActivityUserCount", + "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOneDriveActivityUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_GetDescriptor", + "OperationId": "report_getOneDriveActivityUserDetail", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "date", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOneDriveActivityUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_UpdateDescriptor", - "Method": "Patch", + "OperationId": "report_getOneDriveActivityUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "period", "Location": "Path" } ] @@ -239233,139 +220313,123 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOneDriveUsageAccountCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_DeleteDescriptor", - "Method": "Delete", + "OperationId": "report_getOneDriveUsageAccountCount", + "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOneDriveUsageAccountDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel.descriptor_GetAuthorityTemplate", + "OperationId": "report_getOneDriveUsageAccountDetail", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "date", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOneDriveUsageAccountDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel.descriptor_GetCategoryTemplate", + "OperationId": "report_getOneDriveUsageAccountDetail", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOneDriveUsageFileCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel.descriptor_GetCitationTemplate", + "OperationId": "report_getOneDriveUsageFileCount", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", - "Module": "Security" + "Path": "/reports/microsoft.graph.getOneDriveUsageStorage(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel.descriptor_GetDepartmentTemplate", + "OperationId": "report_getOneDriveUsageStorage", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", - "Module": "Security" + "Path": "/reports/microsoft.graph.getPrinterArchivedPrintJobs(printerId=\u0027{printerId}\u0027,startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel.descriptor_GetFilePlanReferenceTemplate", + "OperationId": "report_getPrinterArchivedPrintJob", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "printerId", "Location": "Path" }, { - "Name": "$select", + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", + "Location": "Path" + }, + { + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", "Location": "Query" } ] @@ -239373,15 +220437,15 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "Module": "Security" + "Path": "/reports/microsoft.graph.getRelyingPartyDetailedSummary(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_ListDispositionReviewStage", + "OperationId": "report_getRelyingPartyDetailedSummary", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "period", "Location": "Path" }, { @@ -239405,11 +220469,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -239421,15 +220485,15 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointActivityFileCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_CreateDispositionReviewStage", - "Method": "Post", + "OperationId": "report_getSharePointActivityFileCount", + "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "period", "Location": "Path" } ] @@ -239437,47 +220501,31 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointActivityPages(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_GetDispositionReviewStage", + "OperationId": "report_getSharePointActivityPage", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", - "Location": "Path" - }, - { - "Name": "dispositionReviewStage-stageNumber", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_UpdateDispositionReviewStage", - "Method": "Patch", + "OperationId": "report_getSharePointActivityUserCount", + "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", - "Location": "Path" - }, - { - "Name": "dispositionReviewStage-stageNumber", + "Name": "period", "Location": "Path" } ] @@ -239485,197 +220533,143 @@ }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointActivityUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_DeleteDispositionReviewStage", - "Method": "Delete", + "OperationId": "report_getSharePointActivityUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", - "Location": "Path" - }, - { - "Name": "dispositionReviewStage-stageNumber", + "Name": "date", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointActivityUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel.dispositionReviewStage_GetCount", + "OperationId": "report_getSharePointActivityUserDetail", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointSiteUsageDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_GetRetentionEventType", + "OperationId": "report_getSharePointSiteUsageDetail", "Method": "Get", "Parameters": [ { - "Name": "retentionLabel-id", + "Name": "date", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/labels/retentionLabels/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointSiteUsageDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.label.retentionLabel_GetCount", + "OperationId": "report_getSharePointSiteUsageDetail", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/microsoft.graph.security.runHuntingQuery", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointSiteUsageFileCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_runHuntingQuery", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getSharePointSiteUsageFileCount", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/secureScoreControlProfiles", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointSiteUsagePages(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_ListSecureScoreControlProfile", + "OperationId": "report_getSharePointSiteUsagePage", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/secureScoreControlProfiles", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointSiteUsageSiteCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_CreateSecureScoreControlProfile", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getSharePointSiteUsageSiteCount", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSharePointSiteUsageStorage(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_GetSecureScoreControlProfile", + "OperationId": "report_getSharePointSiteUsageStorage", "Method": "Get", "Parameters": [ { - "Name": "secureScoreControlProfile-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_UpdateSecureScoreControlProfile", - "Method": "Patch", + "OperationId": "report_getSkypeGraphFPreBusinessActivityCount", + "Method": "Get", "Parameters": [ { - "Name": "secureScoreControlProfile-id", + "Name": "period", "Location": "Path" } ] @@ -239683,134 +220677,95 @@ }, { "PathInfo": { - "Path": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_DeleteSecureScoreControlProfile", - "Method": "Delete", + "OperationId": "report_getSkypeGraphFPreBusinessActivityUserCount", + "Method": "Get", "Parameters": [ { - "Name": "secureScoreControlProfile-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/secureScoreControlProfiles/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.secureScoreControlProfile_GetCount", + "OperationId": "report_getSkypeGraphFPreBusinessActivityUserDetail", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "date", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/secureScores", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_ListSecureScore", + "OperationId": "report_getSkypeGraphFPreBusinessActivityUserDetail", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/secureScores", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageDistributionUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_CreateSecureScore", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageDistributionUserCount", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/secureScores/{secureScore-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_GetSecureScore", + "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageUserCount", "Method": "Get", "Parameters": [ { - "Name": "secureScore-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/secureScores/{secureScore-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_UpdateSecureScore", - "Method": "Patch", + "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "secureScore-id", + "Name": "date", "Location": "Path" } ] @@ -239818,134 +220773,95 @@ }, { "PathInfo": { - "Path": "/security/secureScores/{secureScore-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_DeleteSecureScore", - "Method": "Delete", + "OperationId": "report_getSkypeGraphFPreBusinessDeviceUsageUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "secureScore-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/secureScores/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.secureScore_GetCount", + "OperationId": "report_getSkypeGraphFPreBusinessOrganizerActivityCount", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityMinuteCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_ListSubjectRightsRequest", + "OperationId": "report_getSkypeGraphFPreBusinessOrganizerActivityMinuteCount", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_CreateSubjectRightsRequest", - "Method": "Post", - "Parameters": [] + "OperationId": "report_getSkypeGraphFPreBusinessOrganizerActivityUserCount", + "Method": "Get", + "Parameters": [ + { + "Name": "period", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_GetSubjectRightsRequest", + "OperationId": "report_getSkypeGraphFPreBusinessParticipantActivityCount", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityMinuteCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_UpdateSubjectRightsRequest", - "Method": "Patch", + "OperationId": "report_getSkypeGraphFPreBusinessParticipantActivityMinuteCount", + "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "period", "Location": "Path" } ] @@ -239953,143 +220869,79 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_DeleteSubjectRightsRequest", - "Method": "Delete", + "OperationId": "report_getSkypeGraphFPreBusinessParticipantActivityUserCount", + "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_ListApprover", + "OperationId": "report_getSkypeGraphFPreBusinessPeerToPeerActivityCount", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityMinuteCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_GetApprover", + "OperationId": "report_getSkypeGraphFPreBusinessPeerToPeerActivityMinuteCount", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "user-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Security" + "Path": "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.approver_GetMailboxSetting", + "OperationId": "report_getSkypeGraphFPreBusinessPeerToPeerActivityUserCount", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "user-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsDeviceUsageDistributionUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.approver_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "report_getTeamsDeviceUsageDistributionUserCount", + "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "user-id", + "Name": "period", "Location": "Path" } ] @@ -240097,227 +220949,111 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsDeviceUsageUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.approver_ListServiceProvisioningError", + "OperationId": "report_getTeamsDeviceUsageUserCount", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "user-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.approver.ServiceProvisioningError_GetCount", + "OperationId": "report_getTeamsDeviceUsageUserDetail", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "user-id", + "Name": "date", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.approver_GetCount", + "OperationId": "report_getTeamsDeviceUsageUserDetail", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsTeamActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_ListCollaborator", + "OperationId": "report_getTeamsTeamActivityCount", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsTeamActivityDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_GetCollaborator", + "OperationId": "report_getTeamsTeamActivityDetail", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "user-id", + "Name": "date", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsTeamActivityDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.collaborator_GetMailboxSetting", + "OperationId": "report_getTeamsTeamActivityDetail", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "user-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsTeamActivityDistributionCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.collaborator_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "report_getTeamsTeamActivityDistributionCount", + "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "user-id", + "Name": "period", "Location": "Path" } ] @@ -240325,119 +221061,63 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsTeamCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.collaborator_ListServiceProvisioningError", + "OperationId": "report_getTeamsTeamCount", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "user-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsUserActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.collaborator.ServiceProvisioningError_GetCount", + "OperationId": "report_getTeamsUserActivityCount", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "user-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsUserActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.collaborator_GetCount", + "OperationId": "report_getTeamsUserActivityUserCount", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/microsoft.graph.getFinalAttachment()", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsUserActivityUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_getFinalAttachment", + "OperationId": "report_getTeamsUserActivityUserDetail", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "date", "Location": "Path" } ] @@ -240445,15 +221125,15 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/microsoft.graph.getFinalReport()", - "Module": "Security" + "Path": "/reports/microsoft.graph.getTeamsUserActivityUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_getFinalReport", + "OperationId": "report_getTeamsUserActivityUserDetail", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "period", "Location": "Path" } ] @@ -240461,15 +221141,23 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Security" + "Path": "/reports/microsoft.graph.getUserArchivedPrintJobs(userId=\u0027{userId}\u0027,startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_ListNote", + "OperationId": "report_getUserArchivedPrintJob", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "userId", + "Location": "Path" + }, + { + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", "Location": "Path" }, { @@ -240491,33 +221179,21 @@ { "Name": "$count", "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_CreateNote", - "Method": "Post", + "OperationId": "report_getYammerActivityCount", + "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "period", "Location": "Path" } ] @@ -240525,47 +221201,31 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerActivityUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_GetNote", + "OperationId": "report_getYammerActivityUserCount", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "authoredNote-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerActivityUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_UpdateNote", - "Method": "Patch", + "OperationId": "report_getYammerActivityUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "authoredNote-id", + "Name": "date", "Location": "Path" } ] @@ -240573,233 +221233,143 @@ }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerActivityUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_DeleteNote", - "Method": "Delete", + "OperationId": "report_getYammerActivityUserDetail", + "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", - "Location": "Path" - }, - { - "Name": "authoredNote-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerDeviceUsageDistributionUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest.note_GetCount", + "OperationId": "report_getYammerDeviceUsageDistributionUserCount", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerDeviceUsageUserCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_GetTeam", + "OperationId": "report_getYammerDeviceUsageUserCount", "Method": "Get", "Parameters": [ { - "Name": "subjectRightsRequest-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/subjectRightsRequests/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.subjectRightsRequest_GetCount", + "OperationId": "report_getYammerDeviceUsageUserDetail", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "date", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_GetThreatIntelligence", + "OperationId": "report_getYammerDeviceUsageUserDetail", "Method": "Get", "Parameters": [ { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateThreatIntelligence", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerGroupsActivityCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security_DeleteThreatIntelligence", - "Method": "Delete", + "OperationId": "report_getYammerGroupsActivityCount", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/articleIndicators", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerGroupsActivityDetail(date={date})", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListArticleIndicator", + "OperationId": "report_getYammerGroupsActivityDetail", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "date", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/articleIndicators", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateArticleIndicator", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerGroupsActivityDetail(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetArticleIndicator", + "OperationId": "report_getYammerGroupsActivityDetail", "Method": "Get", "Parameters": [ { - "Name": "articleIndicator-id", + "Name": "period", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.getYammerGroupsActivityGroupCounts(period=\u0027{period}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateArticleIndicator", - "Method": "Patch", + "OperationId": "report_getYammerGroupsActivityGroupCount", + "Method": "Get", "Parameters": [ { - "Name": "articleIndicator-id", + "Name": "period", "Location": "Path" } ] @@ -240807,75 +221377,77 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Security" + "Path": "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteArticleIndicator", - "Method": "Delete", - "Parameters": [ - { - "Name": "articleIndicator-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "report_managedDeviceEnrollmentFailureDetail", + "Method": "Get", + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", - "Module": "Security" + "Path": "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter=\u0027{filter}\u0027,skipToken=\u0027{skipToken}\u0027)", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.articleIndicator_GetArtifact", + "OperationId": "report_managedDeviceEnrollmentFailureDetail", "Method": "Get", "Parameters": [ { - "Name": "articleIndicator-id", + "Name": "skip", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "top", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "filter", + "Location": "Path" + }, + { + "Name": "skipToken", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/articleIndicators/$count", - "Module": "Security" + "Path": "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.articleIndicator_GetCount", + "OperationId": "report_managedDeviceEnrollmentTopFailure", + "Method": "Get", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures(period=\u0027{period}\u0027)", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_managedDeviceEnrollmentTopFailure", "Method": "Get", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "period", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByPrinter", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListArticle", + "OperationId": "report_ListMonthlyPrintUsageGraphBPrePrinter", "Method": "Get", "Parameters": [ { @@ -240915,26 +221487,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByPrinter", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateArticle", + "OperationId": "report_CreateMonthlyPrintUsageGraphBPrePrinter", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles/{article-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetArticle", + "OperationId": "report_GetMonthlyPrintUsageGraphBPrePrinter", "Method": "Get", "Parameters": [ { - "Name": "article-id", + "Name": "printUsageByPrinter-id", "Location": "Path" }, { @@ -240950,15 +221522,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles/{article-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateArticle", + "OperationId": "report_UpdateMonthlyPrintUsageGraphBPrePrinter", "Method": "Patch", "Parameters": [ { - "Name": "article-id", + "Name": "printUsageByPrinter-id", "Location": "Path" } ] @@ -240966,15 +221538,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles/{article-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteArticle", + "OperationId": "report_DeleteMonthlyPrintUsageGraphBPrePrinter", "Method": "Delete", "Parameters": [ { - "Name": "article-id", + "Name": "printUsageByPrinter-id", "Location": "Path" }, { @@ -240986,17 +221558,33 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles/{article-id}/indicators", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByPrinter/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.article_ListIndicator", + "OperationId": "report.monthlyPrintUsageGraphBPrePrinter_GetCount", "Method": "Get", "Parameters": [ { - "Name": "article-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/monthlyPrintUsageByUser", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_ListMonthlyPrintUsageGraphBPreUser", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -241034,19 +221622,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles/{article-id}/indicators/{articleIndicator-id}", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByUser", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.article_GetIndicator", + "OperationId": "report_CreateMonthlyPrintUsageGraphBPreUser", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report_GetMonthlyPrintUsageGraphBPreUser", "Method": "Get", "Parameters": [ { - "Name": "article-id", - "Location": "Path" - }, - { - "Name": "articleIndicator-id", + "Name": "printUsageByUser-id", "Location": "Path" }, { @@ -241062,65 +221657,49 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles/{article-id}/indicators/$count", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.article.indicator_GetCount", - "Method": "Get", + "OperationId": "report_UpdateMonthlyPrintUsageGraphBPreUser", + "Method": "Patch", "Parameters": [ { - "Name": "article-id", + "Name": "printUsageByUser-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/articles/$count", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.article_GetCount", - "Method": "Get", + "OperationId": "report_DeleteMonthlyPrintUsageGraphBPreUser", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "printUsageByUser-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostComponents", - "Module": "Security" + "Path": "/reports/monthlyPrintUsageByUser/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListHostComponent", + "OperationId": "report.monthlyPrintUsageGraphBPreUser_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -241128,50 +221707,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostComponents", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateHostComponent", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Security" + "Path": "/reports/partners", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetHostComponent", + "OperationId": "report_GetPartner", "Method": "Get", "Parameters": [ - { - "Name": "hostComponent-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -241185,33 +221733,24 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Security" + "Path": "/reports/partners", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateHostComponent", + "OperationId": "report_UpdatePartner", "Method": "Patch", - "Parameters": [ - { - "Name": "hostComponent-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Security" + "Path": "/reports/partners", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteHostComponent", + "OperationId": "report_DeletePartner", "Method": "Delete", "Parameters": [ - { - "Name": "hostComponent-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -241221,17 +221760,13 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", - "Module": "Security" + "Path": "/reports/partners/billing", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostComponent_GetHost", + "OperationId": "report.partner_GetBilling", "Method": "Get", "Parameters": [ - { - "Name": "hostComponent-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -241245,31 +221780,38 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostComponents/$count", - "Module": "Security" + "Path": "/reports/partners/billing", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.partner_UpdateBilling", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/partners/billing", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostComponent_GetCount", - "Method": "Get", + "OperationId": "report.partner_DeleteBilling", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostCookies", - "Module": "Security" + "Path": "/reports/partners/billing/manifests", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListHostCookie", + "OperationId": "report.partner.billing_ListManifest", "Method": "Get", "Parameters": [ { @@ -241309,26 +221851,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostCookies", - "Module": "Security" + "Path": "/reports/partners/billing/manifests", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateHostCookie", + "OperationId": "report.partner.billing_CreateManifest", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Security" + "Path": "/reports/partners/billing/manifests/{manifest-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetHostCookie", + "OperationId": "report.partner.billing_GetManifest", "Method": "Get", "Parameters": [ { - "Name": "hostCookie-id", + "Name": "manifest-id", "Location": "Path" }, { @@ -241344,15 +221886,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Security" + "Path": "/reports/partners/billing/manifests/{manifest-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateHostCookie", + "OperationId": "report.partner.billing_UpdateManifest", "Method": "Patch", "Parameters": [ { - "Name": "hostCookie-id", + "Name": "manifest-id", "Location": "Path" } ] @@ -241360,15 +221902,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Security" + "Path": "/reports/partners/billing/manifests/{manifest-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteHostCookie", + "OperationId": "report.partner.billing_DeleteManifest", "Method": "Delete", "Parameters": [ { - "Name": "hostCookie-id", + "Name": "manifest-id", "Location": "Path" }, { @@ -241380,35 +221922,11 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence.hostCookie_GetHost", - "Method": "Get", - "Parameters": [ - { - "Name": "hostCookie-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/hostCookies/$count", - "Module": "Security" + "Path": "/reports/partners/billing/manifests/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostCookie_GetCount", + "OperationId": "report.partner.billing.manifest_GetCount", "Method": "Get", "Parameters": [ { @@ -241424,11 +221942,11 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs", - "Module": "Security" + "Path": "/reports/partners/billing/operations", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListHostPair", + "OperationId": "report.partner.billing_ListOperation", "Method": "Get", "Parameters": [ { @@ -241468,26 +221986,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs", - "Module": "Security" + "Path": "/reports/partners/billing/operations", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateHostPair", + "OperationId": "report.partner.billing_CreateOperation", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Security" + "Path": "/reports/partners/billing/operations/{operation-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetHostPair", + "OperationId": "report.partner.billing_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "hostPair-id", + "Name": "operation-id", "Location": "Path" }, { @@ -241503,15 +222021,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Security" + "Path": "/reports/partners/billing/operations/{operation-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateHostPair", + "OperationId": "report.partner.billing_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "hostPair-id", + "Name": "operation-id", "Location": "Path" } ] @@ -241519,15 +222037,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Security" + "Path": "/reports/partners/billing/operations/{operation-id}", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteHostPair", + "OperationId": "report.partner.billing_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "hostPair-id", + "Name": "operation-id", "Location": "Path" }, { @@ -241539,23 +222057,19 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", - "Module": "Security" + "Path": "/reports/partners/billing/operations/$count", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostPair_GetChildHost", + "OperationId": "report.partner.billing.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "hostPair-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -241563,17 +222077,13 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", - "Module": "Security" + "Path": "/reports/partners/billing/reconciliation", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostPair_GetParentHost", + "OperationId": "report.partner.billing_GetReconciliation", "Method": "Get", "Parameters": [ - { - "Name": "hostPair-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -241587,57 +222097,40 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPairs/$count", - "Module": "Security" + "Path": "/reports/partners/billing/reconciliation", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostPair_GetCount", - "Method": "Get", + "OperationId": "report.partner.billing_UpdateReconciliation", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/partners/billing/reconciliation", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.partner.billing_DeleteReconciliation", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts", - "Module": "Security" + "Path": "/reports/partners/billing/reconciliation/billed", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListHostPort", + "OperationId": "report.partner.billing.reconciliation_GetBilled", "Method": "Get", "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -241651,28 +222144,51 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts", - "Module": "Security" + "Path": "/reports/partners/billing/reconciliation/billed", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateHostPort", + "OperationId": "report.partner.billing.reconciliation_UpdateBilled", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/partners/billing/reconciliation/billed", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.partner.billing.reconciliation_DeleteBilled", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/reports/partners/billing/reconciliation/billed/microsoft.graph.partners.billing.export", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.partner.billing.reconciliation.billed_export", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Security" + "Path": "/reports/partners/billing/usage", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetHostPort", + "OperationId": "report.partner.billing_GetUsage", "Method": "Get", "Parameters": [ - { - "Name": "hostPort-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -241686,33 +222202,24 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Security" + "Path": "/reports/partners/billing/usage", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateHostPort", + "OperationId": "report.partner.billing_UpdateUsage", "Method": "Patch", - "Parameters": [ - { - "Name": "hostPort-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Security" + "Path": "/reports/partners/billing/usage", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteHostPort", + "OperationId": "report.partner.billing_DeleteUsage", "Method": "Delete", "Parameters": [ - { - "Name": "hostPort-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -241722,17 +222229,13 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", - "Module": "Security" + "Path": "/reports/partners/billing/usage/billed", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostPort_GetHost", + "OperationId": "report.partner.billing.usage_GetBilled", "Method": "Get", "Parameters": [ - { - "Name": "hostPort-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -241746,43 +222249,57 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", - "Module": "Security" + "Path": "/reports/partners/billing/usage/billed", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostPort_GetMostRecentSslCertificate", - "Method": "Get", + "OperationId": "report.partner.billing.usage_UpdateBilled", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/partners/billing/usage/billed", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.partner.billing.usage_DeleteBilled", + "Method": "Delete", "Parameters": [ { - "Name": "hostPort-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostPorts/$count", - "Module": "Security" + "Path": "/reports/partners/billing/usage/billed/microsoft.graph.partners.billing.export", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostPort_GetCount", + "OperationId": "report.partner.billing.usage.billed_export", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/partners/billing/usage/unbilled", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.partner.billing.usage_GetUnbilled", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -241790,72 +222307,51 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts", - "Module": "Security" + "Path": "/reports/partners/billing/usage/unbilled", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListHost", - "Method": "Get", + "OperationId": "report.partner.billing.usage_UpdateUnbilled", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/reports/partners/billing/usage/unbilled", + "Module": "Reports" + }, + "MethodInfo": { + "OperationId": "report.partner.billing.usage_DeleteUnbilled", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts", - "Module": "Security" + "Path": "/reports/partners/billing/usage/unbilled/microsoft.graph.partners.billing.export", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateHost", + "OperationId": "report.partner.billing.usage.unbilled_export", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Security" + "Path": "/reports/security", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetHost", + "OperationId": "report_GetSecurity", "Method": "Get", "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -241869,33 +222365,24 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Security" + "Path": "/reports/security", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateHost", + "OperationId": "report_UpdateSecurity", "Method": "Patch", - "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Security" + "Path": "/reports/security", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteHost", + "OperationId": "report_DeleteSecurity", "Method": "Delete", "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -241905,17 +222392,13 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", - "Module": "Security" + "Path": "/reports/security/microsoft.graph.getAttackSimulationRepeatOffenders()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListChildHostPair", + "OperationId": "report.security_getAttackSimulationRepeatOffender", "Method": "Get", "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -241935,45 +222418,37 @@ { "Name": "$count", "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", - "Module": "Security" + "Path": "/reports/security/microsoft.graph.getAttackSimulationSimulationUserCoverage()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetChildHostPair", + "OperationId": "report.security_getAttackSimulationSimulationUserCoverage", "Method": "Get", "Parameters": [ { - "Name": "host-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "hostPair-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", "Location": "Query" } ] @@ -241981,16 +222456,20 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", - "Module": "Security" + "Path": "/reports/security/microsoft.graph.getAttackSimulationTrainingUserCoverage()", + "Module": "Reports" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.childHostPair_GetCount", + "OperationId": "report.security_getAttackSimulationTrainingUserCoverage", "Method": "Get", "Parameters": [ { - "Name": "host-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -241999,23 +222478,23 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/components", - "Module": "Security" + "Path": "/schemaExtensions", + "Module": "SchemaExtensions" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListComponent", + "OperationId": "schemaExtension_ListSchemaExtension", "Method": "Get", "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -242053,19 +222532,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/components/{hostComponent-id}", - "Module": "Security" + "Path": "/schemaExtensions", + "Module": "SchemaExtensions" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetComponent", + "OperationId": "schemaExtension_CreateSchemaExtension", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/schemaExtensions/{schemaExtension-id}", + "Module": "SchemaExtensions" + }, + "MethodInfo": { + "OperationId": "schemaExtension_GetSchemaExtension", "Method": "Get", "Parameters": [ { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "hostComponent-id", + "Name": "schemaExtension-id", "Location": "Path" }, { @@ -242081,99 +222567,55 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/components/$count", - "Module": "Security" + "Path": "/schemaExtensions/{schemaExtension-id}", + "Module": "SchemaExtensions" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.component_GetCount", - "Method": "Get", + "OperationId": "schemaExtension_UpdateSchemaExtension", + "Method": "Patch", "Parameters": [ { - "Name": "host-id", + "Name": "schemaExtension-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/cookies", - "Module": "Security" + "Path": "/schemaExtensions/{schemaExtension-id}", + "Module": "SchemaExtensions" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListCookie", - "Method": "Get", + "OperationId": "schemaExtension_DeleteSchemaExtension", + "Method": "Delete", "Parameters": [ { - "Name": "host-id", + "Name": "schemaExtension-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/cookies/{hostCookie-id}", - "Module": "Security" + "Path": "/schemaExtensions/$count", + "Module": "SchemaExtensions" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetCookie", + "OperationId": "schemaExtension_GetCount", "Method": "Get", "Parameters": [ { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "hostCookie-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -242181,23 +222623,19 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/cookies/$count", - "Module": "Security" + "Path": "/external", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.cookie_GetCount", + "OperationId": "external_GetExternal", "Method": "Get", "Parameters": [ { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -242205,17 +222643,24 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/hostPairs", - "Module": "Security" + "Path": "/external", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListHostPair", + "OperationId": "external_UpdateExternal", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/external/connections", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external_ListConnection", "Method": "Get", "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -242253,19 +222698,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/hostPairs/{hostPair-id}", - "Module": "Security" + "Path": "/external/connections", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetHostPair", + "OperationId": "external_CreateConnection", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/external/connections/{externalConnection-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external_GetConnection", "Method": "Get", "Parameters": [ { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "hostPair-id", + "Name": "externalConnection-id", "Location": "Path" }, { @@ -242281,39 +222733,51 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/hostPairs/$count", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.hostPair_GetCount", - "Method": "Get", + "OperationId": "external_UpdateConnection", + "Method": "Patch", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/connections/{externalConnection-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external_DeleteConnection", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "externalConnection-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/groups", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListParentHostPair", + "OperationId": "external.connection_ListGroup", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { @@ -242353,93 +222817,37 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/groups", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetParentHostPair", - "Method": "Get", + "OperationId": "external.connection_CreateGroup", + "Method": "Post", "Parameters": [ { - "Name": "host-id", - "Location": "Path" - }, - { - "Name": "hostPair-id", + "Name": "externalConnection-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.parentHostPair_GetCount", + "OperationId": "external.connection_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDns", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListPassiveDn", - "Method": "Get", - "Parameters": [ - { - "Name": "host-id", + "Name": "externalGroup-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -242453,67 +222861,63 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetPassiveDn", - "Method": "Get", + "OperationId": "external.connection_UpdateGroup", + "Method": "Patch", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "passiveDnsRecord-id", + "Name": "externalGroup-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.passiveDn_GetCount", - "Method": "Get", + "OperationId": "external.connection_DeleteGroup", + "Method": "Delete", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "externalGroup-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListPassiveDnsReverse", + "OperationId": "external.connection.group_ListMember", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", + "Location": "Path" + }, + { + "Name": "externalGroup-id", "Location": "Path" }, { @@ -242553,19 +222957,43 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetPassiveDnsReverse", + "OperationId": "external.connection.group_CreateMember", + "Method": "Post", + "Parameters": [ + { + "Name": "externalConnection-id", + "Location": "Path" + }, + { + "Name": "externalGroup-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.connection.group_GetMember", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "passiveDnsRecord-id", + "Name": "externalGroup-id", + "Location": "Path" + }, + { + "Name": "identity-id", "Location": "Path" }, { @@ -242581,99 +223009,79 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.passiveDnsReverse_GetCount", - "Method": "Get", + "OperationId": "external.connection.group_UpdateMember", + "Method": "Patch", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "externalGroup-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "identity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/ports", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListPort", - "Method": "Get", + "OperationId": "external.connection.group_DeleteMember", + "Method": "Delete", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "externalGroup-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "identity-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/ports/{hostPort-id}", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetPort", + "OperationId": "external.connection.group.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "hostPort-id", + "Name": "externalGroup-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -242681,15 +223089,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/ports/$count", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/groups/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.port_GetCount", + "OperationId": "external.connection.group_GetCount", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { @@ -242705,17 +223113,41 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/items", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetReputation", + "OperationId": "external.connection_ListItem", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -242729,76 +223161,36 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence.host_UpdateReputation", - "Method": "Patch", - "Parameters": [ - { - "Name": "host-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/items", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_DeleteReputation", - "Method": "Delete", + "OperationId": "external.connection_CreateItem", + "Method": "Post", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/sslCertificates", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListSslCertificate", + "OperationId": "external.connection_GetItem", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + { + "Name": "externalItem-id", + "Location": "Path" }, { "Name": "$select", @@ -242813,67 +223205,63 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/{hostSslCertificate-id}", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetSslCertificate", - "Method": "Get", + "OperationId": "external.connection_SetItem", + "Method": "Put", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "hostSslCertificate-id", + "Name": "externalItem-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.sslCertificate_GetCount", - "Method": "Get", + "OperationId": "external.connection_DeleteItem", + "Method": "Delete", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "externalItem-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/subdomains", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListSubdomain", + "OperationId": "external.connection.item_ListActivity", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", + "Location": "Path" + }, + { + "Name": "externalItem-id", "Location": "Path" }, { @@ -242913,19 +223301,43 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetSubdomain", + "OperationId": "external.connection.item_CreateActivity", + "Method": "Post", + "Parameters": [ + { + "Name": "externalConnection-id", + "Location": "Path" + }, + { + "Name": "externalItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.connection.item_GetActivity", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "subdomain-id", + "Name": "externalItem-id", + "Location": "Path" + }, + { + "Name": "externalActivity-id", "Location": "Path" }, { @@ -242941,91 +223353,75 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.subdomain_GetCount", - "Method": "Get", + "OperationId": "external.connection.item_UpdateActivity", + "Method": "Patch", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "externalItem-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "externalActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/trackers", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_ListTracker", - "Method": "Get", + "OperationId": "external.connection.item_DeleteActivity", + "Method": "Delete", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "externalItem-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "externalActivity-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/trackers/{hostTracker-id}", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetTracker", + "OperationId": "external.connection.item.activity_GetPerformedGraphBPre", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "hostTracker-id", + "Name": "externalItem-id", + "Location": "Path" + }, + { + "Name": "externalActivity-id", "Location": "Path" }, { @@ -243041,15 +223437,19 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host.tracker_GetCount", + "OperationId": "external.connection.item.activity_GetCount", "Method": "Get", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", + "Location": "Path" + }, + { + "Name": "externalItem-id", "Location": "Path" }, { @@ -243065,37 +223465,37 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/{host-id}/whois", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/items/{externalItem-id}/microsoft.graph.externalConnectors.addActivities", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetWhoi", - "Method": "Get", + "OperationId": "external.connection.item_addActivity", + "Method": "Post", "Parameters": [ { - "Name": "host-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "externalItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hosts/$count", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/items/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.host_GetCount", + "OperationId": "external.connection.item_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "externalConnection-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -243109,13 +223509,17 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/operations", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListHostSslCertificate", + "OperationId": "external.connection_ListOperation", "Method": "Get", "Parameters": [ + { + "Name": "externalConnection-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -243153,26 +223557,35 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/operations", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateHostSslCertificate", + "OperationId": "external.connection_CreateOperation", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "externalConnection-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetHostSslCertificate", + "OperationId": "external.connection_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "hostSslCertificate-id", + "Name": "externalConnection-id", + "Location": "Path" + }, + { + "Name": "connectionOperation-id", "Location": "Path" }, { @@ -243188,15 +223601,19 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateHostSslCertificate", + "OperationId": "external.connection_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "hostSslCertificate-id", + "Name": "externalConnection-id", + "Location": "Path" + }, + { + "Name": "connectionOperation-id", "Location": "Path" } ] @@ -243204,15 +223621,19 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteHostSslCertificate", + "OperationId": "external.connection_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "hostSslCertificate-id", + "Name": "externalConnection-id", + "Location": "Path" + }, + { + "Name": "connectionOperation-id", "Location": "Path" }, { @@ -243224,23 +223645,23 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/operations/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostSslCertificate_GetHost", + "OperationId": "external.connection.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "hostSslCertificate-id", + "Name": "externalConnection-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -243248,15 +223669,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/sslCertificate", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/schema", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostSslCertificate_GetSslCertificate", + "OperationId": "external.connection_GetSchema", "Method": "Get", "Parameters": [ { - "Name": "hostSslCertificate-id", + "Name": "externalConnection-id", "Location": "Path" }, { @@ -243272,11 +223693,27 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostSslCertificates/$count", - "Module": "Security" + "Path": "/external/connections/{externalConnection-id}/schema", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostSslCertificate_GetCount", + "OperationId": "external.connection_UpdateSchema", + "Method": "Patch", + "Parameters": [ + { + "Name": "externalConnection-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/external/connections/$count", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "external.connection_GetCount", "Method": "Get", "Parameters": [ { @@ -243292,11 +223729,42 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostTrackers", - "Module": "Security" + "Path": "/search", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListHostTracker", + "OperationId": "search.searchEntity_GetSearchEntity", + "Method": "Get", + "Parameters": [ + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/search", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "search.searchEntity_UpdateSearchEntity", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/search/acronyms", + "Module": "Search" + }, + "MethodInfo": { + "OperationId": "search_ListAcronym", "Method": "Get", "Parameters": [ { @@ -243336,26 +223804,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostTrackers", - "Module": "Security" + "Path": "/search/acronyms", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateHostTracker", + "OperationId": "search_CreateAcronym", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Security" + "Path": "/search/acronyms/{acronym-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetHostTracker", + "OperationId": "search_GetAcronym", "Method": "Get", "Parameters": [ { - "Name": "hostTracker-id", + "Name": "acronym-id", "Location": "Path" }, { @@ -243371,15 +223839,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Security" + "Path": "/search/acronyms/{acronym-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateHostTracker", + "OperationId": "search_UpdateAcronym", "Method": "Patch", "Parameters": [ { - "Name": "hostTracker-id", + "Name": "acronym-id", "Location": "Path" } ] @@ -243387,15 +223855,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Security" + "Path": "/search/acronyms/{acronym-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteHostTracker", + "OperationId": "search_DeleteAcronym", "Method": "Delete", "Parameters": [ { - "Name": "hostTracker-id", + "Name": "acronym-id", "Location": "Path" }, { @@ -243407,35 +223875,11 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence.hostTracker_GetHost", - "Method": "Get", - "Parameters": [ - { - "Name": "hostTracker-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/hostTrackers/$count", - "Module": "Security" + "Path": "/search/acronyms/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.hostTracker_GetCount", + "OperationId": "search.acronym_GetCount", "Method": "Get", "Parameters": [ { @@ -243451,11 +223895,11 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelligenceProfileIndicators", - "Module": "Security" + "Path": "/search/bookmarks", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListIntelligenceProfileIndicator", + "OperationId": "search_ListBookmark", "Method": "Get", "Parameters": [ { @@ -243495,26 +223939,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelligenceProfileIndicators", - "Module": "Security" + "Path": "/search/bookmarks", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateIntelligenceProfileIndicator", + "OperationId": "search_CreateBookmark", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Security" + "Path": "/search/bookmarks/{bookmark-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetIntelligenceProfileIndicator", + "OperationId": "search_GetBookmark", "Method": "Get", "Parameters": [ { - "Name": "intelligenceProfileIndicator-id", + "Name": "bookmark-id", "Location": "Path" }, { @@ -243530,15 +223974,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Security" + "Path": "/search/bookmarks/{bookmark-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateIntelligenceProfileIndicator", + "OperationId": "search_UpdateBookmark", "Method": "Patch", "Parameters": [ { - "Name": "intelligenceProfileIndicator-id", + "Name": "bookmark-id", "Location": "Path" } ] @@ -243546,15 +223990,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Security" + "Path": "/search/bookmarks/{bookmark-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteIntelligenceProfileIndicator", + "OperationId": "search_DeleteBookmark", "Method": "Delete", "Parameters": [ { - "Name": "intelligenceProfileIndicator-id", + "Name": "bookmark-id", "Location": "Path" }, { @@ -243566,23 +224010,19 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", - "Module": "Security" + "Path": "/search/bookmarks/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.intelligenceProfileIndicator_GetArtifact", + "OperationId": "search.bookmark_GetCount", "Method": "Get", "Parameters": [ { - "Name": "intelligenceProfileIndicator-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -243590,31 +224030,22 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelligenceProfileIndicators/$count", - "Module": "Security" + "Path": "/search/microsoft.graph.query", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.intelligenceProfileIndicator_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "search_query", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles", - "Module": "Security" + "Path": "/search/qnas", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListIntelProfile", + "OperationId": "search_ListQna", "Method": "Get", "Parameters": [ { @@ -243654,26 +224085,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles", - "Module": "Security" + "Path": "/search/qnas", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateIntelProfile", + "OperationId": "search_CreateQna", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Security" + "Path": "/search/qnas/{qna-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetIntelProfile", + "OperationId": "search_GetQna", "Method": "Get", "Parameters": [ { - "Name": "intelligenceProfile-id", + "Name": "qna-id", "Location": "Path" }, { @@ -243689,15 +224120,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Security" + "Path": "/search/qnas/{qna-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateIntelProfile", + "OperationId": "search_UpdateQna", "Method": "Patch", "Parameters": [ { - "Name": "intelligenceProfile-id", + "Name": "qna-id", "Location": "Path" } ] @@ -243705,15 +224136,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Security" + "Path": "/search/qnas/{qna-id}", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteIntelProfile", + "OperationId": "search_DeleteQna", "Method": "Delete", "Parameters": [ { - "Name": "intelligenceProfile-id", + "Name": "qna-id", "Location": "Path" }, { @@ -243725,25 +224156,13 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", - "Module": "Security" + "Path": "/search/qnas/$count", + "Module": "Search" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.intelProfile_ListIndicator", + "OperationId": "search.qna_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "intelligenceProfile-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -243751,43 +224170,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", + "Path": "/security", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.intelProfile_GetIndicator", + "OperationId": "security_GetSecurity", "Method": "Get", "Parameters": [ - { - "Name": "intelligenceProfile-id", - "Location": "Path" - }, - { - "Name": "intelligenceProfileIndicator-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -243801,16 +224196,31 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", + "Path": "/security", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.intelProfile.indicator_GetCount", + "OperationId": "security_UpdateSecurity", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/alerts", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_ListAlert", "Method": "Get", "Parameters": [ { - "Name": "intelligenceProfile-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -243819,37 +224229,44 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/intelProfiles/$count", + "Path": "/security/alerts", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.intelProfile_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "security_CreateAlert", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords", + "Path": "/security/alerts_v2", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListPassiveDnsRecord", + "OperationId": "security_ListAlerts_v2", "Method": "Get", "Parameters": [ { @@ -243889,26 +224306,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords", + "Path": "/security/alerts_v2", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreatePassiveDnsRecord", + "OperationId": "security_CreateAlerts_v2", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Path": "/security/alerts_v2/{alert-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetPassiveDnsRecord", + "OperationId": "security_GetAlerts_v2", "Method": "Get", "Parameters": [ { - "Name": "passiveDnsRecord-id", + "Name": "alert-id", "Location": "Path" }, { @@ -243924,15 +224341,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Path": "/security/alerts_v2/{alert-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdatePassiveDnsRecord", + "OperationId": "security_UpdateAlerts_v2", "Method": "Patch", "Parameters": [ { - "Name": "passiveDnsRecord-id", + "Name": "alert-id", "Location": "Path" } ] @@ -243940,15 +224357,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Path": "/security/alerts_v2/{alert-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeletePassiveDnsRecord", + "OperationId": "security_DeleteAlerts_v2", "Method": "Delete", "Parameters": [ { - "Name": "passiveDnsRecord-id", + "Name": "alert-id", "Location": "Path" }, { @@ -243960,23 +224377,43 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", + "Path": "/security/alerts_v2/{alert-id}/comments", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.passiveDnsRecord_GetArtifact", + "OperationId": "security.alerts_v2_SetComment", + "Method": "Post", + "Parameters": [ + { + "Name": "alert-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/alerts_v2/{alert-id}/comments/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.alerts_v2.Comment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "passiveDnsRecord-id", + "Name": "alert-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -243984,15 +224421,35 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", + "Path": "/security/alerts_v2/$count", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.passiveDnsRecord_GetParentHost", + "OperationId": "security.alerts_v2_GetCount", "Method": "Get", "Parameters": [ { - "Name": "passiveDnsRecord-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/alerts/{alert-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_GetAlert", + "Method": "Get", + "Parameters": [ + { + "Name": "alert-id", "Location": "Path" }, { @@ -244008,11 +224465,27 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/passiveDnsRecords/$count", + "Path": "/security/alerts/{alert-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.passiveDnsRecord_GetCount", + "OperationId": "security_UpdateAlert", + "Method": "Patch", + "Parameters": [ + { + "Name": "alert-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/alerts/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.alert_GetCount", "Method": "Get", "Parameters": [ { @@ -244028,11 +224501,58 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates", + "Path": "/security/attackSimulation", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListSslCertificate", + "OperationId": "security_GetAttackSimulation", + "Method": "Get", + "Parameters": [ + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_UpdateAttackSimulation", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteAttackSimulation", + "Method": "Delete", + "Parameters": [ + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/endUserNotifications", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_ListEndUserNotification", "Method": "Get", "Parameters": [ { @@ -244072,26 +224592,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates", + "Path": "/security/attackSimulation/endUserNotifications", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateSslCertificate", + "OperationId": "security.attackSimulation_CreateEndUserNotification", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetSslCertificate", + "OperationId": "security.attackSimulation_GetEndUserNotification", "Method": "Get", "Parameters": [ { - "Name": "sslCertificate-id", + "Name": "endUserNotification-id", "Location": "Path" }, { @@ -244107,15 +224627,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateSslCertificate", + "OperationId": "security.attackSimulation_UpdateEndUserNotification", "Method": "Patch", "Parameters": [ { - "Name": "sslCertificate-id", + "Name": "endUserNotification-id", "Location": "Path" } ] @@ -244123,15 +224643,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteSslCertificate", + "OperationId": "security.attackSimulation_DeleteEndUserNotification", "Method": "Delete", "Parameters": [ { - "Name": "sslCertificate-id", + "Name": "endUserNotification-id", "Location": "Path" }, { @@ -244143,15 +224663,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.sslCertificate_ListRelatedHost", + "OperationId": "security.attackSimulation.endUserNotification_ListDetail", "Method": "Get", "Parameters": [ { - "Name": "sslCertificate-id", + "Name": "endUserNotification-id", "Location": "Path" }, { @@ -244191,19 +224711,35 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.sslCertificate_GetRelatedHost", + "OperationId": "security.attackSimulation.endUserNotification_CreateDetail", + "Method": "Post", + "Parameters": [ + { + "Name": "endUserNotification-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation.endUserNotification_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "sslCertificate-id", + "Name": "endUserNotification-id", "Location": "Path" }, { - "Name": "host-id", + "Name": "endUserNotificationDetail-id", "Location": "Path" }, { @@ -244219,15 +224755,59 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.sslCertificate.relatedHost_GetCount", + "OperationId": "security.attackSimulation.endUserNotification_UpdateDetail", + "Method": "Patch", + "Parameters": [ + { + "Name": "endUserNotification-id", + "Location": "Path" + }, + { + "Name": "endUserNotificationDetail-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation.endUserNotification_DeleteDetail", + "Method": "Delete", + "Parameters": [ + { + "Name": "endUserNotification-id", + "Location": "Path" + }, + { + "Name": "endUserNotificationDetail-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation.endUserNotification.detail_GetCount", "Method": "Get", "Parameters": [ { - "Name": "sslCertificate-id", + "Name": "endUserNotification-id", "Location": "Path" }, { @@ -244243,11 +224823,11 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/sslCertificates/$count", + "Path": "/security/attackSimulation/endUserNotifications/$count", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.sslCertificate_GetCount", + "OperationId": "security.attackSimulation.endUserNotification_GetCount", "Method": "Get", "Parameters": [ { @@ -244263,11 +224843,11 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/subdomains", + "Path": "/security/attackSimulation/landingPages", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListSubdomain", + "OperationId": "security.attackSimulation_ListLandingPage", "Method": "Get", "Parameters": [ { @@ -244307,26 +224887,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/subdomains", + "Path": "/security/attackSimulation/landingPages", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateSubdomain", + "OperationId": "security.attackSimulation_CreateLandingPage", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Path": "/security/attackSimulation/landingPages/{landingPage-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetSubdomain", + "OperationId": "security.attackSimulation_GetLandingPage", "Method": "Get", "Parameters": [ { - "Name": "subdomain-id", + "Name": "landingPage-id", "Location": "Path" }, { @@ -244342,15 +224922,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Path": "/security/attackSimulation/landingPages/{landingPage-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateSubdomain", + "OperationId": "security.attackSimulation_UpdateLandingPage", "Method": "Patch", "Parameters": [ { - "Name": "subdomain-id", + "Name": "landingPage-id", "Location": "Path" } ] @@ -244358,15 +224938,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Path": "/security/attackSimulation/landingPages/{landingPage-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteSubdomain", + "OperationId": "security.attackSimulation_DeleteLandingPage", "Method": "Delete", "Parameters": [ { - "Name": "subdomain-id", + "Name": "landingPage-id", "Location": "Path" }, { @@ -244378,57 +224958,17 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/subdomains/{subdomain-id}/host", + "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.subdomain_GetHost", + "OperationId": "security.attackSimulation.landingPage_ListDetail", "Method": "Get", "Parameters": [ { - "Name": "subdomain-id", + "Name": "landingPage-id", "Location": "Path" }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/subdomains/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence.subdomain_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence_ListVulnerability", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -244466,26 +225006,35 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities", + "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateVulnerability", + "OperationId": "security.attackSimulation.landingPage_CreateDetail", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "landingPage-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetVulnerability", + "OperationId": "security.attackSimulation.landingPage_GetDetail", "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "landingPage-id", + "Location": "Path" + }, + { + "Name": "landingPageDetail-id", "Location": "Path" }, { @@ -244501,15 +225050,19 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateVulnerability", + "OperationId": "security.attackSimulation.landingPage_UpdateDetail", "Method": "Patch", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "landingPage-id", + "Location": "Path" + }, + { + "Name": "landingPageDetail-id", "Location": "Path" } ] @@ -244517,15 +225070,19 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteVulnerability", + "OperationId": "security.attackSimulation.landingPage_DeleteDetail", "Method": "Delete", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "landingPage-id", + "Location": "Path" + }, + { + "Name": "landingPageDetail-id", "Location": "Path" }, { @@ -244537,17 +225094,57 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", + "Path": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_ListArticle", + "OperationId": "security.attackSimulation.landingPage.detail_GetCount", "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "landingPage-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/landingPages/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation.landingPage_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/loginPages", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_ListLoginPage", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -244585,19 +225182,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", + "Path": "/security/attackSimulation/loginPages", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_GetArticle", + "OperationId": "security.attackSimulation_CreateLoginPage", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/loginPages/{loginPage-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_GetLoginPage", "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", - "Location": "Path" - }, - { - "Name": "article-id", + "Name": "loginPage-id", "Location": "Path" }, { @@ -244613,17 +225217,49 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", + "Path": "/security/attackSimulation/loginPages/{loginPage-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability.article_GetCount", - "Method": "Get", + "OperationId": "security.attackSimulation_UpdateLoginPage", + "Method": "Patch", "Parameters": [ { - "Name": "vulnerability-id", + "Name": "loginPage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/loginPages/{loginPage-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation_DeleteLoginPage", + "Method": "Delete", + "Parameters": [ + { + "Name": "loginPage-id", "Location": "Path" }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/attackSimulation/loginPages/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.attackSimulation.loginPage_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -244637,17 +225273,13 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "Path": "/security/attackSimulation/operations", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_ListComponent", + "OperationId": "security.attackSimulation_ListOperation", "Method": "Get", "Parameters": [ - { - "Name": "vulnerability-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -244685,35 +225317,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "Path": "/security/attackSimulation/operations", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_CreateComponent", + "OperationId": "security.attackSimulation_CreateOperation", "Method": "Post", - "Parameters": [ - { - "Name": "vulnerability-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Path": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_GetComponent", + "OperationId": "security.attackSimulation_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "vulnerability-id", - "Location": "Path" - }, - { - "Name": "vulnerabilityComponent-id", + "Name": "attackSimulationOperation-id", "Location": "Path" }, { @@ -244729,19 +225352,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Path": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_UpdateComponent", + "OperationId": "security.attackSimulation_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "vulnerability-id", - "Location": "Path" - }, - { - "Name": "vulnerabilityComponent-id", + "Name": "attackSimulationOperation-id", "Location": "Path" } ] @@ -244749,19 +225368,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Path": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_DeleteComponent", + "OperationId": "security.attackSimulation_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "vulnerability-id", - "Location": "Path" - }, - { - "Name": "vulnerabilityComponent-id", + "Name": "attackSimulationOperation-id", "Location": "Path" }, { @@ -244773,35 +225388,11 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability.component_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "vulnerability-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/vulnerabilities/$count", + "Path": "/security/attackSimulation/operations/$count", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.vulnerability_GetCount", + "OperationId": "security.attackSimulation.operation_GetCount", "Method": "Get", "Parameters": [ { @@ -244817,11 +225408,11 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisHistoryRecords", + "Path": "/security/attackSimulation/payloads", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListWhoisHistoryRecord", + "OperationId": "security.attackSimulation_ListPayload", "Method": "Get", "Parameters": [ { @@ -244861,26 +225452,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisHistoryRecords", + "Path": "/security/attackSimulation/payloads", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateWhoisHistoryRecord", + "OperationId": "security.attackSimulation_CreatePayload", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Path": "/security/attackSimulation/payloads/{payload-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetWhoisHistoryRecord", + "OperationId": "security.attackSimulation_GetPayload", "Method": "Get", "Parameters": [ { - "Name": "whoisHistoryRecord-id", + "Name": "payload-id", "Location": "Path" }, { @@ -244896,15 +225487,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Path": "/security/attackSimulation/payloads/{payload-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateWhoisHistoryRecord", + "OperationId": "security.attackSimulation_UpdatePayload", "Method": "Patch", "Parameters": [ { - "Name": "whoisHistoryRecord-id", + "Name": "payload-id", "Location": "Path" } ] @@ -244912,15 +225503,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Path": "/security/attackSimulation/payloads/{payload-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteWhoisHistoryRecord", + "OperationId": "security.attackSimulation_DeletePayload", "Method": "Delete", "Parameters": [ { - "Name": "whoisHistoryRecord-id", + "Name": "payload-id", "Location": "Path" }, { @@ -244932,35 +225523,11 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security.threatIntelligence.whoisHistoryRecord_GetHost", - "Method": "Get", - "Parameters": [ - { - "Name": "whoisHistoryRecord-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/security/threatIntelligence/whoisHistoryRecords/$count", + "Path": "/security/attackSimulation/payloads/$count", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.whoisHistoryRecord_GetCount", + "OperationId": "security.attackSimulation.payload_GetCount", "Method": "Get", "Parameters": [ { @@ -244976,11 +225543,11 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords", + "Path": "/security/attackSimulation/simulationAutomations", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_ListWhoisRecord", + "OperationId": "security.attackSimulation_ListSimulationAutomation", "Method": "Get", "Parameters": [ { @@ -245020,26 +225587,26 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords", + "Path": "/security/attackSimulation/simulationAutomations", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_CreateWhoisRecord", + "OperationId": "security.attackSimulation_CreateSimulationAutomation", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_GetWhoisRecord", + "OperationId": "security.attackSimulation_GetSimulationAutomation", "Method": "Get", "Parameters": [ { - "Name": "whoisRecord-id", + "Name": "simulationAutomation-id", "Location": "Path" }, { @@ -245055,15 +225622,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_UpdateWhoisRecord", + "OperationId": "security.attackSimulation_UpdateSimulationAutomation", "Method": "Patch", "Parameters": [ { - "Name": "whoisRecord-id", + "Name": "simulationAutomation-id", "Location": "Path" } ] @@ -245071,15 +225638,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence_DeleteWhoisRecord", + "OperationId": "security.attackSimulation_DeleteSimulationAutomation", "Method": "Delete", "Parameters": [ { - "Name": "whoisRecord-id", + "Name": "simulationAutomation-id", "Location": "Path" }, { @@ -245091,15 +225658,15 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.whoisRecord_ListHistory", + "OperationId": "security.attackSimulation.simulationAutomation_ListRun", "Method": "Get", "Parameters": [ { - "Name": "whoisRecord-id", + "Name": "simulationAutomation-id", "Location": "Path" }, { @@ -245139,51 +225706,43 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.whoisRecord_GetHistory", - "Method": "Get", + "OperationId": "security.attackSimulation.simulationAutomation_CreateRun", + "Method": "Post", "Parameters": [ { - "Name": "whoisRecord-id", - "Location": "Path" - }, - { - "Name": "whoisHistoryRecord-id", + "Name": "simulationAutomation-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.whoisRecord.history_GetCount", + "OperationId": "security.attackSimulation.simulationAutomation_GetRun", "Method": "Get", "Parameters": [ { - "Name": "whoisRecord-id", + "Name": "simulationAutomation-id", "Location": "Path" }, { - "Name": "$search", + "Name": "simulationAutomationRun-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -245191,102 +225750,99 @@ }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.whoisRecord_GetHost", - "Method": "Get", + "OperationId": "security.attackSimulation.simulationAutomation_UpdateRun", + "Method": "Patch", "Parameters": [ { - "Name": "whoisRecord-id", + "Name": "simulationAutomation-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "simulationAutomationRun-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/security/threatIntelligence/whoisRecords/$count", + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.threatIntelligence.whoisRecord_GetCount", - "Method": "Get", + "OperationId": "security.attackSimulation.simulationAutomation_DeleteRun", + "Method": "Delete", "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "simulationAutomation-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "simulationAutomationRun-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/security/triggers", + "Path": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", "Module": "Security" }, "MethodInfo": { - "OperationId": "security_GetTrigger", + "OperationId": "security.attackSimulation.simulationAutomation.run_GetCount", "Method": "Get", "Parameters": [ { - "Name": "$select", + "Name": "simulationAutomation-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } - ] - } - }, - { - "PathInfo": { - "Path": "/security/triggers", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateTrigger", - "Method": "Patch", - "Parameters": [] + ] } }, { "PathInfo": { - "Path": "/security/triggers", + "Path": "/security/attackSimulation/simulationAutomations/$count", "Module": "Security" }, "MethodInfo": { - "OperationId": "security_DeleteTrigger", - "Method": "Delete", + "OperationId": "security.attackSimulation.simulationAutomation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/triggers/retentionEvents", + "Path": "/security/attackSimulation/simulations", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.trigger_ListRetentionEvent", + "OperationId": "security.attackSimulation_ListSimulation", "Method": "Get", "Parameters": [ { @@ -245326,26 +225882,26 @@ }, { "PathInfo": { - "Path": "/security/triggers/retentionEvents", + "Path": "/security/attackSimulation/simulations", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.trigger_CreateRetentionEvent", + "OperationId": "security.attackSimulation_CreateSimulation", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Path": "/security/attackSimulation/simulations/{simulation-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.trigger_GetRetentionEvent", + "OperationId": "security.attackSimulation_GetSimulation", "Method": "Get", "Parameters": [ { - "Name": "retentionEvent-id", + "Name": "simulation-id", "Location": "Path" }, { @@ -245361,15 +225917,15 @@ }, { "PathInfo": { - "Path": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Path": "/security/attackSimulation/simulations/{simulation-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.trigger_UpdateRetentionEvent", + "OperationId": "security.attackSimulation_UpdateSimulation", "Method": "Patch", "Parameters": [ { - "Name": "retentionEvent-id", + "Name": "simulation-id", "Location": "Path" } ] @@ -245377,15 +225933,15 @@ }, { "PathInfo": { - "Path": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Path": "/security/attackSimulation/simulations/{simulation-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.trigger_DeleteRetentionEvent", + "OperationId": "security.attackSimulation_DeleteSimulation", "Method": "Delete", "Parameters": [ { - "Name": "retentionEvent-id", + "Name": "simulation-id", "Location": "Path" }, { @@ -245397,15 +225953,15 @@ }, { "PathInfo": { - "Path": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", + "Path": "/security/attackSimulation/simulations/{simulation-id}/landingPage", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.trigger.retentionEvent_GetRetentionEventType", + "OperationId": "security.attackSimulation.simulation_GetLandingPage", "Method": "Get", "Parameters": [ { - "Name": "retentionEvent-id", + "Name": "simulation-id", "Location": "Path" }, { @@ -245421,19 +225977,23 @@ }, { "PathInfo": { - "Path": "/security/triggers/retentionEvents/$count", + "Path": "/security/attackSimulation/simulations/{simulation-id}/loginPage", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.trigger.retentionEvent_GetCount", + "OperationId": "security.attackSimulation.simulation_GetLoginPage", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "simulation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -245441,13 +226001,17 @@ }, { "PathInfo": { - "Path": "/security/triggerTypes", + "Path": "/security/attackSimulation/simulations/{simulation-id}/payload", "Module": "Security" }, "MethodInfo": { - "OperationId": "security_GetTriggerType", + "OperationId": "security.attackSimulation.simulation_GetPayload", "Method": "Get", "Parameters": [ + { + "Name": "simulation-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -245461,38 +226025,31 @@ }, { "PathInfo": { - "Path": "/security/triggerTypes", - "Module": "Security" - }, - "MethodInfo": { - "OperationId": "security_UpdateTriggerType", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/security/triggerTypes", + "Path": "/security/attackSimulation/simulations/$count", "Module": "Security" }, "MethodInfo": { - "OperationId": "security_DeleteTriggerType", - "Method": "Delete", + "OperationId": "security.attackSimulation.simulation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/security/triggerTypes/retentionEventTypes", + "Path": "/security/attackSimulation/trainings", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.triggerType_ListRetentionEventType", + "OperationId": "security.attackSimulation_ListTraining", "Method": "Get", "Parameters": [ { @@ -245532,26 +226089,26 @@ }, { "PathInfo": { - "Path": "/security/triggerTypes/retentionEventTypes", + "Path": "/security/attackSimulation/trainings", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.triggerType_CreateRetentionEventType", + "OperationId": "security.attackSimulation_CreateTraining", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Path": "/security/attackSimulation/trainings/{training-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.triggerType_GetRetentionEventType", + "OperationId": "security.attackSimulation_GetTraining", "Method": "Get", "Parameters": [ { - "Name": "retentionEventType-id", + "Name": "training-id", "Location": "Path" }, { @@ -245567,15 +226124,15 @@ }, { "PathInfo": { - "Path": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Path": "/security/attackSimulation/trainings/{training-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.triggerType_UpdateRetentionEventType", + "OperationId": "security.attackSimulation_UpdateTraining", "Method": "Patch", "Parameters": [ { - "Name": "retentionEventType-id", + "Name": "training-id", "Location": "Path" } ] @@ -245583,15 +226140,15 @@ }, { "PathInfo": { - "Path": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Path": "/security/attackSimulation/trainings/{training-id}", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.triggerType_DeleteRetentionEventType", + "OperationId": "security.attackSimulation_DeleteTraining", "Method": "Delete", "Parameters": [ { - "Name": "retentionEventType-id", + "Name": "training-id", "Location": "Path" }, { @@ -245603,13 +226160,25 @@ }, { "PathInfo": { - "Path": "/security/triggerTypes/retentionEventTypes/$count", + "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails", "Module": "Security" }, "MethodInfo": { - "OperationId": "security.triggerType.retentionEventType_GetCount", + "OperationId": "security.attackSimulation.training_ListLanguageDetail", "Method": "Get", "Parameters": [ + { + "Name": "training-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -245617,19 +226186,15 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/admin/sharepoint", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "admin_GetSharepoint", - "Method": "Get", - "Parameters": [ + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -245643,40 +226208,37 @@ }, { "PathInfo": { - "Path": "/admin/sharepoint", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "admin_UpdateSharepoint", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/sharepoint", - "Module": "Sites" + "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "Module": "Security" }, "MethodInfo": { - "OperationId": "admin_DeleteSharepoint", - "Method": "Delete", + "OperationId": "security.attackSimulation.training_CreateLanguageDetail", + "Method": "Post", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "training-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/admin/sharepoint/settings", - "Module": "Sites" + "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "admin.sharepoint_GetSetting", + "OperationId": "security.attackSimulation.training_GetLanguageDetail", "Method": "Get", "Parameters": [ + { + "Name": "training-id", + "Location": "Path" + }, + { + "Name": "trainingLanguageDetail-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -245690,102 +226252,67 @@ }, { "PathInfo": { - "Path": "/admin/sharepoint/settings", - "Module": "Sites" + "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "admin.sharepoint_UpdateSetting", + "OperationId": "security.attackSimulation.training_UpdateLanguageDetail", "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/admin/sharepoint/settings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "admin.sharepoint_DeleteSetting", - "Method": "Delete", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "training-id", + "Location": "Path" + }, + { + "Name": "trainingLanguageDetail-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites", - "Module": "Sites" + "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group_ListSite", - "Method": "Get", + "OperationId": "security.attackSimulation.training_DeleteLanguageDetail", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "training-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "trainingLanguageDetail-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}", - "Module": "Sites" + "Path": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group_GetSite", + "OperationId": "security.attackSimulation.training.languageDetail_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "training-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -245793,41 +226320,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}", - "Module": "Sites" + "Path": "/security/attackSimulation/trainings/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group_UpdateSite", - "Method": "Patch", + "OperationId": "security.attackSimulation.training_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Sites" + "Path": "/security/cases", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetAnalytic", + "OperationId": "security_GetCase", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -245841,41 +226360,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Sites" + "Path": "/security/cases", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_UpdateAnalytic", + "OperationId": "security_UpdateCase", "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Sites" + "Path": "/security/cases", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_DeleteAnalytic", + "OperationId": "security_DeleteCase", "Method": "Delete", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -245885,49 +226387,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/allTime", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic_GetAllTime", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic_ListItemActivityStat", + "OperationId": "security.case_ListEdiscoveryCase", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -245965,43 +226431,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic_CreateItemActivityStat", + "OperationId": "security.case_CreateEdiscoveryCase", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic_GetItemActivityStat", + "OperationId": "security.case_GetEdiscoveryCase", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -246017,23 +226466,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic_UpdateItemActivityStat", + "OperationId": "security.case_UpdateEdiscoveryCase", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "ediscoveryCase-id", "Location": "Path" } ] @@ -246041,23 +226482,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic_DeleteItemActivityStat", + "OperationId": "security.case_DeleteEdiscoveryCase", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -246069,23 +226502,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_ListActivity", + "OperationId": "security.case.ediscoveryCase_ListCustodian", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -246125,23 +226550,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_CreateActivity", + "OperationId": "security.case.ediscoveryCase_CreateCustodian", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "ediscoveryCase-id", "Location": "Path" } ] @@ -246149,27 +226566,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_GetActivity", + "OperationId": "security.case.ediscoveryCase_GetCustodian", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { @@ -246185,27 +226594,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_UpdateActivity", + "OperationId": "security.case.ediscoveryCase_UpdateCustodian", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" } ] @@ -246213,27 +226614,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_DeleteActivity", + "OperationId": "security.case.ediscoveryCase_DeleteCustodian", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { @@ -246245,27 +226638,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItem", + "OperationId": "security.case.ediscoveryCase.custodian_GetLastIndexOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { @@ -246281,59 +226666,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.activate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItemContent", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.custodian_activate", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.applyHold", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_SetDriveItemContent", - "Method": "Put", + "OperationId": "security.case.ediscoveryCase.custodian_applyHold", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" } ] @@ -246341,107 +226706,79 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.release", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.custodian_release", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.removeHold", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.custodian_removeHold", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.updateIndex", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.analytic_GetLastSevenDay", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.custodian_updateIndex", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_ListColumn", + "OperationId": "security.case.ediscoveryCase.custodian_ListSiteSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { @@ -246481,19 +226818,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_CreateColumn", + "OperationId": "security.case.ediscoveryCase.custodian_CreateSiteSource", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" } ] @@ -246501,23 +226838,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetColumn", + "OperationId": "security.case.ediscoveryCase.custodian_GetSiteSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "siteSource-id", "Location": "Path" }, { @@ -246533,23 +226870,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_UpdateColumn", + "OperationId": "security.case.ediscoveryCase.custodian_UpdateSiteSource", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "siteSource-id", "Location": "Path" } ] @@ -246557,23 +226894,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_DeleteColumn", + "OperationId": "security.case.ediscoveryCase.custodian_DeleteSiteSource", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "siteSource-id", "Location": "Path" }, { @@ -246585,23 +226922,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.column_GetSourceColumn", + "OperationId": "security.case.ediscoveryCase.custodian.siteSource_GetSite", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "siteSource-id", "Location": "Path" }, { @@ -246617,19 +226954,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.column_GetCount", + "OperationId": "security.case.ediscoveryCase.custodian.siteSource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { @@ -246645,19 +226982,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_ListContentType", + "OperationId": "security.case.ediscoveryCase.custodian_ListUnifiedGroupSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { @@ -246697,19 +227034,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_CreateContentType", + "OperationId": "security.case.ediscoveryCase.custodian_CreateUnifiedGroupSource", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" } ] @@ -246717,23 +227054,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetContentType", + "OperationId": "security.case.ediscoveryCase.custodian_GetUnifiedGroupSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "unifiedGroupSource-id", "Location": "Path" }, { @@ -246749,23 +227086,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_UpdateContentType", + "OperationId": "security.case.ediscoveryCase.custodian_UpdateUnifiedGroupSource", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "unifiedGroupSource-id", "Location": "Path" } ] @@ -246773,23 +227110,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_DeleteContentType", + "OperationId": "security.case.ediscoveryCase.custodian_DeleteUnifiedGroupSource", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "unifiedGroupSource-id", "Location": "Path" }, { @@ -246801,23 +227138,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_GetBase", + "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "unifiedGroupSource-id", "Location": "Path" }, { @@ -246833,23 +227170,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_ListBaseType", + "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource.group_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "unifiedGroupSource-id", "Location": "Path" }, { @@ -246889,35 +227226,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_GetBaseType", + "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource.group.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "contentType-id1", + "Name": "unifiedGroupSource-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -246925,23 +227258,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType.baseType_GetCount", + "OperationId": "security.case.ediscoveryCase.custodian.unifiedGroupSource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { @@ -246957,23 +227286,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_ListColumnLink", + "OperationId": "security.case.ediscoveryCase.custodian_ListUserSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { @@ -247013,23 +227338,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_CreateColumnLink", + "OperationId": "security.case.ediscoveryCase.custodian_CreateUserSource", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" } ] @@ -247037,27 +227358,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_GetColumnLink", + "OperationId": "security.case.ediscoveryCase.custodian_GetUserSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "userSource-id", "Location": "Path" }, { @@ -247073,115 +227390,183 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_UpdateColumnLink", + "OperationId": "security.case.ediscoveryCase.custodian_UpdateUserSource", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "userSource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.custodian_DeleteUserSource", + "Method": "Delete", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "ediscoveryCustodian-id", + "Location": "Path" + }, + { + "Name": "userSource-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_DeleteColumnLink", - "Method": "Delete", + "OperationId": "security.case.ediscoveryCase.custodian.userSource_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryCustodian-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "columnLink-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.custodian_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.applyHold", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.custodian_applyHold", + "Method": "Post", + "Parameters": [ + { + "Name": "ediscoveryCase-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.removeHold", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.custodian_removeHold", + "Method": "Post", + "Parameters": [ + { + "Name": "ediscoveryCase-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/microsoft.graph.security.close", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase_close", + "Method": "Post", + "Parameters": [ + { + "Name": "ediscoveryCase-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/microsoft.graph.security.reopen", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType.columnLink_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase_reopen", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "ediscoveryCase-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_ListColumnPosition", + "OperationId": "security.case.ediscoveryCase_ListNoncustodialDataSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -247221,67 +227606,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_GetColumnPosition", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase_CreateNoncustodialDataSource", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "ediscoveryCase-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType.columnPosition_GetCount", + "OperationId": "security.case.ediscoveryCase_GetNoncustodialDataSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -247289,107 +227650,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_ListColumn", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase_UpdateNoncustodialDataSource", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_CreateColumn", - "Method": "Post", + "OperationId": "security.case.ediscoveryCase_DeleteNoncustodialDataSource", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/dataSource", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_GetColumn", + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_GetDataSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" }, { @@ -247405,27 +227722,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/dataSource", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_UpdateColumn", + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_UpdateDataSource", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" } ] @@ -247433,27 +227742,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/dataSource", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_DeleteColumn", + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_DeleteDataSource", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" }, { @@ -247465,27 +227766,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType.column_GetSourceColumn", + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_GetLastIndexOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" }, { @@ -247501,115 +227794,103 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.applyHold", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType.column_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_applyHold", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.release", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_release", + "Method": "Post", + "Parameters": [ { - "Name": "contentType-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "ediscoveryNoncustodialDataSource-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.removeHold", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.contentType_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_removeHold", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/createdByUser", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.updateIndex", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetCreatedGraphBPreUser", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_updateIndex", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -247617,19 +227898,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.applyHold", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_applyHold", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.removeHold", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.noncustodialDataSource_removeHold", + "Method": "Post", + "Parameters": [ { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" } ] @@ -247637,19 +227930,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security.case.ediscoveryCase_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -247689,47 +227978,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.createdGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase_CreateOperation", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/drive", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetDrive", + "OperationId": "security.case.ediscoveryCase_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "caseOperation-id", "Location": "Path" }, { @@ -247745,103 +228022,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/drives", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_ListDrive", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase_UpdateOperation", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "caseOperation-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetDrive", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase_DeleteOperation", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "caseOperation-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/drives/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.drive_GetCount", + "OperationId": "security.case.ediscoveryCase.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -247857,19 +228090,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/externalColumns", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_ListExternalColumn", + "OperationId": "security.case.ediscoveryCase_ListReviewSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -247909,23 +228138,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetExternalColumn", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase_CreateReviewSet", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase_GetReviewSet", + "Method": "Get", + "Parameters": [ { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { @@ -247941,47 +228182,103 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.externalColumn_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase_UpdateReviewSet", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase_DeleteReviewSet", + "Method": "Delete", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "ediscoveryReviewSet-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/items", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/microsoft.graph.security.addToReviewSet", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_ListItem", + "OperationId": "security.case.ediscoveryCase.reviewSet_addToReviewSet", + "Method": "Post", + "Parameters": [ + { + "Name": "ediscoveryCase-id", + "Location": "Path" + }, + { + "Name": "ediscoveryReviewSet-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/microsoft.graph.security.export", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.reviewSet_export", + "Method": "Post", + "Parameters": [ + { + "Name": "ediscoveryCase-id", + "Location": "Path" + }, + { + "Name": "ediscoveryReviewSet-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.reviewSet_ListQuery", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { @@ -248021,23 +228318,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetItem", + "OperationId": "security.case.ediscoveryCase.reviewSet_CreateQuery", + "Method": "Post", + "Parameters": [ + { + "Name": "ediscoveryCase-id", + "Location": "Path" + }, + { + "Name": "ediscoveryReviewSet-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.reviewSet_GetQuery", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "baseItem-id", + "Name": "ediscoveryReviewSetQuery-id", "Location": "Path" }, { @@ -248053,103 +228370,99 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/items/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.item_GetCount", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.reviewSet_UpdateQuery", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "ediscoveryReviewSetQuery-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetLastModifiedGraphBPreUser", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.reviewSet_DeleteQuery", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "ediscoveryReviewSetQuery-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/microsoft.graph.security.applyTags", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.reviewSet.query_applyTag", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "ediscoveryReviewSetQuery-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/microsoft.graph.security.export", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "security.case.ediscoveryCase.reviewSet.query_export", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", + "Location": "Path" + }, + { + "Name": "ediscoveryReviewSetQuery-id", "Location": "Path" } ] @@ -248157,29 +228470,21 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security.case.ediscoveryCase.reviewSet.query_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewSet-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -248187,41 +228492,21 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "security.case.ediscoveryCase.reviewSet_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -248237,19 +228522,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_ListList", + "OperationId": "security.case.ediscoveryCase_ListSearch", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -248289,19 +228570,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_CreateList", + "OperationId": "security.case.ediscoveryCase_CreateSearch", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" } ] @@ -248309,23 +228586,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetList", + "OperationId": "security.case.ediscoveryCase_GetSearch", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { @@ -248341,23 +228614,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_UpdateList", + "OperationId": "security.case.ediscoveryCase_UpdateSearch", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "ediscoverySearch-id", "Location": "Path" } ] @@ -248365,23 +228634,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_DeleteList", + "OperationId": "security.case.ediscoveryCase_DeleteSearch", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { @@ -248393,23 +228658,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_ListColumn", + "OperationId": "security.case.ediscoveryCase.search_ListAdditionalSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { @@ -248449,23 +228710,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_CreateColumn", + "OperationId": "security.case.ediscoveryCase.search_CreateAdditionalSource", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "ediscoverySearch-id", "Location": "Path" } ] @@ -248473,27 +228730,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_GetColumn", + "OperationId": "security.case.ediscoveryCase.search_GetAdditionalSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "dataSource-id", "Location": "Path" }, { @@ -248509,27 +228762,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_UpdateColumn", + "OperationId": "security.case.ediscoveryCase.search_UpdateAdditionalSource", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "dataSource-id", "Location": "Path" } ] @@ -248537,27 +228786,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_DeleteColumn", + "OperationId": "security.case.ediscoveryCase.search_DeleteAdditionalSource", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "dataSource-id", "Location": "Path" }, { @@ -248569,35 +228814,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.column_GetSourceColumn", + "OperationId": "security.case.ediscoveryCase.search.additionalSource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -248605,31 +228842,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.column_GetCount", + "OperationId": "security.case.ediscoveryCase.search_GetAddToReviewSetOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -248637,23 +228870,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_ListContentType", + "OperationId": "security.case.ediscoveryCase.search_ListCustodianSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { @@ -248693,51 +228922,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list_CreateContentType", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_GetContentType", + "OperationId": "security.case.ediscoveryCase.search_GetCustodianSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "dataSource-id", "Location": "Path" }, { @@ -248753,87 +228954,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list_UpdateContentType", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_DeleteContentType", - "Method": "Delete", + "OperationId": "security.case.ediscoveryCase.search.custodianSource_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetBase", + "OperationId": "security.case.ediscoveryCase.search_GetLastEstimateStatisticsOperation", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { @@ -248849,27 +229010,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/microsoft.graph.security.estimateStatistics", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_ListBaseType", - "Method": "Get", + "OperationId": "security.case.ediscoveryCase.search_estimateStatistics", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoverySearch-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/microsoft.graph.security.purgeData", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.search_purgeData", + "Method": "Post", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "ediscoverySearch-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.search_ListNoncustodialSource", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { @@ -248909,31 +229102,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetBaseType", + "OperationId": "security.case.ediscoveryCase.search_GetNoncustodialSource", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "contentType-id1", + "Name": "ediscoveryNoncustodialDataSource-id", "Location": "Path" }, { @@ -248949,27 +229134,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType.baseType_GetCount", + "OperationId": "security.case.ediscoveryCase.search.noncustodialSource_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoverySearch-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contentType-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.search_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -248985,27 +229186,91 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_ListColumnLink", + "OperationId": "security.case.ediscoveryCase_GetSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "list-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase_UpdateSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "ediscoveryCase-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase_DeleteSetting", + "Method": "Delete", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/microsoft.graph.security.resetToDefault", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.setting_resetToDefault", + "Method": "Post", + "Parameters": [ + { + "Name": "ediscoveryCase-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase_ListTag", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -249045,27 +229310,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_CreateColumnLink", + "OperationId": "security.case.ediscoveryCase_CreateTag", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "ediscoveryCase-id", "Location": "Path" } ] @@ -249073,31 +229326,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetColumnLink", + "OperationId": "security.case.ediscoveryCase_GetTag", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "ediscoveryReviewTag-id", "Location": "Path" }, { @@ -249113,31 +229354,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_UpdateColumnLink", + "OperationId": "security.case.ediscoveryCase_UpdateTag", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "ediscoveryReviewTag-id", "Location": "Path" } ] @@ -249145,31 +229374,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_DeleteColumnLink", + "OperationId": "security.case.ediscoveryCase_DeleteTag", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "ediscoveryReviewTag-id", "Location": "Path" }, { @@ -249181,63 +229398,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list.contentType.columnLink_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_ListColumnPosition", + "OperationId": "security.case.ediscoveryCase.tag_ListChildTag", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "ediscoveryReviewTag-id", "Location": "Path" }, { @@ -249277,31 +229450,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetColumnPosition", + "OperationId": "security.case.ediscoveryCase.tag_GetChildTag", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "ediscoveryReviewTag-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "ediscoveryReviewTag-id1", "Location": "Path" }, { @@ -249317,35 +229482,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType.columnPosition_GetCount", + "OperationId": "security.case.ediscoveryCase.tag.childTag_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "ediscoveryReviewTag-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.tag_GetParent", + "Method": "Get", + "Parameters": [ + { + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "ediscoveryReviewTag-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -249353,27 +229538,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_ListColumn", + "OperationId": "security.case.ediscoveryCase.tag_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/microsoft.graph.security.asHierarchy()", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.case.ediscoveryCase.tag_asHierarchy", + "Method": "Get", + "Parameters": [ { - "Name": "contentType-id", + "Name": "ediscoveryCase-id", "Location": "Path" }, { @@ -249397,11 +229594,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -249413,60 +229610,56 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" + "Path": "/security/cases/ediscoveryCases/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_CreateColumn", - "Method": "Post", + "OperationId": "security.case.ediscoveryCase_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/security/incidents", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetColumn", + "OperationId": "security_ListIncident", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -249481,31 +229674,50 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/security/incidents", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_UpdateColumn", - "Method": "Patch", + "OperationId": "security_CreateIncident", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/incidents/{incident-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_GetIncident", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "incident-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/incidents/{incident-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_UpdateIncident", + "Method": "Patch", + "Parameters": [ { - "Name": "columnDefinition-id", + "Name": "incident-id", "Location": "Path" } ] @@ -249513,31 +229725,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "Path": "/security/incidents/{incident-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_DeleteColumn", + "OperationId": "security_DeleteIncident", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "incident-id", "Location": "Path" }, { @@ -249549,32 +229745,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" + "Path": "/security/incidents/{incident-id}/alerts", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType.column_GetSourceColumn", + "OperationId": "security.incident_ListAlert", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "incident-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -249589,59 +229793,71 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Sites" + "Path": "/security/incidents/{incident-id}/alerts/{alert-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType.column_GetCount", + "OperationId": "security.incident_GetAlert", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "incident-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "alert-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "contentType-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.incident.alert_SetComment", + "Method": "Post", + "Parameters": [ + { + "Name": "incident-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "alert-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "Module": "Sites" + "Path": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetCount", + "OperationId": "security.incident.alert.Comment_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "incident-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "alert-id", "Location": "Path" }, { @@ -249657,31 +229873,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", - "Module": "Sites" + "Path": "/security/incidents/{incident-id}/alerts/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_GetCreatedGraphBPreUser", + "OperationId": "security.incident.alert_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "incident-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -249689,25 +229897,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/incidents/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "security.incident_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_GetLabel", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -249721,49 +229937,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "security_UpdateLabel", "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/labels", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteLabel", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/labels/authorities", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security.label_ListAuthority", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -249801,31 +230008,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/labels/authorities", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "security.label_CreateAuthority", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/labels/authorities/{authorityTemplate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_GetAuthority", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "authorityTemplate-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -249833,31 +230043,55 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", - "Module": "Sites" + "Path": "/security/labels/authorities/{authorityTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_GetDrive", - "Method": "Get", + "OperationId": "security.label_UpdateAuthority", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "authorityTemplate-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/authorities/{authorityTemplate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_DeleteAuthority", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "authorityTemplate-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/authorities/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label.authority_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -249865,25 +230099,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "Module": "Sites" + "Path": "/security/labels/categories", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_ListItem", + "OperationId": "security.label_ListCategory", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -249921,51 +230143,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "Module": "Sites" + "Path": "/security/labels/categories", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_CreateItem", + "OperationId": "security.label_CreateCategory", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites" + "Path": "/security/labels/categories/{categoryTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_GetItem", + "OperationId": "security.label_GetCategory", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "categoryTemplate-id", "Location": "Path" }, { @@ -249981,27 +230178,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites" + "Path": "/security/labels/categories/{categoryTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_UpdateItem", + "OperationId": "security.label_UpdateCategory", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "categoryTemplate-id", "Location": "Path" } ] @@ -250009,27 +230194,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites" + "Path": "/security/labels/categories/{categoryTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_DeleteItem", + "OperationId": "security.label_DeleteCategory", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "categoryTemplate-id", "Location": "Path" }, { @@ -250041,28 +230214,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "Module": "Sites" + "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetAnalytic", + "OperationId": "security.label.category_ListSubcategory", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "categoryTemplate-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -250077,27 +230262,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "Module": "Sites" + "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetCreatedGraphBPreUser", - "Method": "Get", + "OperationId": "security.label.category_CreateSubcategory", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "categoryTemplate-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label.category_GetSubcategory", + "Method": "Get", + "Parameters": [ { - "Name": "list-id", + "Name": "categoryTemplate-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "subcategoryTemplate-id", "Location": "Path" }, { @@ -250113,93 +230306,101 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "security.label.category_UpdateSubcategory", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "categoryTemplate-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "subcategoryTemplate-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label.category_DeleteSubcategory", + "Method": "Delete", + "Parameters": [ { - "Name": "listItem-id", + "Name": "categoryTemplate-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "subcategoryTemplate-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "security.label.category.subcategory_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "categoryTemplate-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/labels/categories/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security.label.category_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/citations", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_ListCitation", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -250237,29 +230438,84 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/labels/citations", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "security.label_CreateCitation", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/labels/citations/{citationTemplate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_GetCitation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "citationTemplate-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "list-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/citations/{citationTemplate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_UpdateCitation", + "Method": "Patch", + "Parameters": [ + { + "Name": "citationTemplate-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/citations/{citationTemplate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_DeleteCitation", + "Method": "Delete", + "Parameters": [ { - "Name": "listItem-id", + "Name": "citationTemplate-id", "Location": "Path" }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/citations/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label.citation_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -250273,29 +230529,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Sites" + "Path": "/security/labels/departments", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_ListDocumentSetVersion", + "OperationId": "security.label_ListDepartment", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -250333,59 +230573,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Sites" + "Path": "/security/labels/departments", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_CreateDocumentSetVersion", + "OperationId": "security.label_CreateDepartment", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites" + "Path": "/security/labels/departments/{departmentTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetDocumentSetVersion", + "OperationId": "security.label_GetDepartment", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "departmentTemplate-id", "Location": "Path" }, { @@ -250401,31 +230608,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites" + "Path": "/security/labels/departments/{departmentTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_UpdateDocumentSetVersion", + "OperationId": "security.label_UpdateDepartment", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "departmentTemplate-id", "Location": "Path" } ] @@ -250433,68 +230624,76 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites" + "Path": "/security/labels/departments/{departmentTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_DeleteDocumentSetVersion", + "OperationId": "security.label_DeleteDepartment", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "departmentTemplate-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/departments/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label.department_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites" + "Path": "/security/labels/filePlanReferences", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.documentSetVersion_GetField", + "OperationId": "security.label_ListFilePlanReference", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -250509,31 +230708,50 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites" + "Path": "/security/labels/filePlanReferences", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.documentSetVersion_UpdateField", - "Method": "Patch", + "OperationId": "security.label_CreateFilePlanReference", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_GetFilePlanReference", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "filePlanReferenceTemplate-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_UpdateFilePlanReference", + "Method": "Patch", + "Parameters": [ { - "Name": "documentSetVersion-id", + "Name": "filePlanReferenceTemplate-id", "Location": "Path" } ] @@ -250541,31 +230759,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites" + "Path": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.documentSetVersion_DeleteField", + "OperationId": "security.label_DeleteFilePlanReference", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", + "Name": "filePlanReferenceTemplate-id", "Location": "Path" }, { @@ -250577,29 +230779,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "Module": "Sites" + "Path": "/security/labels/filePlanReferences/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.documentSetVersion_GetCount", + "OperationId": "security.label.filePlanReference_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -250613,28 +230799,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "Module": "Sites" + "Path": "/security/labels/retentionLabels", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetDriveItem", + "OperationId": "security.label_ListRetentionLabel", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -250649,31 +230843,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Sites" + "Path": "/security/labels/retentionLabels", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetDriveItemContent", + "OperationId": "security.label_CreateRetentionLabel", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/labels/retentionLabels/{retentionLabel-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_GetRetentionLabel", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$format", + "Name": "$expand", "Location": "Query" } ] @@ -250681,55 +230878,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_SetDriveItemContent", - "Method": "Put", + "OperationId": "security.label_UpdateRetentionLabel", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "retentionLabel-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/labels/retentionLabels/{retentionLabel-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.label_DeleteRetentionLabel", + "Method": "Delete", + "Parameters": [ { - "Name": "list-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetField", + "OperationId": "security.label.retentionLabel_GetDescriptor", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { @@ -250745,27 +230938,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_UpdateField", + "OperationId": "security.label.retentionLabel_UpdateDescriptor", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "retentionLabel-id", "Location": "Path" } ] @@ -250773,27 +230954,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_DeleteField", + "OperationId": "security.label.retentionLabel_DeleteDescriptor", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { @@ -250805,27 +230974,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetLastModifiedGraphBPreUser", + "OperationId": "security.label.retentionLabel.descriptor_GetAuthorityTemplate", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { @@ -250841,27 +230998,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "security.label.retentionLabel.descriptor_GetCategoryTemplate", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { @@ -250877,81 +231022,41 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "security.label.retentionLabel.descriptor_GetCitationTemplate", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security.label.retentionLabel.descriptor_GetDepartmentTemplate", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -250965,35 +231070,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "security.label.retentionLabel.descriptor_GetFilePlanReferenceTemplate", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -251001,27 +231094,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_ListVersion", + "OperationId": "security.label.retentionLabel_ListDispositionReviewStage", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { @@ -251061,27 +231142,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_CreateVersion", + "OperationId": "security.label.retentionLabel_CreateDispositionReviewStage", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "retentionLabel-id", "Location": "Path" } ] @@ -251089,31 +231158,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetVersion", + "OperationId": "security.label.retentionLabel_GetDispositionReviewStage", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "dispositionReviewStage-stageNumber", "Location": "Path" }, { @@ -251129,31 +231186,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_UpdateVersion", + "OperationId": "security.label.retentionLabel_UpdateDispositionReviewStage", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "dispositionReviewStage-stageNumber", "Location": "Path" } ] @@ -251161,31 +231206,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item_DeleteVersion", + "OperationId": "security.label.retentionLabel_DeleteDispositionReviewStage", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "dispositionReviewStage-stageNumber", "Location": "Path" }, { @@ -251197,39 +231230,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.version_GetField", + "OperationId": "security.label.retentionLabel.dispositionReviewStage_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -251237,160 +231254,91 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.version_UpdateField", - "Method": "Patch", + "OperationId": "security.label.retentionLabel_GetRetentionEventType", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "retentionLabel-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites" + "Path": "/security/labels/retentionLabels/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.version_DeleteField", - "Method": "Delete", + "OperationId": "security.label.retentionLabel_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "Module": "Sites" + "Path": "/security/microsoft.graph.security.runHuntingQuery", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.item.version_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "security_runHuntingQuery", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser", - "Module": "Sites" + "Path": "/security/secureScoreControlProfiles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_GetLastModifiedGraphBPreUser", + "OperationId": "security_ListSecureScoreControlProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -251405,72 +231353,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/secureScoreControlProfiles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - } - ] + "OperationId": "security_CreateSecureScoreControlProfile", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security_GetSecureScoreControlProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "secureScoreControlProfile-id", + "Location": "Path" }, { "Name": "$select", @@ -251485,25 +231388,49 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "security_UpdateSecureScoreControlProfile", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "secureScoreControlProfile-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteSecureScoreControlProfile", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "secureScoreControlProfile-id", "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/secureScoreControlProfiles/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.secureScoreControlProfile_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "$search", "Location": "Query" @@ -251517,25 +231444,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "Module": "Sites" + "Path": "/security/secureScores", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_ListOperation", + "OperationId": "security_ListSecureScore", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -251573,51 +231488,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "Module": "Sites" + "Path": "/security/secureScores", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_CreateOperation", + "OperationId": "security_CreateSecureScore", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" + "Path": "/security/secureScores/{secureScore-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_GetOperation", + "OperationId": "security_GetSecureScore", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "richLongRunningOperation-id", + "Name": "secureScore-id", "Location": "Path" }, { @@ -251633,27 +231523,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" + "Path": "/security/secureScores/{secureScore-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_UpdateOperation", + "OperationId": "security_UpdateSecureScore", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "richLongRunningOperation-id", + "Name": "secureScore-id", "Location": "Path" } ] @@ -251661,27 +231539,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" + "Path": "/security/secureScores/{secureScore-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_DeleteOperation", + "OperationId": "security_DeleteSecureScore", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "richLongRunningOperation-id", + "Name": "secureScore-id", "Location": "Path" }, { @@ -251693,25 +231559,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", - "Module": "Sites" + "Path": "/security/secureScores/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.operation_GetCount", + "OperationId": "security.secureScore_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -251725,25 +231579,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Sites" + "Path": "/security/subjectRightsRequests", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_ListSubscription", + "OperationId": "security_ListSubjectRightsRequest", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -251781,51 +231623,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Sites" + "Path": "/security/subjectRightsRequests", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_CreateSubscription", + "OperationId": "security_CreateSubjectRightsRequest", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_GetSubscription", + "OperationId": "security_GetSubjectRightsRequest", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "subscription-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { @@ -251841,27 +231658,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_UpdateSubscription", + "OperationId": "security_UpdateSubjectRightsRequest", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "subscription-id", + "Name": "subjectRightsRequest-id", "Location": "Path" } ] @@ -251869,27 +231674,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list_DeleteSubscription", + "OperationId": "security_DeleteSubjectRightsRequest", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "subscription-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { @@ -251901,24 +231694,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.list.subscription_GetCount", + "OperationId": "security.subjectRightsRequest_ListApprover", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -251927,33 +231720,21 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -251961,23 +231742,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetAnalytic", + "OperationId": "security.subjectRightsRequest_GetApprover", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "path", + "Name": "user-id", "Location": "Path" }, { @@ -251993,75 +231770,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateAnalytic", - "Method": "Patch", + "OperationId": "security.subjectRightsRequest.approver_GetMailboxSetting", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "path", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteAnalytic", - "Method": "Delete", + "OperationId": "security.subjectRightsRequest.approver_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "path", + "Name": "user-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListColumn", + "OperationId": "security.subjectRightsRequest.approver_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "path", + "Name": "user-id", "Location": "Path" }, { @@ -252101,47 +231870,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateColumn", - "Method": "Post", + "OperationId": "security.subjectRightsRequest.approver.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "path", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListContentType", + "OperationId": "security.subjectRightsRequest.approver_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "path", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.subjectRightsRequest_ListCollaborator", + "Method": "Get", + "Parameters": [ + { + "Name": "subjectRightsRequest-id", "Location": "Path" }, { @@ -252181,47 +231970,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateContentType", - "Method": "Post", + "OperationId": "security.subjectRightsRequest_GetCollaborator", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "path", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/createdByUser", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetCreatedGraphBPreUser", + "OperationId": "security.subjectRightsRequest.collaborator_GetMailboxSetting", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "path", + "Name": "user-id", "Location": "Path" }, { @@ -252237,55 +232026,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drive", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetDrive", - "Method": "Get", + "OperationId": "security.subjectRightsRequest.collaborator_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "path", + "Name": "user-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drives", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListDrive", + "OperationId": "security.subjectRightsRequest.collaborator_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "path", + "Name": "user-id", "Location": "Path" }, { @@ -252325,33 +232098,21 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/externalColumns", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListExternalColumn", + "OperationId": "security.subjectRightsRequest.collaborator.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "path", + "Name": "user-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -252359,55 +232120,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/items", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListItem", + "OperationId": "security.subjectRightsRequest.collaborator_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "subjectRightsRequest-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -252415,77 +232144,53 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lastModifiedByUser", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/microsoft.graph.getFinalAttachment()", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetLastModifiedGraphBPreUser", + "OperationId": "security.subjectRightsRequest_getFinalAttachment", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "subjectRightsRequest-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/microsoft.graph.getFinalReport()", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListList", + "OperationId": "security.subjectRightsRequest_getFinalReport", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "subjectRightsRequest-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.subjectRightsRequest_ListNote", + "Method": "Get", + "Parameters": [ { - "Name": "path", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { @@ -252525,23 +232230,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateList", + "OperationId": "security.subjectRightsRequest_CreateNote", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "subjectRightsRequest-id", "Location": "Path" } ] @@ -252549,23 +232246,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetOnenote", + "OperationId": "security.subjectRightsRequest_GetNote", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "path", + "Name": "authoredNote-id", "Location": "Path" }, { @@ -252581,23 +232274,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateOnenote", + "OperationId": "security.subjectRightsRequest_UpdateNote", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "path", + "Name": "authoredNote-id", "Location": "Path" } ] @@ -252605,23 +232294,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteOnenote", + "OperationId": "security.subjectRightsRequest_DeleteNote", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "path", + "Name": "authoredNote-id", "Location": "Path" }, { @@ -252633,33 +232318,17 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListOperation", + "OperationId": "security.subjectRightsRequest.note_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "subjectRightsRequest-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -252667,79 +232336,43 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateOperation", - "Method": "Post", + "OperationId": "security.subjectRightsRequest_GetTeam", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "subjectRightsRequest-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "path", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", - "Module": "Sites" + "Path": "/security/subjectRightsRequests/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListPage", + "OperationId": "security.subjectRightsRequest_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -252747,15 +232380,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_GetThreatIntelligence", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -252769,49 +232406,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", - "Module": "Sites" + "Path": "/security/threatIntelligence", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreatePage", - "Method": "Post", + "OperationId": "security_UpdateThreatIntelligence", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteThreatIntelligence", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", - "Module": "Sites" + "Path": "/security/threatIntelligence/articleIndicators", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListPermission", + "OperationId": "security.threatIntelligence_ListArticleIndicator", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -252849,73 +232477,28 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", - "Module": "Sites" + "Path": "/security/threatIntelligence/articleIndicators", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreatePermission", + "OperationId": "security.threatIntelligence_CreateArticleIndicator", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/sites", - "Module": "Sites" + "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListSite", + "OperationId": "security.threatIntelligence_GetArticleIndicator", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "articleIndicator-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -252929,109 +232512,93 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", - "Module": "Sites" + "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetTermStore", - "Method": "Get", + "OperationId": "security.threatIntelligence_UpdateArticleIndicator", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", + "Name": "articleIndicator-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", - "Module": "Sites" + "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateTermStore", - "Method": "Patch", + "OperationId": "security.threatIntelligence_DeleteArticleIndicator", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "articleIndicator-id", "Location": "Path" }, { - "Name": "path", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", - "Module": "Sites" + "Path": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteTermStore", - "Method": "Delete", + "OperationId": "security.threatIntelligence.articleIndicator_GetArtifact", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "articleIndicator-id", "Location": "Path" }, { - "Name": "path", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStores", - "Module": "Sites" + "Path": "/security/threatIntelligence/articleIndicators/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListTermStore", + "OperationId": "security.threatIntelligence.articleIndicator_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "path", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/articles", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_ListArticle", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -253057,55 +232624,38 @@ "Location": "Query" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStores", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateTermStore", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "path", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetOnenote", + "OperationId": "security.threatIntelligence_CreateArticle", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/articles/{article-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_GetArticle", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "article-id", "Location": "Path" }, { @@ -253121,19 +232671,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles/{article-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_UpdateOnenote", + "OperationId": "security.threatIntelligence_UpdateArticle", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "article-id", "Location": "Path" } ] @@ -253141,19 +232687,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles/{article-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_DeleteOnenote", + "OperationId": "security.threatIntelligence_DeleteArticle", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "article-id", "Location": "Path" }, { @@ -253165,19 +232707,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles/{article-id}/indicators", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListNotebook", + "OperationId": "security.threatIntelligence.article_ListIndicator", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "article-id", "Location": "Path" }, { @@ -253217,43 +232755,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.onenote_CreateNotebook", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles/{article-id}/indicators/{articleIndicator-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetNotebook", + "OperationId": "security.threatIntelligence.article_GetIndicator", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "article-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "articleIndicator-id", "Location": "Path" }, { @@ -253269,77 +232783,57 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles/{article-id}/indicators/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdateNotebook", - "Method": "Patch", + "OperationId": "security.threatIntelligence.article.indicator_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "article-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/articles/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeleteNotebook", - "Method": "Delete", + "OperationId": "security.threatIntelligence.article_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostComponents", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_ListSectionGroup", + "OperationId": "security.threatIntelligence_ListHostComponent", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -253377,51 +232871,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostComponents", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_CreateSectionGroup", + "OperationId": "security.threatIntelligence_CreateHostComponent", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_GetSectionGroup", + "OperationId": "security.threatIntelligence_GetHostComponent", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "hostComponent-id", "Location": "Path" }, { @@ -253437,27 +232906,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_UpdateSectionGroup", + "OperationId": "security.threatIntelligence_UpdateHostComponent", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "hostComponent-id", "Location": "Path" } ] @@ -253465,27 +232922,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_DeleteSectionGroup", + "OperationId": "security.threatIntelligence_DeleteHostComponent", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "hostComponent-id", "Location": "Path" }, { @@ -253497,27 +232942,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetParentNotebook", + "OperationId": "security.threatIntelligence.hostComponent_GetHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "hostComponent-id", "Location": "Path" }, { @@ -253533,35 +232966,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostComponents/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetParentSectionGroup", + "OperationId": "security.threatIntelligence.hostComponent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -253569,29 +232986,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostCookies", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_ListSectionGroup", + "OperationId": "security.threatIntelligence_ListHostCookie", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -253629,31 +233030,86 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostCookies", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetSectionGroup", + "OperationId": "security.threatIntelligence_CreateHostCookie", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_GetHostCookie", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "hostCookie-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "notebook-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_UpdateHostCookie", + "Method": "Patch", + "Parameters": [ + { + "Name": "hostCookie-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_DeleteHostCookie", + "Method": "Delete", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "hostCookie-id", "Location": "Path" }, { - "Name": "sectionGroup-id1", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.hostCookie_GetHost", + "Method": "Get", + "Parameters": [ + { + "Name": "hostCookie-id", "Location": "Path" }, { @@ -253669,29 +233125,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostCookies/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetCount", + "OperationId": "security.threatIntelligence.hostCookie_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -253705,29 +233145,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPairs", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_ListSection", + "OperationId": "security.threatIntelligence_ListHostPair", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -253765,59 +233189,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPairs", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_CreateSection", + "OperationId": "security.threatIntelligence_CreateHostPair", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetSection", + "OperationId": "security.threatIntelligence_GetHostPair", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "hostPair-id", "Location": "Path" }, { @@ -253833,31 +233224,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_UpdateSection", + "OperationId": "security.threatIntelligence_UpdateHostPair", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "hostPair-id", "Location": "Path" } ] @@ -253865,69 +233240,101 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_DeleteSection", + "OperationId": "security.threatIntelligence_DeleteHostPair", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "hostPair-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.hostPair_GetChildHost", + "Method": "Get", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "hostPair-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_ListPage", + "OperationId": "security.threatIntelligence.hostPair_GetParentHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "hostPair-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostPairs/$count", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.hostPair_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hostPorts", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_ListHostPort", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -253965,67 +233372,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPorts", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_CreatePage", + "OperationId": "security.threatIntelligence_CreateHostPort", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetPage", + "OperationId": "security.threatIntelligence_GetHostPort", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "hostPort-id", "Location": "Path" }, { @@ -254041,35 +233407,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_UpdatePage", + "OperationId": "security.threatIntelligence_UpdateHostPort", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "hostPort-id", "Location": "Path" } ] @@ -254077,35 +233423,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_DeletePage", + "OperationId": "security.threatIntelligence_DeleteHostPort", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "hostPort-id", "Location": "Path" }, { @@ -254117,115 +233443,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetPagesContent", + "OperationId": "security.threatIntelligence.hostPort_GetHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "hostPort-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_SetPagesContent", - "Method": "Put", + "OperationId": "security.threatIntelligence.hostPort_GetMostRecentSslCertificate", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "hostPort-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostPorts/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetParentNotebook", + "OperationId": "security.threatIntelligence.hostPort_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -254233,36 +233511,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetParentSection", + "OperationId": "security.threatIntelligence_ListHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -254277,39 +233555,34 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetCount", + "OperationId": "security.threatIntelligence_CreateHost", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hosts/{host-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_GetHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -254317,72 +233590,76 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetParentNotebook", - "Method": "Get", + "OperationId": "security.threatIntelligence_UpdateHost", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "host-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hosts/{host-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_DeleteHost", + "Method": "Delete", + "Parameters": [ { - "Name": "onenoteSection-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetParentSectionGroup", + "OperationId": "security.threatIntelligence.host_ListChildHostPair", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -254397,35 +233674,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetCount", + "OperationId": "security.threatIntelligence.host_GetChildHostPair", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "hostPair-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -254433,23 +233702,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetCount", + "OperationId": "security.threatIntelligence.host.childHostPair_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "host-id", "Location": "Path" }, { @@ -254465,23 +233726,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/components", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_ListSection", + "OperationId": "security.threatIntelligence.host_ListComponent", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "host-id", "Location": "Path" }, { @@ -254501,12 +233754,40 @@ "Location": "Query" }, { - "Name": "$count", - "Location": "Query" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hosts/{host-id}/components/{hostComponent-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.host_GetComponent", + "Method": "Get", + "Parameters": [ + { + "Name": "host-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "hostComponent-id", + "Location": "Path" }, { "Name": "$select", @@ -254521,52 +233802,64 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/components/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_CreateSection", - "Method": "Post", + "OperationId": "security.threatIntelligence.host.component_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/cookies", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_GetSection", + "OperationId": "security.threatIntelligence.host_ListCookie", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -254581,87 +233874,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/cookies/{hostCookie-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_UpdateSection", - "Method": "Patch", + "OperationId": "security.threatIntelligence.host_GetCookie", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "hostCookie-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/cookies/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_DeleteSection", - "Method": "Delete", + "OperationId": "security.threatIntelligence.host.cookie_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/hostPairs", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_ListPage", + "OperationId": "security.threatIntelligence.host_ListHostPair", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "host-id", "Location": "Path" }, { @@ -254701,67 +233974,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/hostPairs/{hostPair-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_CreatePage", - "Method": "Post", + "OperationId": "security.threatIntelligence.host_GetHostPair", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "hostPair-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/hostPairs/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_GetPage", + "OperationId": "security.threatIntelligence.host.hostPair_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -254769,164 +234026,140 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_UpdatePage", - "Method": "Patch", + "OperationId": "security.threatIntelligence.host_ListParentHostPair", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_DeletePage", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_GetPagesContent", + "OperationId": "security.threatIntelligence.host_GetParentHostPair", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "hostPair-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_SetPagesContent", - "Method": "Put", + "OperationId": "security.threatIntelligence.host.parentHostPair_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDns", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section.page_GetParentNotebook", + "OperationId": "security.threatIntelligence.host_ListPassiveDn", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -254941,31 +234174,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section.page_GetParentSection", + "OperationId": "security.threatIntelligence.host_GetPassiveDn", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "passiveDnsRecord-id", "Location": "Path" }, { @@ -254981,27 +234202,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section.page_GetCount", + "OperationId": "security.threatIntelligence.host.passiveDn_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "host-id", "Location": "Path" }, { @@ -255017,64 +234226,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_GetParentNotebook", + "OperationId": "security.threatIntelligence.host_ListPassiveDnsReverse", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_GetParentSectionGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -255089,31 +234274,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_GetCount", + "OperationId": "security.threatIntelligence.host_GetPassiveDnsReverse", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "passiveDnsRecord-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -255121,19 +234302,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_GetCount", + "OperationId": "security.threatIntelligence.host.passiveDnsReverse_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "host-id", "Location": "Path" }, { @@ -255149,19 +234326,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/ports", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListOperation", + "OperationId": "security.threatIntelligence.host_ListPort", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "host-id", "Location": "Path" }, { @@ -255201,51 +234374,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/ports/{hostPort-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreateOperation", - "Method": "Post", + "OperationId": "security.threatIntelligence.host_GetPort", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "hostPort-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/ports/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetOperation", + "OperationId": "security.threatIntelligence.host.port_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteOperation-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -255253,99 +234426,75 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdateOperation", - "Method": "Patch", + "OperationId": "security.threatIntelligence.host_GetReputation", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenoteOperation-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeleteOperation", - "Method": "Delete", + "OperationId": "security.threatIntelligence.host_UpdateReputation", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteOperation-id", + "Name": "host-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.operation_GetCount", - "Method": "Get", + "OperationId": "security.threatIntelligence.host_DeleteReputation", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/sslCertificates", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListPage", + "OperationId": "security.threatIntelligence.host_ListSslCertificate", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "host-id", "Location": "Path" }, { @@ -255385,51 +234534,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/{hostSslCertificate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreatePage", - "Method": "Post", + "OperationId": "security.threatIntelligence.host_GetSslCertificate", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "hostSslCertificate-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetPage", + "OperationId": "security.threatIntelligence.host.sslCertificate_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -255437,123 +234586,167 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/subdomains", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdatePage", - "Method": "Patch", + "OperationId": "security.threatIntelligence.host_ListSubdomain", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeletePage", - "Method": "Delete", + "OperationId": "security.threatIntelligence.host_GetSubdomain", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "subdomain-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetPagesContent", + "OperationId": "security.threatIntelligence.host.subdomain_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/trackers", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_SetPagesContent", - "Method": "Put", + "OperationId": "security.threatIntelligence.host_ListTracker", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/trackers/{hostTracker-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.page_GetParentNotebook", + "OperationId": "security.threatIntelligence.host_GetTracker", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "hostTracker-id", "Location": "Path" }, { @@ -255569,23 +234762,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.page_GetParentSection", + "OperationId": "security.threatIntelligence.host.tracker_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "host-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/hosts/{host-id}/whois", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.host_GetWhoi", + "Method": "Get", + "Parameters": [ + { + "Name": "host-id", "Location": "Path" }, { @@ -255601,21 +234810,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hosts/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.page_GetCount", + "OperationId": "security.threatIntelligence.host_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -255629,21 +234830,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostSslCertificates", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListResource", + "OperationId": "security.threatIntelligence_ListHostSslCertificate", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -255681,43 +234874,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostSslCertificates", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreateResource", + "OperationId": "security.threatIntelligence_CreateHostSslCertificate", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetResource", + "OperationId": "security.threatIntelligence_GetHostSslCertificate", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteResource-id", + "Name": "hostSslCertificate-id", "Location": "Path" }, { @@ -255733,23 +234909,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdateResource", + "OperationId": "security.threatIntelligence_UpdateHostSslCertificate", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteResource-id", + "Name": "hostSslCertificate-id", "Location": "Path" } ] @@ -255757,23 +234925,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeleteResource", + "OperationId": "security.threatIntelligence_DeleteHostSslCertificate", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteResource-id", + "Name": "hostSslCertificate-id", "Location": "Path" }, { @@ -255785,69 +234945,61 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetResourcesContent", + "OperationId": "security.threatIntelligence.hostSslCertificate_GetHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "hostSslCertificate-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenoteResource-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/sslCertificate", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_SetResourcesContent", - "Method": "Put", + "OperationId": "security.threatIntelligence.hostSslCertificate_GetSslCertificate", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "hostSslCertificate-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenoteResource-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostSslCertificates/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.resource_GetCount", + "OperationId": "security.threatIntelligence.hostSslCertificate_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -255861,21 +235013,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostTrackers", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListSectionGroup", + "OperationId": "security.threatIntelligence_ListHostTracker", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -255913,43 +235057,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostTrackers", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreateSectionGroup", + "OperationId": "security.threatIntelligence_CreateHostTracker", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetSectionGroup", + "OperationId": "security.threatIntelligence_GetHostTracker", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "hostTracker-id", "Location": "Path" }, { @@ -255965,23 +235092,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdateSectionGroup", + "OperationId": "security.threatIntelligence_UpdateHostTracker", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "hostTracker-id", "Location": "Path" } ] @@ -255989,23 +235108,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeleteSectionGroup", + "OperationId": "security.threatIntelligence_DeleteHostTracker", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "hostTracker-id", "Location": "Path" }, { @@ -256017,23 +235128,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetParentNotebook", + "OperationId": "security.threatIntelligence.hostTracker_GetHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "hostTracker-id", "Location": "Path" }, { @@ -256049,31 +235152,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Sites" + "Path": "/security/threatIntelligence/hostTrackers/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetParentSectionGroup", + "OperationId": "security.threatIntelligence.hostTracker_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -256081,25 +235172,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelligenceProfileIndicators", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_ListSectionGroup", + "OperationId": "security.threatIntelligence_ListIntelligenceProfileIndicator", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -256137,27 +235216,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelligenceProfileIndicators", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetSectionGroup", + "OperationId": "security.threatIntelligence_CreateIntelligenceProfileIndicator", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_GetIntelligenceProfileIndicator", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id1", + "Name": "intelligenceProfileIndicator-id", "Location": "Path" }, { @@ -256173,31 +235251,59 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "security.threatIntelligence_UpdateIntelligenceProfileIndicator", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "intelligenceProfileIndicator-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_DeleteIntelligenceProfileIndicator", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "intelligenceProfileIndicator-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence.intelligenceProfileIndicator_GetArtifact", + "Method": "Get", + "Parameters": [ + { + "Name": "intelligenceProfileIndicator-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -256205,25 +235311,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelligenceProfileIndicators/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_ListSection", + "OperationId": "security.threatIntelligence.intelligenceProfileIndicator_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/intelProfiles", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_ListIntelProfile", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -256261,51 +235375,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelProfiles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_CreateSection", + "OperationId": "security.threatIntelligence_CreateIntelProfile", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetSection", + "OperationId": "security.threatIntelligence_GetIntelProfile", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "intelligenceProfile-id", "Location": "Path" }, { @@ -256321,27 +235410,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_UpdateSection", + "OperationId": "security.threatIntelligence_UpdateIntelProfile", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "intelligenceProfile-id", "Location": "Path" } ] @@ -256349,27 +235426,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_DeleteSection", + "OperationId": "security.threatIntelligence_DeleteIntelProfile", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "intelligenceProfile-id", "Location": "Path" }, { @@ -256381,27 +235446,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_ListPage", + "OperationId": "security.threatIntelligence.intelProfile_ListIndicator", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "intelligenceProfile-id", "Location": "Path" }, { @@ -256441,67 +235494,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_CreatePage", - "Method": "Post", + "OperationId": "security.threatIntelligence.intelProfile_GetIndicator", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "intelligenceProfile-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "intelligenceProfileIndicator-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_GetPage", + "OperationId": "security.threatIntelligence.intelProfile.indicator_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "intelligenceProfile-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -256509,163 +235546,150 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/intelProfiles/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_UpdatePage", - "Method": "Patch", + "OperationId": "security.threatIntelligence.intelProfile_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/passiveDnsRecords", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_DeletePage", - "Method": "Delete", + "OperationId": "security.threatIntelligence_ListPassiveDnsRecord", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/threatIntelligence/passiveDnsRecords", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_GetPagesContent", + "OperationId": "security.threatIntelligence_CreatePassiveDnsRecord", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_GetPassiveDnsRecord", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "passiveDnsRecord-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_SetPagesContent", - "Method": "Put", + "OperationId": "security.threatIntelligence_UpdatePassiveDnsRecord", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "passiveDnsRecord-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_DeletePassiveDnsRecord", + "Method": "Delete", + "Parameters": [ { - "Name": "onenoteSection-id", + "Name": "passiveDnsRecord-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section.page_GetParentNotebook", + "OperationId": "security.threatIntelligence.passiveDnsRecord_GetArtifact", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "passiveDnsRecord-id", "Location": "Path" }, { @@ -256681,31 +235705,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites" + "Path": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section.page_GetParentSection", + "OperationId": "security.threatIntelligence.passiveDnsRecord_GetParentHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "passiveDnsRecord-id", "Location": "Path" }, { @@ -256721,29 +235729,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/passiveDnsRecords/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section.page_GetCount", + "OperationId": "security.threatIntelligence.passiveDnsRecord_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -256757,28 +235749,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/threatIntelligence/sslCertificates", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_GetParentNotebook", + "OperationId": "security.threatIntelligence_ListSslCertificate", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -256793,27 +235793,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites" + "Path": "/security/threatIntelligence/sslCertificates", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_GetParentSectionGroup", + "OperationId": "security.threatIntelligence_CreateSslCertificate", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_GetSslCertificate", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "sslCertificate-id", "Location": "Path" }, { @@ -256829,79 +235828,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_GetCount", - "Method": "Get", + "OperationId": "security.threatIntelligence_UpdateSslCertificate", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", + "Name": "sslCertificate-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "security.threatIntelligence_DeleteSslCertificate", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "sslCertificate-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "Module": "Sites" + "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListSection", + "OperationId": "security.threatIntelligence.sslCertificate_ListRelatedHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "sslCertificate-id", "Location": "Path" }, { @@ -256941,43 +235912,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.onenote_CreateSection", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetSection", + "OperationId": "security.threatIntelligence.sslCertificate_GetRelatedHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "sslCertificate-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "host-id", "Location": "Path" }, { @@ -256993,77 +235940,57 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdateSection", - "Method": "Patch", + "OperationId": "security.threatIntelligence.sslCertificate.relatedHost_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "sslCertificate-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/sslCertificates/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeleteSection", - "Method": "Delete", + "OperationId": "security.threatIntelligence.sslCertificate_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/threatIntelligence/subdomains", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_ListPage", + "OperationId": "security.threatIntelligence_ListSubdomain", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -257101,51 +236028,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Sites" + "Path": "/security/threatIntelligence/subdomains", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_CreatePage", + "OperationId": "security.threatIntelligence_CreateSubdomain", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_GetPage", + "OperationId": "security.threatIntelligence_GetSubdomain", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "subdomain-id", "Location": "Path" }, { @@ -257161,27 +236063,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_UpdatePage", + "OperationId": "security.threatIntelligence_UpdateSubdomain", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "subdomain-id", "Location": "Path" } ] @@ -257189,27 +236079,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_DeletePage", + "OperationId": "security.threatIntelligence_DeleteSubdomain", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "subdomain-id", "Location": "Path" }, { @@ -257221,84 +236099,80 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/threatIntelligence/subdomains/{subdomain-id}/host", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_GetPagesContent", + "OperationId": "security.threatIntelligence.subdomain_GetHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "subdomain-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "Path": "/security/threatIntelligence/subdomains/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_SetPagesContent", - "Method": "Put", + "OperationId": "security.threatIntelligence.subdomain_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section.page_GetParentNotebook", + "OperationId": "security.threatIntelligence_ListVulnerability", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -257313,27 +236187,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section.page_GetParentSection", + "OperationId": "security.threatIntelligence_CreateVulnerability", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_GetVulnerability", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "vulnerability-id", "Location": "Path" }, { @@ -257349,56 +236222,76 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section.page_GetCount", - "Method": "Get", + "OperationId": "security.threatIntelligence_UpdateVulnerability", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "vulnerability-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_DeleteVulnerability", + "Method": "Delete", + "Parameters": [ { - "Name": "onenoteSection-id", + "Name": "vulnerability-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_GetParentNotebook", + "OperationId": "security.threatIntelligence.vulnerability_ListArticle", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "vulnerability-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -257413,23 +236306,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_GetParentSectionGroup", + "OperationId": "security.threatIntelligence.vulnerability_GetArticle", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "vulnerability-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "article-id", "Location": "Path" }, { @@ -257445,19 +236334,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_GetCount", + "OperationId": "security.threatIntelligence.vulnerability.article_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "vulnerability-id", "Location": "Path" }, { @@ -257473,19 +236358,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_ListOperation", + "OperationId": "security.threatIntelligence.vulnerability_ListComponent", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "vulnerability-id", "Location": "Path" }, { @@ -257525,19 +236406,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_CreateOperation", + "OperationId": "security.threatIntelligence.vulnerability_CreateComponent", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "vulnerability-id", "Location": "Path" } ] @@ -257545,23 +236422,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetOperation", + "OperationId": "security.threatIntelligence.vulnerability_GetComponent", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "vulnerability-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "vulnerabilityComponent-id", "Location": "Path" }, { @@ -257577,23 +236450,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_UpdateOperation", + "OperationId": "security.threatIntelligence.vulnerability_UpdateComponent", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "vulnerability-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "vulnerabilityComponent-id", "Location": "Path" } ] @@ -257601,23 +236470,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_DeleteOperation", + "OperationId": "security.threatIntelligence.vulnerability_DeleteComponent", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "vulnerability-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "vulnerabilityComponent-id", "Location": "Path" }, { @@ -257629,19 +236494,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.operation_GetCount", + "OperationId": "security.threatIntelligence.vulnerability.component_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "vulnerability-id", "Location": "Path" }, { @@ -257657,21 +236518,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages", - "Module": "Sites" + "Path": "/security/threatIntelligence/vulnerabilities/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_ListPage", + "OperationId": "security.threatIntelligence.vulnerability_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/threatIntelligence/whoisHistoryRecords", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.threatIntelligence_ListWhoisHistoryRecord", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -257709,43 +236582,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisHistoryRecords", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_CreatePage", + "OperationId": "security.threatIntelligence_CreateWhoisHistoryRecord", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetPage", + "OperationId": "security.threatIntelligence_GetWhoisHistoryRecord", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "whoisHistoryRecord-id", "Location": "Path" }, { @@ -257761,23 +236617,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_UpdatePage", + "OperationId": "security.threatIntelligence_UpdateWhoisHistoryRecord", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "whoisHistoryRecord-id", "Location": "Path" } ] @@ -257785,23 +236633,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_DeletePage", + "OperationId": "security.threatIntelligence_DeleteWhoisHistoryRecord", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "whoisHistoryRecord-id", "Location": "Path" }, { @@ -257813,23 +236653,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page_GetCreatedGraphBPreUser", + "OperationId": "security.threatIntelligence.whoisHistoryRecord_GetHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "whoisHistoryRecord-id", "Location": "Path" }, { @@ -257845,31 +236677,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisHistoryRecords/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "security.threatIntelligence.whoisHistoryRecord_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -257877,49 +236697,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.page.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security.threatIntelligence_ListWhoisRecord", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -257957,55 +236741,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page.createdGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] + "OperationId": "security.threatIntelligence_CreateWhoisRecord", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page_GetLastModifiedGraphBPreUser", + "OperationId": "security.threatIntelligence_GetWhoisRecord", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "whoisRecord-id", "Location": "Path" }, { @@ -258021,79 +236776,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "security.threatIntelligence_UpdateWhoisRecord", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "whoisRecord-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "security.threatIntelligence_DeleteWhoisRecord", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "whoisRecord-id", "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "security.threatIntelligence.whoisRecord_ListHistory", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "whoisRecord-id", "Location": "Path" }, { @@ -258133,31 +236860,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.page.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "security.threatIntelligence.whoisRecord_GetHistory", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "whoisRecord-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "whoisHistoryRecord-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -258165,31 +236888,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site_GetPageAsSitePage", + "OperationId": "security.threatIntelligence.whoisRecord.history_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "whoisRecord-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -258197,23 +236912,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_GetCanvasLayout", + "OperationId": "security.threatIntelligence.whoisRecord_GetHost", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", + "Name": "whoisRecord-id", "Location": "Path" }, { @@ -258229,49 +236936,64 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", - "Module": "Sites" + "Path": "/security/threatIntelligence/whoisRecords/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_UpdateCanvasLayout", - "Method": "Patch", + "OperationId": "security.threatIntelligence.whoisRecord_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", - "Module": "Sites" + "Path": "/security/triggers", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_DeleteCanvasLayout", - "Method": "Delete", + "OperationId": "security_GetTrigger", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/triggers", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_UpdateTrigger", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/triggers", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteTrigger", + "Method": "Delete", + "Parameters": [ { "Name": "If-Match", "Location": "Header" @@ -258281,25 +237003,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", - "Module": "Sites" + "Path": "/security/triggers/retentionEvents", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_ListHorizontalSection", + "OperationId": "security.trigger_ListRetentionEvent", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -258337,51 +237047,86 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", - "Module": "Sites" + "Path": "/security/triggers/retentionEvents", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_CreateHorizontalSection", + "OperationId": "security.trigger_CreateRetentionEvent", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.trigger_GetRetentionEvent", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "retentionEvent-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites" + "Path": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_GetHorizontalSection", - "Method": "Get", + "OperationId": "security.trigger_UpdateRetentionEvent", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "retentionEvent-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.trigger_DeleteRetentionEvent", + "Method": "Delete", + "Parameters": [ { - "Name": "site-id", + "Name": "retentionEvent-id", "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security.trigger.retentionEvent_GetRetentionEventType", + "Method": "Get", + "Parameters": [ { - "Name": "horizontalSection-id", + "Name": "retentionEvent-id", "Location": "Path" }, { @@ -258397,57 +237142,64 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites" + "Path": "/security/triggers/retentionEvents/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_UpdateHorizontalSection", - "Method": "Patch", + "OperationId": "security.trigger.retentionEvent_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/security/triggerTypes", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_GetTriggerType", + "Method": "Get", + "Parameters": [ { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "horizontalSection-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites" + "Path": "/security/triggerTypes", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_DeleteHorizontalSection", + "OperationId": "security_UpdateTriggerType", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/security/triggerTypes", + "Module": "Security" + }, + "MethodInfo": { + "OperationId": "security_DeleteTriggerType", "Method": "Delete", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -258457,29 +237209,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Sites" + "Path": "/security/triggerTypes/retentionEventTypes", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn", + "OperationId": "security.triggerType_ListRetentionEventType", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -258517,59 +237253,26 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Sites" + "Path": "/security/triggerTypes/retentionEventTypes", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_CreateColumn", + "OperationId": "security.triggerType_CreateRetentionEventType", "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites" + "Path": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn", + "OperationId": "security.triggerType_GetRetentionEventType", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, - { - "Name": "horizontalSectionColumn-id", + "Name": "retentionEventType-id", "Location": "Path" }, { @@ -258585,31 +237288,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites" + "Path": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_UpdateColumn", + "OperationId": "security.triggerType_UpdateRetentionEventType", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, - { - "Name": "horizontalSectionColumn-id", + "Name": "retentionEventType-id", "Location": "Path" } ] @@ -258617,31 +237304,15 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites" + "Path": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_DeleteColumn", + "OperationId": "security.triggerType_DeleteRetentionEventType", "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, - { - "Name": "horizontalSectionColumn-id", + "Name": "retentionEventType-id", "Location": "Path" }, { @@ -258653,41 +237324,13 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Sites" + "Path": "/security/triggerTypes/retentionEventTypes/$count", + "Module": "Security" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart", + "OperationId": "security.triggerType.retentionEventType_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, - { - "Name": "horizontalSectionColumn-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -258695,15 +237338,19 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/admin/sharepoint", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "admin_GetSharepoint", + "Method": "Get", + "Parameters": [ { "Name": "$select", "Location": "Query" @@ -258717,69 +237364,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Path": "/admin/sharepoint", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_CreateWebpart", - "Method": "Post", + "OperationId": "admin_UpdateSharepoint", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/admin/sharepoint", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "admin_DeleteSharepoint", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, - { - "Name": "horizontalSectionColumn-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Path": "/admin/sharepoint/settings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart", + "OperationId": "admin.sharepoint_GetSetting", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, - { - "Name": "horizontalSectionColumn-id", - "Location": "Path" - }, - { - "Name": "webPart-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -258793,73 +237411,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Path": "/admin/sharepoint/settings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_UpdateWebpart", + "OperationId": "admin.sharepoint_UpdateSetting", "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, - { - "Name": "horizontalSectionColumn-id", - "Location": "Path" - }, - { - "Name": "webPart-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Path": "/admin/sharepoint/settings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_DeleteWebpart", + "OperationId": "admin.sharepoint_DeleteSetting", "Method": "Delete", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, - { - "Name": "horizontalSectionColumn-id", - "Location": "Path" - }, - { - "Name": "webPart-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -258869,11 +237438,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "Path": "/groups/{group-id}/sites", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column.webpart_GetCount", + "OperationId": "group_ListSite", "Method": "Get", "Parameters": [ { @@ -258881,27 +237450,35 @@ "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "horizontalSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "horizontalSectionColumn-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "$search", + "Name": "$count", "Location": "Query" }, { - "Name": "$filter", + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -258909,11 +237486,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "Path": "/groups/{group-id}/sites/{site-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetCount", + "OperationId": "group_GetSite", "Method": "Get", "Parameters": [ { @@ -258925,19 +237502,11 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -258945,12 +237514,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/$count", + "Path": "/groups/{group-id}/sites/{site-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_GetCount", - "Method": "Get", + "OperationId": "group_UpdateSite", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -258959,29 +237528,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Path": "/groups/{group-id}/sites/{site-id}/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_GetVerticalSection", + "OperationId": "group.site_GetAnalytic", "Method": "Get", "Parameters": [ { @@ -258992,10 +237549,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -259009,11 +237562,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Path": "/groups/{group-id}/sites/{site-id}/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_UpdateVerticalSection", + "OperationId": "group.site_UpdateAnalytic", "Method": "Patch", "Parameters": [ { @@ -259023,21 +237576,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Path": "/groups/{group-id}/sites/{site-id}/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_DeleteVerticalSection", + "OperationId": "group.site_DeleteAnalytic", "Method": "Delete", "Parameters": [ { @@ -259048,10 +237597,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -259061,11 +237606,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/allTime", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart", + "OperationId": "group.site.analytic_GetAllTime", "Method": "Get", "Parameters": [ { @@ -259077,7 +237622,31 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.analytic_ListItemActivityStat", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", "Location": "Path" }, { @@ -259117,11 +237686,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_CreateWebpart", + "OperationId": "group.site.analytic_CreateItemActivityStat", "Method": "Post", "Parameters": [ { @@ -259131,21 +237700,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart", + "OperationId": "group.site.analytic_GetItemActivityStat", "Method": "Get", "Parameters": [ { @@ -259157,11 +237722,7 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "webPart-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -259177,11 +237738,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_UpdateWebpart", + "OperationId": "group.site.analytic_UpdateItemActivityStat", "Method": "Patch", "Parameters": [ { @@ -259193,11 +237754,7 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "webPart-id", + "Name": "itemActivityStat-id", "Location": "Path" } ] @@ -259205,11 +237762,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_DeleteWebpart", + "OperationId": "group.site.analytic_DeleteItemActivityStat", "Method": "Delete", "Parameters": [ { @@ -259221,11 +237778,7 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "webPart-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -259237,11 +237790,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/$count", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection.webpart_GetCount", + "OperationId": "group.site.analytic.itemActivityStat_ListActivity", "Method": "Get", "Parameters": [ { @@ -259253,9 +237806,17 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "itemActivityStat-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -259263,18 +237824,34 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_GetCreatedGraphBPreUser", - "Method": "Get", + "OperationId": "group.site.analytic.itemActivityStat_CreateActivity", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -259285,27 +237862,19 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "itemActivityStat-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "group.site.analytic.itemActivityStat_GetActivity", "Method": "Get", "Parameters": [ { @@ -259317,7 +237886,11 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", "Location": "Path" }, { @@ -259333,11 +237906,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "group.site.analytic.itemActivityStat_UpdateActivity", "Method": "Patch", "Parameters": [ { @@ -259349,7 +237922,11 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", "Location": "Path" } ] @@ -259357,12 +237934,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "group.site.analytic.itemActivityStat_DeleteActivity", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -259373,51 +237950,27 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItem", "Method": "Get", "Parameters": [ { @@ -259429,15 +237982,19 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "$search", + "Name": "itemActivity-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -259445,11 +238002,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_GetLastModifiedGraphBPreUser", + "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ { @@ -259461,15 +238018,15 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" }, { - "Name": "$expand", + "Name": "$format", "Location": "Query" } ] @@ -259477,12 +238034,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "group.site.analytic.itemActivityStat.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { "Name": "group-id", @@ -259493,28 +238050,24 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.analytic.itemActivityStat.activity_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -259525,19 +238078,27 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "itemActivityStat-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.analytic.itemActivityStat_GetCount", "Method": "Get", "Parameters": [ { @@ -259548,18 +238109,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -259567,33 +238116,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.analytic_GetLastSevenDay", "Method": "Get", "Parameters": [ { @@ -259605,15 +238138,11 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -259621,11 +238150,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", + "Path": "/groups/{group-id}/sites/{site-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_ListWebPart", + "OperationId": "group.site_ListColumn", "Method": "Get", "Parameters": [ { @@ -259636,10 +238165,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -259677,11 +238202,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", + "Path": "/groups/{group-id}/sites/{site-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_CreateWebPart", + "OperationId": "group.site_CreateColumn", "Method": "Post", "Parameters": [ { @@ -259691,21 +238216,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_GetWebPart", + "OperationId": "group.site_GetColumn", "Method": "Get", "Parameters": [ { @@ -259717,11 +238238,7 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "webPart-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -259737,11 +238254,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_UpdateWebPart", + "OperationId": "group.site_UpdateColumn", "Method": "Patch", "Parameters": [ { @@ -259753,11 +238270,7 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "webPart-id", + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -259765,11 +238278,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_DeleteWebPart", + "OperationId": "group.site_DeleteColumn", "Method": "Delete", "Parameters": [ { @@ -259781,11 +238294,7 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "webPart-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -259797,11 +238306,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/$count", + "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.webPart_GetCount", + "OperationId": "group.site.column_GetSourceColumn", "Method": "Get", "Parameters": [ { @@ -259813,15 +238322,15 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "columnDefinition-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -259829,11 +238338,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/$count", + "Path": "/groups/{group-id}/sites/{site-id}/columns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.page_GetCount", + "OperationId": "group.site.column_GetCount", "Method": "Get", "Parameters": [ { @@ -259857,11 +238366,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_ListPageAsSitePage", + "OperationId": "group.site_ListContentType", "Method": "Get", "Parameters": [ { @@ -259909,12 +238418,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage/$count", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.Page_GetCountAsSitePage", - "Method": "Get", + "OperationId": "group.site_CreateContentType", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -259923,25 +238432,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_ListPermission", + "OperationId": "group.site_GetContentType", "Method": "Get", "Parameters": [ { @@ -259953,48 +238454,52 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_UpdateContentType", + "Method": "Patch", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_CreatePermission", - "Method": "Post", + "OperationId": "group.site_DeleteContentType", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -260003,17 +238508,25 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetPermission", + "OperationId": "group.site.contentType_GetBase", "Method": "Get", "Parameters": [ { @@ -260025,7 +238538,7 @@ "Location": "Path" }, { - "Name": "permission-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -260041,12 +238554,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_UpdatePermission", - "Method": "Patch", + "OperationId": "group.site.contentType_ListBaseType", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -260057,20 +238570,52 @@ "Location": "Path" }, { - "Name": "permission-id", + "Name": "contentType-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_DeletePermission", - "Method": "Delete", + "OperationId": "group.site.contentType_GetBaseType", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -260081,23 +238626,31 @@ "Location": "Path" }, { - "Name": "permission-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "contentType-id1", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions/$count", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.permission_GetCount", + "OperationId": "group.site.contentType.baseType_GetCount", "Method": "Get", "Parameters": [ { @@ -260108,6 +238661,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "contentType-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -260121,11 +238678,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/sites", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_ListSite", + "OperationId": "group.site.contentType_ListColumnLink", "Method": "Get", "Parameters": [ { @@ -260136,6 +238693,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "contentType-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -260173,12 +238734,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetSite", - "Method": "Get", + "OperationId": "group.site.contentType_CreateColumnLink", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -260189,27 +238750,19 @@ "Location": "Path" }, { - "Name": "site-id1", + "Name": "contentType-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/sites/$count", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetCount", + "OperationId": "group.site.contentType_GetColumnLink", "Method": "Get", "Parameters": [ { @@ -260221,11 +238774,19 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnLink-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -260233,12 +238794,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetTermStore", - "Method": "Get", + "OperationId": "group.site.contentType_UpdateColumnLink", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -260249,24 +238810,24 @@ "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "columnLink-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_UpdateTermStore", - "Method": "Patch", + "OperationId": "group.site.contentType_DeleteColumnLink", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -260275,18 +238836,30 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnLink-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_DeleteTermStore", - "Method": "Delete", + "OperationId": "group.site.contentType.columnLink_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -260297,19 +238870,27 @@ "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_ListGroup", + "OperationId": "group.site.contentType_ListColumnPosition", "Method": "Get", "Parameters": [ { @@ -260320,6 +238901,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "contentType-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -260357,12 +238942,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_CreateGroup", - "Method": "Post", + "OperationId": "group.site.contentType_GetColumnPosition", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -260371,29 +238956,13 @@ { "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore_GetGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "site-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -260409,12 +238978,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_UpdateGroup", - "Method": "Patch", + "OperationId": "group.site.contentType.columnPosition_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -260425,47 +238994,27 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore_DeleteGroup", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_ListSet", + "OperationId": "group.site.contentType_ListColumn", "Method": "Get", "Parameters": [ { @@ -260477,7 +239026,7 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "contentType-id", "Location": "Path" }, { @@ -260517,11 +239066,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_CreateSet", + "OperationId": "group.site.contentType_CreateColumn", "Method": "Post", "Parameters": [ { @@ -260533,7 +239082,7 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "contentType-id", "Location": "Path" } ] @@ -260541,11 +239090,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_GetSet", + "OperationId": "group.site.contentType_GetColumn", "Method": "Get", "Parameters": [ { @@ -260557,11 +239106,11 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -260577,11 +239126,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_UpdateSet", + "OperationId": "group.site.contentType_UpdateColumn", "Method": "Patch", "Parameters": [ { @@ -260593,11 +239142,11 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -260605,11 +239154,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_DeleteSet", + "OperationId": "group.site.contentType_DeleteColumn", "Method": "Delete", "Parameters": [ { @@ -260621,11 +239170,11 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -260637,11 +239186,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_ListChild", + "OperationId": "group.site.contentType.column_GetSourceColumn", "Method": "Get", "Parameters": [ { @@ -260653,37 +239202,13 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "columnDefinition-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -260697,12 +239222,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_CreateChild", - "Method": "Post", + "OperationId": "group.site.contentType.column_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -260713,23 +239238,27 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetChild", + "OperationId": "group.site.contentType_GetCount", "Method": "Get", "Parameters": [ { @@ -260741,15 +239270,31 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/createdByUser", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_GetCreatedGraphBPreUser", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { @@ -260765,12 +239310,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateChild", - "Method": "Patch", + "OperationId": "group.site.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -260781,28 +239326,24 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -260811,33 +239352,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_ListChild", + "OperationId": "group.site.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -260848,18 +239373,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -260897,12 +239410,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_CreateChild", - "Method": "Post", + "OperationId": "group.site.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -260913,27 +239426,23 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/drive", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetChild", + "OperationId": "group.site_GetDrive", "Method": "Get", "Parameters": [ { @@ -260944,22 +239453,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -260973,12 +239466,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/drives", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_UpdateChild", - "Method": "Patch", + "OperationId": "group.site_ListDrive", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -260989,32 +239482,48 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_DeleteChild", - "Method": "Delete", + "OperationId": "group.site_GetDrive", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -261025,35 +239534,27 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/drives/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_ListRelation", + "OperationId": "group.site.drive_GetCount", "Method": "Get", "Parameters": [ { @@ -261065,19 +239566,31 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/externalColumns", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_ListExternalColumn", + "Method": "Get", + "Parameters": [ { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { @@ -261117,12 +239630,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_CreateRelation", - "Method": "Post", + "OperationId": "group.site_GetExternalColumn", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -261133,31 +239646,27 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "columnDefinition-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetRelation", + "OperationId": "group.site.externalColumn_GetCount", "Method": "Get", "Parameters": [ { @@ -261169,31 +239678,11 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -261201,12 +239690,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/items", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_UpdateRelation", - "Method": "Patch", + "OperationId": "group.site_ListItem", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -261217,36 +239706,48 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_DeleteRelation", - "Method": "Delete", + "OperationId": "group.site_GetItem", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -261257,39 +239758,27 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "baseItem-id", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/items/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", + "OperationId": "group.site.item_GetCount", "Method": "Get", "Parameters": [ { @@ -261301,31 +239790,11 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -261333,11 +239802,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetSet", + "OperationId": "group.site_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -261348,26 +239817,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -261381,11 +239830,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", + "OperationId": "group.site.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -261396,26 +239845,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -261429,12 +239858,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetCount", - "Method": "Get", + "OperationId": "group.site.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -261443,41 +239872,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetSet", + "OperationId": "group.site.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -261489,20 +239894,28 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -261517,11 +239930,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetCount", + "OperationId": "group.site.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -261532,18 +239945,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -261557,11 +239958,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_ListRelation", + "OperationId": "group.site_ListList", "Method": "Get", "Parameters": [ { @@ -261572,18 +239973,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -261621,11 +240010,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_CreateRelation", + "OperationId": "group.site_CreateList", "Method": "Post", "Parameters": [ { @@ -261635,29 +240024,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetRelation", + "OperationId": "group.site_GetList", "Method": "Get", "Parameters": [ { @@ -261669,19 +240046,7 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "list-id", "Location": "Path" }, { @@ -261697,11 +240062,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_UpdateRelation", + "OperationId": "group.site_UpdateList", "Method": "Patch", "Parameters": [ { @@ -261713,19 +240078,7 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "list-id", "Location": "Path" } ] @@ -261733,11 +240086,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_DeleteRelation", + "OperationId": "group.site_DeleteList", "Method": "Delete", "Parameters": [ { @@ -261749,19 +240102,7 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "list-id", "Location": "Path" }, { @@ -261773,11 +240114,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", + "OperationId": "group.site.list_ListColumn", "Method": "Get", "Parameters": [ { @@ -261789,64 +240130,32 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -261861,12 +240170,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "group.site.list_CreateColumn", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -261877,39 +240186,19 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "list-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetCount", + "OperationId": "group.site.list_GetColumn", "Method": "Get", "Parameters": [ { @@ -261921,23 +240210,19 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "columnDefinition-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -261945,12 +240230,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetSet", - "Method": "Get", + "OperationId": "group.site.list_UpdateColumn", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -261961,36 +240246,24 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "columnDefinition-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetCount", - "Method": "Get", + "OperationId": "group.site.list_DeleteColumn", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -262001,31 +240274,27 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "columnDefinition-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetParentGroup", + "OperationId": "group.site.list.column_GetSourceColumn", "Method": "Get", "Parameters": [ { @@ -262037,11 +240306,11 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -262057,40 +240326,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateParentGroup", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteParentGroup", - "Method": "Delete", + "OperationId": "group.site.list.column_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -262101,27 +240342,27 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_ListRelation", + "OperationId": "group.site.list_ListContentType", "Method": "Get", "Parameters": [ { @@ -262133,11 +240374,7 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { @@ -262177,11 +240414,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_CreateRelation", + "OperationId": "group.site.list_CreateContentType", "Method": "Post", "Parameters": [ { @@ -262193,11 +240430,7 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "list-id", "Location": "Path" } ] @@ -262205,11 +240438,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetRelation", + "OperationId": "group.site.list_GetContentType", "Method": "Get", "Parameters": [ { @@ -262221,15 +240454,11 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -262245,11 +240474,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateRelation", + "OperationId": "group.site.list_UpdateContentType", "Method": "Patch", "Parameters": [ { @@ -262261,15 +240490,11 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -262277,11 +240502,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteRelation", + "OperationId": "group.site.list_DeleteContentType", "Method": "Delete", "Parameters": [ { @@ -262293,15 +240518,11 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -262313,11 +240534,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetFromTerm", + "OperationId": "group.site.list.contentType_GetBase", "Method": "Get", "Parameters": [ { @@ -262329,15 +240550,11 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -262353,11 +240570,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetSet", + "OperationId": "group.site.list.contentType_ListBaseType", "Method": "Get", "Parameters": [ { @@ -262369,16 +240586,36 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -262393,11 +240630,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetToTerm", + "OperationId": "group.site.list.contentType_GetBaseType", "Method": "Get", "Parameters": [ { @@ -262409,15 +240646,15 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "contentType-id1", "Location": "Path" }, { @@ -262433,11 +240670,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetCount", + "OperationId": "group.site.list.contentType.baseType_GetCount", "Method": "Get", "Parameters": [ { @@ -262449,11 +240686,11 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -262469,11 +240706,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_ListTerm", + "OperationId": "group.site.list.contentType_ListColumnLink", "Method": "Get", "Parameters": [ { @@ -262485,11 +240722,11 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -262529,11 +240766,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_CreateTerm", + "OperationId": "group.site.list.contentType_CreateColumnLink", "Method": "Post", "Parameters": [ { @@ -262545,11 +240782,11 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -262557,11 +240794,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetTerm", + "OperationId": "group.site.list.contentType_GetColumnLink", "Method": "Get", "Parameters": [ { @@ -262573,15 +240810,15 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "columnLink-id", "Location": "Path" }, { @@ -262597,11 +240834,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateTerm", + "OperationId": "group.site.list.contentType_UpdateColumnLink", "Method": "Patch", "Parameters": [ { @@ -262613,15 +240850,15 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "columnLink-id", "Location": "Path" } ] @@ -262629,11 +240866,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteTerm", + "OperationId": "group.site.list.contentType_DeleteColumnLink", "Method": "Delete", "Parameters": [ { @@ -262645,15 +240882,15 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "columnLink-id", "Location": "Path" }, { @@ -262665,11 +240902,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_ListChild", + "OperationId": "group.site.list.contentType.columnLink_GetCount", "Method": "Get", "Parameters": [ { @@ -262681,25 +240918,13 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -262707,34 +240932,18 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_CreateChild", - "Method": "Post", + "OperationId": "group.site.list.contentType_ListColumnPosition", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -262745,52 +240954,36 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetChild", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -262805,12 +240998,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_UpdateChild", - "Method": "Patch", + "OperationId": "group.site.list.contentType_GetColumnPosition", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -262821,32 +241014,36 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "columnDefinition-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.list.contentType.columnPosition_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -262857,35 +241054,31 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_ListRelation", + "OperationId": "group.site.list.contentType_ListColumn", "Method": "Get", "Parameters": [ { @@ -262897,19 +241090,11 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "contentType-id", "Location": "Path" }, { @@ -262949,11 +241134,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_CreateRelation", + "OperationId": "group.site.list.contentType_CreateColumn", "Method": "Post", "Parameters": [ { @@ -262965,19 +241150,11 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "contentType-id", "Location": "Path" } ] @@ -262985,11 +241162,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_GetRelation", + "OperationId": "group.site.list.contentType_GetColumn", "Method": "Get", "Parameters": [ { @@ -263001,23 +241178,15 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -263033,11 +241202,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_UpdateRelation", + "OperationId": "group.site.list.contentType_UpdateColumn", "Method": "Patch", "Parameters": [ { @@ -263049,23 +241218,15 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -263073,11 +241234,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_DeleteRelation", + "OperationId": "group.site.list.contentType_DeleteColumn", "Method": "Delete", "Parameters": [ { @@ -263089,23 +241250,15 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -263117,11 +241270,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetFromTerm", + "OperationId": "group.site.list.contentType.column_GetSourceColumn", "Method": "Get", "Parameters": [ { @@ -263133,23 +241286,15 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -263165,11 +241310,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetSet", + "OperationId": "group.site.list.contentType.column_GetCount", "Method": "Get", "Parameters": [ { @@ -263181,31 +241326,19 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -263213,11 +241346,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetToTerm", + "OperationId": "group.site.list.contentType_GetCount", "Method": "Get", "Parameters": [ { @@ -263229,23 +241362,39 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list_GetCreatedGraphBPreUser", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "list-id", "Location": "Path" }, { @@ -263261,11 +241410,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetCount", + "OperationId": "group.site.list.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -263277,39 +241426,51 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ { - "Name": "term-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "list-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_GetSet", + "OperationId": "group.site.list.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -263321,20 +241482,32 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -263349,11 +241522,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_GetCount", + "OperationId": "group.site.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -263365,15 +241538,7 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { @@ -263389,11 +241554,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_ListRelation", + "OperationId": "group.site.list_GetDrive", "Method": "Get", "Parameters": [ { @@ -263405,15 +241570,39 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list_ListItem", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" }, { @@ -263453,11 +241642,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_CreateRelation", + "OperationId": "group.site.list_CreateItem", "Method": "Post", "Parameters": [ { @@ -263469,15 +241658,7 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" } ] @@ -263485,11 +241666,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetRelation", + "OperationId": "group.site.list_GetItem", "Method": "Get", "Parameters": [ { @@ -263501,19 +241682,11 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -263529,11 +241702,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_UpdateRelation", + "OperationId": "group.site.list_UpdateItem", "Method": "Patch", "Parameters": [ { @@ -263545,19 +241718,11 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -263565,11 +241730,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_DeleteRelation", + "OperationId": "group.site.list_DeleteItem", "Method": "Delete", "Parameters": [ { @@ -263581,19 +241746,11 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -263605,11 +241762,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetFromTerm", + "OperationId": "group.site.list.item_GetAnalytic", "Method": "Get", "Parameters": [ { @@ -263621,19 +241778,11 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -263649,11 +241798,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetSet", + "OperationId": "group.site.list.item_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -263665,19 +241814,11 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -263693,11 +241834,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetToTerm", + "OperationId": "group.site.list.item.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -263709,19 +241850,11 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -263737,12 +241870,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetCount", - "Method": "Get", + "OperationId": "group.site.list.item.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -263753,35 +241886,23 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetSet", + "OperationId": "group.site.list.item.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -263793,16 +241914,36 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -263817,11 +241958,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetCount", + "OperationId": "group.site.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -263833,11 +241974,11 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -263853,11 +241994,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetCount", + "OperationId": "group.site.list.item_ListDocumentSetVersion", "Method": "Get", "Parameters": [ { @@ -263869,9 +242010,21 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -263879,18 +242032,34 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_GetCount", - "Method": "Get", + "OperationId": "group.site.list.item_CreateDocumentSetVersion", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -263901,23 +242070,23 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_ListSet", + "OperationId": "group.site.list.item_GetDocumentSetVersion", "Method": "Get", "Parameters": [ { @@ -263929,48 +242098,68 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "documentSetVersion-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.item_UpdateDocumentSetVersion", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_CreateSet", - "Method": "Post", + "OperationId": "group.site.list.item_DeleteDocumentSetVersion", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -263979,17 +242168,33 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_GetSet", + "OperationId": "group.site.list.item.documentSetVersion_GetField", "Method": "Get", "Parameters": [ { @@ -264001,7 +242206,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -264017,11 +242230,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_UpdateSet", + "OperationId": "group.site.list.item.documentSetVersion_UpdateField", "Method": "Patch", "Parameters": [ { @@ -264033,7 +242246,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -264041,11 +242262,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_DeleteSet", + "OperationId": "group.site.list.item.documentSetVersion_DeleteField", "Method": "Delete", "Parameters": [ { @@ -264057,7 +242278,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -264069,11 +242298,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_ListChild", + "OperationId": "group.site.list.item.documentSetVersion_GetCount", "Method": "Get", "Parameters": [ { @@ -264085,16 +242314,12 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$search", @@ -264103,14 +242328,34 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.item_GetDriveItem", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$select", @@ -264125,12 +242370,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_CreateChild", - "Method": "Post", + "OperationId": "group.site.list.item_GetDriveItemContent", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -264141,19 +242386,55 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetChild", + "OperationId": "group.site.list.item_SetDriveItemContent", + "Method": "Put", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.item_GetField", "Method": "Get", "Parameters": [ { @@ -264165,11 +242446,11 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -264185,11 +242466,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateChild", + "OperationId": "group.site.list.item_UpdateField", "Method": "Patch", "Parameters": [ { @@ -264201,11 +242482,11 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -264213,11 +242494,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteChild", + "OperationId": "group.site.list.item_DeleteField", "Method": "Delete", "Parameters": [ { @@ -264229,11 +242510,11 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -264245,11 +242526,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_ListChild", + "OperationId": "group.site.list.item_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -264261,36 +242542,48 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$select", @@ -264305,12 +242598,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_CreateChild", - "Method": "Post", + "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -264321,11 +242614,11 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -264333,11 +242626,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetChild", + "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -264349,68 +242642,56 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.child_UpdateChild", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -264421,31 +242702,31 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_ListRelation", + "OperationId": "group.site.list.item_ListVersion", "Method": "Get", "Parameters": [ { @@ -264457,15 +242738,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" }, { @@ -264505,11 +242782,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_CreateRelation", + "OperationId": "group.site.list.item_CreateVersion", "Method": "Post", "Parameters": [ { @@ -264521,15 +242798,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" } ] @@ -264537,11 +242810,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetRelation", + "OperationId": "group.site.list.item_GetVersion", "Method": "Get", "Parameters": [ { @@ -264553,19 +242826,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -264581,11 +242850,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_UpdateRelation", + "OperationId": "group.site.list.item_UpdateVersion", "Method": "Patch", "Parameters": [ { @@ -264597,19 +242866,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -264617,11 +242882,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_DeleteRelation", + "OperationId": "group.site.list.item_DeleteVersion", "Method": "Delete", "Parameters": [ { @@ -264633,19 +242898,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -264657,11 +242918,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", + "OperationId": "group.site.list.item.version_GetField", "Method": "Get", "Parameters": [ { @@ -264673,19 +242934,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -264701,12 +242958,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetSet", - "Method": "Get", + "OperationId": "group.site.list.item.version_UpdateField", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -264717,39 +242974,63 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItemVersion-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.item.version_DeleteField", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetToTerm", + "OperationId": "group.site.list.item.version_GetCount", "Method": "Get", "Parameters": [ { @@ -264761,19 +243042,43 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list_GetLastModifiedGraphBPreUser", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" }, { @@ -264789,11 +243094,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetCount", + "OperationId": "group.site.list.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -264805,35 +243110,51 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id1", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "list-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetSet", + "OperationId": "group.site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -264845,16 +243166,32 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -264869,11 +243206,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetCount", + "OperationId": "group.site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -264885,11 +243222,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { @@ -264905,11 +243238,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_ListRelation", + "OperationId": "group.site.list_ListOperation", "Method": "Get", "Parameters": [ { @@ -264921,11 +243254,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { @@ -264965,11 +243294,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_CreateRelation", + "OperationId": "group.site.list_CreateOperation", "Method": "Post", "Parameters": [ { @@ -264981,11 +243310,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" } ] @@ -264993,11 +243318,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetRelation", + "OperationId": "group.site.list_GetOperation", "Method": "Get", "Parameters": [ { @@ -265009,15 +243334,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -265033,11 +243354,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_UpdateRelation", + "OperationId": "group.site.list_UpdateOperation", "Method": "Patch", "Parameters": [ { @@ -265049,15 +243370,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "richLongRunningOperation-id", "Location": "Path" } ] @@ -265065,11 +243382,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_DeleteRelation", + "OperationId": "group.site.list_DeleteOperation", "Method": "Delete", "Parameters": [ { @@ -265081,15 +243398,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -265101,11 +243414,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", + "OperationId": "group.site.list.operation_GetCount", "Method": "Get", "Parameters": [ { @@ -265117,23 +243430,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -265141,11 +243446,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetSet", + "OperationId": "group.site.list_ListSubscription", "Method": "Get", "Parameters": [ { @@ -265157,16 +243462,32 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -265181,12 +243502,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "group.site.list_CreateSubscription", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -265197,15 +243518,35 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list_GetSubscription", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "subscription-id", "Location": "Path" }, { @@ -265221,12 +243562,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetCount", - "Method": "Get", + "OperationId": "group.site.list_UpdateSubscription", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -265237,31 +243578,55 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "subscription-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list_DeleteSubscription", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "subscription-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetSet", + "OperationId": "group.site.list.subscription_GetCount", "Method": "Get", "Parameters": [ { @@ -265273,19 +243638,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -265293,11 +243654,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetCount", + "OperationId": "group.site.list_GetCount", "Method": "Get", "Parameters": [ { @@ -265308,10 +243669,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "set-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -265325,11 +243682,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetParentGroup", + "OperationId": "group.site.getGraphBPrePath_GetAnalytic", "Method": "Get", "Parameters": [ { @@ -265341,7 +243698,7 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "path", "Location": "Path" }, { @@ -265357,11 +243714,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateParentGroup", + "OperationId": "group.site.getGraphBPrePath_UpdateAnalytic", "Method": "Patch", "Parameters": [ { @@ -265373,7 +243730,7 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "path", "Location": "Path" } ] @@ -265381,11 +243738,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteParentGroup", + "OperationId": "group.site.getGraphBPrePath_DeleteAnalytic", "Method": "Delete", "Parameters": [ { @@ -265397,7 +243754,7 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "path", "Location": "Path" }, { @@ -265409,11 +243766,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_ListSet", + "OperationId": "group.site.getGraphBPrePath_ListColumn", "Method": "Get", "Parameters": [ { @@ -265425,7 +243782,7 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "path", "Location": "Path" }, { @@ -265465,11 +243822,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_CreateSet", + "OperationId": "group.site.getGraphBPrePath_CreateColumn", "Method": "Post", "Parameters": [ { @@ -265481,7 +243838,7 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "path", "Location": "Path" } ] @@ -265489,11 +243846,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_GetSet", + "OperationId": "group.site.getGraphBPrePath_ListContentType", "Method": "Get", "Parameters": [ { @@ -265505,12 +243862,32 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "path", "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -265525,12 +243902,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_UpdateSet", - "Method": "Patch", + "OperationId": "group.site.getGraphBPrePath_CreateContentType", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -265541,11 +243918,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "path", "Location": "Path" } ] @@ -265553,12 +243926,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_DeleteSet", - "Method": "Delete", + "OperationId": "group.site.getGraphBPrePath_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -265569,27 +243942,27 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "path", "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drive", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_ListChild", + "OperationId": "group.site.getGraphBPrePath_GetDrive", "Method": "Get", "Parameters": [ { @@ -265601,11 +243974,39 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "path", "Location": "Path" }, { - "Name": "set-id1", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drives", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.getGraphBPrePath_ListDrive", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" }, { @@ -265645,12 +244046,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/externalColumns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_CreateChild", - "Method": "Post", + "OperationId": "group.site.getGraphBPrePath_ListExternalColumn", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -265661,44 +244062,32 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "path", "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetChild", - "Method": "Get", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -265713,12 +244102,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/items", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_UpdateChild", - "Method": "Patch", + "OperationId": "group.site.getGraphBPrePath_ListItem", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -265729,28 +244118,52 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "path", "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.getGraphBPrePath_GetLastModifiedGraphBPreUser", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -265761,31 +244174,27 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "path", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_ListChild", + "OperationId": "group.site.getGraphBPrePath_ListList", "Method": "Get", "Parameters": [ { @@ -265797,15 +244206,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "path", "Location": "Path" }, { @@ -265845,11 +244246,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateChild", + "OperationId": "group.site.getGraphBPrePath_CreateList", "Method": "Post", "Parameters": [ { @@ -265861,15 +244262,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "path", "Location": "Path" } ] @@ -265877,11 +244270,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetChild", + "OperationId": "group.site.getGraphBPrePath_GetOnenote", "Method": "Get", "Parameters": [ { @@ -265893,19 +244286,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "path", "Location": "Path" }, { @@ -265921,11 +244302,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateChild", + "OperationId": "group.site.getGraphBPrePath_UpdateOnenote", "Method": "Patch", "Parameters": [ { @@ -265937,19 +244318,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "path", "Location": "Path" } ] @@ -265957,11 +244326,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteChild", + "OperationId": "group.site.getGraphBPrePath_DeleteOnenote", "Method": "Delete", "Parameters": [ { @@ -265973,19 +244342,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "path", "Location": "Path" }, { @@ -265997,11 +244354,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", + "OperationId": "group.site.getGraphBPrePath_ListOperation", "Method": "Get", "Parameters": [ { @@ -266013,19 +244370,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "path", "Location": "Path" }, { @@ -266065,11 +244410,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", + "OperationId": "group.site.getGraphBPrePath_CreateOperation", "Method": "Post", "Parameters": [ { @@ -266081,19 +244426,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "path", "Location": "Path" } ] @@ -266101,11 +244434,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", + "OperationId": "group.site.getGraphBPrePath_ListPage", "Method": "Get", "Parameters": [ { @@ -266117,24 +244450,32 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "path", "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -266149,12 +244490,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", - "Method": "Patch", + "OperationId": "group.site.getGraphBPrePath_CreatePage", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -266165,23 +244506,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "path", "Location": "Path" } ] @@ -266189,12 +244514,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", - "Method": "Delete", + "OperationId": "group.site.getGraphBPrePath_ListPermission", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -266205,68 +244530,32 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "path", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -266281,12 +244570,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", - "Method": "Get", + "OperationId": "group.site.getGraphBPrePath_CreatePermission", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -266297,43 +244586,19 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "path", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/sites", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "OperationId": "group.site.getGraphBPrePath_ListSite", "Method": "Get", "Parameters": [ { @@ -266345,24 +244610,32 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "path", "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -266377,11 +244650,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", + "OperationId": "group.site.getGraphBPrePath_GetTermStore", "Method": "Get", "Parameters": [ { @@ -266393,27 +244666,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "path", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -266421,12 +244682,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", - "Method": "Get", + "OperationId": "group.site.getGraphBPrePath_UpdateTermStore", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -266437,40 +244698,20 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "path", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", - "Method": "Get", + "OperationId": "group.site.getGraphBPrePath_DeleteTermStore", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -266481,35 +244722,23 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "path", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStores", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", + "OperationId": "group.site.getGraphBPrePath_ListTermStore", "Method": "Get", "Parameters": [ { @@ -266521,15 +244750,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "path", "Location": "Path" }, { @@ -266569,11 +244790,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStores", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", + "OperationId": "group.site.getGraphBPrePath_CreateTermStore", "Method": "Post", "Parameters": [ { @@ -266585,15 +244806,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "path", "Location": "Path" } ] @@ -266601,11 +244814,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", + "OperationId": "group.site_GetOnenote", "Method": "Get", "Parameters": [ { @@ -266616,22 +244829,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -266645,11 +244842,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", + "OperationId": "group.site_UpdateOnenote", "Method": "Patch", "Parameters": [ { @@ -266659,33 +244856,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", + "OperationId": "group.site_DeleteOnenote", "Method": "Delete", "Parameters": [ { @@ -266696,22 +244877,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -266721,99 +244886,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "OperationId": "group.site.onenote_ListNotebook", "Method": "Get", "Parameters": [ { @@ -266825,20 +244902,28 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -266853,12 +244938,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", - "Method": "Get", + "OperationId": "group.site.onenote_CreateNotebook", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -266867,37 +244952,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", + "OperationId": "group.site.onenote_GetNotebook", "Method": "Get", "Parameters": [ { @@ -266909,15 +244974,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "notebook-id", "Location": "Path" }, { @@ -266933,12 +244990,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", - "Method": "Get", + "OperationId": "group.site.onenote_UpdateNotebook", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -266949,31 +245006,47 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_DeleteNotebook", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_ListRelation", + "OperationId": "group.site.onenote.notebook_ListSectionGroup", "Method": "Get", "Parameters": [ { @@ -266985,11 +245058,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "notebook-id", "Location": "Path" }, { @@ -267029,11 +245098,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_CreateRelation", + "OperationId": "group.site.onenote.notebook_CreateSectionGroup", "Method": "Post", "Parameters": [ { @@ -267045,11 +245114,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "notebook-id", "Location": "Path" } ] @@ -267057,11 +245122,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetRelation", + "OperationId": "group.site.onenote.notebook_GetSectionGroup", "Method": "Get", "Parameters": [ { @@ -267073,15 +245138,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -267097,11 +245158,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_UpdateRelation", + "OperationId": "group.site.onenote.notebook_UpdateSectionGroup", "Method": "Patch", "Parameters": [ { @@ -267113,15 +245174,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -267129,11 +245186,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_DeleteRelation", + "OperationId": "group.site.onenote.notebook_DeleteSectionGroup", "Method": "Delete", "Parameters": [ { @@ -267145,15 +245202,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -267165,11 +245218,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetFromTerm", + "OperationId": "group.site.onenote.notebook.sectionGroup_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -267181,15 +245234,47 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.notebook.sectionGroup_GetParentSectionGroup", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -267205,11 +245290,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetSet", + "OperationId": "group.site.onenote.notebook.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ { @@ -267221,16 +245306,36 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -267245,11 +245350,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetToTerm", + "OperationId": "group.site.onenote.notebook.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ { @@ -267261,15 +245366,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "sectionGroup-id1", "Location": "Path" }, { @@ -267285,11 +245390,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetCount", + "OperationId": "group.site.onenote.notebook.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { @@ -267301,11 +245406,11 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -267321,11 +245426,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_ListTerm", + "OperationId": "group.site.onenote.notebook.sectionGroup_ListSection", "Method": "Get", "Parameters": [ { @@ -267337,11 +245442,11 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -267381,11 +245486,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_CreateTerm", + "OperationId": "group.site.onenote.notebook.sectionGroup_CreateSection", "Method": "Post", "Parameters": [ { @@ -267397,11 +245502,11 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -267409,11 +245514,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetTerm", + "OperationId": "group.site.onenote.notebook.sectionGroup_GetSection", "Method": "Get", "Parameters": [ { @@ -267425,15 +245530,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -267449,11 +245554,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_UpdateTerm", + "OperationId": "group.site.onenote.notebook.sectionGroup_UpdateSection", "Method": "Patch", "Parameters": [ { @@ -267465,15 +245570,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -267481,11 +245586,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_DeleteTerm", + "OperationId": "group.site.onenote.notebook.sectionGroup_DeleteSection", "Method": "Delete", "Parameters": [ { @@ -267497,15 +245602,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -267517,11 +245622,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_ListChild", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ { @@ -267533,15 +245638,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -267581,11 +245686,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateChild", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_CreatePage", "Method": "Post", "Parameters": [ { @@ -267597,15 +245702,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -267613,11 +245718,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetChild", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { @@ -267629,19 +245734,19 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -267657,11 +245762,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateChild", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_UpdatePage", "Method": "Patch", "Parameters": [ { @@ -267673,19 +245778,19 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -267693,11 +245798,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteChild", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_DeletePage", "Method": "Delete", "Parameters": [ { @@ -267709,19 +245814,19 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -267733,11 +245838,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_ListRelation", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetPagesContent", "Method": "Get", "Parameters": [ { @@ -267749,64 +245854,32 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "onenotePage-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_CreateRelation", - "Method": "Post", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_SetPagesContent", + "Method": "Put", "Parameters": [ { "Name": "group-id", @@ -267817,19 +245890,19 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -267837,11 +245910,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetRelation", + "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -267853,23 +245926,19 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -267885,12 +245954,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_UpdateRelation", - "Method": "Patch", + "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetParentSection", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -267901,36 +245970,40 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "onenotePage-id", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_DeleteRelation", - "Method": "Delete", + "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -267941,39 +246014,35 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -267985,23 +246054,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -268017,11 +246078,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetSet", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { @@ -268033,23 +246094,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -268065,11 +246118,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetToTerm", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetCount", "Method": "Get", "Parameters": [ { @@ -268081,31 +246134,51 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.notebook.sectionGroup_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -268113,11 +246186,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetCount", + "OperationId": "group.site.onenote.notebook_ListSection", "Method": "Get", "Parameters": [ { @@ -268129,20 +246202,16 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -268151,18 +246220,34 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetSet", - "Method": "Get", + "OperationId": "group.site.onenote.notebook_CreateSection", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -268173,19 +246258,35 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.notebook_GetSection", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -268201,12 +246302,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetCount", - "Method": "Get", + "OperationId": "group.site.onenote.notebook_UpdateSection", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -268217,35 +246318,55 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "onenoteSection-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.notebook_DeleteSection", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_ListRelation", + "OperationId": "group.site.onenote.notebook.section_ListPage", "Method": "Get", "Parameters": [ { @@ -268257,15 +246378,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -268305,11 +246422,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateRelation", + "OperationId": "group.site.onenote.notebook.section_CreatePage", "Method": "Post", "Parameters": [ { @@ -268321,15 +246438,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -268337,11 +246450,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetRelation", + "OperationId": "group.site.onenote.notebook.section_GetPage", "Method": "Get", "Parameters": [ { @@ -268353,19 +246466,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -268381,11 +246490,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateRelation", + "OperationId": "group.site.onenote.notebook.section_UpdatePage", "Method": "Patch", "Parameters": [ { @@ -268397,19 +246506,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -268417,11 +246522,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteRelation", + "OperationId": "group.site.onenote.notebook.section_DeletePage", "Method": "Delete", "Parameters": [ { @@ -268433,19 +246538,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -268457,11 +246558,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetFromTerm", + "OperationId": "group.site.onenote.notebook.section_GetPagesContent", "Method": "Get", "Parameters": [ { @@ -268473,19 +246574,79 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenotePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.notebook.section_SetPagesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.notebook.section.page_GetParentNotebook", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -268501,11 +246662,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetSet", + "OperationId": "group.site.onenote.notebook.section.page_GetParentSection", "Method": "Get", "Parameters": [ { @@ -268517,19 +246678,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -268545,11 +246702,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetToTerm", + "OperationId": "group.site.onenote.notebook.section.page_GetCount", "Method": "Get", "Parameters": [ { @@ -268561,19 +246718,47 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.notebook.section_GetParentNotebook", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -268589,11 +246774,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetCount", + "OperationId": "group.site.onenote.notebook.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { @@ -268605,15 +246790,43 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.notebook.section_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", "Location": "Path" }, { @@ -268629,11 +246842,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetSet", + "OperationId": "group.site.onenote.notebook_GetCount", "Method": "Get", "Parameters": [ { @@ -268645,17 +246858,57 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id1", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_ListOperation", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -268669,12 +246922,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetCount", - "Method": "Get", + "OperationId": "group.site.onenote_CreateOperation", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -268683,21 +246936,37 @@ { "Name": "site-id", "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_GetOperation", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "onenoteOperation-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -268705,12 +246974,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetCount", - "Method": "Get", + "OperationId": "group.site.onenote_UpdateOperation", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -268721,7 +246990,55 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "onenoteOperation-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_DeleteOperation", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteOperation-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.operation_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", "Location": "Path" }, { @@ -268737,11 +247054,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_ListRelation", + "OperationId": "group.site.onenote_ListPage", "Method": "Get", "Parameters": [ { @@ -268752,10 +247069,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "set-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -268793,11 +247106,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_CreateRelation", + "OperationId": "group.site.onenote_CreatePage", "Method": "Post", "Parameters": [ { @@ -268807,21 +247120,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetRelation", + "OperationId": "group.site.onenote_GetPage", "Method": "Get", "Parameters": [ { @@ -268833,11 +247142,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -268853,11 +247158,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateRelation", + "OperationId": "group.site.onenote_UpdatePage", "Method": "Patch", "Parameters": [ { @@ -268869,11 +247174,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -268881,11 +247182,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteRelation", + "OperationId": "group.site.onenote_DeletePage", "Method": "Delete", "Parameters": [ { @@ -268897,11 +247198,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -268913,11 +247210,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetFromTerm", + "OperationId": "group.site.onenote_GetPagesContent", "Method": "Get", "Parameters": [ { @@ -268929,31 +247226,43 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "onenotePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_SetPagesContent", + "Method": "Put", + "Parameters": [ { - "Name": "relation-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetSet", + "OperationId": "group.site.onenote.page_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -268965,11 +247274,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -268985,11 +247290,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetToTerm", + "OperationId": "group.site.onenote.page_GetParentSection", "Method": "Get", "Parameters": [ { @@ -269001,11 +247306,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -269021,11 +247322,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetCount", + "OperationId": "group.site.onenote.page_GetCount", "Method": "Get", "Parameters": [ { @@ -269036,10 +247337,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "set-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -269053,11 +247350,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_ListTerm", + "OperationId": "group.site.onenote_ListResource", "Method": "Get", "Parameters": [ { @@ -269068,10 +247365,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "set-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -269109,11 +247402,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_CreateTerm", + "OperationId": "group.site.onenote_CreateResource", "Method": "Post", "Parameters": [ { @@ -269123,21 +247416,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetTerm", + "OperationId": "group.site.onenote_GetResource", "Method": "Get", "Parameters": [ { @@ -269149,11 +247438,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "onenoteResource-id", "Location": "Path" }, { @@ -269169,11 +247454,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateTerm", + "OperationId": "group.site.onenote_UpdateResource", "Method": "Patch", "Parameters": [ { @@ -269185,24 +247470,48 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "onenoteResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_DeleteResource", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" + }, + { + "Name": "onenoteResource-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteTerm", - "Method": "Delete", + "OperationId": "group.site.onenote_GetResourcesContent", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -269213,27 +247522,43 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "onenoteResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_SetResourcesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "onenoteResource-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_ListChild", + "OperationId": "group.site.onenote.resource_GetCount", "Method": "Get", "Parameters": [ { @@ -269245,11 +247570,31 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_ListSectionGroup", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { @@ -269289,11 +247634,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_CreateChild", + "OperationId": "group.site.onenote_CreateSectionGroup", "Method": "Post", "Parameters": [ { @@ -269303,25 +247648,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_GetChild", + "OperationId": "group.site.onenote_GetSectionGroup", "Method": "Get", "Parameters": [ { @@ -269333,15 +247670,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -269357,11 +247686,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_UpdateChild", + "OperationId": "group.site.onenote_UpdateSectionGroup", "Method": "Patch", "Parameters": [ { @@ -269373,15 +247702,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -269389,11 +247710,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_DeleteChild", + "OperationId": "group.site.onenote_DeleteSectionGroup", "Method": "Delete", "Parameters": [ { @@ -269405,15 +247726,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -269425,11 +247738,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_ListRelation", + "OperationId": "group.site.onenote.sectionGroup_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -269441,41 +247754,9 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "sectionGroup-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -269489,12 +247770,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_CreateRelation", - "Method": "Post", + "OperationId": "group.site.onenote.sectionGroup_GetParentSectionGroup", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -269505,27 +247786,27 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_GetRelation", + "OperationId": "group.site.onenote.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ { @@ -269537,20 +247818,32 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -269565,12 +247858,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_UpdateRelation", - "Method": "Patch", + "OperationId": "group.site.onenote.sectionGroup_GetSectionGroup", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -269581,32 +247874,32 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "sectionGroup-id1", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_DeleteRelation", - "Method": "Delete", + "OperationId": "group.site.onenote.sectionGroup_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -269617,35 +247910,27 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetFromTerm", + "OperationId": "group.site.onenote.sectionGroup_ListSection", "Method": "Get", "Parameters": [ { @@ -269657,64 +247942,32 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -269729,12 +247982,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "group.site.onenote.sectionGroup_CreateSection", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -269745,39 +247998,19 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "sectionGroup-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetCount", + "OperationId": "group.site.onenote.sectionGroup_GetSection", "Method": "Get", "Parameters": [ { @@ -269789,23 +248022,19 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -269813,12 +248042,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_GetSet", - "Method": "Get", + "OperationId": "group.site.onenote.sectionGroup_UpdateSection", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -269829,36 +248058,24 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "onenoteSection-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_GetCount", - "Method": "Get", + "OperationId": "group.site.onenote.sectionGroup_DeleteSection", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -269869,31 +248086,27 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_ListRelation", + "OperationId": "group.site.onenote.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ { @@ -269905,11 +248118,11 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -269949,11 +248162,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_CreateRelation", + "OperationId": "group.site.onenote.sectionGroup.section_CreatePage", "Method": "Post", "Parameters": [ { @@ -269965,11 +248178,11 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -269977,11 +248190,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_GetRelation", + "OperationId": "group.site.onenote.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { @@ -269993,15 +248206,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -270017,11 +248230,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_UpdateRelation", + "OperationId": "group.site.onenote.sectionGroup.section_UpdatePage", "Method": "Patch", "Parameters": [ { @@ -270033,15 +248246,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -270049,11 +248262,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_DeleteRelation", + "OperationId": "group.site.onenote.sectionGroup.section_DeletePage", "Method": "Delete", "Parameters": [ { @@ -270065,15 +248278,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -270085,11 +248298,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.relation_GetFromTerm", + "OperationId": "group.site.onenote.sectionGroup.section_GetPagesContent", "Method": "Get", "Parameters": [ { @@ -270101,35 +248314,59 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenotePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.sectionGroup.section_SetPagesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.relation_GetSet", + "OperationId": "group.site.onenote.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -270141,15 +248378,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -270165,11 +248402,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.relation_GetToTerm", + "OperationId": "group.site.onenote.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ { @@ -270181,15 +248418,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -270205,11 +248442,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.relation_GetCount", + "OperationId": "group.site.onenote.sectionGroup.section.page_GetCount", "Method": "Get", "Parameters": [ { @@ -270221,11 +248458,11 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -270241,11 +248478,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_GetSet", + "OperationId": "group.site.onenote.sectionGroup.section_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -270257,11 +248494,11 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -270277,11 +248514,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_GetCount", + "OperationId": "group.site.onenote.sectionGroup.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { @@ -270293,7 +248530,43 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.sectionGroup.section_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -270309,11 +248582,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetCount", + "OperationId": "group.site.onenote.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { @@ -270337,11 +248610,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_ListTermStore", + "OperationId": "group.site.onenote_ListSection", "Method": "Get", "Parameters": [ { @@ -270389,11 +248662,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_CreateTermStore", + "OperationId": "group.site.onenote_CreateSection", "Method": "Post", "Parameters": [ { @@ -270409,11 +248682,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetTermStore", + "OperationId": "group.site.onenote_GetSection", "Method": "Get", "Parameters": [ { @@ -270425,7 +248698,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -270441,11 +248714,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_UpdateTermStore", + "OperationId": "group.site.onenote_UpdateSection", "Method": "Patch", "Parameters": [ { @@ -270457,7 +248730,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -270465,11 +248738,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_DeleteTermStore", + "OperationId": "group.site.onenote_DeleteSection", "Method": "Delete", "Parameters": [ { @@ -270481,7 +248754,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -270493,11 +248766,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_ListGroup", + "OperationId": "group.site.onenote.section_ListPage", "Method": "Get", "Parameters": [ { @@ -270509,7 +248782,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -270549,11 +248822,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_CreateGroup", + "OperationId": "group.site.onenote.section_CreatePage", "Method": "Post", "Parameters": [ { @@ -270565,7 +248838,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -270573,11 +248846,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_GetGroup", + "OperationId": "group.site.onenote.section_GetPage", "Method": "Get", "Parameters": [ { @@ -270589,11 +248862,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -270609,11 +248882,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_UpdateGroup", + "OperationId": "group.site.onenote.section_UpdatePage", "Method": "Patch", "Parameters": [ { @@ -270625,11 +248898,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -270637,11 +248910,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_DeleteGroup", + "OperationId": "group.site.onenote.section_DeletePage", "Method": "Delete", "Parameters": [ { @@ -270653,11 +248926,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -270669,11 +248942,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_ListSet", + "OperationId": "group.site.onenote.section_GetPagesContent", "Method": "Get", "Parameters": [ { @@ -270685,56 +248958,24 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "onenotePage-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_CreateSet", - "Method": "Post", + "OperationId": "group.site.onenote.section_SetPagesContent", + "Method": "Put", "Parameters": [ { "Name": "group-id", @@ -270745,11 +248986,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -270757,11 +248998,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_GetSet", + "OperationId": "group.site.onenote.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -270773,15 +249014,11 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -270797,79 +249034,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.group_UpdateSet", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.group_DeleteSet", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_ListChild", + "OperationId": "group.site.onenote.section.page_GetParentSection", "Method": "Get", "Parameters": [ { @@ -270881,41 +249050,13 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "onenotePage-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -270929,12 +249070,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_CreateChild", - "Method": "Post", + "OperationId": "group.site.onenote.section.page_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -270945,27 +249086,27 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetChild", + "OperationId": "group.site.onenote.section_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -270977,19 +249118,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -271005,12 +249134,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateChild", - "Method": "Patch", + "OperationId": "group.site.onenote.section_GetParentSectionGroup", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -271021,32 +249150,28 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.onenote.section_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -271057,35 +249182,23 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_ListChild", + "OperationId": "group.site_ListOperation", "Method": "Get", "Parameters": [ { @@ -271096,22 +249209,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -271149,11 +249246,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_CreateChild", + "OperationId": "group.site_CreateOperation", "Method": "Post", "Parameters": [ { @@ -271163,33 +249260,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetChild", + "OperationId": "group.site_GetOperation", "Method": "Get", "Parameters": [ { @@ -271201,23 +249282,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -271233,11 +249298,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_UpdateChild", + "OperationId": "group.site_UpdateOperation", "Method": "Patch", "Parameters": [ { @@ -271249,23 +249314,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "richLongRunningOperation-id", "Location": "Path" } ] @@ -271273,11 +249322,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_DeleteChild", + "OperationId": "group.site_DeleteOperation", "Method": "Delete", "Parameters": [ { @@ -271289,23 +249338,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -271317,11 +249350,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/operations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_ListRelation", + "OperationId": "group.site.operation_GetCount", "Method": "Get", "Parameters": [ { @@ -271333,23 +249366,31 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_ListPage", + "Method": "Get", + "Parameters": [ { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { @@ -271389,11 +249430,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_CreateRelation", + "OperationId": "group.site_CreatePage", "Method": "Post", "Parameters": [ { @@ -271403,37 +249444,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetRelation", + "OperationId": "group.site_GetPage", "Method": "Get", "Parameters": [ { @@ -271445,27 +249466,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -271481,11 +249482,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_UpdateRelation", + "OperationId": "group.site_UpdatePage", "Method": "Patch", "Parameters": [ { @@ -271497,27 +249498,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -271525,11 +249506,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_DeleteRelation", + "OperationId": "group.site_DeletePage", "Method": "Delete", "Parameters": [ { @@ -271541,27 +249522,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -271573,11 +249534,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", + "OperationId": "group.site.page_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -271589,27 +249550,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -271625,11 +249566,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetSet", + "OperationId": "group.site.page.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -271641,47 +249582,51 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.page.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", + "OperationId": "group.site.page.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -271693,28 +249638,32 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -271729,11 +249678,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetCount", + "OperationId": "group.site.page.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -271745,23 +249694,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -271777,11 +249710,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetSet", + "OperationId": "group.site.page_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -271793,23 +249726,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -271825,11 +249742,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetCount", + "OperationId": "group.site.page.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -271841,27 +249758,15 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -271869,12 +249774,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_ListRelation", - "Method": "Get", + "OperationId": "group.site.page.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -271885,19 +249790,31 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.page.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ { - "Name": "group-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -271937,12 +249854,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_CreateRelation", - "Method": "Post", + "OperationId": "group.site.page.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -271953,31 +249870,27 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetRelation", + "OperationId": "group.site_GetPageAsSitePage", "Method": "Get", "Parameters": [ { @@ -271989,23 +249902,39 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "set-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage_GetCanvasLayout", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -272021,11 +249950,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_UpdateRelation", + "OperationId": "group.site.pageAsSitePage_UpdateCanvasLayout", "Method": "Patch", "Parameters": [ { @@ -272037,23 +249966,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -272061,11 +249974,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_DeleteRelation", + "OperationId": "group.site.pageAsSitePage_DeleteCanvasLayout", "Method": "Delete", "Parameters": [ { @@ -272077,23 +249990,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -272105,11 +250002,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", + "OperationId": "group.site.pageAsSitePage.canvasLayout_ListHorizontalSection", "Method": "Get", "Parameters": [ { @@ -272121,24 +250018,32 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -272153,12 +250058,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetSet", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage.canvasLayout_CreateHorizontalSection", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -272169,23 +250074,35 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage.canvasLayout_GetHorizontalSection", + "Method": "Get", + "Parameters": [ { - "Name": "group-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "horizontalSection-id", "Location": "Path" }, { @@ -272201,12 +250118,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage.canvasLayout_UpdateHorizontalSection", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -272217,44 +250134,24 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "horizontalSection-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetCount", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage.canvasLayout_DeleteHorizontalSection", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -272265,39 +250162,27 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetSet", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn", "Method": "Get", "Parameters": [ { @@ -272309,20 +250194,36 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -272337,12 +250238,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetCount", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_CreateColumn", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -272353,35 +250254,23 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSection-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetParentGroup", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn", "Method": "Get", "Parameters": [ { @@ -272393,15 +250282,15 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { @@ -272417,11 +250306,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateParentGroup", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_UpdateColumn", "Method": "Patch", "Parameters": [ { @@ -272433,15 +250322,15 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" } ] @@ -272449,11 +250338,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteParentGroup", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_DeleteColumn", "Method": "Delete", "Parameters": [ { @@ -272465,15 +250354,15 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { @@ -272485,11 +250374,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_ListRelation", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart", "Method": "Get", "Parameters": [ { @@ -272501,15 +250390,15 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { @@ -272549,11 +250438,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_CreateRelation", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_CreateWebpart", "Method": "Post", "Parameters": [ { @@ -272565,15 +250454,15 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" } ] @@ -272581,11 +250470,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetRelation", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart", "Method": "Get", "Parameters": [ { @@ -272597,19 +250486,19 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "webPart-id", "Location": "Path" }, { @@ -272625,11 +250514,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateRelation", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_UpdateWebpart", "Method": "Patch", "Parameters": [ { @@ -272641,19 +250530,19 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "webPart-id", "Location": "Path" } ] @@ -272661,11 +250550,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteRelation", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_DeleteWebpart", "Method": "Delete", "Parameters": [ { @@ -272677,19 +250566,19 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "webPart-id", "Location": "Path" }, { @@ -272701,11 +250590,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetFromTerm", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column.webpart_GetCount", "Method": "Get", "Parameters": [ { @@ -272717,27 +250606,23 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -272745,11 +250630,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetSet", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetCount", "Method": "Get", "Parameters": [ { @@ -272761,27 +250646,19 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -272789,11 +250666,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetToTerm", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_GetCount", "Method": "Get", "Parameters": [ { @@ -272805,19 +250682,39 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage.canvasLayout_GetVerticalSection", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -272833,12 +250730,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetCount", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage.canvasLayout_UpdateVerticalSection", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -272849,35 +250746,47 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage.canvasLayout_DeleteVerticalSection", + "Method": "Delete", + "Parameters": [ { - "Name": "group-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_ListTerm", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart", "Method": "Get", "Parameters": [ { @@ -272889,15 +250798,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -272937,11 +250838,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_CreateTerm", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_CreateWebpart", "Method": "Post", "Parameters": [ { @@ -272953,15 +250854,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -272969,11 +250862,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetTerm", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart", "Method": "Get", "Parameters": [ { @@ -272985,19 +250878,11 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "webPart-id", "Location": "Path" }, { @@ -273013,11 +250898,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateTerm", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_UpdateWebpart", "Method": "Patch", "Parameters": [ { @@ -273029,19 +250914,11 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "webPart-id", "Location": "Path" } ] @@ -273049,11 +250926,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteTerm", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_DeleteWebpart", "Method": "Delete", "Parameters": [ { @@ -273065,19 +250942,11 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "webPart-id", "Location": "Path" }, { @@ -273089,11 +250958,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_ListChild", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection.webpart_GetCount", "Method": "Get", "Parameters": [ { @@ -273105,29 +250974,9 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -273135,14 +250984,30 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage_GetCreatedGraphBPreUser", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { "Name": "$select", @@ -273157,12 +251022,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_CreateChild", - "Method": "Post", + "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -273173,19 +251038,39 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -273193,11 +251078,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetChild", + "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -273209,24 +251094,32 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -273241,12 +251134,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_UpdateChild", - "Method": "Patch", + "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -273257,36 +251150,28 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.pageAsSitePage_GetLastModifiedGraphBPreUser", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -273297,40 +251182,60 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "set-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_ListRelation", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -273341,23 +251246,31 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", + "Name": "baseSitePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ { - "Name": "set-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -273397,12 +251310,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_CreateRelation", - "Method": "Post", + "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -273413,35 +251326,27 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_GetRelation", + "OperationId": "group.site.pageAsSitePage_ListWebPart", "Method": "Get", "Parameters": [ { @@ -273453,28 +251358,32 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -273489,12 +251398,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_UpdateRelation", - "Method": "Patch", + "OperationId": "group.site.pageAsSitePage_CreateWebPart", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -273505,27 +251414,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -273533,12 +251422,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_DeleteRelation", - "Method": "Delete", + "OperationId": "group.site.pageAsSitePage_GetWebPart", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -273549,44 +251438,32 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "webPart-id", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetFromTerm", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage_UpdateWebPart", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -273597,48 +251474,24 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "webPart-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetSet", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage_DeleteWebPart", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -273649,47 +251502,27 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "webPart-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetToTerm", + "OperationId": "group.site.pageAsSitePage.webPart_GetCount", "Method": "Get", "Parameters": [ { @@ -273701,35 +251534,15 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -273737,11 +251550,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetCount", + "OperationId": "group.site.page_GetCount", "Method": "Get", "Parameters": [ { @@ -273752,26 +251565,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -273785,11 +251578,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_GetSet", + "OperationId": "group.site_ListPageAsSitePage", "Method": "Get", "Parameters": [ { @@ -273801,24 +251594,28 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -273833,11 +251630,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_GetCount", + "OperationId": "group.site.Page_GetCountAsSitePage", "Method": "Get", "Parameters": [ { @@ -273848,22 +251645,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -273877,11 +251658,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/permissions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_ListRelation", + "OperationId": "group.site_ListPermission", "Method": "Get", "Parameters": [ { @@ -273892,22 +251673,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -273945,11 +251710,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/permissions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_CreateRelation", + "OperationId": "group.site_CreatePermission", "Method": "Post", "Parameters": [ { @@ -273959,33 +251724,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetRelation", + "OperationId": "group.site_GetPermission", "Method": "Get", "Parameters": [ { @@ -273997,23 +251746,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "permission-id", "Location": "Path" }, { @@ -274029,11 +251762,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_UpdateRelation", + "OperationId": "group.site_UpdatePermission", "Method": "Patch", "Parameters": [ { @@ -274045,23 +251778,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "permission-id", "Location": "Path" } ] @@ -274069,11 +251786,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_DeleteRelation", + "OperationId": "group.site_DeletePermission", "Method": "Delete", "Parameters": [ { @@ -274085,39 +251802,51 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "permission-id", "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/permissions/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.permission_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "set-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/sites", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetFromTerm", + "OperationId": "group.site_ListSite", "Method": "Get", "Parameters": [ { @@ -274129,24 +251858,28 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -274161,11 +251894,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetSet", + "OperationId": "group.site_GetSite", "Method": "Get", "Parameters": [ { @@ -274177,23 +251910,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "site-id1", "Location": "Path" }, { @@ -274209,11 +251926,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/sites/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetToTerm", + "OperationId": "group.site_GetCount", "Method": "Get", "Parameters": [ { @@ -274225,23 +251942,31 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_GetTermStore", + "Method": "Get", + "Parameters": [ { - "Name": "term-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "site-id", "Location": "Path" }, { @@ -274257,12 +251982,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetCount", - "Method": "Get", + "OperationId": "group.site_UpdateTermStore", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -274271,41 +251996,41 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_DeleteTermStore", + "Method": "Delete", + "Parameters": [ { - "Name": "set-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetSet", + "OperationId": "group.site.termStore_ListGroup", "Method": "Get", "Parameters": [ { @@ -274317,20 +252042,28 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -274345,12 +252078,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore_CreateGroup", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -274359,25 +252092,37 @@ { "Name": "site-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore_GetGroup", + "Method": "Get", + "Parameters": [ { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -274385,12 +252130,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore_UpdateGroup", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -274400,33 +252145,21 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "group-id1", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore_DeleteGroup", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -274437,27 +252170,23 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_ListSet", + "OperationId": "group.site.termStore.group_ListSet", "Method": "Get", "Parameters": [ { @@ -274469,7 +252198,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -274509,11 +252238,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_CreateSet", + "OperationId": "group.site.termStore.group_CreateSet", "Method": "Post", "Parameters": [ { @@ -274525,7 +252254,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" } ] @@ -274533,11 +252262,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_GetSet", + "OperationId": "group.site.termStore.group_GetSet", "Method": "Get", "Parameters": [ { @@ -274549,7 +252278,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -274569,11 +252298,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_UpdateSet", + "OperationId": "group.site.termStore.group_UpdateSet", "Method": "Patch", "Parameters": [ { @@ -274585,7 +252314,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -274597,11 +252326,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_DeleteSet", + "OperationId": "group.site.termStore.group_DeleteSet", "Method": "Delete", "Parameters": [ { @@ -274613,7 +252342,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -274629,11 +252358,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_ListChild", + "OperationId": "group.site.termStore.group.set_ListChild", "Method": "Get", "Parameters": [ { @@ -274645,7 +252374,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -274689,11 +252418,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_CreateChild", + "OperationId": "group.site.termStore.group.set_CreateChild", "Method": "Post", "Parameters": [ { @@ -274705,7 +252434,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -274717,11 +252446,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetChild", + "OperationId": "group.site.termStore.group.set_GetChild", "Method": "Get", "Parameters": [ { @@ -274733,7 +252462,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -274757,11 +252486,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateChild", + "OperationId": "group.site.termStore.group.set_UpdateChild", "Method": "Patch", "Parameters": [ { @@ -274773,7 +252502,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -274789,11 +252518,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteChild", + "OperationId": "group.site.termStore.group.set_DeleteChild", "Method": "Delete", "Parameters": [ { @@ -274805,7 +252534,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -274825,11 +252554,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_ListChild", + "OperationId": "group.site.termStore.group.set.child_ListChild", "Method": "Get", "Parameters": [ { @@ -274841,7 +252570,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -274889,11 +252618,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_CreateChild", + "OperationId": "group.site.termStore.group.set.child_CreateChild", "Method": "Post", "Parameters": [ { @@ -274905,7 +252634,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -274921,11 +252650,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetChild", + "OperationId": "group.site.termStore.group.set.child_GetChild", "Method": "Get", "Parameters": [ { @@ -274937,7 +252666,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -274965,11 +252694,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_UpdateChild", + "OperationId": "group.site.termStore.group.set.child_UpdateChild", "Method": "Patch", "Parameters": [ { @@ -274981,7 +252710,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275001,11 +252730,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_DeleteChild", + "OperationId": "group.site.termStore.group.set.child_DeleteChild", "Method": "Delete", "Parameters": [ { @@ -275017,7 +252746,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275041,11 +252770,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_ListRelation", + "OperationId": "group.site.termStore.group.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -275057,7 +252786,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275109,11 +252838,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_CreateRelation", + "OperationId": "group.site.termStore.group.set.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -275125,7 +252854,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275145,11 +252874,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetRelation", + "OperationId": "group.site.termStore.group.set.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -275161,7 +252890,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275193,11 +252922,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_UpdateRelation", + "OperationId": "group.site.termStore.group.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -275209,7 +252938,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275233,11 +252962,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_DeleteRelation", + "OperationId": "group.site.termStore.group.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -275249,7 +252978,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275277,11 +253006,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -275293,7 +253022,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275325,11 +253054,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetSet", + "OperationId": "group.site.termStore.group.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -275341,7 +253070,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275373,11 +253102,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetToTerm", + "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -275389,7 +253118,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275421,11 +253150,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetCount", + "OperationId": "group.site.termStore.group.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -275437,7 +253166,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275465,11 +253194,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetSet", + "OperationId": "group.site.termStore.group.set.child_GetSet", "Method": "Get", "Parameters": [ { @@ -275481,7 +253210,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275509,11 +253238,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetCount", + "OperationId": "group.site.termStore.group.set.child_GetCount", "Method": "Get", "Parameters": [ { @@ -275525,7 +253254,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275549,11 +253278,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_ListRelation", + "OperationId": "group.site.termStore.group.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -275565,7 +253294,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275613,11 +253342,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_CreateRelation", + "OperationId": "group.site.termStore.group.set.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -275629,203 +253358,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetRelation", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.child_UpdateRelation", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.child_DeleteRelation", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275835,29 +253368,17 @@ { "Name": "term-id", "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetToTerm", + "OperationId": "group.site.termStore.group.set.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -275869,7 +253390,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275897,12 +253418,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.group.set.child_UpdateRelation", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -275913,7 +253434,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275925,24 +253446,20 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetSet", - "Method": "Get", + "OperationId": "group.site.termStore.group.set.child_DeleteRelation", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -275953,7 +253470,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -275965,23 +253482,23 @@ "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetCount", + "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -275993,7 +253510,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -276001,11 +253518,19 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -276013,11 +253538,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetParentGroup", + "OperationId": "group.site.termStore.group.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -276029,13 +253554,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -276049,12 +253582,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateParentGroup", - "Method": "Patch", + "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -276065,24 +253598,40 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteParentGroup", - "Method": "Delete", + "OperationId": "group.site.termStore.group.set.child.relation_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -276093,7 +253642,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -276101,19 +253650,27 @@ "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_ListSet", + "OperationId": "group.site.termStore.group.set.child_GetSet", "Method": "Get", "Parameters": [ { @@ -276125,7 +253682,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -276133,28 +253690,8 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", @@ -276169,12 +253706,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_CreateSet", - "Method": "Post", + "OperationId": "group.site.termStore.group.set.child_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -276185,23 +253722,31 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_GetSet", + "OperationId": "group.site.termStore.group.set_GetParentGroup", "Method": "Get", "Parameters": [ { @@ -276213,17 +253758,13 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -276237,11 +253778,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_UpdateSet", + "OperationId": "group.site.termStore.group.set_UpdateParentGroup", "Method": "Patch", "Parameters": [ { @@ -276253,27 +253794,23 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_DeleteSet", + "OperationId": "group.site.termStore.group.set_DeleteParentGroup", "Method": "Delete", "Parameters": [ { @@ -276285,17 +253822,13 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -276305,11 +253838,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_ListChild", + "OperationId": "group.site.termStore.group.set_ListRelation", "Method": "Get", "Parameters": [ { @@ -276321,17 +253854,13 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -276369,11 +253898,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_CreateChild", + "OperationId": "group.site.termStore.group.set_CreateRelation", "Method": "Post", "Parameters": [ { @@ -276385,27 +253914,23 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetChild", + "OperationId": "group.site.termStore.group.set_GetRelation", "Method": "Get", "Parameters": [ { @@ -276417,7 +253942,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -276425,11 +253950,7 @@ "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "relation-id", "Location": "Path" }, { @@ -276445,11 +253966,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_UpdateChild", + "OperationId": "group.site.termStore.group.set_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -276461,7 +253982,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -276469,11 +253990,7 @@ "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "relation-id", "Location": "Path" } ] @@ -276481,11 +253998,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_DeleteChild", + "OperationId": "group.site.termStore.group.set_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -276497,7 +254014,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -276505,11 +254022,7 @@ "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "relation-id", "Location": "Path" }, { @@ -276521,11 +254034,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_ListChild", + "OperationId": "group.site.termStore.group.set.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -276537,7 +254050,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -276545,37 +254058,9 @@ "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "relation-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -276589,47 +254074,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateChild", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetChild", + "OperationId": "group.site.termStore.group.set.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -276641,7 +254090,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -276649,15 +254098,7 @@ "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "relation-id", "Location": "Path" }, { @@ -276673,12 +254114,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateChild", - "Method": "Patch", + "OperationId": "group.site.termStore.group.set.relation_GetToTerm", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -276689,7 +254130,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -276697,28 +254138,28 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "relation-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.termStore.group.set.relation_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -276729,7 +254170,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -276737,31 +254178,23 @@ "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", + "OperationId": "group.site.termStore.group.set_ListTerm", "Method": "Get", "Parameters": [ { @@ -276773,25 +254206,13 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -276829,11 +254250,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", + "OperationId": "group.site.termStore.group.set_CreateTerm", "Method": "Post", "Parameters": [ { @@ -276845,35 +254266,23 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", + "OperationId": "group.site.termStore.group.set_GetTerm", "Method": "Get", "Parameters": [ { @@ -276885,29 +254294,17 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -276921,11 +254318,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", + "OperationId": "group.site.termStore.group.set_UpdateTerm", "Method": "Patch", "Parameters": [ { @@ -276937,39 +254334,27 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", + "OperationId": "group.site.termStore.group.set_DeleteTerm", "Method": "Delete", "Parameters": [ { @@ -276981,29 +254366,17 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -277013,11 +254386,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.group.set.term_ListChild", "Method": "Get", "Parameters": [ { @@ -277029,80 +254402,40 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -277117,12 +254450,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "group.site.termStore.group.set.term_CreateChild", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -277133,47 +254466,27 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", + "OperationId": "group.site.termStore.group.set.term_GetChild", "Method": "Get", "Parameters": [ { @@ -277185,17 +254498,13 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" @@ -277205,11 +254514,11 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -277217,12 +254526,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", - "Method": "Get", + "OperationId": "group.site.termStore.group.set.term_UpdateChild", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -277233,17 +254542,13 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" @@ -277251,26 +254556,18 @@ { "Name": "term-id1", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.group.set.term_DeleteChild", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -277281,39 +254578,35 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", + "OperationId": "group.site.termStore.group.set.term.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -277325,7 +254618,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -277333,11 +254626,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -277377,11 +254670,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", + "OperationId": "group.site.termStore.group.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -277393,7 +254686,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -277401,11 +254694,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" } ] @@ -277413,11 +254706,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", + "OperationId": "group.site.termStore.group.set.term.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -277429,7 +254722,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -277437,11 +254730,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -277461,11 +254754,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", + "OperationId": "group.site.termStore.group.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -277477,7 +254770,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -277485,11 +254778,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -277501,11 +254794,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", + "OperationId": "group.site.termStore.group.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -277517,7 +254810,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -277525,11 +254818,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -277545,11 +254838,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -277561,7 +254854,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -277569,11 +254862,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -277593,11 +254886,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -277609,7 +254902,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -277617,11 +254910,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -277641,11 +254934,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -277657,7 +254950,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -277665,11 +254958,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -277689,11 +254982,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -277705,7 +254998,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -277713,11 +255006,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -277733,11 +255026,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", + "OperationId": "group.site.termStore.group.set.term.child_GetSet", "Method": "Get", "Parameters": [ { @@ -277749,7 +255042,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -277757,11 +255050,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -277777,11 +255070,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", + "OperationId": "group.site.termStore.group.set.term.child_GetCount", "Method": "Get", "Parameters": [ { @@ -277793,7 +255086,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -277801,7 +255094,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -277817,11 +255110,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_ListRelation", + "OperationId": "group.site.termStore.group.set.term_ListRelation", "Method": "Get", "Parameters": [ { @@ -277833,7 +255126,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -277841,7 +255134,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -277881,11 +255174,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_CreateRelation", + "OperationId": "group.site.termStore.group.set.term_CreateRelation", "Method": "Post", "Parameters": [ { @@ -277897,7 +255190,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -277905,7 +255198,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" } ] @@ -277913,11 +255206,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetRelation", + "OperationId": "group.site.termStore.group.set.term_GetRelation", "Method": "Get", "Parameters": [ { @@ -277929,7 +255222,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -277937,7 +255230,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -277957,11 +255250,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_UpdateRelation", + "OperationId": "group.site.termStore.group.set.term_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -277973,7 +255266,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -277981,7 +255274,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -277993,11 +255286,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_DeleteRelation", + "OperationId": "group.site.termStore.group.set.term_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -278009,7 +255302,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -278017,7 +255310,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -278033,11 +255326,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetFromTerm", + "OperationId": "group.site.termStore.group.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -278049,7 +255342,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -278057,7 +255350,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -278077,11 +255370,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetSet", + "OperationId": "group.site.termStore.group.set.term.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -278093,7 +255386,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -278101,7 +255394,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -278121,11 +255414,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetToTerm", + "OperationId": "group.site.termStore.group.set.term.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -278137,7 +255430,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -278145,7 +255438,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -278165,11 +255458,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetCount", + "OperationId": "group.site.termStore.group.set.term.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -278181,7 +255474,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -278189,7 +255482,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -278205,11 +255498,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_ListTerm", + "OperationId": "group.site.termStore.group.set.term_GetSet", "Method": "Get", "Parameters": [ { @@ -278221,7 +255514,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -278229,33 +255522,9 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -278269,43 +255538,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_CreateTerm", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetTerm", + "OperationId": "group.site.termStore.group.set.term_GetCount", "Method": "Get", "Parameters": [ { @@ -278317,7 +255554,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id1", "Location": "Path" }, { @@ -278325,19 +255562,11 @@ "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -278345,12 +255574,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_UpdateTerm", - "Method": "Patch", + "OperationId": "group.site.termStore.group.set_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -278361,32 +255590,28 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_DeleteTerm", - "Method": "Delete", + "OperationId": "group.site.termStore.group_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -278397,35 +255622,23 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_ListChild", + "OperationId": "group.site.termStore_ListSet", "Method": "Get", "Parameters": [ { @@ -278436,22 +255649,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -278489,11 +255686,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateChild", + "OperationId": "group.site.termStore_CreateSet", "Method": "Post", "Parameters": [ { @@ -278503,33 +255700,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetChild", + "OperationId": "group.site.termStore_GetSet", "Method": "Get", "Parameters": [ { @@ -278540,26 +255721,10 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -278573,11 +255738,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateChild", + "OperationId": "group.site.termStore_UpdateSet", "Method": "Patch", "Parameters": [ { @@ -278588,36 +255753,20 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteChild", + "OperationId": "group.site.termStore_DeleteSet", "Method": "Delete", "Parameters": [ { @@ -278628,26 +255777,10 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -278657,11 +255790,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_ListRelation", + "OperationId": "group.site.termStore.set_ListChild", "Method": "Get", "Parameters": [ { @@ -278672,26 +255805,10 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -278729,11 +255846,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_CreateRelation", + "OperationId": "group.site.termStore.set_CreateChild", "Method": "Post", "Parameters": [ { @@ -278744,36 +255861,20 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetRelation", + "OperationId": "group.site.termStore.set_GetChild", "Method": "Get", "Parameters": [ { @@ -278784,30 +255885,14 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -278821,11 +255906,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_UpdateRelation", + "OperationId": "group.site.termStore.set_UpdateChild", "Method": "Patch", "Parameters": [ { @@ -278836,40 +255921,24 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_DeleteRelation", + "OperationId": "group.site.termStore.set_DeleteChild", "Method": "Delete", "Parameters": [ { @@ -278880,30 +255949,14 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -278913,11 +255966,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.child_ListChild", "Method": "Get", "Parameters": [ { @@ -278928,133 +255981,37 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetToTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -279069,12 +256026,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.child_CreateChild", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -279084,44 +256041,24 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetSet", + "OperationId": "group.site.termStore.set.child_GetChild", "Method": "Get", "Parameters": [ { @@ -279132,18 +256069,10 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" @@ -279165,12 +256094,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.child_UpdateChild", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -279181,15 +256110,39 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id1", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.child_DeleteChild", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -279197,23 +256150,23 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_ListRelation", + "OperationId": "group.site.termStore.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -279224,20 +256177,16 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -279277,11 +256226,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateRelation", + "OperationId": "group.site.termStore.set.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -279292,20 +256241,16 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" } ] @@ -279313,11 +256258,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetRelation", + "OperationId": "group.site.termStore.set.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -279328,20 +256273,16 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -279361,11 +256302,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateRelation", + "OperationId": "group.site.termStore.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -279376,20 +256317,16 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -279401,11 +256338,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteRelation", + "OperationId": "group.site.termStore.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -279416,20 +256353,16 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -279445,11 +256378,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -279460,20 +256393,16 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -279493,11 +256422,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetSet", + "OperationId": "group.site.termStore.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -279508,20 +256437,16 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -279541,11 +256466,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetToTerm", + "OperationId": "group.site.termStore.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -279556,20 +256481,16 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -279589,11 +256510,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetCount", + "OperationId": "group.site.termStore.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -279604,20 +256525,16 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -279633,11 +256550,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetSet", + "OperationId": "group.site.termStore.set.child_GetSet", "Method": "Get", "Parameters": [ { @@ -279648,20 +256565,16 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -279677,11 +256590,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetCount", + "OperationId": "group.site.termStore.set.child_GetCount", "Method": "Get", "Parameters": [ { @@ -279692,16 +256605,12 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -279717,11 +256626,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetCount", + "OperationId": "group.site.termStore.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -279732,48 +256641,12 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set_ListRelation", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -279813,11 +256686,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_CreateRelation", + "OperationId": "group.site.termStore.set.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -279829,11 +256702,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" } ] @@ -279841,11 +256714,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetRelation", + "OperationId": "group.site.termStore.set.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -279857,11 +256730,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -279881,11 +256754,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateRelation", + "OperationId": "group.site.termStore.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -279897,11 +256770,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -279913,11 +256786,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteRelation", + "OperationId": "group.site.termStore.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -279929,11 +256802,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -279949,11 +256822,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -279965,11 +256838,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -279989,11 +256862,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetSet", + "OperationId": "group.site.termStore.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -280005,11 +256878,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -280029,11 +256902,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetToTerm", + "OperationId": "group.site.termStore.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -280045,11 +256918,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -280069,11 +256942,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetCount", + "OperationId": "group.site.termStore.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -280085,11 +256958,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -280105,52 +256978,28 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_ListTerm", + "OperationId": "group.site.termStore.set.child_GetSet", "Method": "Get", "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", @@ -280165,12 +257014,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_CreateTerm", - "Method": "Post", + "OperationId": "group.site.termStore.set.child_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -280181,23 +257030,27 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetTerm", + "OperationId": "group.site.termStore.set_GetParentGroup", "Method": "Get", "Parameters": [ { @@ -280208,18 +257061,10 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -280233,11 +257078,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateTerm", + "OperationId": "group.site.termStore.set_UpdateParentGroup", "Method": "Patch", "Parameters": [ { @@ -280248,28 +257093,20 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteTerm", + "OperationId": "group.site.termStore.set_DeleteParentGroup", "Method": "Delete", "Parameters": [ { @@ -280280,18 +257117,10 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -280301,11 +257130,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_ListChild", + "OperationId": "group.site.termStore.set.parentGroup_ListSet", "Method": "Get", "Parameters": [ { @@ -280316,18 +257145,10 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -280365,11 +257186,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_CreateChild", + "OperationId": "group.site.termStore.set.parentGroup_CreateSet", "Method": "Post", "Parameters": [ { @@ -280380,28 +257201,20 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_GetChild", + "OperationId": "group.site.termStore.set.parentGroup_GetSet", "Method": "Get", "Parameters": [ { @@ -280412,20 +257225,12 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { @@ -280441,11 +257246,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_UpdateChild", + "OperationId": "group.site.termStore.set.parentGroup_UpdateSet", "Method": "Patch", "Parameters": [ { @@ -280456,20 +257261,12 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" } ] @@ -280477,11 +257274,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_DeleteChild", + "OperationId": "group.site.termStore.set.parentGroup_DeleteSet", "Method": "Delete", "Parameters": [ { @@ -280492,20 +257289,12 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { @@ -280517,11 +257306,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_ListRelation", + "OperationId": "group.site.termStore.set.parentGroup.set_ListChild", "Method": "Get", "Parameters": [ { @@ -280532,20 +257321,12 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { @@ -280585,11 +257366,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_CreateRelation", + "OperationId": "group.site.termStore.set.parentGroup.set_CreateChild", "Method": "Post", "Parameters": [ { @@ -280600,20 +257381,12 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" } ] @@ -280621,11 +257394,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_GetRelation", + "OperationId": "group.site.termStore.set.parentGroup.set_GetChild", "Method": "Get", "Parameters": [ { @@ -280636,24 +257409,16 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", "Location": "Path" }, { @@ -280669,11 +257434,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_UpdateRelation", + "OperationId": "group.site.termStore.set.parentGroup.set_UpdateChild", "Method": "Patch", "Parameters": [ { @@ -280684,24 +257449,16 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", "Location": "Path" } ] @@ -280709,11 +257466,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_DeleteRelation", + "OperationId": "group.site.termStore.set.parentGroup.set_DeleteChild", "Method": "Delete", "Parameters": [ { @@ -280724,24 +257481,16 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", "Location": "Path" }, { @@ -280753,11 +257502,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.parentGroup.set.child_ListChild", "Method": "Get", "Parameters": [ { @@ -280768,73 +257517,41 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -280849,12 +257566,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateChild", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -280864,44 +257581,28 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetChild", "Method": "Get", "Parameters": [ { @@ -280913,11 +257614,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { @@ -280929,11 +257630,11 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -280941,12 +257642,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_GetSet", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateChild", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -280957,11 +257658,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { @@ -280971,26 +257672,18 @@ { "Name": "term-id1", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteChild", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -281001,11 +257694,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { @@ -281013,23 +257706,23 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_ListRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -281041,17 +257734,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -281089,11 +257786,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_CreateRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -281105,27 +257802,31 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_GetRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -281137,17 +257838,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" @@ -281165,11 +257870,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_UpdateRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -281181,17 +257886,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" @@ -281201,11 +257910,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_DeleteRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -281217,17 +257926,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" @@ -281241,11 +257954,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -281257,17 +257970,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" @@ -281285,11 +258002,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.relation_GetSet", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -281301,17 +258018,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" @@ -281329,11 +258050,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.relation_GetToTerm", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -281345,17 +258066,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" @@ -281373,11 +258098,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term.relation_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -281389,17 +258114,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -281413,11 +258142,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_GetSet", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", "Method": "Get", "Parameters": [ { @@ -281429,17 +258158,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -281453,11 +258186,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.term_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", "Method": "Get", "Parameters": [ { @@ -281468,44 +258201,16 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "store-id", + "Name": "term-id", "Location": "Path" }, { @@ -281521,11 +258226,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStores/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -281537,49 +258242,17 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_ListSite", - "Method": "Get", - "Parameters": [ { "Name": "$top", "Location": "Query" @@ -281617,187 +258290,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_GetSite", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_UpdateSite", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetAnalytic", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", + "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_UpdateAnalytic", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_DeleteAnalytic", - "Method": "Delete", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics/allTime", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.analytic_GetAllTime", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.analytic_ListItemActivityStat", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.analytic_CreateItemActivityStat", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", + "Name": "term-id", "Location": "Path" } ] @@ -281805,117 +258322,37 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic_GetItemActivityStat", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.analytic_UpdateItemActivityStat", - "Method": "Patch", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.analytic_DeleteItemActivityStat", - "Method": "Delete", - "Parameters": [ - { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat_ListActivity", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "relation-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -281929,75 +258366,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat_CreateActivity", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat_GetActivity", - "Method": "Get", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat_UpdateActivity", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "relation-id", "Location": "Path" } ] @@ -282005,179 +258402,75 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat_DeleteActivity", + "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat.activity_GetDriveItem", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "itemActivity-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat.activity_GetDriveItemContent", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "$format", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat.activity_SetDriveItemContent", - "Method": "Put", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat.activity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "itemActivityStat-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics/itemActivityStats/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.analytic.itemActivityStat_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/analytics/lastSevenDays", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.analytic_GetLastSevenDay", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "relation-id", "Location": "Path" }, { @@ -282193,40 +258486,36 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListColumn", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, - { - "Name": "$filter", - "Location": "Query" + { + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -282241,35 +258530,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_CreateColumn", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_GetColumn", - "Method": "Get", - "Parameters": [ + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -282285,63 +258574,71 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdateColumn", - "Method": "Patch", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_DeleteColumn", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.column_GetSourceColumn", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -282357,17 +258654,29 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/columns/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.column_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -282381,17 +258690,29 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListContentType", + "OperationId": "group.site.termStore.set.parentGroup.set_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -282429,35 +258750,59 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_CreateContentType", + "OperationId": "group.site.termStore.set.parentGroup.set_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetContentType", + "OperationId": "group.site.termStore.set.parentGroup.set_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -282473,19 +258818,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdateContentType", + "OperationId": "group.site.termStore.set.parentGroup.set_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -282493,19 +258850,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_DeleteContentType", + "OperationId": "group.site.termStore.set.parentGroup.set_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -282517,19 +258886,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/base", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_GetBase", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -282545,44 +258926,32 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_ListBaseType", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -282597,23 +258966,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_GetBaseType", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id1", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -282629,19 +259006,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType.baseType_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" }, { @@ -282657,19 +259042,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_ListColumnLink", + "OperationId": "group.site.termStore.set.parentGroup.set_ListTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" }, { @@ -282709,19 +259102,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_CreateColumnLink", + "OperationId": "group.site.termStore.set.parentGroup.set_CreateTerm", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" } ] @@ -282729,23 +259130,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_GetColumnLink", + "OperationId": "group.site.termStore.set.parentGroup.set_GetTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -282761,23 +259170,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_UpdateColumnLink", + "OperationId": "group.site.termStore.set.parentGroup.set_UpdateTerm", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -282785,23 +259202,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_DeleteColumnLink", + "OperationId": "group.site.termStore.set.parentGroup.set_DeleteTerm", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -282813,47 +259238,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType.columnLink_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.term_ListChild", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.contentType_ListColumnPosition", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", "Location": "Path" }, { @@ -282893,23 +259302,67 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_GetColumnPosition", + "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateChild", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -282925,47 +259378,111 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType.columnPosition_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateChild", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_ListColumn", + "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteChild", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -283005,19 +259522,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_CreateColumn", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -283025,23 +259558,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_GetColumn", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -283057,23 +259606,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_UpdateColumn", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -283081,23 +259646,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_DeleteColumn", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -283109,23 +259690,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType.column_GetSourceColumn", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -283141,27 +259738,47 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType.column_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -283169,117 +259786,217 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_associateGraphWPreHubSite", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.contentType_copyToDefaultContentLocation", - "Method": "Post", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_isPublished", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.publish", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_publish", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetSet", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_unpublish", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.term_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -283287,103 +260004,211 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/microsoft.graph.addCopy", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_addCopy", + "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_addCopyFromContentTypeHub", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetRelation", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.contentType_getCompatibleHubContentType", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateRelation", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteRelation", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/drive", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetDrive", + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -283397,40 +260222,36 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/drives", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListDrive", + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -283445,19 +260266,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/drives/{drive-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetDrive", + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -283473,17 +260310,33 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/drives/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.drive_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -283497,40 +260350,32 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/externalColumns", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListExternalColumn", + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", @@ -283545,27 +260390,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetExternalColumn", + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -283573,17 +260426,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/externalColumns/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.externalColumn_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "set-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -283597,17 +260458,25 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListList", + "OperationId": "group.site.termStore.set_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "set-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -283645,35 +260514,51 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_CreateList", + "OperationId": "group.site.termStore.set_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetList", + "OperationId": "group.site.termStore.set_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -283689,139 +260574,87 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdateList", + "OperationId": "group.site.termStore.set_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "list-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_DeleteList", - "Method": "Delete", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_ListColumn", - "Method": "Get", + "OperationId": "group.site.termStore.set_DeleteRelation", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_CreateColumn", - "Method": "Post", + "OperationId": "group.site.termStore.set.relation_GetFromTerm", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "list-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_GetColumn", - "Method": "Get", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "relation-id", "Location": "Path" }, { @@ -283837,75 +260670,63 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_UpdateColumn", - "Method": "Patch", + "OperationId": "group.site.termStore.set.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "columnDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_DeleteColumn", - "Method": "Delete", - "Parameters": [ - { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.column_GetSourceColumn", + "OperationId": "group.site.termStore.set.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "relation-id", "Location": "Path" }, { @@ -283921,19 +260742,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/columns/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.column_GetCount", + "OperationId": "group.site.termStore.set.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { @@ -283949,19 +260774,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_ListContentType", + "OperationId": "group.site.termStore.set_ListTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { @@ -284001,19 +260830,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_CreateContentType", + "OperationId": "group.site.termStore.set_CreateTerm", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" } ] @@ -284021,23 +260854,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetContentType", + "OperationId": "group.site.termStore.set_GetTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", "Location": "Path" }, { @@ -284053,23 +260890,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_UpdateContentType", + "OperationId": "group.site.termStore.set_UpdateTerm", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", "Location": "Path" } ] @@ -284077,23 +260918,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_DeleteContentType", + "OperationId": "group.site.termStore.set_DeleteTerm", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", "Location": "Path" }, { @@ -284105,25 +260950,53 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_GetBase", + "OperationId": "group.site.termStore.set.term_ListChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -284137,48 +261010,60 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_ListBaseType", - "Method": "Get", + "OperationId": "group.site.termStore.set.term_CreateChild", + "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, + "Name": "term-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.term_GetChild", + "Method": "Get", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { "Name": "$select", @@ -284193,91 +261078,99 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_GetBaseType", - "Method": "Get", + "OperationId": "group.site.termStore.set.term_UpdateChild", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType.baseType_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.term_DeleteChild", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_ListColumnLink", + "OperationId": "group.site.termStore.set.term.child_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -284317,23 +261210,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_CreateColumnLink", + "OperationId": "group.site.termStore.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -284341,27 +261242,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_GetColumnLink", + "OperationId": "group.site.termStore.set.term.child_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -284377,27 +261286,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_UpdateColumnLink", + "OperationId": "group.site.termStore.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -284405,27 +261322,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_DeleteColumnLink", + "OperationId": "group.site.termStore.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -284437,31 +261362,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType.columnLink_GetCount", + "OperationId": "group.site.termStore.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$search", + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -284469,48 +261406,36 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_ListColumnPosition", + "OperationId": "group.site.termStore.set.term.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -284525,27 +261450,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_GetColumnPosition", + "OperationId": "group.site.termStore.set.term.child.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -284561,23 +261494,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType.columnPosition_GetCount", + "OperationId": "group.site.termStore.set.term.child.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -284593,48 +261534,32 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_ListColumn", + "OperationId": "group.site.termStore.set.term.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { "Name": "$select", @@ -284649,147 +261574,155 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_CreateColumn", - "Method": "Post", + "OperationId": "group.site.termStore.set.term.child_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_GetColumn", + "OperationId": "group.site.termStore.set.term_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.contentType_UpdateColumn", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_DeleteColumn", - "Method": "Delete", + "OperationId": "group.site.termStore.set.term_CreateRelation", + "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "term-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType.column_GetSourceColumn", + "OperationId": "group.site.termStore.set.term_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "columnDefinition-id", + "Name": "relation-id", "Location": "Path" }, { @@ -284805,179 +261738,147 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType.column_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.term_UpdateRelation", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_associateGraphWPreHubSite", - "Method": "Post", + "OperationId": "group.site.termStore.set.term_DeleteRelation", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.contentType_copyToDefaultContentLocation", - "Method": "Post", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_isPublished", + "OperationId": "group.site.termStore.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.publish", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.contentType_publish", - "Method": "Post", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_unpublish", - "Method": "Post", + "OperationId": "group.site.termStore.set.term.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.contentType_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -284985,68 +261886,68 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopy", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_addCopy", - "Method": "Post", + "OperationId": "group.site.termStore.set.term.relation_GetToTerm", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.contentType_addCopyFromContentTypeHub", - "Method": "Post", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.contentType_getCompatibleHubContentType", + "OperationId": "group.site.termStore.set.term.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$search", @@ -285055,41 +261956,33 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/createdByUser", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetCreatedGraphBPreUser", + "OperationId": "group.site.termStore.set.term_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -285105,27 +261998,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "group.site.termStore.set.term_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -285133,39 +262030,47 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.termStore.set_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/termStores", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site_ListTermStore", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { @@ -285205,27 +262110,51 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site_CreateTermStore", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_GetTermStore", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -285233,47 +262162,75 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/drive", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetDrive", - "Method": "Get", + "OperationId": "group.site_UpdateTermStore", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_DeleteTermStore", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_ListItem", + "OperationId": "group.site.termStore_ListGroup", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { @@ -285313,19 +262270,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_CreateItem", + "OperationId": "group.site.termStore_CreateGroup", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" } ] @@ -285333,23 +262294,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetItem", + "OperationId": "group.site.termStore_GetGroup", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" }, { @@ -285365,23 +262330,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_UpdateItem", + "OperationId": "group.site.termStore_UpdateGroup", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" } ] @@ -285389,23 +262358,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_DeleteItem", + "OperationId": "group.site.termStore_DeleteGroup", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" }, { @@ -285417,25 +262390,53 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetAnalytic", + "OperationId": "group.site.termStore.group_ListSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -285449,55 +262450,59 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetCreatedGraphBPreUser", - "Method": "Get", + "OperationId": "group.site.termStore.group_CreateSet", + "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "group.site.termStore.group_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -285513,23 +262518,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.createdGraphBPreUser_UpdateMailboxSetting", + "OperationId": "group.site.termStore.group_UpdateSet", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -285537,111 +262550,67 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "group.site.termStore.group_DeleteSet", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.termStore.group.set_ListChild", "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.item_ListDocumentSetVersion", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "set-id", "Location": "Path" }, { @@ -285681,23 +262650,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_CreateDocumentSetVersion", + "OperationId": "group.site.termStore.group.set_CreateChild", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -285705,27 +262682,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetDocumentSetVersion", + "OperationId": "group.site.termStore.group.set_GetChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -285741,27 +262726,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_UpdateDocumentSetVersion", + "OperationId": "group.site.termStore.group.set_UpdateChild", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -285769,27 +262762,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_DeleteDocumentSetVersion", + "OperationId": "group.site.termStore.group.set_DeleteChild", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -285801,29 +262802,61 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.documentSetVersion_GetField", + "OperationId": "group.site.termStore.group.set.child_ListChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -285837,27 +262870,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.documentSetVersion_UpdateField", - "Method": "Patch", + "OperationId": "group.site.termStore.group.set.child_CreateChild", + "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -285865,59 +262906,87 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.documentSetVersion_DeleteField", - "Method": "Delete", + "OperationId": "group.site.termStore.group.set.child_GetChild", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.documentSetVersion_restore", - "Method": "Post", + "OperationId": "group.site.termStore.group.set.child_UpdateChild", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -285925,57 +262994,109 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.documentSetVersion_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.group.set.child_DeleteChild", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetDriveItem", + "OperationId": "group.site.termStore.group.set.child_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -285989,51 +263110,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetDriveItemContent", - "Method": "Get", + "OperationId": "group.site.termStore.group.set.child_CreateRelation", + "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$format", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.item_SetDriveItemContent", - "Method": "Put", - "Parameters": [ + "Name": "group-id1", + "Location": "Path" + }, { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "term-id1", "Location": "Path" } ] @@ -286041,23 +263150,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetField", + "OperationId": "group.site.termStore.group.set.child_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -286073,23 +263202,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_UpdateField", + "OperationId": "group.site.termStore.group.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -286097,23 +263246,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_DeleteField", + "OperationId": "group.site.termStore.group.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -286125,23 +263294,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetLastModifiedGraphBPreUser", + "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -286157,104 +263346,96 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "group.site.termStore.group.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ + "Name": "set-id", + "Location": "Path" + }, { - "Name": "site-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -286269,109 +263450,93 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.termStore.group.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.createLink", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.item_createLink", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval()", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_getActivitiesGraphBPreInterval", + "OperationId": "group.site.termStore.group.set.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -286381,45 +263546,37 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_getActivitiesGraphBPreInterval", + "OperationId": "group.site.termStore.group.set.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "group-id1", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "set-id", "Location": "Path" }, { - "Name": "interval", + "Name": "term-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -286427,45 +263584,41 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_ListVersion", + "OperationId": "group.site.termStore.group.set.child_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -286505,23 +263658,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_CreateVersion", + "OperationId": "group.site.termStore.group.set.child_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -286529,27 +263694,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_GetVersion", + "OperationId": "group.site.termStore.group.set.child_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -286565,27 +263742,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_UpdateVersion", + "OperationId": "group.site.termStore.group.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id1", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "relation-id", "Location": "Path" } ] @@ -286593,27 +263782,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_DeleteVersion", + "OperationId": "group.site.termStore.group.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -286625,27 +263826,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.version_GetField", + "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -286661,111 +263874,131 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.version_UpdateField", - "Method": "Patch", + "OperationId": "group.site.termStore.group.set.child.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "group-id1", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.item.version_DeleteField", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.version_restoreVersion", - "Method": "Post", + "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item.version_GetCount", + "OperationId": "group.site.termStore.group.set.child.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -286781,49 +264014,41 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_delta", + "OperationId": "group.site.termStore.group.set.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -286833,32 +264058,32 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=\u0027{token}\u0027)", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.item_delta", + "OperationId": "group.site.termStore.group.set.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "token", + "Name": "store-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { "Name": "$search", @@ -286867,41 +264092,37 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetLastModifiedGraphBPreUser", + "OperationId": "group.site.termStore.group.set_GetParentGroup", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -286917,67 +264138,99 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "group.site.termStore.group.set_UpdateParentGroup", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "set-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.termStore.group.set_DeleteParentGroup", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.termStore.group.set_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -287017,123 +264270,187 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.group.set_CreateRelation", + "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_ListOperation", + "OperationId": "group.site.termStore.group.set_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.group.set_UpdateRelation", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_CreateOperation", - "Method": "Post", + "OperationId": "group.site.termStore.group.set_DeleteRelation", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetOperation", + "OperationId": "group.site.termStore.group.set.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -287149,71 +264466,119 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_UpdateOperation", - "Method": "Patch", + "OperationId": "group.site.termStore.group.set.relation_GetSet", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_DeleteOperation", - "Method": "Delete", + "OperationId": "group.site.termStore.group.set.relation_GetToTerm", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.operation_GetCount", + "OperationId": "group.site.termStore.group.set.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -287229,19 +264594,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_ListSubscription", + "OperationId": "group.site.termStore.group.set_ListTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -287281,19 +264658,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_CreateSubscription", + "OperationId": "group.site.termStore.group.set_CreateTerm", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -287301,23 +264690,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetSubscription", + "OperationId": "group.site.termStore.group.set_GetTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -287333,143 +264734,111 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_UpdateSubscription", + "OperationId": "group.site.termStore.group.set_UpdateTerm", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "subscription-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_DeleteSubscription", - "Method": "Delete", - "Parameters": [ - { - "Name": "site-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list.subscription_reauthorize", - "Method": "Post", + "OperationId": "group.site.termStore.group.set_DeleteTerm", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "list-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.subscription_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "list-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/lists/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.list_GetCount", + "OperationId": "group.site.termStore.group.set.term_ListChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getActivitiesByInterval()", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_getActivitiesGraphBPreInterval", - "Method": "Get", - "Parameters": [ + "Name": "group-id1", + "Location": "Path" + }, { - "Name": "site-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -287493,11 +264862,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -287509,109 +264878,81 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "group.site.termStore.group.set.term_CreateChild", + "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "site-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "store-id", "Location": "Path" }, { - "Name": "interval", + "Name": "group-id1", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_getApplicableContentTypesGraphFPreList", + "OperationId": "group.site.termStore.group.set.term_GetChild", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "listId", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -287621,87 +264962,79 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_getGraphBPrePath", - "Method": "Get", + "OperationId": "group.site.termStore.group.set.term_UpdateChild", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetAnalytic", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "path", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_UpdateAnalytic", - "Method": "Patch", + "OperationId": "group.site.termStore.group.set.term_DeleteChild", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_DeleteAnalytic", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "path", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -287713,19 +265046,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListColumn", + "OperationId": "group.site.termStore.group.set.term.child_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -287765,19 +265118,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateColumn", + "OperationId": "group.site.termStore.group.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -287785,44 +265158,44 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListContentType", + "OperationId": "group.site.termStore.group.set.term.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -287837,144 +265210,136 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateContentType", - "Method": "Post", + "OperationId": "group.site.termStore.group.set.term.child_UpdateRelation", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drive", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetDrive", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "path", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drives", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListDrive", - "Method": "Get", + "OperationId": "group.site.termStore.group.set.term.child_DeleteRelation", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/externalColumns", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListExternalColumn", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -287989,44 +265354,44 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListList", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -288041,69 +265406,49 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateList", - "Method": "Post", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "path", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval()", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_getActivitiesGraphBPreInterval", - "Method": "Get", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "store-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -288113,40 +265458,40 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_getActivitiesGraphBPreInterval", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "store-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "group-id1", "Location": "Path" }, { - "Name": "interval", + "Name": "set-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { "Name": "$search", @@ -288155,75 +265500,51 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_getApplicableContentTypesGraphFPreList", + "OperationId": "group.site.termStore.group.set.term.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "listId", + "Name": "store-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -288233,51 +265554,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListOperation", + "OperationId": "group.site.termStore.group.set.term.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -288285,39 +265598,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateOperation", - "Method": "Post", + "OperationId": "group.site.termStore.group.set.term_ListRelation", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListPage", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "path", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -288357,19 +265666,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreatePage", + "OperationId": "group.site.termStore.group.set.term_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -288377,44 +265702,40 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListPermission", + "OperationId": "group.site.termStore.group.set.term_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -288429,19 +265750,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreatePermission", - "Method": "Post", + "OperationId": "group.site.termStore.group.set.term_UpdateRelation", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -288449,71 +265790,83 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/sites", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListSite", - "Method": "Get", + "OperationId": "group.site.termStore.group.set.term_DeleteRelation", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetTermStore", + "OperationId": "group.site.termStore.group.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -288529,88 +265882,88 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_UpdateTermStore", - "Method": "Patch", + "OperationId": "group.site.termStore.group.set.term.relation_GetSet", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_DeleteTermStore", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "path", + "Name": "set-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStores", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListTermStore", + "OperationId": "group.site.termStore.group.set.term.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "path", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -288625,239 +265978,275 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStores", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateTermStore", - "Method": "Post", + "OperationId": "group.site.termStore.group.set.term.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "path", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.onenote.notebook_copyNotebook", - "Method": "Post", - "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_copyToNotebook", - "Method": "Post", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "group.site.termStore.group.set.term_GetSet", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section.page_copyToSection", - "Method": "Post", + "OperationId": "group.site.termStore.group.set.term_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "set-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "group.site.termStore.group.set_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section.page_preview", + "OperationId": "group.site.termStore.group_GetCount", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_copyToNotebook", - "Method": "Post", + "OperationId": "group.site.termStore_ListSet", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "store-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_copyToSectionGroup", + "OperationId": "group.site.termStore_CreateSet", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "store-id", "Location": "Path" } ] @@ -288865,55 +266254,63 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section.page_copyToSection", - "Method": "Post", + "OperationId": "group.site.termStore_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "set-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "group.site.termStore_UpdateSet", + "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "set-id", "Location": "Path" } ] @@ -288921,63 +266318,59 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section.page_preview", - "Method": "Get", + "OperationId": "group.site.termStore_DeleteSet", + "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.onenote.notebook_getNotebookFromWebUrl", - "Method": "Post", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_getRecentNotebook", + "OperationId": "group.site.termStore.set_ListChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "includePersonalNotebooks", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -288999,45 +266392,45 @@ { "Name": "$count", "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.page_copyToSection", + "OperationId": "group.site.termStore.set_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.onenote.page_onenotePatchContent", - "Method": "Post", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "set-id", "Location": "Path" } ] @@ -289045,43 +266438,71 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.page_preview", + "OperationId": "group.site.termStore.set_GetChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_copyToNotebook", - "Method": "Post", + "OperationId": "group.site.termStore.set_UpdateChild", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -289089,79 +266510,131 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "group.site.termStore.set_DeleteChild", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section.page_copyToSection", - "Method": "Post", + "OperationId": "group.site.termStore.set.child_ListChild", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section.page_onenotePatchContent", + "OperationId": "group.site.termStore.set.child_CreateChild", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "term-id", "Location": "Path" } ] @@ -289169,91 +266642,79 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.sectionGroup.section.page_preview", + "OperationId": "group.site.termStore.set.child_GetChild", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.onenote.section_copyToNotebook", - "Method": "Post", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "group.site.termStore.set.child_UpdateChild", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.onenote.section.page_copyToSection", - "Method": "Post", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "term-id1", "Location": "Path" } ] @@ -289261,63 +266722,75 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "group.site.termStore.set.child_DeleteChild", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.onenote.section.page_preview", + "OperationId": "group.site.termStore.set.child_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/operations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_ListOperation", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -289357,35 +266830,75 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/operations", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_CreateOperation", + "OperationId": "group.site.termStore.set.child_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetOperation", + "OperationId": "group.site.termStore.set.child_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -289401,19 +266914,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdateOperation", + "OperationId": "group.site.termStore.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -289421,19 +266954,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_DeleteOperation", + "OperationId": "group.site.termStore.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -289445,23 +266998,47 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/operations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.operation_GetCount", + "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -289469,40 +267046,40 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListPage", + "OperationId": "group.site.termStore.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -289517,35 +267094,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_CreatePage", - "Method": "Post", + "OperationId": "group.site.termStore.set.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_GetPage", - "Method": "Get", - "Parameters": [ + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -289561,63 +267142,79 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdatePage", - "Method": "Patch", + "OperationId": "group.site.termStore.set.child.relation_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_DeletePage", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page_GetCreatedGraphBPreUser", + "OperationId": "group.site.termStore.set.child_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -289633,27 +267230,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "group.site.termStore.set.child_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$select", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -289661,39 +267270,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.termStore.set.child_ListRelation", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.page.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "term-id", "Location": "Path" }, { @@ -289733,47 +267334,67 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.createdGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.child_CreateRelation", + "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page_GetLastModifiedGraphBPreUser", + "OperationId": "group.site.termStore.set.child_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -289789,92 +267410,112 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "group.site.termStore.set.child_UpdateRelation", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.termStore.set.child_DeleteRelation", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -289889,47 +267530,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.termStore.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_GetPageAsSitePage", - "Method": "Get", - "Parameters": [ + "Name": "set-id", + "Location": "Path" + }, { - "Name": "site-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "relation-id", "Location": "Path" }, { @@ -289945,19 +267574,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_GetCanvasLayout", + "OperationId": "group.site.termStore.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -289973,88 +267618,72 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_UpdateCanvasLayout", - "Method": "Patch", + "OperationId": "group.site.termStore.set.child.relation_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.pageAsSitePage_DeleteCanvasLayout", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_ListHorizontalSection", + "OperationId": "group.site.termStore.set.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", @@ -290069,43 +267698,63 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_CreateHorizontalSection", - "Method": "Post", + "OperationId": "group.site.termStore.set.child_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_GetHorizontalSection", + "OperationId": "group.site.termStore.set_GetParentGroup", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "set-id", "Location": "Path" }, { @@ -290121,23 +267770,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_UpdateHorizontalSection", + "OperationId": "group.site.termStore.set_UpdateParentGroup", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "set-id", "Location": "Path" } ] @@ -290145,23 +267798,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_DeleteHorizontalSection", + "OperationId": "group.site.termStore.set_DeleteParentGroup", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "set-id", "Location": "Path" }, { @@ -290173,23 +267830,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn", + "OperationId": "group.site.termStore.set.parentGroup_ListSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "set-id", "Location": "Path" }, { @@ -290229,23 +267890,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_CreateColumn", + "OperationId": "group.site.termStore.set.parentGroup_CreateSet", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "set-id", "Location": "Path" } ] @@ -290253,27 +267918,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn", + "OperationId": "group.site.termStore.set.parentGroup_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id1", "Location": "Path" }, { @@ -290289,27 +267958,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_UpdateColumn", + "OperationId": "group.site.termStore.set.parentGroup_UpdateSet", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id1", "Location": "Path" } ] @@ -290317,27 +267990,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_DeleteColumn", + "OperationId": "group.site.termStore.set.parentGroup_DeleteSet", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id1", "Location": "Path" }, { @@ -290349,27 +268026,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart", + "OperationId": "group.site.termStore.set.parentGroup.set_ListChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id1", "Location": "Path" }, { @@ -290409,27 +268090,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_CreateWebpart", + "OperationId": "group.site.termStore.set.parentGroup.set_CreateChild", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id1", "Location": "Path" } ] @@ -290437,31 +268122,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart", + "OperationId": "group.site.termStore.set.parentGroup.set_GetChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "term-id", "Location": "Path" }, { @@ -290477,31 +268166,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_UpdateWebpart", + "OperationId": "group.site.termStore.set.parentGroup.set_UpdateChild", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "term-id", "Location": "Path" } ] @@ -290509,31 +268202,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_DeleteWebpart", + "OperationId": "group.site.termStore.set.parentGroup.set_DeleteChild", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "term-id", "Location": "Path" }, { @@ -290545,60 +268242,44 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/microsoft.graph.getPositionOfWebPart", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.microsoft.graph.sitePage.canvasLayout.horizontalSection.column.webpart_getPositionGraphOPreWebPart", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.child_ListChild", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "webPart-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column.webpart_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "horizontalSection-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "horizontalSectionColumn-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -290607,85 +268288,97 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateChild", + "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_GetVerticalSection", - "Method": "Get", - "Parameters": [ + "Name": "set-id1", + "Location": "Path" + }, { - "Name": "site-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "term-id1", "Location": "Path" }, { @@ -290701,19 +268394,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_UpdateVerticalSection", + "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateChild", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -290721,19 +268434,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout_DeleteVerticalSection", + "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteChild", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -290745,19 +268478,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart", + "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -290797,19 +268550,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_CreateWebpart", + "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -290817,23 +268590,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -290849,23 +268642,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_UpdateWebpart", + "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -290873,23 +268686,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_DeleteWebpart", + "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "relation-id", "Location": "Path" }, { @@ -290901,71 +268734,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/microsoft.graph.getPositionOfWebPart", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.microsoft.graph.sitePage.canvasLayout.verticalSection.webpart_getPositionGraphOPreWebPart", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection.webpart_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.pageAsSitePage_GetCreatedGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "relation-id", "Location": "Path" }, { @@ -290981,92 +268786,96 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.pageAsSitePage.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ + "Name": "set-id1", + "Location": "Path" + }, { - "Name": "site-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -291081,19 +268890,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -291109,19 +268938,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_GetLastModifiedGraphBPreUser", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -291137,27 +268986,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$select", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -291165,39 +269030,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -291237,72 +269098,76 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", + "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_ListWebPart", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -291317,19 +269182,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_CreateWebPart", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", + "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -291337,135 +269222,187 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_GetWebPart", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage_UpdateWebPart", - "Method": "Patch", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.pageAsSitePage_DeleteWebPart", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}/microsoft.graph.getPositionOfWebPart", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page.microsoft.graph.sitePage.webPart_getPositionGraphOPreWebPart", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.pageAsSitePage.webPart_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$search", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -291473,17 +269410,37 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.page_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -291497,40 +269454,36 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/microsoft.graph.sitePage", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListPageAsSitePage", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", @@ -291545,17 +269498,33 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/pages/microsoft.graph.sitePage/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.Page_GetCountAsSitePage", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -291569,17 +269538,33 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListPermission", + "OperationId": "group.site.termStore.set.parentGroup.set_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -291617,35 +269602,67 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_CreatePermission", + "OperationId": "group.site.termStore.set.parentGroup.set_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/permissions/{permission-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetPermission", + "OperationId": "group.site.termStore.set.parentGroup.set_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -291661,19 +269678,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/permissions/{permission-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdatePermission", + "OperationId": "group.site.termStore.set.parentGroup.set_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -291681,19 +269714,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/permissions/{permission-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_DeletePermission", + "OperationId": "group.site.termStore.set.parentGroup.set_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -291705,43 +269754,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/permissions/{permission-id}/microsoft.graph.grant", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.permission_grant", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetFromTerm", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/permissions/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.permission_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -291749,40 +269798,36 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/sites", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListSite", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -291797,19 +269842,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/sites/{site-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetSite", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "site-id1", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -291825,47 +269886,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/sites/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_GetTermStore", - "Method": "Get", - "Parameters": [ + "Name": "set-id", + "Location": "Path" + }, { - "Name": "site-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -291873,51 +269926,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_UpdateTermStore", - "Method": "Patch", + "OperationId": "group.site.termStore.set.parentGroup.set_ListTerm", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_DeleteTermStore", - "Method": "Delete", - "Parameters": [ + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore_ListGroup", - "Method": "Get", - "Parameters": [ + "Name": "store-id", + "Location": "Path" + }, { - "Name": "site-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" }, { @@ -291957,35 +269990,67 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_CreateGroup", + "OperationId": "group.site.termStore.set.parentGroup.set_CreateTerm", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_GetGroup", + "OperationId": "group.site.termStore.set.parentGroup.set_GetTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -292001,19 +270066,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_UpdateGroup", + "OperationId": "group.site.termStore.set.parentGroup.set_UpdateTerm", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -292021,19 +270102,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_DeleteGroup", + "OperationId": "group.site.termStore.set.parentGroup.set_DeleteTerm", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -292045,19 +270142,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_ListSet", + "OperationId": "group.site.termStore.set.parentGroup.set.term_ListChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -292097,19 +270210,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_CreateSet", + "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateChild", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -292117,25 +270246,41 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_GetSet", + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetChild", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -292149,49 +270294,81 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_UpdateSet", + "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateChild", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_DeleteSet", + "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteChild", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -292201,25 +270378,41 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_ListChild", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -292257,53 +270450,85 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_CreateChild", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_GetChild", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -292317,57 +270542,89 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_UpdateChild", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_DeleteChild", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -292377,52 +270634,96 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_ListChild", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "term-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetSet", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -292437,53 +270738,85 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_CreateChild", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetChild", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "term-id", "Location": "Path" @@ -292493,11 +270826,11 @@ "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -292505,25 +270838,33 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_UpdateChild", - "Method": "Patch", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetSet", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "term-id", "Location": "Path" @@ -292531,25 +270872,37 @@ { "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -292557,35 +270910,43 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_ListRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.term_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -292593,11 +270954,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -292637,19 +270998,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_CreateRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -292657,11 +271022,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" } ] @@ -292669,19 +271034,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -292689,11 +271058,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -292713,19 +271082,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_UpdateRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -292733,11 +271106,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -292749,19 +271122,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_DeleteRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -292769,11 +271146,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -292789,19 +271166,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -292809,11 +271190,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -292833,19 +271214,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetSet", + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -292853,11 +271238,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -292877,19 +271262,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetToTerm", + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -292897,11 +271286,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -292921,19 +271310,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -292941,11 +271334,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -292961,19 +271354,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetSet", + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -292981,11 +271378,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -293001,19 +271398,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -293021,7 +271422,7 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { @@ -293037,19 +271438,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_ListRelation", + "OperationId": "group.site.termStore.set.parentGroup.set_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -293057,7 +271462,39 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set_ListRelation", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -293097,27 +271534,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_CreateRelation", + "OperationId": "group.site.termStore.set_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id", "Location": "Path" } ] @@ -293125,27 +271562,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetRelation", + "OperationId": "group.site.termStore.set_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id", "Location": "Path" }, { @@ -293165,27 +271602,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_UpdateRelation", + "OperationId": "group.site.termStore.set_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id", "Location": "Path" }, { @@ -293197,27 +271634,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_DeleteRelation", + "OperationId": "group.site.termStore.set_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id", "Location": "Path" }, { @@ -293233,27 +271670,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id", "Location": "Path" }, { @@ -293273,27 +271710,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetSet", + "OperationId": "group.site.termStore.set.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id", "Location": "Path" }, { @@ -293313,27 +271750,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetToTerm", + "OperationId": "group.site.termStore.set.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id", "Location": "Path" }, { @@ -293353,19 +271790,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetCount", + "OperationId": "group.site.termStore.set.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -293373,9 +271814,49 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set_ListTerm", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -293383,27 +271864,75 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetSet", - "Method": "Get", + "OperationId": "group.site.termStore.set_CreateTerm", + "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set_GetTerm", + "Method": "Get", + "Parameters": [ { "Name": "group-id", "Location": "Path" }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" @@ -293425,25 +271954,109 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set_UpdateTerm", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set_DeleteTerm", + "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.term_ListChild", + "Method": "Get", + "Parameters": [ { "Name": "group-id", "Location": "Path" }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -293451,31 +272064,91 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_GetParentGroup", - "Method": "Get", + "OperationId": "group.site.termStore.set.term_CreateChild", + "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.term_GetChild", + "Method": "Get", + "Parameters": [ { "Name": "group-id", "Location": "Path" }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -293489,49 +272162,73 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_UpdateParentGroup", + "OperationId": "group.site.termStore.set.term_UpdateChild", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_DeleteParentGroup", + "OperationId": "group.site.termStore.set.term_DeleteChild", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -293541,25 +272238,37 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_ListRelation", + "OperationId": "group.site.termStore.set.term.child_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -293597,49 +272306,73 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_CreateRelation", + "OperationId": "group.site.termStore.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_GetRelation", + "OperationId": "group.site.termStore.set.term.child_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" @@ -293657,25 +272390,37 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_UpdateRelation", + "OperationId": "group.site.termStore.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" @@ -293685,57 +272430,177 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_DeleteRelation", + "OperationId": "group.site.termStore.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.term.child.relation_GetFromTerm", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.term.child.relation_GetSet", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.term.child.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" @@ -293753,19 +272618,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.relation_GetSet", + "OperationId": "group.site.termStore.set.term.child.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -293773,15 +272642,19 @@ "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$select", + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -293789,19 +272662,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.relation_GetToTerm", + "OperationId": "group.site.termStore.set.term.child_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -293809,7 +272686,11 @@ "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -293825,25 +272706,33 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.relation_GetCount", + "OperationId": "group.site.termStore.set.term.child_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -293857,25 +272746,33 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_ListTerm", + "OperationId": "group.site.termStore.set.term_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -293913,43 +272810,55 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_CreateTerm", + "OperationId": "group.site.termStore.set.term_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_GetTerm", + "OperationId": "group.site.termStore.set.term_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -293960,6 +272869,10 @@ "Name": "term-id", "Location": "Path" }, + { + "Name": "relation-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -293973,19 +272886,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_UpdateTerm", + "OperationId": "group.site.termStore.set.term_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -293995,25 +272912,33 @@ { "Name": "term-id", "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_DeleteTerm", + "OperationId": "group.site.termStore.set.term_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -294024,6 +272949,10 @@ "Name": "term-id", "Location": "Path" }, + { + "Name": "relation-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -294033,19 +272962,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_ListChild", + "OperationId": "group.site.termStore.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -294057,28 +272990,8 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -294093,19 +273006,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_CreateChild", - "Method": "Post", + "OperationId": "group.site.termStore.set.term.relation_GetSet", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -294115,25 +273032,41 @@ { "Name": "term-id", "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_GetChild", + "OperationId": "group.site.termStore.set.term.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -294145,7 +273078,7 @@ "Location": "Path" }, { - "Name": "term-id1", + "Name": "relation-id", "Location": "Path" }, { @@ -294161,19 +273094,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_UpdateChild", - "Method": "Patch", + "OperationId": "group.site.termStore.set.term.relation_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -294185,27 +273122,35 @@ "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.termStore.set.term_GetSet", + "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { @@ -294217,53 +273162,41 @@ "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_ListRelation", + "OperationId": "group.site.termStore.set.term_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "set-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -294271,97 +273204,65 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_CreateRelation", - "Method": "Post", + "OperationId": "group.site.termStore.set_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "site-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStores/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_GetRelation", + "OperationId": "group.site.termStore_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -294369,87 +273270,79 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_UpdateRelation", - "Method": "Patch", + "OperationId": "group.site_GetCount", + "Method": "Get", "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_DeleteRelation", - "Method": "Delete", + "OperationId": "site_ListSite", + "Method": "Get", "Parameters": [ { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child.relation_GetFromTerm", + "OperationId": "site_GetSite", "Method": "Get", "Parameters": [ { @@ -294457,23 +273350,43 @@ "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_UpdateSite", + "Method": "Patch", + "Parameters": [ { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/analytics", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_GetAnalytic", + "Method": "Get", + "Parameters": [ { - "Name": "relation-id", + "Name": "site-id", "Location": "Path" }, { @@ -294489,35 +273402,51 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child.relation_GetSet", - "Method": "Get", + "OperationId": "site_UpdateAnalytic", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/analytics", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_DeleteAnalytic", + "Method": "Delete", + "Parameters": [ { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/analytics/allTime", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.analytic_GetAllTime", + "Method": "Get", + "Parameters": [ { - "Name": "relation-id", + "Name": "site-id", "Location": "Path" }, { @@ -294533,11 +273462,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/analytics/itemActivityStats", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child.relation_GetToTerm", + "OperationId": "site.analytic_ListItemActivityStat", "Method": "Get", "Parameters": [ { @@ -294545,24 +273474,28 @@ "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -294577,51 +273510,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/sites/{site-id}/analytics/itemActivityStats", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child.relation_GetCount", - "Method": "Get", + "OperationId": "site.analytic_CreateItemActivityStat", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_GetSet", + "OperationId": "site.analytic_GetItemActivityStat", "Method": "Get", "Parameters": [ { @@ -294629,19 +273538,7 @@ "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -294657,47 +273554,55 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_GetCount", - "Method": "Get", + "OperationId": "site.analytic_UpdateItemActivityStat", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "itemActivityStat-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.analytic_DeleteItemActivityStat", + "Method": "Delete", + "Parameters": [ { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_ListRelation", + "OperationId": "site.analytic.itemActivityStat_ListActivity", "Method": "Get", "Parameters": [ { @@ -294705,15 +273610,7 @@ "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -294753,11 +273650,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_CreateRelation", + "OperationId": "site.analytic.itemActivityStat_CreateActivity", "Method": "Post", "Parameters": [ { @@ -294765,15 +273662,7 @@ "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "itemActivityStat-id", "Location": "Path" } ] @@ -294781,11 +273670,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_GetRelation", + "OperationId": "site.analytic.itemActivityStat_GetActivity", "Method": "Get", "Parameters": [ { @@ -294793,19 +273682,11 @@ "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "itemActivity-id", "Location": "Path" }, { @@ -294821,11 +273702,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_UpdateRelation", + "OperationId": "site.analytic.itemActivityStat_UpdateActivity", "Method": "Patch", "Parameters": [ { @@ -294833,19 +273714,11 @@ "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "itemActivity-id", "Location": "Path" } ] @@ -294853,11 +273726,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_DeleteRelation", + "OperationId": "site.analytic.itemActivityStat_DeleteActivity", "Method": "Delete", "Parameters": [ { @@ -294865,19 +273738,11 @@ "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "itemActivity-id", "Location": "Path" }, { @@ -294889,11 +273754,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.relation_GetFromTerm", + "OperationId": "site.analytic.itemActivityStat.activity_GetDriveItem", "Method": "Get", "Parameters": [ { @@ -294901,19 +273766,11 @@ "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "itemActivity-id", "Location": "Path" }, { @@ -294929,11 +273786,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.relation_GetSet", + "OperationId": "site.analytic.itemActivityStat.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ { @@ -294941,39 +273798,51 @@ "Location": "Path" }, { - "Name": "group-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "itemActivity-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, + "Name": "$format", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.analytic.itemActivityStat.activity_SetDriveItemContent", + "Method": "Put", + "Parameters": [ { - "Name": "relation-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.relation_GetToTerm", + "OperationId": "site.analytic.itemActivityStat.activity_GetCount", "Method": "Get", "Parameters": [ { @@ -294981,19 +273850,55 @@ "Location": "Path" }, { - "Name": "group-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/analytics/itemActivityStats/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.analytic.itemActivityStat_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/analytics/lastSevenDays", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.analytic_GetLastSevenDay", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { @@ -295009,11 +273914,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "Path": "/sites/{site-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.relation_GetCount", + "OperationId": "site_ListColumn", "Method": "Get", "Parameters": [ { @@ -295021,16 +273926,12 @@ "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -295039,33 +273940,57 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "Path": "/sites/{site-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_GetSet", - "Method": "Get", + "OperationId": "site_CreateColumn", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/columns/{columnDefinition-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_GetColumn", + "Method": "Get", + "Parameters": [ { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -295081,43 +274006,55 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", + "Path": "/sites/{site-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_GetCount", - "Method": "Get", + "OperationId": "site_UpdateColumn", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "columnDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/columns/{columnDefinition-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_DeleteColumn", + "Method": "Delete", + "Parameters": [ { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "columnDefinition-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", + "Path": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_GetCount", + "OperationId": "site.column_GetSourceColumn", "Method": "Get", "Parameters": [ { @@ -295125,15 +274062,15 @@ "Location": "Path" }, { - "Name": "group-id", + "Name": "columnDefinition-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -295141,11 +274078,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/groups/$count", + "Path": "/sites/{site-id}/columns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_GetCount", + "OperationId": "site.column_GetCount", "Method": "Get", "Parameters": [ { @@ -295165,11 +274102,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets", + "Path": "/sites/{site-id}/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_ListSet", + "OperationId": "site_ListContentType", "Method": "Get", "Parameters": [ { @@ -295213,11 +274150,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets", + "Path": "/sites/{site-id}/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_CreateSet", + "OperationId": "site_CreateContentType", "Method": "Post", "Parameters": [ { @@ -295229,11 +274166,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_GetSet", + "OperationId": "site_GetContentType", "Method": "Get", "Parameters": [ { @@ -295241,7 +274178,7 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -295257,11 +274194,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_UpdateSet", + "OperationId": "site_UpdateContentType", "Method": "Patch", "Parameters": [ { @@ -295269,7 +274206,7 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -295277,11 +274214,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_DeleteSet", + "OperationId": "site_DeleteContentType", "Method": "Delete", "Parameters": [ { @@ -295289,7 +274226,7 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -295301,11 +274238,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/base", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_ListChild", + "OperationId": "site.contentType_GetBase", "Method": "Get", "Parameters": [ { @@ -295313,7 +274250,35 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.contentType_ListBaseType", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -295353,31 +274318,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set_CreateChild", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_GetChild", + "OperationId": "site.contentType_GetBaseType", "Method": "Get", "Parameters": [ { @@ -295385,11 +274330,11 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "contentType-id1", "Location": "Path" }, { @@ -295405,63 +274350,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set_UpdateChild", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_DeleteChild", - "Method": "Delete", + "OperationId": "site.contentType.baseType_GetCount", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_ListChild", + "OperationId": "site.contentType_ListColumnLink", "Method": "Get", "Parameters": [ { @@ -295469,11 +274390,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -295513,11 +274430,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_CreateChild", + "OperationId": "site.contentType_CreateColumnLink", "Method": "Post", "Parameters": [ { @@ -295525,11 +274442,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -295537,11 +274450,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetChild", + "OperationId": "site.contentType_GetColumnLink", "Method": "Get", "Parameters": [ { @@ -295549,15 +274462,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "columnLink-id", "Location": "Path" }, { @@ -295573,11 +274482,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_UpdateChild", + "OperationId": "site.contentType_UpdateColumnLink", "Method": "Patch", "Parameters": [ { @@ -295585,15 +274494,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "columnLink-id", "Location": "Path" } ] @@ -295601,11 +274506,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_DeleteChild", + "OperationId": "site.contentType_DeleteColumnLink", "Method": "Delete", "Parameters": [ { @@ -295613,15 +274518,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "columnLink-id", "Location": "Path" }, { @@ -295633,11 +274534,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_ListRelation", + "OperationId": "site.contentType.columnLink_GetCount", "Method": "Get", "Parameters": [ { @@ -295645,15 +274546,35 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.contentType_ListColumnPosition", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "contentType-id", "Location": "Path" }, { @@ -295693,39 +274614,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_CreateRelation", - "Method": "Post", + "OperationId": "site.contentType_GetColumnPosition", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "columnDefinition-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetRelation", + "OperationId": "site.contentType.columnPosition_GetCount", "Method": "Get", "Parameters": [ { @@ -295733,27 +274658,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -295761,79 +274674,83 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_UpdateRelation", - "Method": "Patch", + "OperationId": "site.contentType_ListColumn", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_DeleteRelation", - "Method": "Delete", + "OperationId": "site.contentType_CreateColumn", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "contentType-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetFromTerm", + "OperationId": "site.contentType_GetColumn", "Method": "Get", "Parameters": [ { @@ -295841,19 +274758,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -295869,51 +274778,63 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetSet", - "Method": "Get", + "OperationId": "site.contentType_UpdateColumn", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "columnDefinition-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.contentType_DeleteColumn", + "Method": "Delete", + "Parameters": [ { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "columnDefinition-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetToTerm", + "OperationId": "site.contentType.column_GetSourceColumn", "Method": "Get", "Parameters": [ { @@ -295921,19 +274842,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -295949,11 +274862,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetCount", + "OperationId": "site.contentType.column_GetCount", "Method": "Get", "Parameters": [ { @@ -295961,15 +274874,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "contentType-id", "Location": "Path" }, { @@ -295985,47 +274890,51 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetSet", - "Method": "Get", + "OperationId": "site.contentType_associateGraphWPreHubSite", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "contentType-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.contentType_copyToDefaultContentLocation", + "Method": "Post", + "Parameters": [ { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "contentType-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetCount", + "OperationId": "site.contentType_isPublished", "Method": "Get", "Parameters": [ { @@ -296033,87 +274942,39 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.publish", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_ListRelation", - "Method": "Get", + "OperationId": "site.contentType_publish", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", + "Path": "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_CreateRelation", + "OperationId": "site.contentType_unpublish", "Method": "Post", "Parameters": [ { @@ -296121,11 +274982,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -296133,11 +274990,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/contentTypes/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetRelation", + "OperationId": "site.contentType_GetCount", "Method": "Get", "Parameters": [ { @@ -296145,23 +275002,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -296169,71 +275014,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/contentTypes/microsoft.graph.addCopy", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_UpdateRelation", - "Method": "Patch", + "OperationId": "site.contentType_addCopy", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_DeleteRelation", - "Method": "Delete", + "OperationId": "site.contentType_addCopyFromContentTypeHub", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetFromTerm", + "OperationId": "site.contentType_getCompatibleHubContentType", "Method": "Get", "Parameters": [ { @@ -296241,21 +275058,33 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -296265,29 +275094,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/drive", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetSet", + "OperationId": "site_GetDrive", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -296301,11 +275118,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/drives", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetToTerm", + "OperationId": "site_ListDrive", "Method": "Get", "Parameters": [ { @@ -296313,16 +275130,28 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -296337,11 +275166,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count", + "Path": "/sites/{site-id}/drives/{drive-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetCount", + "OperationId": "site_GetDrive", "Method": "Get", "Parameters": [ { @@ -296349,19 +275178,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -296369,11 +275194,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set", + "Path": "/sites/{site-id}/drives/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetSet", + "OperationId": "site.drive_GetCount", "Method": "Get", "Parameters": [ { @@ -296381,19 +275206,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -296401,11 +275218,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/$count", + "Path": "/sites/{site-id}/externalColumns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetCount", + "OperationId": "site_ListExternalColumn", "Method": "Get", "Parameters": [ { @@ -296413,8 +275230,12 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -296423,26 +275244,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set_GetParentGroup", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -296457,65 +275266,69 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Path": "/sites/{site-id}/externalColumns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_UpdateParentGroup", - "Method": "Patch", + "OperationId": "site_GetExternalColumn", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "columnDefinition-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Path": "/sites/{site-id}/externalColumns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_DeleteParentGroup", - "Method": "Delete", + "OperationId": "site.externalColumn_GetCount", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Path": "/sites/{site-id}/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup_ListSet", + "OperationId": "site_ListList", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "set-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -296553,31 +275366,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Path": "/sites/{site-id}/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup_CreateSet", + "OperationId": "site_CreateList", "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/sites/{site-id}/lists/{list-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup_GetSet", + "OperationId": "site_GetList", "Method": "Get", "Parameters": [ { @@ -296585,11 +275394,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { @@ -296605,11 +275410,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/sites/{site-id}/lists/{list-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup_UpdateSet", + "OperationId": "site_UpdateList", "Method": "Patch", "Parameters": [ { @@ -296617,11 +275422,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" } ] @@ -296629,11 +275430,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/sites/{site-id}/lists/{list-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup_DeleteSet", + "OperationId": "site_DeleteList", "Method": "Delete", "Parameters": [ { @@ -296641,11 +275442,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { @@ -296657,11 +275454,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Path": "/sites/{site-id}/lists/{list-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_ListChild", + "OperationId": "site.list_ListColumn", "Method": "Get", "Parameters": [ { @@ -296669,11 +275466,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { @@ -296713,11 +275506,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Path": "/sites/{site-id}/lists/{list-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_CreateChild", + "OperationId": "site.list_CreateColumn", "Method": "Post", "Parameters": [ { @@ -296725,11 +275518,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" } ] @@ -296737,11 +275526,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_GetChild", + "OperationId": "site.list_GetColumn", "Method": "Get", "Parameters": [ { @@ -296749,15 +275538,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -296773,11 +275558,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_UpdateChild", + "OperationId": "site.list_UpdateColumn", "Method": "Patch", "Parameters": [ { @@ -296785,59 +275570,83 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "columnDefinition-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list_DeleteColumn", + "Method": "Delete", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_DeleteChild", - "Method": "Delete", + "OperationId": "site.list.column_GetSourceColumn", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "columnDefinition-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Path": "/sites/{site-id}/lists/{list-id}/columns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_ListChild", + "OperationId": "site.list.column_GetCount", "Method": "Get", "Parameters": [ { @@ -296845,15 +275654,35 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list_ListContentType", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { @@ -296893,11 +275722,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_CreateChild", + "OperationId": "site.list_CreateContentType", "Method": "Post", "Parameters": [ { @@ -296905,15 +275734,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" } ] @@ -296921,11 +275742,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetChild", + "OperationId": "site.list_GetContentType", "Method": "Get", "Parameters": [ { @@ -296933,19 +275754,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "contentType-id", "Location": "Path" }, { @@ -296961,11 +275774,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_UpdateChild", + "OperationId": "site.list_UpdateContentType", "Method": "Patch", "Parameters": [ { @@ -296973,19 +275786,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "contentType-id", "Location": "Path" } ] @@ -296993,11 +275798,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_DeleteChild", + "OperationId": "site.list_DeleteContentType", "Method": "Delete", "Parameters": [ { @@ -297005,19 +275810,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "contentType-id", "Location": "Path" }, { @@ -297029,11 +275826,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_ListRelation", + "OperationId": "site.list.contentType_GetBase", "Method": "Get", "Parameters": [ { @@ -297041,19 +275838,43 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.contentType_ListBaseType", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -297093,43 +275914,47 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_CreateRelation", - "Method": "Post", + "OperationId": "site.list.contentType_GetBaseType", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "contentType-id1", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetRelation", + "OperationId": "site.list.contentType.baseType_GetCount", "Method": "Get", "Parameters": [ { @@ -297137,31 +275962,19 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -297169,87 +275982,91 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_UpdateRelation", - "Method": "Patch", + "OperationId": "site.list.contentType_ListColumnLink", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_DeleteRelation", - "Method": "Delete", + "OperationId": "site.list.contentType_CreateColumnLink", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "contentType-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetFromTerm", + "OperationId": "site.list.contentType_GetColumnLink", "Method": "Get", "Parameters": [ { @@ -297257,87 +276074,95 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "columnLink-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.contentType_UpdateColumnLink", + "Method": "Patch", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "columnLink-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetSet", - "Method": "Get", + "OperationId": "site.list.contentType_DeleteColumnLink", + "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "columnLink-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "OperationId": "site.list.contentType.columnLink_GetCount", "Method": "Get", "Parameters": [ { @@ -297345,31 +276170,19 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -297377,11 +276190,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetCount", + "OperationId": "site.list.contentType_ListColumnPosition", "Method": "Get", "Parameters": [ { @@ -297389,20 +276202,20 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -297411,17 +276224,33 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetSet", + "OperationId": "site.list.contentType_GetColumnPosition", "Method": "Get", "Parameters": [ { @@ -297429,19 +276258,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -297457,11 +276282,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetCount", + "OperationId": "site.list.contentType.columnPosition_GetCount", "Method": "Get", "Parameters": [ { @@ -297469,15 +276294,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -297493,11 +276314,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_ListRelation", + "OperationId": "site.list.contentType_ListColumn", "Method": "Get", "Parameters": [ { @@ -297505,15 +276326,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -297553,11 +276370,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_CreateRelation", + "OperationId": "site.list.contentType_CreateColumn", "Method": "Post", "Parameters": [ { @@ -297565,15 +276382,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -297581,11 +276394,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetRelation", + "OperationId": "site.list.contentType_GetColumn", "Method": "Get", "Parameters": [ { @@ -297593,19 +276406,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -297621,11 +276430,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_UpdateRelation", + "OperationId": "site.list.contentType_UpdateColumn", "Method": "Patch", "Parameters": [ { @@ -297633,19 +276442,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -297653,11 +276458,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_DeleteRelation", + "OperationId": "site.list.contentType_DeleteColumn", "Method": "Delete", "Parameters": [ { @@ -297665,19 +276470,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -297689,11 +276490,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetFromTerm", + "OperationId": "site.list.contentType.column_GetSourceColumn", "Method": "Get", "Parameters": [ { @@ -297701,19 +276502,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -297729,11 +276526,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetSet", + "OperationId": "site.list.contentType.column_GetCount", "Method": "Get", "Parameters": [ { @@ -297741,27 +276538,19 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -297769,51 +276558,59 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "site.list.contentType_associateGraphWPreHubSite", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "contentType-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.contentType_copyToDefaultContentLocation", + "Method": "Post", + "Parameters": [ { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetCount", + "OperationId": "site.list.contentType_isPublished", "Method": "Get", "Parameters": [ { @@ -297821,59 +276618,87 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "contentType-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.publish", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.contentType_publish", + "Method": "Post", + "Parameters": [ { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetSet", - "Method": "Get", + "OperationId": "site.list.contentType_unpublish", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "contentType-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.contentType_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -297881,43 +276706,51 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopy", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetCount", - "Method": "Get", + "OperationId": "site.list.contentType_addCopy", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.contentType_addCopyFromContentTypeHub", + "Method": "Post", + "Parameters": [ { - "Name": "set-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "list-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Path": "/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_ListRelation", + "OperationId": "site.list.contentType_getCompatibleHubContentType", "Method": "Get", "Parameters": [ { @@ -297925,11 +276758,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { @@ -297953,11 +276782,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -297969,35 +276798,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_CreateRelation", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_GetRelation", + "OperationId": "site.list_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -298005,15 +276810,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "list-id", "Location": "Path" }, { @@ -298029,71 +276826,59 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_UpdateRelation", - "Method": "Patch", + "OperationId": "site.list.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_DeleteRelation", - "Method": "Delete", + "OperationId": "site.list.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "list-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.relation_GetFromTerm", + "OperationId": "site.list.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -298101,52 +276886,32 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -298161,11 +276926,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.relation_GetToTerm", + "OperationId": "site.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -298173,23 +276938,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -298197,11 +276954,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Path": "/sites/{site-id}/lists/{list-id}/drive", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.relation_GetCount", + "OperationId": "site.list_GetDrive", "Method": "Get", "Parameters": [ { @@ -298209,19 +276966,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -298229,11 +276982,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Path": "/sites/{site-id}/lists/{list-id}/items", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_ListTerm", + "OperationId": "site.list_ListItem", "Method": "Get", "Parameters": [ { @@ -298241,11 +276994,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { @@ -298285,11 +277034,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Path": "/sites/{site-id}/lists/{list-id}/items", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_CreateTerm", + "OperationId": "site.list_CreateItem", "Method": "Post", "Parameters": [ { @@ -298297,11 +277046,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" } ] @@ -298309,11 +277054,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_GetTerm", + "OperationId": "site.list_GetItem", "Method": "Get", "Parameters": [ { @@ -298321,15 +277066,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -298345,11 +277086,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_UpdateTerm", + "OperationId": "site.list_UpdateItem", "Method": "Patch", "Parameters": [ { @@ -298357,15 +277098,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -298373,11 +277110,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_DeleteTerm", + "OperationId": "site.list_DeleteItem", "Method": "Delete", "Parameters": [ { @@ -298385,15 +277122,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -298405,11 +277138,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_ListChild", + "OperationId": "site.list.item_GetAnalytic", "Method": "Get", "Parameters": [ { @@ -298417,41 +277150,13 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -298465,39 +277170,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_CreateChild", - "Method": "Post", + "OperationId": "site.list.item_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_GetChild", + "OperationId": "site.list.item.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -298505,19 +277214,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" }, { @@ -298533,11 +277234,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_UpdateChild", + "OperationId": "site.list.item.createdGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { @@ -298545,19 +277246,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" } ] @@ -298565,47 +277258,67 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_DeleteChild", - "Method": "Delete", + "OperationId": "site.list.item.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_ListRelation", + "OperationId": "site.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -298613,19 +277326,43 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.item_ListDocumentSetVersion", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -298665,11 +277402,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_CreateRelation", + "OperationId": "site.list.item_CreateDocumentSetVersion", "Method": "Post", "Parameters": [ { @@ -298677,19 +277414,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" } ] @@ -298697,11 +277426,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_GetRelation", + "OperationId": "site.list.item_GetDocumentSetVersion", "Method": "Get", "Parameters": [ { @@ -298709,23 +277438,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -298741,11 +277462,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_UpdateRelation", + "OperationId": "site.list.item_UpdateDocumentSetVersion", "Method": "Patch", "Parameters": [ { @@ -298753,23 +277474,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -298777,11 +277490,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_DeleteRelation", + "OperationId": "site.list.item_DeleteDocumentSetVersion", "Method": "Delete", "Parameters": [ { @@ -298789,23 +277502,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -298817,11 +277522,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm", + "OperationId": "site.list.item.documentSetVersion_GetField", "Method": "Get", "Parameters": [ { @@ -298829,23 +277534,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -298861,139 +277558,99 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetSet", - "Method": "Get", + "OperationId": "site.list.item.documentSetVersion_UpdateField", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "documentSetVersion-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "site.list.item.documentSetVersion_DeleteField", + "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetCount", - "Method": "Get", + "OperationId": "site.list.item.documentSetVersion_restore", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "documentSetVersion-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_GetSet", + "OperationId": "site.list.item.documentSetVersion_GetCount", "Method": "Get", "Parameters": [ { @@ -299001,27 +277658,19 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -299029,11 +277678,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_GetCount", + "OperationId": "site.list.item_GetDriveItem", "Method": "Get", "Parameters": [ { @@ -299041,23 +277690,19 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -299065,11 +277710,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_ListRelation", + "OperationId": "site.list.item_GetDriveItemContent", "Method": "Get", "Parameters": [ { @@ -299077,47 +277722,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", + "Name": "$format", "Location": "Query" } ] @@ -299125,27 +277738,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_CreateRelation", - "Method": "Post", + "OperationId": "site.list.item_SetDriveItemContent", + "Method": "Put", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -299153,11 +277762,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_GetRelation", + "OperationId": "site.list.item_GetField", "Method": "Get", "Parameters": [ { @@ -299165,19 +277774,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -299193,11 +277794,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_UpdateRelation", + "OperationId": "site.list.item_UpdateField", "Method": "Patch", "Parameters": [ { @@ -299205,19 +277806,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -299225,11 +277818,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_DeleteRelation", + "OperationId": "site.list.item_DeleteField", "Method": "Delete", "Parameters": [ { @@ -299237,19 +277830,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -299261,11 +277846,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetFromTerm", + "OperationId": "site.list.item_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -299273,19 +277858,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -299301,11 +277878,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetSet", + "OperationId": "site.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -299313,19 +277890,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -299341,33 +277910,73 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetToTerm", - "Method": "Get", + "OperationId": "site.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "listItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -299381,11 +277990,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetCount", + "OperationId": "site.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -299393,15 +278002,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -299417,47 +278022,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.createLink", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_GetSet", - "Method": "Get", + "OperationId": "site.list.item_createLink", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "listItem-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval()", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_GetCount", + "OperationId": "site.list.item_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { @@ -299465,13 +278058,21 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "listItem-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -299479,17 +278080,33 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_GetCount", + "OperationId": "site.list.item_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { @@ -299497,9 +278114,33 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", + "Location": "Path" + }, + { + "Name": "interval", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -299507,17 +278148,33 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_ListRelation", + "OperationId": "site.list.item_ListVersion", "Method": "Get", "Parameters": [ { @@ -299525,7 +278182,11 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -299565,11 +278226,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_CreateRelation", + "OperationId": "site.list.item_CreateVersion", "Method": "Post", "Parameters": [ { @@ -299577,7 +278238,11 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -299585,11 +278250,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_GetRelation", + "OperationId": "site.list.item_GetVersion", "Method": "Get", "Parameters": [ { @@ -299597,11 +278262,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -299617,11 +278286,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_UpdateRelation", + "OperationId": "site.list.item_UpdateVersion", "Method": "Patch", "Parameters": [ { @@ -299629,11 +278298,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -299641,11 +278314,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_DeleteRelation", + "OperationId": "site.list.item_DeleteVersion", "Method": "Delete", "Parameters": [ { @@ -299653,11 +278326,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -299669,11 +278346,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.relation_GetFromTerm", + "OperationId": "site.list.item.version_GetField", "Method": "Get", "Parameters": [ { @@ -299681,11 +278358,15 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -299701,43 +278382,99 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.relation_GetSet", - "Method": "Get", + "OperationId": "site.list.item.version_UpdateField", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.item.version_DeleteField", + "Method": "Delete", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.relation_GetToTerm", + "OperationId": "site.list.item.version_restoreVersion", + "Method": "Post", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.item.version_GetCount", "Method": "Get", "Parameters": [ { @@ -299745,19 +278482,19 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -299765,11 +278502,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "Path": "/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.relation_GetCount", + "OperationId": "site.list.item_delta", "Method": "Get", "Parameters": [ { @@ -299777,9 +278514,17 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -299787,17 +278532,33 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Path": "/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=\u0027{token}\u0027)", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_ListTerm", + "OperationId": "site.list.item_delta", "Method": "Get", "Parameters": [ { @@ -299805,7 +278566,11 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "token", "Location": "Path" }, { @@ -299829,11 +278594,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -299845,31 +278610,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_CreateTerm", - "Method": "Post", + "OperationId": "site.list_GetLastModifiedGraphBPreUser", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_GetTerm", + "OperationId": "site.list.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -299877,11 +278650,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { @@ -299897,11 +278666,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_UpdateTerm", + "OperationId": "site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { @@ -299909,11 +278678,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" } ] @@ -299921,39 +278686,63 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_DeleteTerm", - "Method": "Delete", + "OperationId": "site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_ListChild", + "OperationId": "site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -299961,11 +278750,35 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/operations", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list_ListOperation", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" }, { @@ -300005,11 +278818,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Path": "/sites/{site-id}/lists/{list-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_CreateChild", + "OperationId": "site.list_CreateOperation", "Method": "Post", "Parameters": [ { @@ -300017,11 +278830,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" } ] @@ -300029,11 +278838,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_GetChild", + "OperationId": "site.list_GetOperation", "Method": "Get", "Parameters": [ { @@ -300041,15 +278850,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -300065,11 +278870,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_UpdateChild", + "OperationId": "site.list_UpdateOperation", "Method": "Patch", "Parameters": [ { @@ -300077,15 +278882,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "richLongRunningOperation-id", "Location": "Path" } ] @@ -300093,11 +278894,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_DeleteChild", + "OperationId": "site.list_DeleteOperation", "Method": "Delete", "Parameters": [ { @@ -300105,15 +278906,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -300125,11 +278922,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/lists/{list-id}/operations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_ListRelation", + "OperationId": "site.list.operation_GetCount", "Method": "Get", "Parameters": [ { @@ -300137,15 +278934,35 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list_ListSubscription", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "list-id", "Location": "Path" }, { @@ -300185,11 +279002,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_CreateRelation", + "OperationId": "site.list_CreateSubscription", "Method": "Post", "Parameters": [ { @@ -300197,15 +279014,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "list-id", "Location": "Path" } ] @@ -300213,11 +279022,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_GetRelation", + "OperationId": "site.list_GetSubscription", "Method": "Get", "Parameters": [ { @@ -300225,19 +279034,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "subscription-id", "Location": "Path" }, { @@ -300253,11 +279054,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_UpdateRelation", + "OperationId": "site.list_UpdateSubscription", "Method": "Patch", "Parameters": [ { @@ -300265,19 +279066,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "subscription-id", "Location": "Path" } ] @@ -300285,11 +279078,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_DeleteRelation", + "OperationId": "site.list_DeleteSubscription", "Method": "Delete", "Parameters": [ { @@ -300297,19 +279090,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "subscription-id", "Location": "Path" }, { @@ -300321,51 +279106,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child.relation_GetFromTerm", - "Method": "Get", + "OperationId": "site.list.subscription_reauthorize", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "list-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "subscription-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child.relation_GetSet", + "OperationId": "site.list.subscription_GetCount", "Method": "Get", "Parameters": [ { @@ -300373,27 +279142,15 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -300401,11 +279158,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/lists/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child.relation_GetToTerm", + "OperationId": "site.list_GetCount", "Method": "Get", "Parameters": [ { @@ -300413,27 +279170,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -300441,11 +279182,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/sites/{site-id}/microsoft.graph.getActivitiesByInterval()", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child.relation_GetCount", + "OperationId": "site_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { @@ -300453,16 +279194,12 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -300471,17 +279208,33 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Path": "/sites/{site-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_GetSet", + "OperationId": "site_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { @@ -300489,55 +279242,47 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "startDateTime", "Location": "Path" }, { - "Name": "term-id", + "Name": "endDateTime", "Location": "Path" }, { - "Name": "term-id1", + "Name": "interval", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set.term.child_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -300545,11 +279290,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Path": "/sites/{site-id}/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_ListRelation", + "OperationId": "site_getApplicableContentTypesGraphFPreList", "Method": "Get", "Parameters": [ { @@ -300557,11 +279302,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "listId", "Location": "Path" }, { @@ -300585,11 +279326,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -300601,23 +279342,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_CreateRelation", - "Method": "Post", + "OperationId": "site_getGraphBPrePath", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "path", "Location": "Path" } ] @@ -300625,11 +279362,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_GetRelation", + "OperationId": "site.getGraphBPrePath_GetAnalytic", "Method": "Get", "Parameters": [ { @@ -300637,15 +279374,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "path", "Location": "Path" }, { @@ -300661,11 +279390,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_UpdateRelation", + "OperationId": "site.getGraphBPrePath_UpdateAnalytic", "Method": "Patch", "Parameters": [ { @@ -300673,15 +279402,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "path", "Location": "Path" } ] @@ -300689,11 +279410,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_DeleteRelation", + "OperationId": "site.getGraphBPrePath_DeleteAnalytic", "Method": "Delete", "Parameters": [ { @@ -300701,15 +279422,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "path", "Location": "Path" }, { @@ -300721,11 +279434,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.relation_GetFromTerm", + "OperationId": "site.getGraphBPrePath_ListColumn", "Method": "Get", "Parameters": [ { @@ -300733,16 +279446,32 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "path", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -300757,47 +279486,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.relation_GetSet", - "Method": "Get", + "OperationId": "site.getGraphBPrePath_CreateColumn", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "path", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.relation_GetToTerm", + "OperationId": "site.getGraphBPrePath_ListContentType", "Method": "Get", "Parameters": [ { @@ -300805,16 +279518,32 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "path", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -300829,43 +279558,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.relation_GetCount", - "Method": "Get", + "OperationId": "site.getGraphBPrePath_CreateContentType", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "path", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drive", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_GetSet", + "OperationId": "site.getGraphBPrePath_GetDrive", "Method": "Get", "Parameters": [ { @@ -300873,11 +279590,7 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "path", "Location": "Path" }, { @@ -300893,11 +279606,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drives", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_GetCount", + "OperationId": "site.getGraphBPrePath_ListDrive", "Method": "Get", "Parameters": [ { @@ -300905,9 +279618,17 @@ "Location": "Path" }, { - "Name": "set-id", + "Name": "path", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -300915,29 +279636,21 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStore/sets/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set_GetCount", - "Method": "Get", - "Parameters": [ + }, + { + "Name": "$count", + "Location": "Query" + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -300945,17 +279658,21 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/externalColumns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_ListTermStore", + "OperationId": "site.getGraphBPrePath_ListExternalColumn", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, + { + "Name": "path", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -300993,27 +279710,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_CreateTermStore", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_GetTermStore", + "OperationId": "site.getGraphBPrePath_ListList", "Method": "Get", "Parameters": [ { @@ -301021,71 +279722,71 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "path", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_UpdateTermStore", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "store-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_DeleteTermStore", - "Method": "Delete", + "OperationId": "site.getGraphBPrePath_CreateList", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "path", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval()", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_ListGroup", + "OperationId": "site.getGraphBPrePath_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { @@ -301093,7 +279794,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "path", "Location": "Path" }, { @@ -301117,11 +279818,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -301133,49 +279834,61 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_CreateGroup", - "Method": "Post", + "OperationId": "site.getGraphBPrePath_getActivitiesGraphBPreInterval", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "path", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore_GetGroup", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "startDateTime", "Location": "Path" }, { - "Name": "store-id", + "Name": "endDateTime", "Location": "Path" }, { - "Name": "group-id", + "Name": "interval", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -301185,63 +279898,67 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_UpdateGroup", - "Method": "Patch", + "OperationId": "site.getGraphBPrePath_getApplicableContentTypesGraphFPreList", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "path", "Location": "Path" }, { - "Name": "group-id", + "Name": "listId", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore_DeleteGroup", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "store-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_ListSet", + "OperationId": "site.getGraphBPrePath_ListOperation", "Method": "Get", "Parameters": [ { @@ -301249,11 +279966,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "path", "Location": "Path" }, { @@ -301293,11 +280006,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_CreateSet", + "OperationId": "site.getGraphBPrePath_CreateOperation", "Method": "Post", "Parameters": [ { @@ -301305,11 +280018,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "path", "Location": "Path" } ] @@ -301317,11 +280026,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_GetSet", + "OperationId": "site.getGraphBPrePath_ListPage", "Method": "Get", "Parameters": [ { @@ -301329,95 +280038,71 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "path", "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.group_UpdateSet", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "store-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group_DeleteSet", - "Method": "Delete", + "OperationId": "site.getGraphBPrePath_CreatePage", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "path", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_ListChild", + "OperationId": "site.getGraphBPrePath_ListPermission", "Method": "Get", "Parameters": [ { @@ -301425,15 +280110,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "path", "Location": "Path" }, { @@ -301473,11 +280150,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_CreateChild", + "OperationId": "site.getGraphBPrePath_CreatePermission", "Method": "Post", "Parameters": [ { @@ -301485,15 +280162,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "path", "Location": "Path" } ] @@ -301501,11 +280170,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/sites", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_GetChild", + "OperationId": "site.getGraphBPrePath_ListSite", "Method": "Get", "Parameters": [ { @@ -301513,20 +280182,32 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "path", "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -301541,63 +280222,67 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_UpdateChild", - "Method": "Patch", + "OperationId": "site.getGraphBPrePath_GetTermStore", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "path", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_DeleteChild", - "Method": "Delete", + "OperationId": "site.getGraphBPrePath_UpdateTermStore", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "path", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.getGraphBPrePath_DeleteTermStore", + "Method": "Delete", + "Parameters": [ { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "path", "Location": "Path" }, { @@ -301609,11 +280294,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStores", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_ListChild", + "OperationId": "site.getGraphBPrePath_ListTermStore", "Method": "Get", "Parameters": [ { @@ -301621,19 +280306,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "path", "Location": "Path" }, { @@ -301673,11 +280346,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStores", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_CreateChild", + "OperationId": "site.getGraphBPrePath_CreateTermStore", "Method": "Post", "Parameters": [ { @@ -301685,19 +280358,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "path", "Location": "Path" } ] @@ -301705,11 +280366,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetChild", + "OperationId": "site_ListOperation", "Method": "Get", "Parameters": [ { @@ -301717,24 +280378,28 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -301749,71 +280414,83 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_UpdateChild", - "Method": "Patch", + "OperationId": "site_CreateOperation", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_GetOperation", + "Method": "Get", + "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_DeleteChild", - "Method": "Delete", + "OperationId": "site_UpdateOperation", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "richLongRunningOperation-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_DeleteOperation", + "Method": "Delete", + "Parameters": [ { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -301825,11 +280502,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/operations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_ListRelation", + "OperationId": "site.operation_GetCount", "Method": "Get", "Parameters": [ { @@ -301837,23 +280514,27 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_ListPage", + "Method": "Get", + "Parameters": [ { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { @@ -301893,47 +280574,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_CreateRelation", + "OperationId": "site_CreatePage", "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetRelation", + "OperationId": "site_GetPage", "Method": "Get", "Parameters": [ { @@ -301941,27 +280602,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -301977,11 +280618,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_UpdateRelation", + "OperationId": "site_UpdatePage", "Method": "Patch", "Parameters": [ { @@ -301989,27 +280630,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -302017,11 +280638,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_DeleteRelation", + "OperationId": "site_DeletePage", "Method": "Delete", "Parameters": [ { @@ -302029,27 +280650,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -302061,11 +280662,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetFromTerm", + "OperationId": "site.page_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -302073,27 +280674,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -302109,11 +280690,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetSet", + "OperationId": "site.page.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -302121,47 +280702,47 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.page.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ { - "Name": "term-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetToTerm", + "OperationId": "site.page.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -302169,28 +280750,32 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -302205,11 +280790,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetCount", + "OperationId": "site.page.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -302217,23 +280802,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -302249,11 +280818,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetSet", + "OperationId": "site.page_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -302261,23 +280830,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -302293,11 +280846,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetCount", + "OperationId": "site.page.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -302305,27 +280858,15 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -302333,31 +280874,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_ListRelation", - "Method": "Get", + "OperationId": "site.page.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "baseSitePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.page.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -302397,43 +280946,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_CreateRelation", - "Method": "Post", + "OperationId": "site.page.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetRelation", + "OperationId": "site_GetPageAsSitePage", "Method": "Get", "Parameters": [ { @@ -302441,23 +280986,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -302473,131 +281002,83 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_UpdateRelation", - "Method": "Patch", + "OperationId": "site.pageAsSitePage_GetCanvasLayout", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_DeleteRelation", - "Method": "Delete", + "OperationId": "site.pageAsSitePage_UpdateCanvasLayout", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetFromTerm", - "Method": "Get", + "OperationId": "site.pageAsSitePage_DeleteCanvasLayout", + "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetSet", + "OperationId": "site.pageAsSitePage.canvasLayout_ListHorizontalSection", "Method": "Get", "Parameters": [ { @@ -302605,24 +281086,32 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -302637,35 +281126,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "site.pageAsSitePage.canvasLayout_CreateHorizontalSection", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "baseSitePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage.canvasLayout_GetHorizontalSection", + "Method": "Get", + "Parameters": [ { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "horizontalSection-id", "Location": "Path" }, { @@ -302681,51 +281178,63 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/$count", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child.relation_GetCount", - "Method": "Get", + "OperationId": "site.pageAsSitePage.canvasLayout_UpdateHorizontalSection", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "horizontalSection-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage.canvasLayout_DeleteHorizontalSection", + "Method": "Delete", + "Parameters": [ { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "horizontalSection-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetSet", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn", "Method": "Get", "Parameters": [ { @@ -302733,20 +281242,36 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -302761,47 +281286,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/$count", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.child_GetCount", - "Method": "Get", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_CreateColumn", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSection-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_GetParentGroup", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn", "Method": "Get", "Parameters": [ { @@ -302809,15 +281322,15 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { @@ -302833,11 +281346,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_UpdateParentGroup", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_UpdateColumn", "Method": "Patch", "Parameters": [ { @@ -302845,15 +281358,15 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" } ] @@ -302861,11 +281374,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_DeleteParentGroup", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_DeleteColumn", "Method": "Delete", "Parameters": [ { @@ -302873,15 +281386,15 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { @@ -302893,11 +281406,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_ListRelation", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart", "Method": "Get", "Parameters": [ { @@ -302905,15 +281418,15 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { @@ -302953,11 +281466,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_CreateRelation", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_CreateWebpart", "Method": "Post", "Parameters": [ { @@ -302965,15 +281478,15 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" } ] @@ -302981,11 +281494,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_GetRelation", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart", "Method": "Get", "Parameters": [ { @@ -302993,19 +281506,19 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "webPart-id", "Location": "Path" }, { @@ -303021,11 +281534,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_UpdateRelation", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_UpdateWebpart", "Method": "Patch", "Parameters": [ { @@ -303033,19 +281546,19 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "webPart-id", "Location": "Path" } ] @@ -303053,11 +281566,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_DeleteRelation", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_DeleteWebpart", "Method": "Delete", "Parameters": [ { @@ -303065,19 +281578,19 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "webPart-id", "Location": "Path" }, { @@ -303089,51 +281602,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/microsoft.graph.getPositionOfWebPart", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.relation_GetFromTerm", - "Method": "Get", + "OperationId": "site.page.microsoft.graph.sitePage.canvasLayout.horizontalSection.column.webpart_getPositionGraphOPreWebPart", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "webPart-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.relation_GetSet", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column.webpart_GetCount", "Method": "Get", "Parameters": [ { @@ -303141,27 +281646,23 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -303169,11 +281670,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.relation_GetToTerm", + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection.column_GetCount", "Method": "Get", "Parameters": [ { @@ -303181,27 +281682,47 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage.canvasLayout.horizontalSection_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -303209,11 +281730,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/$count", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.relation_GetCount", + "OperationId": "site.pageAsSitePage.canvasLayout_GetVerticalSection", "Method": "Get", "Parameters": [ { @@ -303221,51 +281742,79 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage.canvasLayout_UpdateVerticalSection", + "Method": "Patch", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_ListTerm", - "Method": "Get", + "OperationId": "site.pageAsSitePage.canvasLayout_DeleteVerticalSection", + "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -303305,11 +281854,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_CreateTerm", + "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_CreateWebpart", "Method": "Post", "Parameters": [ { @@ -303317,15 +281866,7 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -303333,11 +281874,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_GetTerm", + "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart", "Method": "Get", "Parameters": [ { @@ -303345,19 +281886,11 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "webPart-id", "Location": "Path" }, { @@ -303373,11 +281906,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_UpdateTerm", + "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_UpdateWebpart", "Method": "Patch", "Parameters": [ { @@ -303385,19 +281918,11 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "webPart-id", "Location": "Path" } ] @@ -303405,11 +281930,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_DeleteTerm", + "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection_DeleteWebpart", "Method": "Delete", "Parameters": [ { @@ -303417,19 +281942,11 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "webPart-id", "Location": "Path" }, { @@ -303441,41 +281958,45 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/microsoft.graph.getPositionOfWebPart", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_ListChild", - "Method": "Get", + "OperationId": "site.page.microsoft.graph.sitePage.canvasLayout.verticalSection.webpart_getPositionGraphOPreWebPart", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "webPart-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage.canvasLayout.verticalSection.webpart_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -303483,14 +282004,26 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage_GetCreatedGraphBPreUser", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { "Name": "$select", @@ -303505,31 +282038,47 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_CreateChild", - "Method": "Post", + "OperationId": "site.pageAsSitePage.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "set-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -303537,11 +282086,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_GetChild", + "OperationId": "site.pageAsSitePage.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -303549,24 +282098,32 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -303581,111 +282138,123 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_UpdateChild", - "Method": "Patch", + "OperationId": "site.pageAsSitePage.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_DeleteChild", - "Method": "Delete", + "OperationId": "site.pageAsSitePage_GetLastModifiedGraphBPreUser", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "set-id", + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_ListRelation", - "Method": "Get", + "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -303725,47 +282294,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_CreateRelation", - "Method": "Post", + "OperationId": "site.pageAsSitePage.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_GetRelation", + "OperationId": "site.pageAsSitePage_ListWebPart", "Method": "Get", "Parameters": [ { @@ -303773,28 +282334,32 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -303809,79 +282374,99 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_UpdateRelation", - "Method": "Patch", + "OperationId": "site.pageAsSitePage_CreateWebPart", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage_GetWebPart", + "Method": "Get", + "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "webPart-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_DeleteRelation", - "Method": "Delete", + "OperationId": "site.pageAsSitePage_UpdateWebPart", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "webPart-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage_DeleteWebPart", + "Method": "Delete", + "Parameters": [ { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "webPart-id", "Location": "Path" }, { @@ -303893,47 +282478,75 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}/microsoft.graph.getPositionOfWebPart", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child.relation_GetFromTerm", - "Method": "Get", + "OperationId": "site.page.microsoft.graph.sitePage.webPart_getPositionGraphOPreWebPart", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "webPart-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.pageAsSitePage.webPart_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "set-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "relation-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/pages/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.page_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -303941,11 +282554,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/pages/microsoft.graph.sitePage", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child.relation_GetSet", + "OperationId": "site_ListPageAsSitePage", "Method": "Get", "Parameters": [ { @@ -303953,28 +282566,28 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -303989,11 +282602,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/pages/microsoft.graph.sitePage/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child.relation_GetToTerm", + "OperationId": "site.Page_GetCountAsSitePage", "Method": "Get", "Parameters": [ { @@ -304001,35 +282614,11 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -304037,11 +282626,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/sites/{site-id}/permissions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child.relation_GetCount", + "OperationId": "site_ListPermission", "Method": "Get", "Parameters": [ { @@ -304049,31 +282638,35 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "$search", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$filter", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -304081,35 +282674,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Path": "/sites/{site-id}/permissions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_GetSet", - "Method": "Get", + "OperationId": "site_CreatePermission", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/permissions/{permission-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_GetPermission", + "Method": "Get", + "Parameters": [ { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id1", + "Name": "permission-id", "Location": "Path" }, { @@ -304125,31 +282718,79 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", + "Path": "/sites/{site-id}/permissions/{permission-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.child_GetCount", - "Method": "Get", + "OperationId": "site_UpdatePermission", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "permission-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/permissions/{permission-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_DeletePermission", + "Method": "Delete", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "group-id", + "Name": "permission-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/permissions/{permission-id}/microsoft.graph.grant", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.permission_grant", + "Method": "Post", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "permission-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/permissions/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.permission_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { @@ -304165,33 +282806,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/sites/{site-id}/sites", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_ListRelation", + "OperationId": "site_ListSite", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -304229,43 +282854,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/sites/{site-id}/sites/{site-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_CreateRelation", - "Method": "Post", + "OperationId": "site_GetSite", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", + "Name": "site-id1", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/sites/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_GetRelation", + "OperationId": "site_GetCount", "Method": "Get", "Parameters": [ { @@ -304273,31 +282894,11 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -304305,131 +282906,71 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_UpdateRelation", - "Method": "Patch", + "OperationId": "site_GetTermStore", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_DeleteRelation", - "Method": "Delete", + "OperationId": "site_UpdateTermStore", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.relation_GetFromTerm", - "Method": "Get", + "OperationId": "site_DeleteTermStore", + "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/termStore/groups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.relation_GetSet", + "OperationId": "site.termStore_ListGroup", "Method": "Get", "Parameters": [ { @@ -304437,68 +282978,28 @@ "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.group.set.term.relation_GetToTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" }, { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -304513,73 +283014,37 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "Path": "/sites/{site-id}/termStore/groups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term.relation_GetCount", - "Method": "Get", + "OperationId": "site.termStore_CreateGroup", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "Path": "/sites/{site-id}/termStore/groups/{group-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_GetSet", + "OperationId": "site.termStore_GetGroup", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -304593,107 +283058,55 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/$count", + "Path": "/sites/{site-id}/termStore/groups/{group-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set.term_GetCount", - "Method": "Get", + "OperationId": "site.termStore_UpdateGroup", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/$count", + "Path": "/sites/{site-id}/termStore/groups/{group-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.group.set_GetCount", - "Method": "Get", + "OperationId": "site.termStore_DeleteGroup", + "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/groups/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.group_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_ListSet", + "OperationId": "site.termStore.group_ListSet", "Method": "Get", "Parameters": [ { @@ -304701,7 +283114,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -304741,11 +283154,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_CreateSet", + "OperationId": "site.termStore.group_CreateSet", "Method": "Post", "Parameters": [ { @@ -304753,7 +283166,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" } ] @@ -304761,11 +283174,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_GetSet", + "OperationId": "site.termStore.group_GetSet", "Method": "Get", "Parameters": [ { @@ -304773,7 +283186,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -304793,11 +283206,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_UpdateSet", + "OperationId": "site.termStore.group_UpdateSet", "Method": "Patch", "Parameters": [ { @@ -304805,7 +283218,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -304817,11 +283230,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_DeleteSet", + "OperationId": "site.termStore.group_DeleteSet", "Method": "Delete", "Parameters": [ { @@ -304829,7 +283242,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -304845,11 +283258,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_ListChild", + "OperationId": "site.termStore.group.set_ListChild", "Method": "Get", "Parameters": [ { @@ -304857,7 +283270,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -304901,11 +283314,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_CreateChild", + "OperationId": "site.termStore.group.set_CreateChild", "Method": "Post", "Parameters": [ { @@ -304913,7 +283326,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -304925,11 +283338,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_GetChild", + "OperationId": "site.termStore.group.set_GetChild", "Method": "Get", "Parameters": [ { @@ -304937,7 +283350,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -304961,11 +283374,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_UpdateChild", + "OperationId": "site.termStore.group.set_UpdateChild", "Method": "Patch", "Parameters": [ { @@ -304973,7 +283386,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -304989,11 +283402,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_DeleteChild", + "OperationId": "site.termStore.group.set_DeleteChild", "Method": "Delete", "Parameters": [ { @@ -305001,7 +283414,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305021,11 +283434,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_ListChild", + "OperationId": "site.termStore.group.set.child_ListChild", "Method": "Get", "Parameters": [ { @@ -305033,7 +283446,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305081,11 +283494,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_CreateChild", + "OperationId": "site.termStore.group.set.child_CreateChild", "Method": "Post", "Parameters": [ { @@ -305093,7 +283506,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305109,11 +283522,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetChild", + "OperationId": "site.termStore.group.set.child_GetChild", "Method": "Get", "Parameters": [ { @@ -305121,7 +283534,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305149,11 +283562,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_UpdateChild", + "OperationId": "site.termStore.group.set.child_UpdateChild", "Method": "Patch", "Parameters": [ { @@ -305161,7 +283574,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305181,11 +283594,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_DeleteChild", + "OperationId": "site.termStore.group.set.child_DeleteChild", "Method": "Delete", "Parameters": [ { @@ -305193,7 +283606,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305217,11 +283630,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_ListRelation", + "OperationId": "site.termStore.group.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -305229,7 +283642,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305281,11 +283694,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_CreateRelation", + "OperationId": "site.termStore.group.set.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -305293,7 +283706,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305313,11 +283726,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetRelation", + "OperationId": "site.termStore.group.set.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -305325,7 +283738,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305357,11 +283770,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_UpdateRelation", + "OperationId": "site.termStore.group.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -305369,7 +283782,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305393,11 +283806,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_DeleteRelation", + "OperationId": "site.termStore.group.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -305405,7 +283818,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305433,11 +283846,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetFromTerm", + "OperationId": "site.termStore.group.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -305445,7 +283858,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305477,11 +283890,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetSet", + "OperationId": "site.termStore.group.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -305489,7 +283902,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305521,11 +283934,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetToTerm", + "OperationId": "site.termStore.group.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -305533,7 +283946,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305565,11 +283978,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetCount", + "OperationId": "site.termStore.group.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -305577,7 +283990,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305605,11 +284018,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetSet", + "OperationId": "site.termStore.group.set.child_GetSet", "Method": "Get", "Parameters": [ { @@ -305617,7 +284030,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305645,11 +284058,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/$count", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetCount", + "OperationId": "site.termStore.group.set.child_GetCount", "Method": "Get", "Parameters": [ { @@ -305657,7 +284070,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305681,11 +284094,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_ListRelation", + "OperationId": "site.termStore.group.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -305693,7 +284106,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305741,11 +284154,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_CreateRelation", + "OperationId": "site.termStore.group.set.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -305753,7 +284166,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305769,11 +284182,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetRelation", + "OperationId": "site.termStore.group.set.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -305781,7 +284194,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305809,11 +284222,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_UpdateRelation", + "OperationId": "site.termStore.group.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -305821,7 +284234,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305841,11 +284254,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_DeleteRelation", + "OperationId": "site.termStore.group.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -305853,7 +284266,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305877,11 +284290,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetFromTerm", + "OperationId": "site.termStore.group.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -305889,7 +284302,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305917,11 +284330,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetSet", + "OperationId": "site.termStore.group.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -305929,7 +284342,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305957,11 +284370,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetToTerm", + "OperationId": "site.termStore.group.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -305969,7 +284382,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -305997,11 +284410,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/$count", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child.relation_GetCount", + "OperationId": "site.termStore.group.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -306009,7 +284422,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -306033,11 +284446,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetSet", + "OperationId": "site.termStore.group.set.child_GetSet", "Method": "Get", "Parameters": [ { @@ -306045,7 +284458,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -306069,11 +284482,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/$count", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.child_GetCount", + "OperationId": "site.termStore.group.set.child_GetCount", "Method": "Get", "Parameters": [ { @@ -306081,7 +284494,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -306101,11 +284514,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_GetParentGroup", + "OperationId": "site.termStore.group.set_GetParentGroup", "Method": "Get", "Parameters": [ { @@ -306113,7 +284526,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -306133,11 +284546,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_UpdateParentGroup", + "OperationId": "site.termStore.group.set_UpdateParentGroup", "Method": "Patch", "Parameters": [ { @@ -306145,7 +284558,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -306157,11 +284570,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_DeleteParentGroup", + "OperationId": "site.termStore.group.set_DeleteParentGroup", "Method": "Delete", "Parameters": [ { @@ -306169,7 +284582,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -306185,11 +284598,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup_ListSet", + "OperationId": "site.termStore.group.set_ListRelation", "Method": "Get", "Parameters": [ { @@ -306197,7 +284610,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -306241,11 +284654,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup_CreateSet", + "OperationId": "site.termStore.group.set_CreateRelation", "Method": "Post", "Parameters": [ { @@ -306253,7 +284666,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -306265,11 +284678,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup_GetSet", + "OperationId": "site.termStore.group.set_GetRelation", "Method": "Get", "Parameters": [ { @@ -306277,7 +284690,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -306285,7 +284698,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "relation-id", "Location": "Path" }, { @@ -306301,11 +284714,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup_UpdateSet", + "OperationId": "site.termStore.group.set_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -306313,7 +284726,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -306321,7 +284734,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "relation-id", "Location": "Path" } ] @@ -306329,11 +284742,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup_DeleteSet", + "OperationId": "site.termStore.group.set_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -306341,7 +284754,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -306349,7 +284762,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "relation-id", "Location": "Path" }, { @@ -306361,11 +284774,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_ListChild", + "OperationId": "site.termStore.group.set.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -306373,7 +284786,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -306381,33 +284794,9 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "relation-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -306421,39 +284810,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_CreateChild", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_GetChild", + "OperationId": "site.termStore.group.set.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -306461,7 +284822,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -306469,11 +284830,7 @@ "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", + "Name": "relation-id", "Location": "Path" }, { @@ -306489,19 +284846,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_UpdateChild", - "Method": "Patch", + "OperationId": "site.termStore.group.set.relation_GetToTerm", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -306509,31 +284866,35 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "relation-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_DeleteChild", - "Method": "Delete", + "OperationId": "site.termStore.group.set.relation_GetCount", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -306541,27 +284902,23 @@ "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_ListChild", + "OperationId": "site.termStore.group.set_ListTerm", "Method": "Get", "Parameters": [ { @@ -306569,21 +284926,13 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -306621,11 +284970,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_CreateChild", + "OperationId": "site.termStore.group.set_CreateTerm", "Method": "Post", "Parameters": [ { @@ -306633,31 +284982,23 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetChild", + "OperationId": "site.termStore.group.set_GetTerm", "Method": "Get", "Parameters": [ { @@ -306665,25 +285006,17 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -306697,11 +285030,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_UpdateChild", + "OperationId": "site.termStore.group.set_UpdateTerm", "Method": "Patch", "Parameters": [ { @@ -306709,35 +285042,27 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_DeleteChild", + "OperationId": "site.termStore.group.set_DeleteTerm", "Method": "Delete", "Parameters": [ { @@ -306745,25 +285070,17 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -306773,11 +285090,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_ListRelation", + "OperationId": "site.termStore.group.set.term_ListChild", "Method": "Get", "Parameters": [ { @@ -306785,25 +285102,17 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -306841,11 +285150,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_CreateRelation", + "OperationId": "site.termStore.group.set.term_CreateChild", "Method": "Post", "Parameters": [ { @@ -306853,35 +285162,27 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetRelation", + "OperationId": "site.termStore.group.set.term_GetChild", "Method": "Get", "Parameters": [ { @@ -306889,17 +285190,13 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" @@ -306908,10 +285205,6 @@ "Name": "term-id1", "Location": "Path" }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -306925,11 +285218,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_UpdateRelation", + "OperationId": "site.termStore.group.set.term_UpdateChild", "Method": "Patch", "Parameters": [ { @@ -306937,17 +285230,13 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" @@ -306955,21 +285244,17 @@ { "Name": "term-id1", "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_DeleteRelation", + "OperationId": "site.termStore.group.set.term_DeleteChild", "Method": "Delete", "Parameters": [ { @@ -306977,17 +285262,13 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" @@ -306996,10 +285277,6 @@ "Name": "term-id1", "Location": "Path" }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -307009,199 +285286,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetFromTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetToTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetSet", + "OperationId": "site.termStore.group.set.term.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -307209,17 +285298,13 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" @@ -307228,86 +285313,6 @@ "Name": "term-id1", "Location": "Path" }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_ListRelation", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -307345,11 +285350,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_CreateRelation", + "OperationId": "site.termStore.group.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -307357,7 +285362,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307365,11 +285370,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" } ] @@ -307377,11 +285382,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetRelation", + "OperationId": "site.termStore.group.set.term.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -307389,7 +285394,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307397,11 +285402,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -307421,11 +285426,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_UpdateRelation", + "OperationId": "site.termStore.group.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -307433,7 +285438,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307441,11 +285446,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -307457,11 +285462,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_DeleteRelation", + "OperationId": "site.termStore.group.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -307469,7 +285474,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307477,11 +285482,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -307497,11 +285502,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetFromTerm", + "OperationId": "site.termStore.group.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -307509,7 +285514,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307517,11 +285522,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -307541,11 +285546,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetSet", + "OperationId": "site.termStore.group.set.term.child.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -307553,7 +285558,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307561,11 +285566,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -307585,11 +285590,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "OperationId": "site.termStore.group.set.term.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -307597,7 +285602,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307605,11 +285610,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -307629,11 +285634,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetCount", + "OperationId": "site.termStore.group.set.term.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -307641,7 +285646,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307649,11 +285654,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -307669,11 +285674,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetSet", + "OperationId": "site.termStore.group.set.term.child_GetSet", "Method": "Get", "Parameters": [ { @@ -307681,7 +285686,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307689,11 +285694,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -307709,11 +285714,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.child_GetCount", + "OperationId": "site.termStore.group.set.term.child_GetCount", "Method": "Get", "Parameters": [ { @@ -307721,7 +285726,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307729,7 +285734,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -307745,11 +285750,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_ListRelation", + "OperationId": "site.termStore.group.set.term_ListRelation", "Method": "Get", "Parameters": [ { @@ -307757,7 +285762,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307765,7 +285770,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -307805,11 +285810,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_CreateRelation", + "OperationId": "site.termStore.group.set.term_CreateRelation", "Method": "Post", "Parameters": [ { @@ -307817,7 +285822,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307825,7 +285830,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" } ] @@ -307833,11 +285838,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_GetRelation", + "OperationId": "site.termStore.group.set.term_GetRelation", "Method": "Get", "Parameters": [ { @@ -307845,7 +285850,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307853,7 +285858,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -307873,11 +285878,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_UpdateRelation", + "OperationId": "site.termStore.group.set.term_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -307885,7 +285890,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307893,7 +285898,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -307905,11 +285910,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_DeleteRelation", + "OperationId": "site.termStore.group.set.term_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -307917,7 +285922,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307925,7 +285930,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -307941,11 +285946,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.relation_GetFromTerm", + "OperationId": "site.termStore.group.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -307953,7 +285958,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -307961,7 +285966,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -307981,11 +285986,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.relation_GetSet", + "OperationId": "site.termStore.group.set.term.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -307993,7 +285998,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -308001,7 +286006,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -308021,11 +286026,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.relation_GetToTerm", + "OperationId": "site.termStore.group.set.term.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -308033,7 +286038,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -308041,7 +286046,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -308061,11 +286066,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.relation_GetCount", + "OperationId": "site.termStore.group.set.term.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -308073,7 +286078,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -308081,7 +286086,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -308097,11 +286102,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_ListTerm", + "OperationId": "site.termStore.group.set.term_GetSet", "Method": "Get", "Parameters": [ { @@ -308109,7 +286114,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -308117,33 +286122,9 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -308157,39 +286138,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_CreateTerm", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_GetTerm", + "OperationId": "site.termStore.group.set.term_GetCount", "Method": "Get", "Parameters": [ { @@ -308197,7 +286150,7 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "group-id", "Location": "Path" }, { @@ -308205,19 +286158,11 @@ "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -308225,101 +286170,69 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_UpdateTerm", - "Method": "Patch", + "OperationId": "site.termStore.group.set_GetCount", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/sites/{site-id}/termStore/groups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_DeleteTerm", - "Method": "Delete", + "OperationId": "site.termStore.group_GetCount", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Path": "/sites/{site-id}/termStore/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_ListChild", + "OperationId": "site.termStore_ListSet", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -308357,69 +286270,37 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Path": "/sites/{site-id}/termStore/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_CreateChild", + "OperationId": "site.termStore_CreateSet", "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_GetChild", + "OperationId": "site.termStore_GetSet", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -308433,73 +286314,41 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_UpdateChild", + "OperationId": "site.termStore_UpdateSet", "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_DeleteChild", + "OperationId": "site.termStore_DeleteSet", "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -308509,37 +286358,21 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_ListRelation", + "OperationId": "site.termStore.set_ListChild", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -308577,77 +286410,45 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_CreateRelation", + "OperationId": "site.termStore.set_CreateChild", "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_GetRelation", + "OperationId": "site.termStore.set_GetChild", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -308661,81 +286462,49 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_UpdateRelation", + "OperationId": "site.termStore.set_UpdateChild", "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_DeleteRelation", + "OperationId": "site.termStore.set_DeleteChild", "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -308745,88 +286514,48 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm", + "OperationId": "site.termStore.set.child_ListChild", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" }, { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -308841,77 +286570,45 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "site.termStore.set.child_CreateChild", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetCount", + "OperationId": "site.termStore.set.child_GetChild", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" @@ -308921,11 +286618,11 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -308933,29 +286630,21 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_GetSet", - "Method": "Get", + "OperationId": "site.termStore.set.child_UpdateChild", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" @@ -308963,85 +286652,65 @@ { "Name": "term-id1", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.child_GetCount", - "Method": "Get", + "OperationId": "site.termStore.set.child_DeleteChild", + "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, { "Name": "term-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_ListRelation", + "OperationId": "site.termStore.set.child_ListRelation", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -309081,31 +286750,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_CreateRelation", + "OperationId": "site.termStore.set.child_CreateRelation", "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" } ] @@ -309113,31 +286778,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_GetRelation", + "OperationId": "site.termStore.set.child_GetRelation", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -309157,31 +286818,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_UpdateRelation", + "OperationId": "site.termStore.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -309193,31 +286850,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_DeleteRelation", + "OperationId": "site.termStore.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -309233,31 +286886,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetFromTerm", + "OperationId": "site.termStore.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -309277,31 +286926,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetSet", + "OperationId": "site.termStore.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -309321,31 +286966,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetToTerm", + "OperationId": "site.termStore.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -309365,31 +287006,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetCount", + "OperationId": "site.termStore.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -309405,31 +287042,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_GetSet", + "OperationId": "site.termStore.set.child_GetSet", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { @@ -309445,27 +287078,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set.term_GetCount", + "OperationId": "site.termStore.set.child_GetCount", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -309481,55 +287110,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/$count", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.parentGroup.set_GetCount", + "OperationId": "site.termStore.set.child_ListRelation", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set_ListRelation", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -309569,11 +287166,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_CreateRelation", + "OperationId": "site.termStore.set.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -309581,11 +287178,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" } ] @@ -309593,11 +287190,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_GetRelation", + "OperationId": "site.termStore.set.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -309605,11 +287202,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -309629,11 +287226,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_UpdateRelation", + "OperationId": "site.termStore.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -309641,11 +287238,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -309657,11 +287254,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_DeleteRelation", + "OperationId": "site.termStore.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -309669,11 +287266,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -309689,11 +287286,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.relation_GetFromTerm", + "OperationId": "site.termStore.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -309701,11 +287298,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -309725,11 +287322,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.relation_GetSet", + "OperationId": "site.termStore.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -309737,11 +287334,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -309761,11 +287358,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.relation_GetToTerm", + "OperationId": "site.termStore.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -309773,11 +287370,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -309797,11 +287394,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/$count", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.relation_GetCount", + "OperationId": "site.termStore.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -309809,11 +287406,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { @@ -309829,48 +287426,24 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_ListTerm", + "OperationId": "site.termStore.set.child_GetSet", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", @@ -309885,53 +287458,49 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_CreateTerm", - "Method": "Post", + "OperationId": "site.termStore.set.child_GetCount", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_GetTerm", + "OperationId": "site.termStore.set_GetParentGroup", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -309945,57 +287514,41 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_UpdateTerm", + "OperationId": "site.termStore.set_UpdateParentGroup", "Method": "Patch", "Parameters": [ { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", + "Name": "site-id", "Location": "Path" }, { "Name": "set-id", "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set_DeleteTerm", + "OperationId": "site.termStore.set_DeleteParentGroup", "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -310005,29 +287558,21 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_ListChild", + "OperationId": "site.termStore.set.parentGroup_ListSet", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -310065,59 +287610,43 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_CreateChild", + "OperationId": "site.termStore.set.parentGroup_CreateSet", "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_GetChild", + "OperationId": "site.termStore.set.parentGroup_GetSet", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { @@ -310133,31 +287662,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_UpdateChild", + "OperationId": "site.termStore.set.parentGroup_UpdateSet", "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" } ] @@ -310165,31 +287686,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_DeleteChild", + "OperationId": "site.termStore.set.parentGroup_DeleteSet", "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { @@ -310201,31 +287714,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_ListRelation", + "OperationId": "site.termStore.set.parentGroup.set_ListChild", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { @@ -310265,31 +287770,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_CreateRelation", + "OperationId": "site.termStore.set.parentGroup.set_CreateChild", "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" } ] @@ -310297,35 +287794,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_GetRelation", + "OperationId": "site.termStore.set.parentGroup.set_GetChild", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", "Location": "Path" }, { @@ -310341,35 +287830,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_UpdateRelation", + "OperationId": "site.termStore.set.parentGroup.set_UpdateChild", "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", "Location": "Path" } ] @@ -310377,35 +287858,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_DeleteRelation", + "OperationId": "site.termStore.set.parentGroup.set_DeleteChild", "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", "Location": "Path" }, { @@ -310417,80 +287890,52 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child.relation_GetFromTerm", + "OperationId": "site.termStore.set.parentGroup.set.child_ListChild", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set.term.child.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "store-id", - "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -310505,55 +287950,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "site.termStore.set.parentGroup.set.child_CreateChild", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", + "Name": "set-id1", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child.relation_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.child_GetChild", "Method": "Get", "Parameters": [ { @@ -310561,11 +287990,11 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { @@ -310577,11 +288006,11 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -310589,23 +288018,23 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_GetSet", - "Method": "Get", + "OperationId": "site.termStore.set.parentGroup.set.child_UpdateChild", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { @@ -310615,37 +288044,29 @@ { "Name": "term-id1", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/$count", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.child_GetCount", - "Method": "Get", + "OperationId": "site.termStore.set.parentGroup.set.child_DeleteChild", + "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { @@ -310653,23 +288074,23 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_ListRelation", + "OperationId": "site.termStore.set.parentGroup.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -310677,17 +288098,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -310725,11 +288150,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_CreateRelation", + "OperationId": "site.termStore.set.parentGroup.set.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -310737,27 +288162,31 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_GetRelation", + "OperationId": "site.termStore.set.parentGroup.set.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -310765,17 +288194,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" @@ -310793,11 +288226,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_UpdateRelation", + "OperationId": "site.termStore.set.parentGroup.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -310805,17 +288238,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" @@ -310825,11 +288262,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_DeleteRelation", + "OperationId": "site.termStore.set.parentGroup.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -310837,17 +288274,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" @@ -310861,11 +288302,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.relation_GetFromTerm", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -310873,17 +288314,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" @@ -310901,11 +288346,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.relation_GetSet", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -310913,17 +288358,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" @@ -310941,11 +288390,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.relation_GetToTerm", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -310953,17 +288402,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "relation-id", "Location": "Path" @@ -310981,11 +288434,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term.relation_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -310993,17 +288446,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -311017,11 +288474,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_GetSet", + "OperationId": "site.termStore.set.parentGroup.set.child_GetSet", "Method": "Get", "Parameters": [ { @@ -311029,17 +288486,21 @@ "Location": "Path" }, { - "Name": "store-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -311053,51 +288514,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore.set.term_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.child_GetCount", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "store-id", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/termStores/{store-id}/sets/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.termStore.set_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "store-id", + "Name": "term-id", "Location": "Path" }, { @@ -311113,11 +288550,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/termStores/$count", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.termStore_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -311125,56 +288562,17 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/microsoft.graph.add", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_add", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/sites/microsoft.graph.delta()", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_delta", - "Method": "Get", - "Parameters": [ + "Name": "term-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -311196,11 +288594,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -311212,95 +288610,60 @@ }, { "PathInfo": { - "Path": "/sites/microsoft.graph.getAllSites()", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site_getAllSite", - "Method": "Get", + "OperationId": "site.termStore.set.parentGroup.set.child_CreateRelation", + "Method": "Post", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/microsoft.graph.remove", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_remove", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/followedSites", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "user_ListFollowedSite", + "OperationId": "site.termStore.set.parentGroup.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -311315,162 +288678,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/followedSites/{site-id}", + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "user_GetFollowedSite", - "Method": "Get", + "OperationId": "site.termStore.set.parentGroup.set.child_UpdateRelation", + "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/followedSites/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "user.followedSite_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog_ListTeamsApp", - "Method": "Get", + "OperationId": "site.termStore.set.parentGroup.set.child_DeleteRelation", + "Method": "Delete", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog_CreateTeamsApp", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog_GetTeamsApp", - "Method": "Get", - "Parameters": [ - { - "Name": "teamsApp-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog_UpdateTeamsApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "teamsApp-id", + "Name": "term-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog_DeleteTeamsApp", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "teamsApp-id", + "Name": "relation-id", "Location": "Path" }, { @@ -311482,40 +288746,32 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp_ListAppDefinition", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -311530,35 +288786,31 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp_CreateAppDefinition", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp_GetAppDefinition", - "Method": "Get", - "Parameters": [ + }, { - "Name": "teamsApp-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -311574,63 +288826,31 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp_UpdateAppDefinition", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp_DeleteAppDefinition", - "Method": "Delete", - "Parameters": [ - { - "Name": "teamsApp-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_GetBot", - "Method": "Get", - "Parameters": [ - { - "Name": "teamsApp-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "relation-id", "Location": "Path" }, { @@ -311646,59 +288866,27 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_UpdateBot", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "teamsApp-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_DeleteBot", - "Method": "Delete", - "Parameters": [ - { - "Name": "teamsApp-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsAppDefinition-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp.appDefinition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "teamsApp-id", + "Name": "term-id", "Location": "Path" }, { @@ -311714,56 +288902,28 @@ }, { "PathInfo": { - "Path": "/appCatalogs/teamsApps/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "appCatalog.teamsApp_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_ListChat", + "OperationId": "site.termStore.set.parentGroup.set.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", @@ -311778,34 +288938,31 @@ }, { "PathInfo": { - "Path": "/chats", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_CreateChat", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_GetChat", + "OperationId": "site.termStore.set.parentGroup.set.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -311813,51 +288970,23 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdateChat", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set_ListRelation", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_DeleteChat", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/installedApps", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_ListInstalledApp", - "Method": "Get", - "Parameters": [ - { - "Name": "chat-id", + "Name": "set-id1", "Location": "Path" }, { @@ -311897,15 +289026,23 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/installedApps", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_CreateInstalledApp", + "OperationId": "site.termStore.set.parentGroup.set_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" } ] @@ -311913,19 +289050,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_GetInstalledApp", + "OperationId": "site.termStore.set.parentGroup.set_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -311941,19 +289086,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdateInstalledApp", + "OperationId": "site.termStore.set.parentGroup.set_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -311961,19 +289114,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_DeleteInstalledApp", + "OperationId": "site.termStore.set.parentGroup.set_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -311985,39 +289146,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.installedApp_upgrade", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.relation_GetFromTerm", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.installedApp_GetTeamsApp", - "Method": "Get", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "relation-id", "Location": "Path" }, { @@ -312033,19 +289182,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.installedApp_GetTeamsAppDefinition", + "OperationId": "site.termStore.set.parentGroup.set.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -312061,39 +289218,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/installedApps/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.installedApp_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/lastMessagePreview", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_GetLastMessagePreview", - "Method": "Get", - "Parameters": [ + "Name": "set-id1", + "Location": "Path" + }, { - "Name": "chat-id", + "Name": "relation-id", "Location": "Path" }, { @@ -312109,51 +289254,55 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/lastMessagePreview", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdateLastMessagePreview", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/lastMessagePreview", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_DeleteLastMessagePreview", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_ListMember", + "OperationId": "site.termStore.set.parentGroup.set_ListTerm", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" }, { @@ -312193,15 +289342,23 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_CreateMember", + "OperationId": "site.termStore.set.parentGroup.set_CreateTerm", "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" } ] @@ -312209,19 +289366,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_GetMember", + "OperationId": "site.termStore.set.parentGroup.set_GetTerm", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -312237,19 +289402,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdateMember", + "OperationId": "site.termStore.set.parentGroup.set_UpdateTerm", "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -312257,19 +289430,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_DeleteMember", + "OperationId": "site.termStore.set.parentGroup.set_DeleteTerm", "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -312281,55 +289462,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/members/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.member_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.term_ListChild", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/members/microsoft.graph.add", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.member_add", - "Method": "Post", - "Parameters": [ - { - "Name": "chat-id", + "Name": "set-id1", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/messages", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_ListMessage", - "Method": "Get", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "term-id", "Location": "Path" }, { @@ -312369,15 +289522,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_CreateMessage", + "OperationId": "site.termStore.set.parentGroup.set.term_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -312385,19 +289550,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_GetMessage", + "OperationId": "site.termStore.set.parentGroup.set.term_GetChild", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -312413,19 +289590,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdateMessage", + "OperationId": "site.termStore.set.parentGroup.set.term_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -312433,19 +289622,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_DeleteMessage", + "OperationId": "site.termStore.set.parentGroup.set.term_DeleteChild", "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -312457,19 +289658,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_ListHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -312509,19 +289722,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_CreateHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -312529,23 +289754,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_GetHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -312561,23 +289798,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_UpdateHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -312585,23 +289834,35 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_DeleteHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -312613,75 +289874,87 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_GetHostedContentsContent", + "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id1", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.message_SetHostedContentsContent", - "Method": "Put", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.hostedContent_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -312689,99 +289962,187 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_setReaction", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_softDelete", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_undoSoftDelete", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.term.child_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_unsetReaction", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.term.child_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_ListReply", + "OperationId": "site.termStore.set.parentGroup.set.term_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -312821,19 +290182,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_CreateReply", + "OperationId": "site.termStore.set.parentGroup.set.term_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -312841,23 +290210,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_GetReply", + "OperationId": "site.termStore.set.parentGroup.set.term_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -312873,23 +290250,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_UpdateReply", + "OperationId": "site.termStore.set.parentGroup.set.term_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -312897,23 +290282,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_DeleteReply", + "OperationId": "site.termStore.set.parentGroup.set.term_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -312925,48 +290318,72 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_ListHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id1", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetSet", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -312981,59 +290398,75 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_CreateHostedContent", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_GetHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id1", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -313041,115 +290474,167 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_UpdateHostedContent", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set.term_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id1", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_DeleteHostedContent", - "Method": "Delete", + "OperationId": "site.termStore.set.parentGroup.set.term_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id1", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_GetHostedContentsContent", + "OperationId": "site.termStore.set.parentGroup.set_GetCount", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore.set_ListRelation", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_SetHostedContentsContent", - "Method": "Put", + "OperationId": "site.termStore.set_CreateRelation", + "Method": "Post", "Parameters": [ { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id1", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id", "Location": "Path" } ] @@ -313157,31 +290642,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply.hostedContent_GetCount", + "OperationId": "site.termStore.set_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "relation-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -313189,23 +290674,23 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_setReaction", - "Method": "Post", + "OperationId": "site.termStore.set_UpdateRelation", + "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "relation-id", "Location": "Path" } ] @@ -313213,99 +290698,91 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_softDelete", - "Method": "Post", + "OperationId": "site.termStore.set_DeleteRelation", + "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_undoSoftDelete", - "Method": "Post", + "OperationId": "site.termStore.set.relation_GetFromTerm", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.message.reply_unsetReaction", - "Method": "Post", - "Parameters": [ - { - "Name": "chat-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_GetCount", + "OperationId": "site.termStore.set.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -313313,49 +290790,29 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message.reply_delta", + "OperationId": "site.termStore.set.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -313365,15 +290822,19 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_GetCount", + "OperationId": "site.termStore.set.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -313389,15 +290850,19 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/messages/microsoft.graph.delta()", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.message_delta", + "OperationId": "site.termStore.set_ListTerm", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -313421,11 +290886,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -313437,31 +290902,19 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/microsoft.graph.hideForUser", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_hideGraphFPreUser", + "OperationId": "site.termStore.set_CreateTerm", "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/microsoft.graph.markChatReadForUser", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_markChatReadGraphFPreUser", - "Method": "Post", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "set-id", "Location": "Path" } ] @@ -313469,31 +290922,55 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/microsoft.graph.markChatUnreadForUser", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_markChatUnreadGraphFPreUser", - "Method": "Post", + "OperationId": "site.termStore.set_GetTerm", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/microsoft.graph.sendActivityNotification", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_sendActivityNotification", - "Method": "Post", + "OperationId": "site.termStore.set_UpdateTerm", + "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -313501,31 +290978,51 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/microsoft.graph.unhideForUser", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_unhideGraphFPreUser", - "Method": "Post", + "OperationId": "site.termStore.set_DeleteTerm", + "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/permissionGrants", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_ListPermissionGrant", + "OperationId": "site.termStore.set.term_ListChild", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -313565,15 +291062,23 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/permissionGrants", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_CreatePermissionGrant", + "OperationId": "site.termStore.set.term_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -313581,19 +291086,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_GetPermissionGrant", + "OperationId": "site.termStore.set.term_GetChild", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -313609,19 +291122,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdatePermissionGrant", + "OperationId": "site.termStore.set.term_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -313629,19 +291150,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_DeletePermissionGrant", + "OperationId": "site.termStore.set.term_DeleteChild", "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -313653,39 +291182,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/permissionGrants/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.permissionGrant_GetCount", + "OperationId": "site.termStore.set.term.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/pinnedMessages", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_ListPinnedMessage", - "Method": "Get", - "Parameters": [ + "Name": "term-id", + "Location": "Path" + }, { - "Name": "chat-id", + "Name": "term-id1", "Location": "Path" }, { @@ -313725,15 +291242,27 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/pinnedMessages", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_CreatePinnedMessage", + "OperationId": "site.termStore.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -313741,19 +291270,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_GetPinnedMessage", + "OperationId": "site.termStore.set.term.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "pinnedChatMessageInfo-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -313769,19 +291310,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdatePinnedMessage", + "OperationId": "site.termStore.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "pinnedChatMessageInfo-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -313789,19 +291342,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_DeletePinnedMessage", + "OperationId": "site.termStore.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "pinnedChatMessageInfo-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -313813,51 +291378,39 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}/message", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.pinnedMessage_GetMessage", + "OperationId": "site.termStore.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "pinnedChatMessageInfo-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/pinnedMessages/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat.pinnedMessage_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "term-id1", + "Location": "Path" + }, { - "Name": "chat-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -313865,40 +291418,32 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_ListTab", + "OperationId": "site.termStore.set.term.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -313913,35 +291458,31 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_CreateTab", - "Method": "Post", + "OperationId": "site.termStore.set.term.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_GetTab", - "Method": "Get", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -313957,63 +291498,63 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_UpdateTab", - "Method": "Patch", + "OperationId": "site.termStore.set.term.child.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_DeleteTab", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "chat-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.tab_GetTeamsApp", + "OperationId": "site.termStore.set.term.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -314029,37 +291570,25 @@ }, { "PathInfo": { - "Path": "/chats/{chat-id}/tabs/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat.tab_GetCount", + "OperationId": "site.termStore.set.term.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "chat-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/chats/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "chat_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "term-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -314073,16 +291602,24 @@ }, { "PathInfo": { - "Path": "/chats/microsoft.graph.getAllMessages()", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "chat_getAllMessage", + "OperationId": "site.termStore.set.term_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "model", - "Location": "Query" + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" }, { "Name": "$top", @@ -314105,11 +291642,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -314121,15 +291658,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group_GetTeam", + "OperationId": "site.termStore.set.term_CreateRelation", + "Method": "Post", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore.set.term_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -314145,15 +291718,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group_SetTeam", - "Method": "Put", + "OperationId": "site.termStore.set.term_UpdateRelation", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -314161,15 +291746,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group_DeleteTeam", + "OperationId": "site.termStore.set.term_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -314181,40 +291778,28 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/allChannels", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListAllChannel", + "OperationId": "site.termStore.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -314229,19 +291814,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/allChannels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetAllChannel", + "OperationId": "site.termStore.set.term.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -314257,23 +291850,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/allChannels/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.allChannel_GetCount", + "OperationId": "site.termStore.set.term.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -314281,24 +291886,24 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListChannel", + "OperationId": "site.termStore.set.term.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$search", @@ -314307,14 +291912,30 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore.set.term_GetSet", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", @@ -314329,43 +291950,51 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_CreateChannel", - "Method": "Post", + "OperationId": "site.termStore.set.term_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStore/sets/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetChannel", + "OperationId": "site.termStore.set_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -314373,63 +292002,83 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_UpdateChannel", - "Method": "Patch", + "OperationId": "site_ListTermStore", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_DeleteChannel", - "Method": "Delete", + "OperationId": "site_CreateTermStore", + "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_GetFilesFolder", + "OperationId": "site_GetTermStore", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { @@ -314445,63 +292094,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_GetFilesFolderContent", - "Method": "Get", + "OperationId": "site_UpdateTermStore", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_SetFilesFolderContent", - "Method": "Put", + "OperationId": "site_DeleteTermStore", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_ListMember", + "OperationId": "site.termStore_ListGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { @@ -314541,19 +292190,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_CreateMember", + "OperationId": "site.termStore_CreateGroup", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" } ] @@ -314561,23 +292210,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_GetMember", + "OperationId": "site.termStore_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "group-id", "Location": "Path" }, { @@ -314593,23 +292242,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_UpdateMember", + "OperationId": "site.termStore_UpdateGroup", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "group-id", "Location": "Path" } ] @@ -314617,23 +292266,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_DeleteMember", + "OperationId": "site.termStore_DeleteGroup", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "group-id", "Location": "Path" }, { @@ -314645,49 +292294,25 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/members/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.member_GetCount", + "OperationId": "site.termStore.group_ListSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.channel_ListMessage", - "Method": "Get", - "Parameters": [ { "Name": "group-id", "Location": "Path" }, - { - "Name": "channel-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -314725,19 +292350,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_CreateMessage", + "OperationId": "site.termStore.group_CreateSet", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id", "Location": "Path" } ] @@ -314745,23 +292374,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_GetMessage", + "OperationId": "site.termStore.group_GetSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -314777,23 +292410,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_UpdateMessage", + "OperationId": "site.termStore.group_UpdateSet", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -314801,23 +292438,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_DeleteMessage", + "OperationId": "site.termStore.group_DeleteSet", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -314829,23 +292470,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_ListHostedContent", + "OperationId": "site.termStore.group.set_ListChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -314885,23 +292530,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_CreateHostedContent", + "OperationId": "site.termStore.group.set_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -314909,27 +292558,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_GetHostedContent", + "OperationId": "site.termStore.group.set_GetChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -314945,171 +292598,99 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_UpdateHostedContent", + "OperationId": "site.termStore.group.set_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, - { - "Name": "chatMessageHostedContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.channel.message_DeleteHostedContent", - "Method": "Delete", - "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_GetHostedContentsContent", - "Method": "Get", + "OperationId": "site.termStore.group.set_DeleteChild", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, - { - "Name": "chatMessageHostedContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.channel.message_SetHostedContentsContent", - "Method": "Put", - "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.hostedContent_GetCount", + "OperationId": "site.termStore.group.set.child_ListChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.channel.message_ListReply", - "Method": "Get", - "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { @@ -315149,23 +292730,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_CreateReply", + "OperationId": "site.termStore.group.set.child_CreateChild", "Method": "Post", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" } ] @@ -315173,27 +292762,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_GetReply", + "OperationId": "site.termStore.group.set.child_GetChild", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id1", "Location": "Path" }, { @@ -315209,27 +292806,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_UpdateReply", + "OperationId": "site.termStore.group.set.child_UpdateChild", "Method": "Patch", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id1", "Location": "Path" } ] @@ -315237,27 +292842,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_DeleteReply", + "OperationId": "site.termStore.group.set.child_DeleteChild", "Method": "Delete", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id1", "Location": "Path" }, { @@ -315269,27 +292882,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_ListHostedContent", + "OperationId": "site.termStore.group.set.child_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id1", "Location": "Path" }, { @@ -315329,27 +292950,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_CreateHostedContent", + "OperationId": "site.termStore.group.set.child_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id1", "Location": "Path" } ] @@ -315357,31 +292986,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_GetHostedContent", + "OperationId": "site.termStore.group.set.child_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id1", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" }, { @@ -315397,31 +293034,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_UpdateHostedContent", + "OperationId": "site.termStore.group.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id1", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" } ] @@ -315429,31 +293074,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_DeleteHostedContent", + "OperationId": "site.termStore.group.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id1", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" }, { @@ -315465,99 +293118,143 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_GetHostedContentsContent", + "OperationId": "site.termStore.group.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id1", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_SetHostedContentsContent", - "Method": "Put", + "OperationId": "site.termStore.group.set.child.relation_GetSet", + "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id1", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply.hostedContent_GetCount", + "OperationId": "site.termStore.group.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id1", "Location": "Path" }, { - "Name": "$search", + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -315565,23 +293262,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message.reply_GetCount", + "OperationId": "site.termStore.group.set.child.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -315597,19 +293306,75 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.message_GetCount", + "OperationId": "site.termStore.group.set.child_GetSet", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore.group.set.child_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -315625,19 +293390,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_ListSharedGraphWPreTeam", + "OperationId": "site.termStore.group.set.child_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -315677,19 +293454,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_CreateSharedGraphWPreTeam", + "OperationId": "site.termStore.group.set.child_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -315697,23 +293486,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_GetSharedGraphWPreTeam", + "OperationId": "site.termStore.group.set.child_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -315729,23 +293530,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_UpdateSharedGraphWPreTeam", + "OperationId": "site.termStore.group.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -315753,23 +293566,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_DeleteSharedGraphWPreTeam", + "OperationId": "site.termStore.group.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -315781,48 +293606,80 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.sharedGraphWPreTeam_ListAllowedMember", + "OperationId": "site.termStore.group.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore.group.set.child.relation_GetSet", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -315837,27 +293694,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.sharedGraphWPreTeam_GetAllowedMember", + "OperationId": "site.termStore.group.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "relation-id", "Location": "Path" }, { @@ -315873,23 +293738,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.sharedGraphWPreTeam.allowedMember_GetCount", + "OperationId": "site.termStore.group.set.child.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "term-id", "Location": "Path" }, { @@ -315905,23 +293778,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.sharedGraphWPreTeam_GetTeam", + "OperationId": "site.termStore.group.set.child_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "term-id", "Location": "Path" }, { @@ -315937,47 +293818,159 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.sharedGraphWPreTeam_GetCount", + "OperationId": "site.termStore.group.set.child_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore.group.set_GetParentGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore.group.set_UpdateParentGroup", + "Method": "Patch", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore.group.set_DeleteParentGroup", + "Method": "Delete", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_ListTab", + "OperationId": "site.termStore.group.set_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { @@ -316017,19 +294010,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_CreateTab", + "OperationId": "site.termStore.group.set_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" } ] @@ -316037,23 +294038,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_GetTab", + "OperationId": "site.termStore.group.set_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "relation-id", "Location": "Path" }, { @@ -316069,23 +294078,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_UpdateTab", + "OperationId": "site.termStore.group.set_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "relation-id", "Location": "Path" } ] @@ -316093,23 +294110,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_DeleteTab", + "OperationId": "site.termStore.group.set_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "relation-id", "Location": "Path" }, { @@ -316121,23 +294146,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.tab_GetTeamsApp", + "OperationId": "site.termStore.group.set.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "relation-id", "Location": "Path" }, { @@ -316153,27 +294186,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel.tab_GetCount", + "OperationId": "site.termStore.group.set.relation_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -316181,23 +294226,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/channels/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.channel_GetCount", + "OperationId": "site.termStore.group.set.relation_GetToTerm", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -316205,23 +294266,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/group", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetGroup", + "OperationId": "site.termStore.group.set.relation_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "$select", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -316229,17 +294302,29 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/group/serviceProvisioningErrors", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.group_ListServiceProvisioningError", + "OperationId": "site.termStore.group.set_ListTerm", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, + { + "Name": "set-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -316277,64 +294362,60 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.group.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "site.termStore.group.set_CreateTerm", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/incomingChannels", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListIncomingChannel", + "OperationId": "site.termStore.group.set_GetTerm", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", @@ -316349,69 +294430,101 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/incomingChannels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetIncomingChannel", - "Method": "Get", + "OperationId": "site.termStore.group.set_UpdateTerm", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/incomingChannels/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.incomingChannel_GetCount", - "Method": "Get", + "OperationId": "site.termStore.group.set_DeleteTerm", + "Method": "Delete", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListInstalledApp", + "OperationId": "site.termStore.group.set.term_ListChild", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -316449,35 +294562,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_CreateInstalledApp", + "OperationId": "site.termStore.group.set.term_CreateChild", "Method": "Post", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetInstalledApp", + "OperationId": "site.termStore.group.set.term_GetChild", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -316493,139 +294638,111 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_UpdateInstalledApp", + "OperationId": "site.termStore.group.set.term_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_DeleteInstalledApp", - "Method": "Delete", - "Parameters": [ + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.installedApp_GetTeamsApp", - "Method": "Get", + "OperationId": "site.termStore.group.set.term_DeleteChild", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.installedApp_GetTeamsAppDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/installedApps/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.installedApp_GetCount", + "OperationId": "site.termStore.group.set.term.child_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/members", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_ListMember", - "Method": "Get", - "Parameters": [ + "Name": "term-id", + "Location": "Path" + }, { - "Name": "group-id", + "Name": "term-id1", "Location": "Path" }, { @@ -316665,35 +294782,75 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_CreateMember", + "OperationId": "site.termStore.group.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetMember", + "OperationId": "site.termStore.group.set.term.child_GetRelation", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -316709,19 +294866,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_UpdateMember", + "OperationId": "site.termStore.group.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -316729,19 +294906,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_DeleteMember", + "OperationId": "site.termStore.group.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -316753,23 +294950,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/members/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.member_GetCount", + "OperationId": "site.termStore.group.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -316777,40 +294998,40 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/operations", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListOperation", + "OperationId": "site.termStore.group.set.term.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -316825,35 +295046,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/operations", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_CreateOperation", - "Method": "Post", + "OperationId": "site.termStore.group.set.term.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_GetOperation", - "Method": "Get", - "Parameters": [ + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -316869,61 +295094,121 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_UpdateOperation", - "Method": "Patch", + "OperationId": "site.termStore.group.set.term.child.relation_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_DeleteOperation", - "Method": "Delete", + "OperationId": "site.termStore.group.set.term.child_GetSet", + "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/operations/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.operation_GetCount", + "OperationId": "site.termStore.group.set.term.child_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -316937,17 +295222,33 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/permissionGrants", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListPermissionGrant", + "OperationId": "site.termStore.group.set.term_ListRelation", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -316985,63 +295286,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/permissionGrants", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_CreatePermissionGrant", + "OperationId": "site.termStore.group.set.term_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_GetPermissionGrant", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_UpdatePermissionGrant", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "term-id", "Location": "Path" } ] @@ -317049,63 +295318,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_DeletePermissionGrant", - "Method": "Delete", + "OperationId": "site.termStore.group.set.term_GetRelation", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "store-id", "Location": "Path" }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/permissionGrants/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.permissionGrant_GetCount", - "Method": "Get", - "Parameters": [ { "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/photo", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_GetPhoto", - "Method": "Get", - "Parameters": [ + "Name": "term-id", + "Location": "Path" + }, { - "Name": "group-id", + "Name": "relation-id", "Location": "Path" }, { @@ -317121,103 +295362,71 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/photo", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_UpdatePhoto", + "OperationId": "site.termStore.group.set.term_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/photo/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_GetPhotoContent", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/photo/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_SetPhotoContent", - "Method": "Put", - "Parameters": [ + }, { "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_GetPrimaryChannel", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_UpdatePrimaryChannel", - "Method": "Patch", + "OperationId": "site.termStore.group.set.term_DeleteRelation", + "Method": "Delete", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_DeletePrimaryChannel", - "Method": "Delete", - "Parameters": [ + }, + { + "Name": "set-id", + "Location": "Path" + }, { - "Name": "group-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -317229,17 +295438,37 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/filesFolder", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_GetFilesFolder", + "OperationId": "site.termStore.group.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -317253,76 +295482,80 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_GetFilesFolderContent", + "OperationId": "site.termStore.group.set.term.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$format", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel_SetFilesFolderContent", - "Method": "Put", - "Parameters": [ + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_ListMember", + "OperationId": "site.termStore.group.set.term.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -317337,35 +295570,71 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_CreateMember", - "Method": "Post", + "OperationId": "site.termStore.group.set.term.relation_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_GetMember", + "OperationId": "site.termStore.group.set.term_GetSet", "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -317381,59 +295650,87 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_UpdateMember", - "Method": "Patch", + "OperationId": "site.termStore.group.set.term_GetCount", + "Method": "Get", "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, { "Name": "group-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_DeleteMember", - "Method": "Delete", + "OperationId": "site.termStore.group.set_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/members/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/groups/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.member_GetCount", + "OperationId": "site.termStore.group_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", "Location": "Path" }, { @@ -317449,15 +295746,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_ListMessage", + "OperationId": "site.termStore_ListSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", "Location": "Path" }, { @@ -317497,15 +295798,19 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_CreateMessage", + "OperationId": "site.termStore_CreateSet", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", "Location": "Path" } ] @@ -317513,19 +295818,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_GetMessage", + "OperationId": "site.termStore_GetSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -317541,19 +295850,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_UpdateMessage", + "OperationId": "site.termStore_UpdateSet", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -317561,19 +295874,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_DeleteMessage", + "OperationId": "site.termStore_DeleteSet", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -317585,19 +295902,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_ListHostedContent", + "OperationId": "site.termStore.set_ListChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -317637,19 +295958,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_CreateHostedContent", + "OperationId": "site.termStore.set_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -317657,23 +295982,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_GetHostedContent", + "OperationId": "site.termStore.set_GetChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -317689,147 +296018,87 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_UpdateHostedContent", + "OperationId": "site.termStore.set_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_DeleteHostedContent", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_GetHostedContentsContent", - "Method": "Get", + "OperationId": "site.termStore.set_DeleteChild", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_SetHostedContentsContent", - "Method": "Put", - "Parameters": [ - { - "Name": "group-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.hostedContent_GetCount", + "OperationId": "site.termStore.set.child_ListChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_ListReply", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" }, { @@ -317869,19 +296138,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_CreateReply", + "OperationId": "site.termStore.set.child_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -317889,23 +296166,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_GetReply", + "OperationId": "site.termStore.set.child_GetChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -317921,23 +296206,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_UpdateReply", + "OperationId": "site.termStore.set.child_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -317945,23 +296238,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_DeleteReply", + "OperationId": "site.termStore.set.child_DeleteChild", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -317973,23 +296274,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_ListHostedContent", + "OperationId": "site.termStore.set.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -318029,23 +296338,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_CreateHostedContent", + "OperationId": "site.termStore.set.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -318053,27 +296370,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_GetHostedContent", + "OperationId": "site.termStore.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -318089,27 +296414,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_UpdateHostedContent", + "OperationId": "site.termStore.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -318117,27 +296450,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_DeleteHostedContent", + "OperationId": "site.termStore.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -318149,87 +296490,87 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_GetHostedContentsContent", + "OperationId": "site.termStore.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "term-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_SetHostedContentsContent", - "Method": "Put", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply.hostedContent_GetCount", + "OperationId": "site.termStore.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -318237,51 +296578,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.message.reply_GetCount", + "OperationId": "site.termStore.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/messages/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel.message_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "term-id", + "Location": "Path" + }, { - "Name": "group-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "$search", + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -318289,47 +296622,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_ListSharedGraphWPreTeam", + "OperationId": "site.termStore.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -318337,35 +296662,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_CreateSharedGraphWPreTeam", - "Method": "Post", + "OperationId": "site.termStore.set.child_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel_GetSharedGraphWPreTeam", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -318381,63 +296702,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_UpdateSharedGraphWPreTeam", - "Method": "Patch", + "OperationId": "site.termStore.set.child_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel_DeleteSharedGraphWPreTeam", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_ListAllowedMember", + "OperationId": "site.termStore.set.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -318477,59 +296798,67 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_GetAllowedMember", - "Method": "Get", + "OperationId": "site.termStore.set.child_CreateRelation", + "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam.allowedMember_GetCount", + "OperationId": "site.termStore.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$search", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -318537,92 +296866,100 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_GetTeam", - "Method": "Get", + "OperationId": "site.termStore.set.child_UpdateRelation", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_GetCount", - "Method": "Get", + "OperationId": "site.termStore.set.child_DeleteRelation", + "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_ListTab", + "OperationId": "site.termStore.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -318637,35 +296974,71 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_CreateTab", - "Method": "Post", + "OperationId": "site.termStore.set.child.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_GetTab", + "OperationId": "site.termStore.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -318681,63 +297054,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel_UpdateTab", - "Method": "Patch", + "OperationId": "site.termStore.set.child.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.primaryChannel_DeleteTab", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.tab_GetTeamsApp", + "OperationId": "site.termStore.set.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -318753,15 +297126,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/primaryChannel/tabs/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.primaryChannel.tab_GetCount", + "OperationId": "site.termStore.set.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -318777,15 +297158,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_GetSchedule", + "OperationId": "site.termStore.set_GetParentGroup", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -318801,15 +297190,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_SetSchedule", - "Method": "Put", + "OperationId": "site.termStore.set_UpdateParentGroup", + "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -318817,15 +297214,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_DeleteSchedule", + "OperationId": "site.termStore.set_DeleteParentGroup", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -318837,15 +297242,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/offerShiftRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListOfferShiftRequest", + "OperationId": "site.termStore.set.parentGroup_ListSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -318885,15 +297298,23 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/offerShiftRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateOfferShiftRequest", + "OperationId": "site.termStore.set.parentGroup_CreateSet", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -318901,19 +297322,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetOfferShiftRequest", + "OperationId": "site.termStore.set.parentGroup_GetSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" }, { @@ -318929,19 +297358,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateOfferShiftRequest", + "OperationId": "site.termStore.set.parentGroup_UpdateSet", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" } ] @@ -318949,19 +297386,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteOfferShiftRequest", + "OperationId": "site.termStore.set.parentGroup_DeleteSet", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" }, { @@ -318973,39 +297418,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.offerShiftRequest_GetCount", + "OperationId": "site.termStore.set.parentGroup.set_ListChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.schedule_ListOpenShiftChangeRequest", - "Method": "Get", - "Parameters": [ + "Name": "set-id", + "Location": "Path" + }, { - "Name": "group-id", + "Name": "set-id1", "Location": "Path" }, { @@ -319045,15 +297478,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateOpenShiftChangeRequest", + "OperationId": "site.termStore.set.parentGroup.set_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" } ] @@ -319061,19 +297506,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetOpenShiftChangeRequest", + "OperationId": "site.termStore.set.parentGroup.set_GetChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -319089,19 +297546,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateOpenShiftChangeRequest", + "OperationId": "site.termStore.set.parentGroup.set_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -319109,19 +297578,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteOpenShiftChangeRequest", + "OperationId": "site.termStore.set.parentGroup.set_DeleteChild", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -319133,39 +297614,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.openShiftChangeRequest_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.child_ListChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShifts", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.schedule_ListOpenShift", - "Method": "Get", - "Parameters": [ + "Name": "set-id", + "Location": "Path" + }, { - "Name": "group-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -319205,15 +297678,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShifts", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateOpenShift", + "OperationId": "site.termStore.set.parentGroup.set.child_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -319221,19 +297710,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetOpenShift", + "OperationId": "site.termStore.set.parentGroup.set.child_GetChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -319249,19 +297754,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateOpenShift", + "OperationId": "site.termStore.set.parentGroup.set.child_UpdateChild", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -319269,19 +297790,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteOpenShift", + "OperationId": "site.termStore.set.parentGroup.set.child_DeleteChild", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -319293,39 +297830,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/openShifts/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.openShift_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/schedulingGroups", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.schedule_ListSchedulingGroup", - "Method": "Get", - "Parameters": [ + "Name": "set-id", + "Location": "Path" + }, { - "Name": "group-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -319365,15 +297898,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/schedulingGroups", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateSchedulingGroup", + "OperationId": "site.termStore.set.parentGroup.set.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -319381,19 +297934,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetSchedulingGroup", + "OperationId": "site.termStore.set.parentGroup.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -319409,19 +297982,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateSchedulingGroup", + "OperationId": "site.termStore.set.parentGroup.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -319429,88 +298022,84 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteSchedulingGroup", + "OperationId": "site.termStore.set.parentGroup.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/schedulingGroups/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.schedule.schedulingGroup_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "set-id", + "Location": "Path" + }, { - "Name": "group-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shifts", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListShift", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -319525,35 +298114,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shifts", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateShift", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.schedule_GetShift", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -319569,67 +298162,47 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateShift", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.schedule_DeleteShift", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/shifts/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.schedule.shift_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "term-id", + "Location": "Path" + }, { - "Name": "group-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "$search", + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -319637,47 +298210,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListSwapShiftsChangeRequest", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -319685,35 +298254,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateSwapShiftsChangeRequest", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.child_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.schedule_GetSwapShiftsChangeRequest", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -319729,59 +298298,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateSwapShiftsChangeRequest", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set.child_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.schedule_DeleteSwapShiftsChangeRequest", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.schedule.swapShiftsChangeRequest_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "term-id", "Location": "Path" }, { @@ -319797,15 +298338,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffReasons", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListTimeOffReason", + "OperationId": "site.termStore.set.parentGroup.set.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -319845,15 +298402,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffReasons", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateTimeOffReason", + "OperationId": "site.termStore.set.parentGroup.set.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -319861,19 +298434,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetTimeOffReason", + "OperationId": "site.termStore.set.parentGroup.set.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -319889,19 +298478,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateTimeOffReason", + "OperationId": "site.termStore.set.parentGroup.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "relation-id", "Location": "Path" } ] @@ -319909,19 +298514,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteTimeOffReason", + "OperationId": "site.termStore.set.parentGroup.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -319933,23 +298554,43 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffReasons/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.timeOffReason_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -319957,40 +298598,36 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListTimeOffRequest", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -320005,35 +298642,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffRequests", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateTimeOffRequest", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.schedule_GetTimeOffRequest", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -320049,59 +298686,107 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateTimeOffRequest", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set.child.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteTimeOffRequest", - "Method": "Delete", + "OperationId": "site.termStore.set.parentGroup.set.child_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timeOffRequests/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.timeOffRequest_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" }, { @@ -320117,15 +298802,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timesOff", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_ListTimesOff", + "OperationId": "site.termStore.set.parentGroup.set_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" }, { @@ -320165,15 +298862,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timesOff", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_CreateTimesOff", + "OperationId": "site.termStore.set.parentGroup.set_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" } ] @@ -320181,19 +298890,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_GetTimesOff", + "OperationId": "site.termStore.set.parentGroup.set_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -320209,19 +298930,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_UpdateTimesOff", + "OperationId": "site.termStore.set.parentGroup.set_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -320229,19 +298962,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule_DeleteTimesOff", + "OperationId": "site.termStore.set.parentGroup.set_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -320253,23 +298998,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/schedule/timesOff/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.schedule.timesOff_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -320277,40 +299038,32 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_ListTag", + "OperationId": "site.termStore.set.parentGroup.set.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -320325,35 +299078,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_CreateTag", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_GetTag", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -320369,63 +299118,63 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team_UpdateTag", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_DeleteTag", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.tag_ListMember", + "OperationId": "site.termStore.set.parentGroup.set_ListTerm", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" }, { @@ -320465,19 +299214,27 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.tag_CreateMember", + "OperationId": "site.termStore.set.parentGroup.set_CreateTerm", "Method": "Post", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", "Location": "Path" } ] @@ -320485,23 +299242,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.tag_GetMember", + "OperationId": "site.termStore.set.parentGroup.set_GetTerm", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "teamworkTagMember-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -320517,23 +299282,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.tag_UpdateMember", + "OperationId": "site.termStore.set.parentGroup.set_UpdateTerm", "Method": "Patch", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "teamworkTagMember-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -320541,117 +299314,69 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.tag_DeleteMember", + "OperationId": "site.termStore.set.parentGroup.set_DeleteTerm", "Method": "Delete", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "teamworkTagMember-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team.tag.member_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/team/tags/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.team.tag_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.term_ListChild", "Method": "Get", "Parameters": [ { - "Name": "group-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/team/template", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "group.team_GetTemplate", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_ListTeam", - "Method": "Get", - "Parameters": [ + "Name": "term-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -320689,111 +299414,68 @@ }, { "PathInfo": { - "Path": "/teams", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_CreateTeam", + "OperationId": "site.termStore.set.parentGroup.set.term_CreateChild", "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_GetTeam", - "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_UpdateTeam", - "Method": "Patch", - "Parameters": [ - { - "Name": "team-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_DeleteTeam", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/allChannels", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_ListAllChannel", + "OperationId": "site.termStore.set.parentGroup.set.term_GetChild", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { "Name": "$select", @@ -320808,67 +299490,111 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/allChannels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetAllChannel", - "Method": "Get", + "OperationId": "site.termStore.set.parentGroup.set.term_UpdateChild", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/allChannels/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.allChannel_GetCount", - "Method": "Get", + "OperationId": "site.termStore.set.parentGroup.set.term_DeleteChild", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_ListChannel", + "OperationId": "site.termStore.set.parentGroup.set.term.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -320908,107 +299634,75 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_CreateChannel", + "OperationId": "site.termStore.set.parentGroup.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_GetChannel", - "Method": "Get", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_UpdateChannel", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set.term.child_GetRelation", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_DeleteChannel", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_GetFilesFolder", - "Method": "Get", - "Parameters": [ + "Name": "term-id", + "Location": "Path" + }, { - "Name": "team-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "channel-id", + "Name": "relation-id", "Location": "Path" }, { @@ -321024,43 +299718,39 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_GetFilesFolderContent", - "Method": "Get", + "OperationId": "site.termStore.set.parentGroup.set.term.child_UpdateRelation", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$format", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_SetFilesFolderContent", - "Method": "Put", - "Parameters": [ + "Name": "set-id", + "Location": "Path" + }, { - "Name": "team-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "channel-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -321068,95 +299758,83 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_ListMember", - "Method": "Get", + "OperationId": "site.termStore.set.parentGroup.set.term.child_DeleteRelation", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/members", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_CreateMember", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_GetMember", - "Method": "Get", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -321172,151 +299850,139 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_UpdateMember", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_DeleteMember", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "channel-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/members/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.member_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.add", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel.member_add", - "Method": "Post", - "Parameters": [ + "Name": "set-id1", + "Location": "Path" + }, { - "Name": "team-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_ListMessage", + "OperationId": "site.termStore.set.parentGroup.set.term.child.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -321324,43 +299990,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_CreateMessage", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.term.child_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_GetMessage", - "Method": "Get", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -321376,75 +300034,71 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_UpdateMessage", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set.term.child_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_DeleteMessage", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "channel-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_ListHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -321484,23 +300138,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_CreateHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -321508,27 +300170,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_GetHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -321544,27 +300214,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_UpdateHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -321572,27 +300250,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_DeleteHostedContent", + "OperationId": "site.termStore.set.parentGroup.set.term_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -321604,216 +300290,164 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_GetHostedContentsContent", + "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "set-id1", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel.message_SetHostedContentsContent", - "Method": "Put", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.hostedContent_GetCount", + "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel.message_setReaction", - "Method": "Post", - "Parameters": [ - { - "Name": "team-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_softDelete", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetToTerm", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel.message_undoSoftDelete", - "Method": "Post", - "Parameters": [ - { - "Name": "team-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "term-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel.message_unsetReaction", - "Method": "Post", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_ListReply", + "OperationId": "site.termStore.set.parentGroup.set.term.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$search", @@ -321822,73 +300456,37 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_CreateReply", - "Method": "Post", + "OperationId": "site.termStore.set.parentGroup.set.term_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel.message_GetReply", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "term-id", "Location": "Path" }, { @@ -321904,87 +300502,91 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_UpdateReply", - "Method": "Patch", + "OperationId": "site.termStore.set.parentGroup.set.term_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_DeleteReply", - "Method": "Delete", + "OperationId": "site.termStore.set.parentGroup.set_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_ListHostedContent", + "OperationId": "site.termStore.set_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { @@ -322024,27 +300626,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_CreateHostedContent", + "OperationId": "site.termStore.set_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" } ] @@ -322052,31 +300650,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_GetHostedContent", + "OperationId": "site.termStore.set_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" }, { @@ -322092,31 +300686,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_UpdateHostedContent", + "OperationId": "site.termStore.set_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" } ] @@ -322124,31 +300714,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_DeleteHostedContent", + "OperationId": "site.termStore.set_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "relation-id", "Location": "Path" }, { @@ -322160,99 +300746,107 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_GetHostedContentsContent", + "OperationId": "site.termStore.set.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "relation-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_SetHostedContentsContent", - "Method": "Put", + "OperationId": "site.termStore.set.relation_GetSet", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "relation-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply.hostedContent_GetCount", + "OperationId": "site.termStore.set.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "relation-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -322260,111 +300854,111 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_setReaction", - "Method": "Post", + "OperationId": "site.termStore.set.relation_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_softDelete", - "Method": "Post", + "OperationId": "site.termStore.set_ListTerm", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel.message.reply_undoSoftDelete", - "Method": "Post", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_unsetReaction", + "OperationId": "site.termStore.set_CreateTerm", "Method": "Post", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "set-id", "Location": "Path" } ] @@ -322372,31 +300966,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_GetCount", + "OperationId": "site.termStore.set_GetTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$search", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -322404,103 +301002,87 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message.reply_delta", - "Method": "Get", + "OperationId": "site.termStore.set_UpdateTerm", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_GetCount", - "Method": "Get", + "OperationId": "site.termStore.set_DeleteTerm", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.message_delta", + "OperationId": "site.termStore.set.term_ListChild", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -322524,11 +301106,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -322540,19 +301122,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.completeMigration", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_completeMigration", + "OperationId": "site.termStore.set.term_CreateChild", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -322560,31 +301150,39 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_doesUserHaveAccess", + "OperationId": "site.termStore.set.term_GetChild", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "userId", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "tenantId", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "userPrincipalName", + "Name": "$expand", "Location": "Query" } ] @@ -322592,19 +301190,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.provisionEmail", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_provisionEmail", - "Method": "Post", + "OperationId": "site.termStore.set.term_UpdateChild", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -322612,39 +301222,67 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.removeEmail", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_removeEmail", - "Method": "Post", + "OperationId": "site.termStore.set.term_DeleteChild", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_ListSharedGraphWPreTeam", + "OperationId": "site.termStore.set.term.child_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -322684,19 +301322,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_CreateSharedGraphWPreTeam", + "OperationId": "site.termStore.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -322704,23 +301354,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_GetSharedGraphWPreTeam", + "OperationId": "site.termStore.set.term.child_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -322736,23 +301398,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_UpdateSharedGraphWPreTeam", + "OperationId": "site.termStore.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -322760,23 +301434,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_DeleteSharedGraphWPreTeam", + "OperationId": "site.termStore.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -322788,48 +301474,80 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.sharedGraphWPreTeam_ListAllowedMember", + "OperationId": "site.termStore.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.termStore.set.term.child.relation_GetSet", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -322844,27 +301562,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.sharedGraphWPreTeam_GetAllowedMember", + "OperationId": "site.termStore.set.term.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -322880,23 +301606,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.sharedGraphWPreTeam.allowedMember_GetCount", + "OperationId": "site.termStore.set.term.child.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -322912,23 +301646,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.sharedGraphWPreTeam_GetTeam", + "OperationId": "site.termStore.set.term.child_GetSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -322944,19 +301686,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.sharedGraphWPreTeam_GetCount", + "OperationId": "site.termStore.set.term.child_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -322972,19 +301722,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_ListTab", + "OperationId": "site.termStore.set.term_ListRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -323024,19 +301782,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/tabs", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_CreateTab", + "OperationId": "site.termStore.set.term_CreateRelation", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -323044,23 +301810,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_GetTab", + "OperationId": "site.termStore.set.term_GetRelation", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -323076,23 +301850,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_UpdateTab", + "OperationId": "site.termStore.set.term_UpdateRelation", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -323100,23 +301882,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_DeleteTab", + "OperationId": "site.termStore.set.term_DeleteRelation", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -323128,23 +301918,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.tab_GetTeamsApp", + "OperationId": "site.termStore.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -323160,51 +301958,39 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/{channel-id}/tabs/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel.tab_GetCount", + "OperationId": "site.termStore.set.term.relation_GetSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "store-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/channels/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.channel_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "term-id", + "Location": "Path" + }, { - "Name": "team-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -323212,49 +301998,37 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/channels/microsoft.graph.getAllMessages()", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.channel_getAllMessage", + "OperationId": "site.termStore.set.term.relation_GetToTerm", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "model", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -323264,23 +302038,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/group", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetGroup", + "OperationId": "site.termStore.set.term.relation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -323288,40 +302074,28 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/group/serviceProvisioningErrors", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.group_ListServiceProvisioningError", + "OperationId": "site.termStore.set.term_GetSet", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", @@ -323336,15 +302110,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/group/serviceProvisioningErrors/$count", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.group.ServiceProvisioningError_GetCount", + "OperationId": "site.termStore.set.term_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "store-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -323360,24 +302142,20 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/incomingChannels", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/{store-id}/sets/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_ListIncomingChannel", + "OperationId": "site.termStore.set_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "store-id", + "Location": "Path" }, { "Name": "$search", @@ -323386,49 +302164,29 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/incomingChannels/{channel-id}", - "Module": "Teams" + "Path": "/sites/{site-id}/termStores/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetIncomingChannel", + "OperationId": "site.termStore_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -323436,17 +302194,13 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/incomingChannels/$count", - "Module": "Teams" + "Path": "/sites/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.incomingChannel_GetCount", + "OperationId": "site_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -323460,17 +302214,24 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/installedApps", - "Module": "Teams" + "Path": "/sites/microsoft.graph.add", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_ListInstalledApp", + "OperationId": "site_add", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/sites/microsoft.graph.delta()", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site_delta", "Method": "Get", "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -323492,11 +302253,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -323508,41 +302269,41 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/installedApps", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_CreateInstalledApp", - "Method": "Post", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "Path": "/sites/microsoft.graph.getAllSites()", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_GetInstalledApp", + "OperationId": "site_getAllSite", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "teamsAppInstallation-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -323552,84 +302313,51 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "Path": "/sites/microsoft.graph.remove", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_UpdateInstalledApp", - "Method": "Patch", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "teamsAppInstallation-id", - "Location": "Path" - } - ] + "OperationId": "site_remove", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "Path": "/users/{user-id}/followedSites", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team_DeleteInstalledApp", - "Method": "Delete", + "OperationId": "user_ListFollowedSite", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.installedApp_upgrade", - "Method": "Post", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "teamsAppInstallation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.installedApp_GetTeamsApp", - "Method": "Get", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "teamsAppInstallation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -323644,19 +302372,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams" + "Path": "/users/{user-id}/followedSites/{site-id}", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.installedApp_GetTeamsAppDefinition", + "OperationId": "user_GetFollowedSite", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "site-id", "Location": "Path" }, { @@ -323672,15 +302400,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/installedApps/$count", - "Module": "Teams" + "Path": "/users/{user-id}/followedSites/$count", + "Module": "Sites" }, "MethodInfo": { - "OperationId": "team.installedApp_GetCount", + "OperationId": "user.followedSite_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "user-id", "Location": "Path" }, { @@ -323696,17 +302424,13 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/members", + "Path": "/appCatalogs/teamsApps", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_ListMember", + "OperationId": "appCatalog_ListTeamsApp", "Method": "Get", "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -323744,35 +302468,26 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/members", + "Path": "/appCatalogs/teamsApps", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_CreateMember", + "OperationId": "appCatalog_CreateTeamsApp", "Method": "Post", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/teams/{team-id}/members/{conversationMember-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_GetMember", + "OperationId": "appCatalog_GetTeamsApp", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "conversationMember-id", + "Name": "teamsApp-id", "Location": "Path" }, { @@ -323788,19 +302503,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/members/{conversationMember-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_UpdateMember", + "OperationId": "appCatalog_UpdateTeamsApp", "Method": "Patch", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "conversationMember-id", + "Name": "teamsApp-id", "Location": "Path" } ] @@ -323808,19 +302519,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/members/{conversationMember-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_DeleteMember", + "OperationId": "appCatalog_DeleteTeamsApp", "Method": "Delete", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "conversationMember-id", + "Name": "teamsApp-id", "Location": "Path" }, { @@ -323832,17 +302539,25 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/members/$count", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.member_GetCount", + "OperationId": "appCatalog.teamsApp_ListAppDefinition", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "teamsApp-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -323850,37 +302565,37 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/members/microsoft.graph.add", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.member_add", - "Method": "Post", - "Parameters": [ + }, { - "Name": "team-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/microsoft.graph.archive", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_archive", + "OperationId": "appCatalog.teamsApp_CreateAppDefinition", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "teamsApp-id", "Location": "Path" } ] @@ -323888,63 +302603,47 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/microsoft.graph.clone", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_clone", - "Method": "Post", + "OperationId": "appCatalog.teamsApp_GetAppDefinition", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "teamsApp-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/microsoft.graph.completeMigration", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_completeMigration", - "Method": "Post", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "teamsAppDefinition-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/microsoft.graph.sendActivityNotification", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_sendActivityNotification", - "Method": "Post", + "OperationId": "appCatalog.teamsApp_UpdateAppDefinition", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "teamsApp-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/microsoft.graph.unarchive", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_unarchive", - "Method": "Post", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "teamsAppDefinition-id", "Location": "Path" } ] @@ -323952,83 +302651,43 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/operations", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_ListOperation", - "Method": "Get", + "OperationId": "appCatalog.teamsApp_DeleteAppDefinition", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "teamsAppDefinition-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/operations", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_CreateOperation", - "Method": "Post", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_GetOperation", + "OperationId": "appCatalog.teamsApp.appDefinition_GetBot", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "teamsAppDefinition-id", "Location": "Path" }, { @@ -324044,19 +302703,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_UpdateOperation", + "OperationId": "appCatalog.teamsApp.appDefinition_UpdateBot", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "teamsAppDefinition-id", "Location": "Path" } ] @@ -324064,19 +302723,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_DeleteOperation", + "OperationId": "appCatalog.teamsApp.appDefinition_DeleteBot", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "teamsApp-id", "Location": "Path" }, { - "Name": "teamsAsyncOperation-id", + "Name": "teamsAppDefinition-id", "Location": "Path" }, { @@ -324088,15 +302747,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/operations/$count", + "Path": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.operation_GetCount", + "OperationId": "appCatalog.teamsApp.appDefinition_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "teamsApp-id", "Location": "Path" }, { @@ -324112,17 +302771,33 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/permissionGrants", + "Path": "/appCatalogs/teamsApps/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_ListPermissionGrant", + "OperationId": "appCatalog.teamsApp_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_ListChat", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -324160,35 +302835,26 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/permissionGrants", + "Path": "/chats", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_CreatePermissionGrant", + "OperationId": "chat_CreateChat", "Method": "Post", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Path": "/chats/{chat-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_GetPermissionGrant", + "OperationId": "chat_GetChat", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324204,19 +302870,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Path": "/chats/{chat-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_UpdatePermissionGrant", + "OperationId": "chat_UpdateChat", "Method": "Patch", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "chat-id", "Location": "Path" } ] @@ -324224,19 +302886,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Path": "/chats/{chat-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_DeletePermissionGrant", + "OperationId": "chat_DeleteChat", "Method": "Delete", "Parameters": [ { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324248,17 +302906,25 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/permissionGrants/$count", + "Path": "/chats/{chat-id}/installedApps", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.permissionGrant_GetCount", + "OperationId": "chat_ListInstalledApp", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -324266,21 +302932,57 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/photo", + "Path": "/chats/{chat-id}/installedApps", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_GetPhoto", + "OperationId": "chat_CreateInstalledApp", + "Method": "Post", + "Parameters": [ + { + "Name": "chat-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_GetInstalledApp", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "teamsAppInstallation-id", "Location": "Path" }, { @@ -324296,15 +302998,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/photo", + "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_UpdatePhoto", + "OperationId": "chat_UpdateInstalledApp", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "teamsAppInstallation-id", "Location": "Path" } ] @@ -324312,31 +303018,43 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/photo/$value", + "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_GetPhotoContent", - "Method": "Get", + "OperationId": "chat_DeleteInstalledApp", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "teamsAppInstallation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/photo/$value", + "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_SetPhotoContent", - "Method": "Put", + "OperationId": "chat.installedApp_upgrade", + "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "teamsAppInstallation-id", "Location": "Path" } ] @@ -324344,15 +303062,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel", + "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_GetPrimaryChannel", + "OperationId": "chat.installedApp_GetTeamsApp", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "teamsAppInstallation-id", "Location": "Path" }, { @@ -324368,51 +303090,67 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel", + "Path": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_UpdatePrimaryChannel", - "Method": "Patch", + "OperationId": "chat.installedApp_GetTeamsAppDefinition", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "teamsAppInstallation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel", + "Path": "/chats/{chat-id}/installedApps/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_DeletePrimaryChannel", - "Method": "Delete", + "OperationId": "chat.installedApp_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/filesFolder", + "Path": "/chats/{chat-id}/lastMessagePreview", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_GetFilesFolder", + "OperationId": "chat_GetLastMessagePreview", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324428,51 +303166,51 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Path": "/chats/{chat-id}/lastMessagePreview", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_GetFilesFolderContent", - "Method": "Get", + "OperationId": "chat_UpdateLastMessagePreview", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Path": "/chats/{chat-id}/lastMessagePreview", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_SetFilesFolderContent", - "Method": "Put", + "OperationId": "chat_DeleteLastMessagePreview", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/members", + "Path": "/chats/{chat-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_ListMember", + "OperationId": "chat_ListMember", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324512,15 +303250,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/members", + "Path": "/chats/{chat-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_CreateMember", + "OperationId": "chat_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" } ] @@ -324528,15 +303266,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Path": "/chats/{chat-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_GetMember", + "OperationId": "chat_GetMember", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324556,15 +303294,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Path": "/chats/{chat-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_UpdateMember", + "OperationId": "chat_UpdateMember", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324576,15 +303314,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Path": "/chats/{chat-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_DeleteMember", + "OperationId": "chat_DeleteMember", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324600,15 +303338,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/members/$count", + "Path": "/chats/{chat-id}/members/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.member_GetCount", + "OperationId": "chat.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324624,15 +303362,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/members/microsoft.graph.add", + "Path": "/chats/{chat-id}/members/microsoft.graph.add", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.member_add", + "OperationId": "chat.member_add", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" } ] @@ -324640,15 +303378,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages", + "Path": "/chats/{chat-id}/messages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_ListMessage", + "OperationId": "chat_ListMessage", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324688,15 +303426,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages", + "Path": "/chats/{chat-id}/messages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_CreateMessage", + "OperationId": "chat_CreateMessage", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" } ] @@ -324704,15 +303442,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_GetMessage", + "OperationId": "chat_GetMessage", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324732,15 +303470,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_UpdateMessage", + "OperationId": "chat_UpdateMessage", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324752,15 +303490,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_DeleteMessage", + "OperationId": "chat_DeleteMessage", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324776,15 +303514,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_ListHostedContent", + "OperationId": "chat.message_ListHostedContent", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324828,15 +303566,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_CreateHostedContent", + "OperationId": "chat.message_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324848,15 +303586,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_GetHostedContent", + "OperationId": "chat.message_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324880,15 +303618,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_UpdateHostedContent", + "OperationId": "chat.message_UpdateHostedContent", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324904,15 +303642,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_DeleteHostedContent", + "OperationId": "chat.message_DeleteHostedContent", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324932,15 +303670,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_GetHostedContentsContent", + "OperationId": "chat.message_GetHostedContentsContent", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324956,15 +303694,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_SetHostedContentsContent", + "OperationId": "chat.message_SetHostedContentsContent", "Method": "Put", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -324980,15 +303718,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.hostedContent_GetCount", + "OperationId": "chat.message.hostedContent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325008,15 +303746,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.setReaction", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_setReaction", + "OperationId": "chat.message_setReaction", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325028,15 +303766,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.softDelete", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_softDelete", + "OperationId": "chat.message_softDelete", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325048,15 +303786,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_undoSoftDelete", + "OperationId": "chat.message_undoSoftDelete", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325068,15 +303806,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.unsetReaction", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_unsetReaction", + "OperationId": "chat.message_unsetReaction", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325088,15 +303826,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_ListReply", + "OperationId": "chat.message_ListReply", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325140,15 +303878,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_CreateReply", + "OperationId": "chat.message_CreateReply", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325160,15 +303898,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_GetReply", + "OperationId": "chat.message_GetReply", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325192,15 +303930,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_UpdateReply", + "OperationId": "chat.message_UpdateReply", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325216,15 +303954,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_DeleteReply", + "OperationId": "chat.message_DeleteReply", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325244,15 +303982,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_ListHostedContent", + "OperationId": "chat.message.reply_ListHostedContent", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325300,15 +304038,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_CreateHostedContent", + "OperationId": "chat.message.reply_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325324,15 +304062,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_GetHostedContent", + "OperationId": "chat.message.reply_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325360,15 +304098,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_UpdateHostedContent", + "OperationId": "chat.message.reply_UpdateHostedContent", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325388,15 +304126,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_DeleteHostedContent", + "OperationId": "chat.message.reply_DeleteHostedContent", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325420,15 +304158,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_GetHostedContentsContent", + "OperationId": "chat.message.reply_GetHostedContentsContent", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325448,15 +304186,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_SetHostedContentsContent", + "OperationId": "chat.message.reply_SetHostedContentsContent", "Method": "Put", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325476,15 +304214,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply.hostedContent_GetCount", + "OperationId": "chat.message.reply.hostedContent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325508,15 +304246,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_setReaction", + "OperationId": "chat.message.reply_setReaction", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325532,15 +304270,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_softDelete", + "OperationId": "chat.message.reply_softDelete", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325556,15 +304294,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_undoSoftDelete", + "OperationId": "chat.message.reply_undoSoftDelete", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325580,15 +304318,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_unsetReaction", + "OperationId": "chat.message.reply_unsetReaction", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325604,15 +304342,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_GetCount", + "OperationId": "chat.message.reply_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325632,15 +304370,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()", + "Path": "/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message.reply_delta", + "OperationId": "chat.message.reply_delta", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325684,15 +304422,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/$count", + "Path": "/chats/{chat-id}/messages/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_GetCount", + "OperationId": "chat.message_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325708,15 +304446,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()", + "Path": "/chats/{chat-id}/messages/microsoft.graph.delta()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.message_delta", + "OperationId": "chat.message_delta", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325756,15 +304494,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.completeMigration", + "Path": "/chats/{chat-id}/microsoft.graph.hideForUser", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_completeMigration", + "OperationId": "chat_hideGraphFPreUser", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" } ] @@ -325772,43 +304510,47 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", + "Path": "/chats/{chat-id}/microsoft.graph.markChatReadForUser", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_doesUserHaveAccess", - "Method": "Get", + "OperationId": "chat_markChatReadGraphFPreUser", + "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" - }, - { - "Name": "userId", - "Location": "Query" - }, - { - "Name": "tenantId", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/microsoft.graph.markChatUnreadForUser", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_markChatUnreadGraphFPreUser", + "Method": "Post", + "Parameters": [ { - "Name": "userPrincipalName", - "Location": "Query" + "Name": "chat-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.provisionEmail", + "Path": "/chats/{chat-id}/microsoft.graph.sendActivityNotification", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_provisionEmail", + "OperationId": "chat_sendActivityNotification", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" } ] @@ -325816,15 +304558,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.removeEmail", + "Path": "/chats/{chat-id}/microsoft.graph.unhideForUser", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_removeEmail", + "OperationId": "chat_unhideGraphFPreUser", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" } ] @@ -325832,15 +304574,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "Path": "/chats/{chat-id}/permissionGrants", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_ListSharedGraphWPreTeam", + "OperationId": "chat_ListPermissionGrant", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -325880,15 +304622,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "Path": "/chats/{chat-id}/permissionGrants", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_CreateSharedGraphWPreTeam", + "OperationId": "chat_CreatePermissionGrant", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" } ] @@ -325896,19 +304638,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_GetSharedGraphWPreTeam", + "OperationId": "chat_GetPermissionGrant", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" }, { @@ -325924,19 +304666,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_UpdateSharedGraphWPreTeam", + "OperationId": "chat_UpdatePermissionGrant", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" } ] @@ -325944,19 +304686,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_DeleteSharedGraphWPreTeam", + "OperationId": "chat_DeletePermissionGrant", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" }, { @@ -325968,19 +304710,39 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Path": "/chats/{chat-id}/permissionGrants/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.sharedGraphWPreTeam_ListAllowedMember", + "OperationId": "chat.permissionGrant_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/pinnedMessages", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_ListPinnedMessage", + "Method": "Get", + "Parameters": [ + { + "Name": "chat-id", "Location": "Path" }, { @@ -326020,23 +304782,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Path": "/chats/{chat-id}/pinnedMessages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.sharedGraphWPreTeam_GetAllowedMember", - "Method": "Get", + "OperationId": "chat_CreatePinnedMessage", + "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_GetPinnedMessage", + "Method": "Get", + "Parameters": [ { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "pinnedChatMessageInfo-id", "Location": "Path" }, { @@ -326052,47 +304826,63 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.sharedGraphWPreTeam.allowedMember_GetCount", - "Method": "Get", + "OperationId": "chat_UpdatePinnedMessage", + "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "pinnedChatMessageInfo-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_DeletePinnedMessage", + "Method": "Delete", + "Parameters": [ + { + "Name": "chat-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "pinnedChatMessageInfo-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", + "Path": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}/message", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.sharedGraphWPreTeam_GetTeam", + "OperationId": "chat.pinnedMessage_GetMessage", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "pinnedChatMessageInfo-id", "Location": "Path" }, { @@ -326108,15 +304898,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", + "Path": "/chats/{chat-id}/pinnedMessages/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.sharedGraphWPreTeam_GetCount", + "OperationId": "chat.pinnedMessage_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -326132,15 +304922,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/tabs", + "Path": "/chats/{chat-id}/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_ListTab", + "OperationId": "chat_ListTab", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -326180,15 +304970,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/tabs", + "Path": "/chats/{chat-id}/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_CreateTab", + "OperationId": "chat_CreateTab", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" } ] @@ -326196,15 +304986,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Path": "/chats/{chat-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_GetTab", + "OperationId": "chat_GetTab", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -326224,15 +305014,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Path": "/chats/{chat-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_UpdateTab", + "OperationId": "chat_UpdateTab", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -326244,15 +305034,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Path": "/chats/{chat-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel_DeleteTab", + "OperationId": "chat_DeleteTab", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -326268,15 +305058,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Path": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.tab_GetTeamsApp", + "OperationId": "chat.tab_GetTeamsApp", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -326296,15 +305086,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/primaryChannel/tabs/$count", + "Path": "/chats/{chat-id}/tabs/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.primaryChannel.tab_GetCount", + "OperationId": "chat.tab_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "chat-id", "Location": "Path" }, { @@ -326320,21 +305110,65 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule", + "Path": "/chats/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_GetSchedule", + "OperationId": "chat_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/chats/microsoft.graph.getAllMessages()", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "chat_getAllMessage", + "Method": "Get", + "Parameters": [ + { + "Name": "model", + "Location": "Query" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -326344,67 +305178,75 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule", + "Path": "/groups/{group-id}/team", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_SetSchedule", - "Method": "Put", + "OperationId": "group_GetTeam", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule", + "Path": "/groups/{group-id}/team", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_DeleteSchedule", - "Method": "Delete", + "OperationId": "group_SetTeam", + "Method": "Put", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/microsoft.graph.share", + "Path": "/groups/{group-id}/team", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_share", - "Method": "Post", + "OperationId": "group_DeleteTeam", + "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/offerShiftRequests", + "Path": "/groups/{group-id}/team/allChannels", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_ListOfferShiftRequest", + "OperationId": "group.team_ListAllChannel", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { @@ -326444,35 +305286,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/offerShiftRequests", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_CreateOfferShiftRequest", - "Method": "Post", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Path": "/groups/{group-id}/team/allChannels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_GetOfferShiftRequest", + "OperationId": "group.team_GetAllChannel", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", + "Name": "channel-id", "Location": "Path" }, { @@ -326488,59 +305314,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_UpdateOfferShiftRequest", - "Method": "Patch", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "offerShiftRequest-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_DeleteOfferShiftRequest", - "Method": "Delete", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "offerShiftRequest-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/offerShiftRequests/$count", + "Path": "/groups/{group-id}/team/allChannels/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule.offerShiftRequest_GetCount", + "OperationId": "group.team.allChannel_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { @@ -326556,15 +305338,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShiftChangeRequests", + "Path": "/groups/{group-id}/team/channels", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_ListOpenShiftChangeRequest", + "OperationId": "group.team_ListChannel", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { @@ -326604,15 +305386,15 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShiftChangeRequests", + "Path": "/groups/{group-id}/team/channels", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_CreateOpenShiftChangeRequest", + "OperationId": "group.team_CreateChannel", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" } ] @@ -326620,19 +305402,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_GetOpenShiftChangeRequest", + "OperationId": "group.team_GetChannel", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "channel-id", "Location": "Path" }, { @@ -326648,19 +305430,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateOpenShiftChangeRequest", + "OperationId": "group.team_UpdateChannel", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "channel-id", "Location": "Path" } ] @@ -326668,19 +305450,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteOpenShiftChangeRequest", + "OperationId": "group.team_DeleteChannel", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "channel-id", "Location": "Path" }, { @@ -326692,23 +305474,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule.openShiftChangeRequest_GetCount", + "OperationId": "group.team.channel_GetFilesFolder", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -326716,15 +305502,63 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts", + "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_ListOpenShift", + "OperationId": "group.team.channel_GetFilesFolderContent", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.channel_SetFilesFolderContent", + "Method": "Put", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/channels/{channel-id}/members", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.channel_ListMember", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" }, { @@ -326764,15 +305598,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts", + "Path": "/groups/{group-id}/team/channels/{channel-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_CreateOpenShift", + "OperationId": "group.team.channel_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" } ] @@ -326780,19 +305618,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_GetOpenShift", + "OperationId": "group.team.channel_GetMember", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" }, { @@ -326808,19 +305650,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateOpenShift", + "OperationId": "group.team.channel_UpdateMember", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" } ] @@ -326828,19 +305674,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteOpenShift", + "OperationId": "group.team.channel_DeleteMember", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" }, { @@ -326852,15 +305702,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/members/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule.openShift_GetCount", + "OperationId": "group.team.channel.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" }, { @@ -326876,15 +305730,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/schedulingGroups", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_ListSchedulingGroup", + "OperationId": "group.team.channel_ListMessage", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" }, { @@ -326924,15 +305782,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/schedulingGroups", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_CreateSchedulingGroup", + "OperationId": "group.team.channel_CreateMessage", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" } ] @@ -326940,19 +305802,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_GetSchedulingGroup", + "OperationId": "group.team.channel_GetMessage", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" }, { @@ -326968,19 +305834,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateSchedulingGroup", + "OperationId": "group.team.channel_UpdateMessage", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" } ] @@ -326988,19 +305858,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteSchedulingGroup", + "OperationId": "group.team.channel_DeleteMessage", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" }, { @@ -327012,39 +305886,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/schedulingGroups/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule.schedulingGroup_GetCount", + "OperationId": "group.team.channel.message_ListHostedContent", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "channel-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/shifts", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_ListShift", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", + "Name": "chatMessage-id", "Location": "Path" }, { @@ -327084,15 +305942,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/shifts", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_CreateShift", + "OperationId": "group.team.channel.message_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" } ] @@ -327100,19 +305966,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_GetShift", + "OperationId": "group.team.channel.message_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { @@ -327128,19 +306002,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateShift", + "OperationId": "group.team.channel.message_UpdateHostedContent", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -327148,19 +306030,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteShift", + "OperationId": "group.team.channel.message_DeleteHostedContent", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { @@ -327172,15 +306062,79 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/shifts/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule.shift_GetCount", + "OperationId": "group.team.channel.message_GetHostedContentsContent", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.channel.message_SetHostedContentsContent", + "Method": "Put", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.channel.message.hostedContent_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" }, { @@ -327196,15 +306150,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_ListSwapShiftsChangeRequest", + "OperationId": "group.team.channel.message_ListReply", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" }, { @@ -327244,15 +306206,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_CreateSwapShiftsChangeRequest", + "OperationId": "group.team.channel.message_CreateReply", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" } ] @@ -327260,19 +306230,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_GetSwapShiftsChangeRequest", + "OperationId": "group.team.channel.message_GetReply", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" }, { @@ -327288,19 +306266,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateSwapShiftsChangeRequest", + "OperationId": "group.team.channel.message_UpdateReply", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -327308,19 +306294,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteSwapShiftsChangeRequest", + "OperationId": "group.team.channel.message_DeleteReply", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" }, { @@ -327332,39 +306326,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule.swapShiftsChangeRequest_GetCount", + "OperationId": "group.team.channel.message.reply_ListHostedContent", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "channel-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffReasons", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_ListTimeOffReason", - "Method": "Get", - "Parameters": [ + "Name": "chatMessage-id", + "Location": "Path" + }, { - "Name": "team-id", + "Name": "chatMessage-id1", "Location": "Path" }, { @@ -327404,15 +306386,27 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffReasons", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_CreateTimeOffReason", + "OperationId": "group.team.channel.message.reply_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -327420,19 +306414,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_GetTimeOffReason", + "OperationId": "group.team.channel.message.reply_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { @@ -327448,19 +306454,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateTimeOffReason", + "OperationId": "group.team.channel.message.reply_UpdateHostedContent", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -327468,19 +306486,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteTimeOffReason", + "OperationId": "group.team.channel.message.reply_DeleteHostedContent", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { @@ -327492,87 +306522,63 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffReasons/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule.timeOffReason_GetCount", + "OperationId": "group.team.channel.message.reply_GetHostedContentsContent", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "channel-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffRequests", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_ListTimeOffRequest", - "Method": "Get", + "OperationId": "group.team.channel.message.reply_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "channel-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffRequests", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_CreateTimeOffRequest", - "Method": "Post", - "Parameters": [ - { - "Name": "team-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -327580,27 +306586,35 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_GetTimeOffRequest", + "OperationId": "group.team.channel.message.reply.hostedContent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "$select", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -327608,59 +306622,51 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateTimeOffRequest", - "Method": "Patch", + "OperationId": "group.team.channel.message.reply_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_DeleteTimeOffRequest", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "team-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timeOffRequests/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule.timeOffRequest_GetCount", + "OperationId": "group.team.channel.message_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" }, { @@ -327676,15 +306682,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timesOff", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_ListTimesOff", + "OperationId": "group.team.channel_ListSharedGraphWPreTeam", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" }, { @@ -327724,15 +306734,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timesOff", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_CreateTimesOff", + "OperationId": "group.team.channel_CreateSharedGraphWPreTeam", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" } ] @@ -327740,19 +306754,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_GetTimesOff", + "OperationId": "group.team.channel_GetSharedGraphWPreTeam", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -327768,19 +306786,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_UpdateTimesOff", + "OperationId": "group.team.channel_UpdateSharedGraphWPreTeam", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" } ] @@ -327788,19 +306810,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule_DeleteTimesOff", + "OperationId": "group.team.channel_DeleteSharedGraphWPreTeam", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -327812,39 +306838,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/schedule/timesOff/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.schedule.timesOff_GetCount", + "OperationId": "group.team.channel.sharedGraphWPreTeam_ListAllowedMember", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "channel-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/tags", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_ListTag", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -327884,43 +306894,67 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/tags", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_CreateTag", - "Method": "Post", + "OperationId": "group.team.channel.sharedGraphWPreTeam_GetAllowedMember", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_GetTag", + "OperationId": "group.team.channel.sharedGraphWPreTeam.allowedMember_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "$select", + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -327928,63 +306962,79 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_UpdateTag", - "Method": "Patch", + "OperationId": "group.team.channel.sharedGraphWPreTeam_GetTeam", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_DeleteTag", - "Method": "Delete", + "OperationId": "group.team.channel.sharedGraphWPreTeam_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.tag_ListMember", + "OperationId": "group.team.channel_ListTab", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "channel-id", "Location": "Path" }, { @@ -328024,19 +307074,19 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.tag_CreateMember", + "OperationId": "group.team.channel_CreateTab", "Method": "Post", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "channel-id", "Location": "Path" } ] @@ -328044,23 +307094,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.tag_GetMember", + "OperationId": "group.team.channel_GetTab", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "teamworkTagMember-id", + "Name": "teamsTab-id", "Location": "Path" }, { @@ -328076,23 +307126,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.tag_UpdateMember", + "OperationId": "group.team.channel_UpdateTab", "Method": "Patch", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "teamworkTagMember-id", + "Name": "teamsTab-id", "Location": "Path" } ] @@ -328100,23 +307150,23 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.tag_DeleteMember", + "OperationId": "group.team.channel_DeleteTab", "Method": "Delete", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "teamworkTagMember-id", + "Name": "teamsTab-id", "Location": "Path" }, { @@ -328128,51 +307178,31 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", + "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team.tag.member_GetCount", + "OperationId": "group.team.channel.tab_GetTeamsApp", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/tags/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.tag_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", + "Name": "teamsTab-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -328180,37 +307210,21 @@ }, { "PathInfo": { - "Path": "/teams/{team-id}/template", + "Path": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_GetTemplate", + "OperationId": "group.team.channel.tab_GetCount", "Method": "Get", "Parameters": [ { - "Name": "team-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "channel-id", + "Location": "Path" }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team_GetCount", - "Method": "Get", - "Parameters": [ { "Name": "$search", "Location": "Query" @@ -328224,24 +307238,16 @@ }, { "PathInfo": { - "Path": "/teams/microsoft.graph.getAllMessages()", + "Path": "/groups/{group-id}/team/channels/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "team_getAllMessage", + "OperationId": "group.team.channel_GetCount", "Method": "Get", "Parameters": [ { - "Name": "model", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { "Name": "$search", @@ -328250,35 +307256,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork", + "Path": "/groups/{group-id}/team/group", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_GetTeamwork", + "OperationId": "group.team_GetGroup", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -328292,24 +307286,17 @@ }, { "PathInfo": { - "Path": "/teamwork", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork_UpdateTeamwork", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedChats", + "Path": "/groups/{group-id}/team/group/serviceProvisioningErrors", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_ListDeletedChat", + "OperationId": "group.team.group_ListServiceProvisioningError", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -328347,100 +307334,17 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedChats", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork_CreateDeletedChat", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedChats/{deletedChat-id}", + "Path": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_GetDeletedChat", + "OperationId": "group.team.group.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { - "Name": "deletedChat-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork_UpdateDeletedChat", - "Method": "Patch", - "Parameters": [ - { - "Name": "deletedChat-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork_DeleteDeletedChat", - "Method": "Delete", - "Parameters": [ - { - "Name": "deletedChat-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedChats/{deletedChat-id}/microsoft.graph.undoDelete", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.deletedChat_undoDelete", - "Method": "Post", - "Parameters": [ - { - "Name": "deletedChat-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedChats/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.deletedChat_GetCount", - "Method": "Get", - "Parameters": [ { "Name": "$search", "Location": "Query" @@ -328454,13 +307358,17 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams", + "Path": "/groups/{group-id}/team/incomingChannels", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_ListDeletedTeam", + "OperationId": "group.team_ListIncomingChannel", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -328498,26 +307406,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork_CreateDeletedTeam", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}", + "Path": "/groups/{group-id}/team/incomingChannels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_GetDeletedTeam", + "OperationId": "group.team_GetIncomingChannel", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" }, { @@ -328533,51 +307434,39 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}", + "Path": "/groups/{group-id}/team/incomingChannels/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_UpdateDeletedTeam", - "Method": "Patch", + "OperationId": "group.team.incomingChannel_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork_DeleteDeletedTeam", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "deletedTeam-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Path": "/groups/{group-id}/team/installedApps", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam_ListChannel", + "OperationId": "group.team_ListInstalledApp", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { @@ -328617,15 +307506,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Path": "/groups/{group-id}/team/installedApps", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam_CreateChannel", + "OperationId": "group.team_CreateInstalledApp", "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" } ] @@ -328633,19 +307522,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam_GetChannel", + "OperationId": "group.team_GetInstalledApp", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { @@ -328661,19 +307550,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam_UpdateChannel", + "OperationId": "group.team_UpdateInstalledApp", "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "teamsAppInstallation-id", "Location": "Path" } ] @@ -328681,19 +307570,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam_DeleteChannel", + "OperationId": "group.team_DeleteInstalledApp", "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { @@ -328705,19 +307594,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_GetFilesFolder", + "OperationId": "group.team.installedApp_GetTeamsApp", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { @@ -328733,23 +307622,27 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Path": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_GetFilesFolderContent", + "OperationId": "group.team.installedApp_GetTeamsAppDefinition", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "teamsAppInstallation-id", "Location": "Path" }, { - "Name": "$format", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", "Location": "Query" } ] @@ -328757,39 +307650,39 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Path": "/groups/{group-id}/team/installedApps/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_SetFilesFolderContent", - "Method": "Put", + "OperationId": "group.team.installedApp_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Path": "/groups/{group-id}/team/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_ListMember", + "OperationId": "group.team_ListMember", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { @@ -328829,19 +307722,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Path": "/groups/{group-id}/team/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_CreateMember", + "OperationId": "group.team_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" } ] @@ -328849,19 +307738,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Path": "/groups/{group-id}/team/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_GetMember", + "OperationId": "group.team_GetMember", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { @@ -328881,19 +307766,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Path": "/groups/{group-id}/team/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_UpdateMember", + "OperationId": "group.team_UpdateMember", "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { @@ -328905,19 +307786,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Path": "/groups/{group-id}/team/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_DeleteMember", + "OperationId": "group.team_DeleteMember", "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { @@ -328933,19 +307810,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", + "Path": "/groups/{group-id}/team/members/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.member_GetCount", + "OperationId": "group.team.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { @@ -328961,39 +307834,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/microsoft.graph.add", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.member_add", - "Method": "Post", - "Parameters": [ - { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Path": "/groups/{group-id}/team/operations", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_ListMessage", + "OperationId": "group.team_ListOperation", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { @@ -329033,19 +307882,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Path": "/groups/{group-id}/team/operations", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_CreateMessage", + "OperationId": "group.team_CreateOperation", "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" } ] @@ -329053,23 +307898,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Path": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_GetMessage", + "OperationId": "group.team_GetOperation", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "teamsAsyncOperation-id", "Location": "Path" }, { @@ -329085,23 +307926,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Path": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_UpdateMessage", + "OperationId": "group.team_UpdateOperation", "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "teamsAsyncOperation-id", "Location": "Path" } ] @@ -329109,23 +307946,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Path": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_DeleteMessage", + "OperationId": "group.team_DeleteOperation", "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "teamsAsyncOperation-id", "Location": "Path" }, { @@ -329137,23 +307970,39 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Path": "/groups/{group-id}/team/operations/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_ListHostedContent", + "OperationId": "group.team.operation_GetCount", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessage-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/permissionGrants", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team_ListPermissionGrant", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -329193,59 +308042,111 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Path": "/groups/{group-id}/team/permissionGrants", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_CreateHostedContent", + "OperationId": "group.team_CreatePermissionGrant", "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team_GetPermissionGrant", + "Method": "Get", + "Parameters": [ { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_GetHostedContent", - "Method": "Get", + "OperationId": "group.team_UpdatePermissionGrant", + "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "resourceSpecificPermissionGrant-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team_DeletePermissionGrant", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/permissionGrants/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.permissionGrant_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -329253,87 +308154,55 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/photo", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_UpdateHostedContent", - "Method": "Patch", + "OperationId": "group.team_GetPhoto", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/photo", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_DeleteHostedContent", - "Method": "Delete", + "OperationId": "group.team_UpdatePhoto", + "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessageHostedContent-id", + "Name": "group-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/groups/{group-id}/team/photo/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_GetHostedContentsContent", + "OperationId": "group.team_GetPhotoContent", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessageHostedContent-id", + "Name": "group-id", "Location": "Path" } ] @@ -329341,27 +308210,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/groups/{group-id}/team/photo/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_SetHostedContentsContent", + "OperationId": "group.team_SetPhotoContent", "Method": "Put", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessageHostedContent-id", + "Name": "group-id", "Location": "Path" } ] @@ -329369,31 +308226,23 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "Path": "/groups/{group-id}/team/primaryChannel", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.hostedContent_GetCount", + "OperationId": "group.team_GetPrimaryChannel", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -329401,23 +308250,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", + "Path": "/groups/{group-id}/team/primaryChannel", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_setReaction", - "Method": "Post", + "OperationId": "group.team_UpdatePrimaryChannel", + "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" } ] @@ -329425,71 +308266,79 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", + "Path": "/groups/{group-id}/team/primaryChannel", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_softDelete", - "Method": "Post", + "OperationId": "group.team_DeletePrimaryChannel", + "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", + "Path": "/groups/{group-id}/team/primaryChannel/filesFolder", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_undoSoftDelete", - "Method": "Post", + "OperationId": "group.team.primaryChannel_GetFilesFolder", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", + "Path": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_unsetReaction", - "Method": "Post", + "OperationId": "group.team.primaryChannel_GetFilesFolderContent", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" - }, + "Name": "$format", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.primaryChannel_SetFilesFolderContent", + "Method": "Put", + "Parameters": [ { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" } ] @@ -329497,23 +308346,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Path": "/groups/{group-id}/team/primaryChannel/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_ListReply", + "OperationId": "group.team.primaryChannel_ListMember", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { @@ -329553,23 +308394,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Path": "/groups/{group-id}/team/primaryChannel/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_CreateReply", + "OperationId": "group.team.primaryChannel_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" } ] @@ -329577,27 +308410,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_GetReply", + "OperationId": "group.team.primaryChannel_GetMember", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "conversationMember-id", "Location": "Path" }, { @@ -329613,27 +308438,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_UpdateReply", + "OperationId": "group.team.primaryChannel_UpdateMember", "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "conversationMember-id", "Location": "Path" } ] @@ -329641,27 +308458,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_DeleteReply", + "OperationId": "group.team.primaryChannel_DeleteMember", "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "conversationMember-id", "Location": "Path" }, { @@ -329673,27 +308482,39 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/groups/{group-id}/team/primaryChannel/members/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_ListHostedContent", + "OperationId": "group.team.primaryChannel.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/primaryChannel/messages", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.primaryChannel_ListMessage", + "Method": "Get", + "Parameters": [ { - "Name": "chatMessage-id1", + "Name": "group-id", "Location": "Path" }, { @@ -329733,27 +308554,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/groups/{group-id}/team/primaryChannel/messages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_CreateHostedContent", + "OperationId": "group.team.primaryChannel_CreateMessage", "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id1", + "Name": "group-id", "Location": "Path" } ] @@ -329761,33 +308570,21 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_GetHostedContent", + "OperationId": "group.team.primaryChannel_GetMessage", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" }, - { - "Name": "chatMessage-id1", - "Location": "Path" - }, - { - "Name": "chatMessageHostedContent-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -329801,65 +308598,41 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_UpdateHostedContent", + "OperationId": "group.team.primaryChannel_UpdateMessage", "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" - }, - { - "Name": "chatMessage-id1", - "Location": "Path" - }, - { - "Name": "chatMessageHostedContent-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_DeleteHostedContent", + "OperationId": "group.team.primaryChannel_DeleteMessage", "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" }, - { - "Name": "chatMessage-id1", - "Location": "Path" - }, - { - "Name": "chatMessageHostedContent-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -329869,83 +308642,87 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_GetHostedContentsContent", + "OperationId": "group.team.primaryChannel.message_ListHostedContent", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_SetHostedContentsContent", - "Method": "Put", + "OperationId": "group.team.primaryChannel.message_CreateHostedContent", + "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { "Name": "chatMessage-id", "Location": "Path" - }, - { - "Name": "chatMessage-id1", - "Location": "Path" - }, - { - "Name": "chatMessageHostedContent-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply.hostedContent_GetCount", + "OperationId": "group.team.primaryChannel.message_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { @@ -329953,15 +308730,15 @@ "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -329969,19 +308746,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_setReaction", - "Method": "Post", + "OperationId": "group.team.primaryChannel.message_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { @@ -329989,7 +308762,7 @@ "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -329997,47 +308770,43 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_softDelete", - "Method": "Post", + "OperationId": "group.team.primaryChannel.message_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_undoSoftDelete", - "Method": "Post", + "OperationId": "group.team.primaryChannel.message_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { @@ -330045,7 +308814,7 @@ "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -330053,19 +308822,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_unsetReaction", - "Method": "Post", + "OperationId": "group.team.primaryChannel.message_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { @@ -330073,7 +308838,7 @@ "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -330081,19 +308846,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_GetCount", + "OperationId": "group.team.primaryChannel.message.hostedContent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { @@ -330113,19 +308874,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message.reply_delta", + "OperationId": "group.team.primaryChannel.message_ListReply", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { @@ -330153,11 +308910,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -330169,77 +308926,49 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_GetCount", - "Method": "Get", + "OperationId": "group.team.primaryChannel.message_CreateReply", + "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "chatMessage-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.delta()", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.message_delta", + "OperationId": "group.team.primaryChannel.message_GetReply", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -330249,111 +308978,75 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.completeMigration", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_completeMigration", - "Method": "Post", + "OperationId": "group.team.primaryChannel.message_UpdateReply", + "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_doesUserHaveAccess", - "Method": "Get", - "Parameters": [ - { - "Name": "deletedTeam-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "chatMessage-id1", "Location": "Path" - }, - { - "Name": "userId", - "Location": "Query" - }, - { - "Name": "tenantId", - "Location": "Query" - }, - { - "Name": "userPrincipalName", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.provisionEmail", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_provisionEmail", - "Method": "Post", + "OperationId": "group.team.primaryChannel.message_DeleteReply", + "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "chatMessage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.removeEmail", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_removeEmail", - "Method": "Post", - "Parameters": [ + }, { - "Name": "deletedTeam-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_ListSharedGraphWPreTeam", + "OperationId": "group.team.primaryChannel.message.reply_ListHostedContent", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" }, { @@ -330393,19 +309086,23 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_CreateSharedGraphWPreTeam", + "OperationId": "group.team.primaryChannel.message.reply_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -330413,23 +309110,27 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_GetSharedGraphWPreTeam", + "OperationId": "group.team.primaryChannel.message.reply_GetHostedContent", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { @@ -330445,23 +309146,27 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_UpdateSharedGraphWPreTeam", + "OperationId": "group.team.primaryChannel.message.reply_UpdateHostedContent", "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -330469,23 +309174,27 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_DeleteSharedGraphWPreTeam", + "OperationId": "group.team.primaryChannel.message.reply_DeleteHostedContent", "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { @@ -330497,115 +309206,79 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_ListAllowedMember", + "OperationId": "group.team.primaryChannel.message.reply_GetHostedContentsContent", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_GetAllowedMember", - "Method": "Get", + "OperationId": "group.team.primaryChannel.message.reply_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam.allowedMember_GetCount", + "OperationId": "group.team.primaryChannel.message.reply.hostedContent_GetCount", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "chatMessage-id1", "Location": "Path" }, { @@ -330621,31 +309294,27 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", + "Path": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_GetTeam", + "OperationId": "group.team.primaryChannel.message.reply_GetCount", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -330653,19 +309322,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", + "Path": "/groups/{group-id}/team/primaryChannel/messages/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_GetCount", + "OperationId": "group.team.primaryChannel.message_GetCount", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { @@ -330681,19 +309346,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_ListTab", + "OperationId": "group.team.primaryChannel_ListSharedGraphWPreTeam", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { @@ -330733,19 +309394,15 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_CreateTab", + "OperationId": "group.team.primaryChannel_CreateSharedGraphWPreTeam", "Method": "Post", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" } ] @@ -330753,23 +309410,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_GetTab", + "OperationId": "group.team.primaryChannel_GetSharedGraphWPreTeam", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -330785,23 +309438,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_UpdateTab", + "OperationId": "group.team.primaryChannel_UpdateSharedGraphWPreTeam", "Method": "Patch", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" } ] @@ -330809,23 +309458,19 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_DeleteTab", + "OperationId": "group.team.primaryChannel_DeleteSharedGraphWPreTeam", "Method": "Delete", "Parameters": [ { - "Name": "deletedTeam-id", - "Location": "Path" - }, - { - "Name": "channel-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -330837,83 +309482,51 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.tab_GetTeamsApp", + "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_ListAllowedMember", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "teamsTab-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel.tab_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deletedTeam-id", - "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "$search", + "Name": "$count", "Location": "Query" }, { - "Name": "$filter", + "Name": "$orderby", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "deletedTeam-id", - "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -330921,49 +309534,29 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/microsoft.graph.getAllMessages()", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam.channel_getAllMessage", + "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_GetAllowedMember", "Method": "Get", "Parameters": [ { - "Name": "deletedTeam-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "model", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "conversationMember-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -330973,44 +309566,20 @@ }, { "PathInfo": { - "Path": "/teamwork/deletedTeams/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork.deletedTeam_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teamwork/deletedTeams/microsoft.graph.getAllMessages()", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.deletedTeam_getAllMessage", + "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam.allowedMember_GetCount", "Method": "Get", "Parameters": [ { - "Name": "model", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" }, { "Name": "$search", @@ -331019,46 +309588,27 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/microsoft.graph.sendActivityNotificationToRecipients", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork_sendActivityNotificationToRecipient", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/teamwork/teamsAppSettings", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_GetTeamsAppSetting", + "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_GetTeam", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -331072,40 +309622,41 @@ }, { "PathInfo": { - "Path": "/teamwork/teamsAppSettings", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "teamwork_UpdateTeamsAppSetting", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/teamwork/teamsAppSettings", + "Path": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_DeleteTeamsAppSetting", - "Method": "Delete", + "OperationId": "group.team.primaryChannel.sharedGraphWPreTeam_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "If-Match", - "Location": "Header" + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/teamwork/workforceIntegrations", + "Path": "/groups/{group-id}/team/primaryChannel/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_ListWorkforceIntegration", + "OperationId": "group.team.primaryChannel_ListTab", "Method": "Get", "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -331143,26 +309694,35 @@ }, { "PathInfo": { - "Path": "/teamwork/workforceIntegrations", + "Path": "/groups/{group-id}/team/primaryChannel/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_CreateWorkforceIntegration", + "OperationId": "group.team.primaryChannel_CreateTab", "Method": "Post", - "Parameters": [] + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + } + ] } }, { "PathInfo": { - "Path": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_GetWorkforceIntegration", + "OperationId": "group.team.primaryChannel_GetTab", "Method": "Get", "Parameters": [ { - "Name": "workforceIntegration-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", "Location": "Path" }, { @@ -331178,15 +309738,19 @@ }, { "PathInfo": { - "Path": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_UpdateWorkforceIntegration", + "OperationId": "group.team.primaryChannel_UpdateTab", "Method": "Patch", "Parameters": [ { - "Name": "workforceIntegration-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", "Location": "Path" } ] @@ -331194,15 +309758,19 @@ }, { "PathInfo": { - "Path": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork_DeleteWorkforceIntegration", + "OperationId": "group.team.primaryChannel_DeleteTab", "Method": "Delete", "Parameters": [ { - "Name": "workforceIntegration-id", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", "Location": "Path" }, { @@ -331214,19 +309782,27 @@ }, { "PathInfo": { - "Path": "/teamwork/workforceIntegrations/$count", + "Path": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", "Module": "Teams" }, "MethodInfo": { - "OperationId": "teamwork.workforceIntegration_GetCount", + "OperationId": "group.team.primaryChannel.tab_GetTeamsApp", "Method": "Get", "Parameters": [ { - "Name": "$search", + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -331234,25 +309810,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats", + "Path": "/groups/{group-id}/team/primaryChannel/tabs/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_ListChat", + "OperationId": "group.team.primaryChannel.tab_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -331260,57 +309828,21 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user_CreateChat", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}", + "Path": "/groups/{group-id}/team/schedule", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_GetChat", + "OperationId": "group.team_GetSchedule", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { @@ -331326,19 +309858,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}", + "Path": "/groups/{group-id}/team/schedule", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_UpdateChat", - "Method": "Patch", + "OperationId": "group.team_SetSchedule", + "Method": "Put", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" } ] @@ -331346,19 +309874,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}", + "Path": "/groups/{group-id}/team/schedule", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_DeleteChat", + "OperationId": "group.team_DeleteSchedule", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { @@ -331370,19 +309894,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps", + "Path": "/groups/{group-id}/team/schedule/offerShiftRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_ListInstalledApp", + "OperationId": "group.team.schedule_ListOfferShiftRequest", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { @@ -331422,19 +309942,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps", + "Path": "/groups/{group-id}/team/schedule/offerShiftRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_CreateInstalledApp", + "OperationId": "group.team.schedule_CreateOfferShiftRequest", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" } ] @@ -331442,23 +309958,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetInstalledApp", + "OperationId": "group.team.schedule_GetOfferShiftRequest", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "offerShiftRequest-id", "Location": "Path" }, { @@ -331474,23 +309986,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_UpdateInstalledApp", + "OperationId": "group.team.schedule_UpdateOfferShiftRequest", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "offerShiftRequest-id", "Location": "Path" } ] @@ -331498,23 +310006,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_DeleteInstalledApp", + "OperationId": "group.team.schedule_DeleteOfferShiftRequest", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "offerShiftRequest-id", "Location": "Path" }, { @@ -331526,31 +310030,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Path": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.installedApp_GetTeamsApp", + "OperationId": "group.team.schedule.offerShiftRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "teamsAppInstallation-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -331558,24 +310054,40 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.installedApp_GetTeamsAppDefinition", + "OperationId": "group.team.schedule_ListOpenShiftChangeRequest", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "teamsAppInstallation-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -331590,47 +310102,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps/$count", + "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.installedApp_GetCount", - "Method": "Get", + "OperationId": "group.team.schedule_CreateOpenShiftChangeRequest", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetLastMessagePreview", + "OperationId": "group.team.schedule_GetOpenShiftChangeRequest", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "openShiftChangeRequest-id", "Location": "Path" }, { @@ -331646,19 +310146,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_UpdateLastMessagePreview", + "OperationId": "group.team.schedule_UpdateOpenShiftChangeRequest", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "openShiftChangeRequest-id", "Location": "Path" } ] @@ -331666,19 +310166,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_DeleteLastMessagePreview", + "OperationId": "group.team.schedule_DeleteOpenShiftChangeRequest", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "openShiftChangeRequest-id", "Location": "Path" }, { @@ -331690,19 +310190,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/members", + "Path": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_ListMember", + "OperationId": "group.team.schedule.openShiftChangeRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/schedule/openShifts", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.schedule_ListOpenShift", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -331742,19 +310262,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/members", + "Path": "/groups/{group-id}/team/schedule/openShifts", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_CreateMember", + "OperationId": "group.team.schedule_CreateOpenShift", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" } ] @@ -331762,23 +310278,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Path": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetMember", + "OperationId": "group.team.schedule_GetOpenShift", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "openShift-id", "Location": "Path" }, { @@ -331794,23 +310306,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Path": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_UpdateMember", + "OperationId": "group.team.schedule_UpdateOpenShift", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "openShift-id", "Location": "Path" } ] @@ -331818,23 +310326,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Path": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_DeleteMember", + "OperationId": "group.team.schedule_DeleteOpenShift", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "openShift-id", "Location": "Path" }, { @@ -331846,19 +310350,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/members/$count", + "Path": "/groups/{group-id}/team/schedule/openShifts/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.member_GetCount", + "OperationId": "group.team.schedule.openShift_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { @@ -331874,19 +310374,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages", + "Path": "/groups/{group-id}/team/schedule/schedulingGroups", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_ListMessage", + "OperationId": "group.team.schedule_ListSchedulingGroup", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { @@ -331926,19 +310422,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages", + "Path": "/groups/{group-id}/team/schedule/schedulingGroups", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_CreateMessage", + "OperationId": "group.team.schedule_CreateSchedulingGroup", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" } ] @@ -331946,23 +310438,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Path": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetMessage", + "OperationId": "group.team.schedule_GetSchedulingGroup", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "schedulingGroup-id", "Location": "Path" }, { @@ -331978,23 +310466,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Path": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_UpdateMessage", + "OperationId": "group.team.schedule_UpdateSchedulingGroup", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "schedulingGroup-id", "Location": "Path" } ] @@ -332002,23 +310486,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Path": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_DeleteMessage", + "OperationId": "group.team.schedule_DeleteSchedulingGroup", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "schedulingGroup-id", "Location": "Path" }, { @@ -332030,23 +310510,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Path": "/groups/{group-id}/team/schedule/schedulingGroups/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_ListHostedContent", + "OperationId": "group.team.schedule.schedulingGroup_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessage-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/schedule/shifts", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.schedule_ListShift", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { @@ -332086,23 +310582,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Path": "/groups/{group-id}/team/schedule/shifts", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_CreateHostedContent", + "OperationId": "group.team.schedule_CreateShift", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" } ] @@ -332110,27 +310598,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_GetHostedContent", + "OperationId": "group.team.schedule_GetShift", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "shift-id", "Location": "Path" }, { @@ -332146,27 +310626,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_UpdateHostedContent", + "OperationId": "group.team.schedule_UpdateShift", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "shift-id", "Location": "Path" } ] @@ -332174,27 +310646,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_DeleteHostedContent", + "OperationId": "group.team.schedule_DeleteShift", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "shift-id", "Location": "Path" }, { @@ -332206,79 +310670,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.chat.message_GetHostedContentsContent", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessageHostedContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.chat.message_SetHostedContentsContent", - "Method": "Put", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessageHostedContent-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "Path": "/groups/{group-id}/team/schedule/shifts/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.hostedContent_GetCount", + "OperationId": "group.team.schedule.shift_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { @@ -332294,23 +310694,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_ListReply", + "OperationId": "group.team.schedule_ListSwapShiftsChangeRequest", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { @@ -332350,23 +310742,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_CreateReply", + "OperationId": "group.team.schedule_CreateSwapShiftsChangeRequest", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" } ] @@ -332374,27 +310758,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_GetReply", + "OperationId": "group.team.schedule_GetSwapShiftsChangeRequest", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "swapShiftsChangeRequest-id", "Location": "Path" }, { @@ -332410,27 +310786,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_UpdateReply", + "OperationId": "group.team.schedule_UpdateSwapShiftsChangeRequest", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "swapShiftsChangeRequest-id", "Location": "Path" } ] @@ -332438,27 +310806,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_DeleteReply", + "OperationId": "group.team.schedule_DeleteSwapShiftsChangeRequest", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "swapShiftsChangeRequest-id", "Location": "Path" }, { @@ -332470,27 +310830,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_ListHostedContent", + "OperationId": "group.team.schedule.swapShiftsChangeRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/schedule/timeOffReasons", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.schedule_ListTimeOffReason", + "Method": "Get", + "Parameters": [ { - "Name": "chatMessage-id1", + "Name": "group-id", "Location": "Path" }, { @@ -332530,27 +310902,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/groups/{group-id}/team/schedule/timeOffReasons", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_CreateHostedContent", + "OperationId": "group.team.schedule_CreateTimeOffReason", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id1", + "Name": "group-id", "Location": "Path" } ] @@ -332558,31 +310918,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_GetHostedContent", + "OperationId": "group.team.schedule_GetTimeOffReason", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "timeOffReason-id", "Location": "Path" }, { @@ -332598,31 +310946,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_UpdateHostedContent", + "OperationId": "group.team.schedule_UpdateTimeOffReason", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "timeOffReason-id", "Location": "Path" } ] @@ -332630,31 +310966,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_DeleteHostedContent", + "OperationId": "group.team.schedule_DeleteTimeOffReason", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id1", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessageHostedContent-id", + "Name": "timeOffReason-id", "Location": "Path" }, { @@ -332666,99 +310990,115 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/groups/{group-id}/team/schedule/timeOffReasons/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_GetHostedContentsContent", + "OperationId": "group.team.schedule.timeOffReason_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/groups/{group-id}/team/schedule/timeOffRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_SetHostedContentsContent", - "Method": "Put", + "OperationId": "group.team.schedule_ListTimeOffRequest", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "chatMessageHostedContent-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Path": "/groups/{group-id}/team/schedule/timeOffRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply.hostedContent_GetCount", - "Method": "Get", + "OperationId": "group.team.schedule_CreateTimeOffRequest", + "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.schedule_GetTimeOffRequest", + "Method": "Get", + "Parameters": [ { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "timeOffRequest-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -332766,51 +311106,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "Path": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_GetCount", - "Method": "Get", + "OperationId": "group.team.schedule_UpdateTimeOffRequest", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "timeOffRequest-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "group.team.schedule_DeleteTimeOffRequest", + "Method": "Delete", + "Parameters": [ { - "Name": "chatMessage-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "timeOffRequest-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/$count", + "Path": "/groups/{group-id}/team/schedule/timeOffRequests/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_GetCount", + "OperationId": "group.team.schedule.timeOffRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { @@ -332826,19 +311174,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "Path": "/groups/{group-id}/team/schedule/timesOff", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_ListPermissionGrant", + "OperationId": "group.team.schedule_ListTimesOff", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { @@ -332878,19 +311222,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "Path": "/groups/{group-id}/team/schedule/timesOff", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_CreatePermissionGrant", + "OperationId": "group.team.schedule_CreateTimesOff", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" } ] @@ -332898,23 +311238,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Path": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetPermissionGrant", + "OperationId": "group.team.schedule_GetTimesOff", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "timeOff-id", "Location": "Path" }, { @@ -332930,23 +311266,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Path": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_UpdatePermissionGrant", + "OperationId": "group.team.schedule_UpdateTimesOff", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "timeOff-id", "Location": "Path" } ] @@ -332954,23 +311286,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Path": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_DeletePermissionGrant", + "OperationId": "group.team.schedule_DeleteTimesOff", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "resourceSpecificPermissionGrant-id", + "Name": "timeOff-id", "Location": "Path" }, { @@ -332982,19 +311310,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", + "Path": "/groups/{group-id}/team/schedule/timesOff/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.permissionGrant_GetCount", + "OperationId": "group.team.schedule.timesOff_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { @@ -333010,19 +311334,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Path": "/groups/{group-id}/team/tags", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_ListPinnedMessage", + "OperationId": "group.team_ListTag", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { @@ -333062,19 +311382,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Path": "/groups/{group-id}/team/tags", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_CreatePinnedMessage", + "OperationId": "group.team_CreateTag", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" } ] @@ -333082,23 +311398,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetPinnedMessage", + "OperationId": "group.team_GetTag", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "pinnedChatMessageInfo-id", + "Name": "teamworkTag-id", "Location": "Path" }, { @@ -333114,23 +311426,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_UpdatePinnedMessage", + "OperationId": "group.team_UpdateTag", "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "pinnedChatMessageInfo-id", + "Name": "teamworkTag-id", "Location": "Path" } ] @@ -333138,23 +311446,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_DeletePinnedMessage", + "OperationId": "group.team_DeleteTag", "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "pinnedChatMessageInfo-id", + "Name": "teamworkTag-id", "Location": "Path" }, { @@ -333166,79 +311470,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}/message", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.chat.pinnedMessage_GetMessage", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "pinnedChatMessageInfo-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.chat.pinnedMessage_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/tabs", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_ListTab", + "OperationId": "group.team.tag_ListMember", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamworkTag-id", "Location": "Path" }, { @@ -333278,19 +311522,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/tabs", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_CreateTab", + "OperationId": "group.team.tag_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamworkTag-id", "Location": "Path" } ] @@ -333298,23 +311542,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetTab", + "OperationId": "group.team.tag_GetMember", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "teamworkTagMember-id", "Location": "Path" }, { @@ -333330,23 +311574,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_UpdateTab", + "OperationId": "group.team.tag_UpdateMember", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "teamworkTagMember-id", "Location": "Path" } ] @@ -333354,23 +311598,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_DeleteTab", + "OperationId": "group.team.tag_DeleteMember", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "teamworkTagMember-id", "Location": "Path" }, { @@ -333382,31 +311626,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "Path": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.tab_GetTeamsApp", + "OperationId": "group.team.tag.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "teamsTab-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -333414,19 +311654,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/tabs/$count", + "Path": "/groups/{group-id}/team/tags/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.tab_GetCount", + "OperationId": "group.team.tag_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "chat-id", + "Name": "group-id", "Location": "Path" }, { @@ -333442,23 +311678,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/$count", + "Path": "/groups/{group-id}/team/template", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_GetCount", + "OperationId": "group.team_GetTemplate", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -333466,17 +311702,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams", + "Path": "/teams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_ListJoinedTeam", + "OperationId": "team_ListTeam", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -333514,33 +311746,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams", + "Path": "/teams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_CreateJoinedTeam", + "OperationId": "team_CreateTeam", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}", + "Path": "/teams/{team-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_GetJoinedTeam", + "OperationId": "team_GetTeam", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -333558,17 +311781,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}", + "Path": "/teams/{team-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_UpdateJoinedTeam", + "OperationId": "team_UpdateTeam", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -333578,17 +311797,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}", + "Path": "/teams/{team-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_DeleteJoinedTeam", + "OperationId": "team_DeleteTeam", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -333602,17 +311817,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/allChannels", + "Path": "/teams/{team-id}/allChannels", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_ListAllChannel", + "OperationId": "team_ListAllChannel", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -333654,17 +311865,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/allChannels/{channel-id}", + "Path": "/teams/{team-id}/allChannels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_GetAllChannel", + "OperationId": "team_GetAllChannel", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -333686,17 +311893,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/allChannels/$count", + "Path": "/teams/{team-id}/allChannels/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.allChannel_GetCount", + "OperationId": "team.allChannel_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -333714,17 +311917,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels", + "Path": "/teams/{team-id}/channels", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_ListChannel", + "OperationId": "team_ListChannel", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -333766,17 +311965,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels", + "Path": "/teams/{team-id}/channels", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_CreateChannel", + "OperationId": "team_CreateChannel", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -333786,17 +311981,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}", + "Path": "/teams/{team-id}/channels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_GetChannel", + "OperationId": "team_GetChannel", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -333818,17 +312009,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}", + "Path": "/teams/{team-id}/channels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_UpdateChannel", + "OperationId": "team_UpdateChannel", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -333842,17 +312029,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}", + "Path": "/teams/{team-id}/channels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_DeleteChannel", + "OperationId": "team_DeleteChannel", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -333870,17 +312053,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/filesFolder", + "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_GetFilesFolder", + "OperationId": "team.channel_GetFilesFolder", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -333902,17 +312081,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/filesFolder/content", + "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_GetFilesFolderContent", + "OperationId": "team.channel_GetFilesFolderContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -333930,17 +312105,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/filesFolder/content", + "Path": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_SetFilesFolderContent", + "OperationId": "team.channel_SetFilesFolderContent", "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -333954,17 +312125,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members", + "Path": "/teams/{team-id}/channels/{channel-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_ListMember", + "OperationId": "team.channel_ListMember", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334010,17 +312177,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members", + "Path": "/teams/{team-id}/channels/{channel-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_CreateMember", + "OperationId": "team.channel_CreateMember", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334034,17 +312197,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_GetMember", + "OperationId": "team.channel_GetMember", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334070,17 +312229,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_UpdateMember", + "OperationId": "team.channel_UpdateMember", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334098,17 +312253,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_DeleteMember", + "OperationId": "team.channel_DeleteMember", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334130,17 +312281,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/members/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.member_GetCount", + "OperationId": "team.channel.member_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334162,17 +312309,33 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages", + "Path": "/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.add", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_ListMessage", - "Method": "Get", + "OperationId": "team.channel.member_add", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, + { + "Name": "channel-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/messages", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel_ListMessage", + "Method": "Get", + "Parameters": [ { "Name": "team-id", "Location": "Path" @@ -334218,17 +312381,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages", + "Path": "/teams/{team-id}/channels/{channel-id}/messages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_CreateMessage", + "OperationId": "team.channel_CreateMessage", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334242,17 +312401,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_GetMessage", + "OperationId": "team.channel_GetMessage", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334278,17 +312433,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_UpdateMessage", + "OperationId": "team.channel_UpdateMessage", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334306,17 +312457,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_DeleteMessage", + "OperationId": "team.channel_DeleteMessage", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334338,17 +312485,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_ListHostedContent", + "OperationId": "team.channel.message_ListHostedContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334398,17 +312541,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_CreateHostedContent", + "OperationId": "team.channel.message_CreateHostedContent", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334426,17 +312565,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_GetHostedContent", + "OperationId": "team.channel.message_GetHostedContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334466,17 +312601,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_UpdateHostedContent", + "OperationId": "team.channel.message_UpdateHostedContent", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334498,17 +312629,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_DeleteHostedContent", + "OperationId": "team.channel.message_DeleteHostedContent", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334534,17 +312661,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_GetHostedContentsContent", + "OperationId": "team.channel.message_GetHostedContentsContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334566,17 +312689,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_SetHostedContentsContent", + "OperationId": "team.channel.message_SetHostedContentsContent", "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334598,17 +312717,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message.hostedContent_GetCount", + "OperationId": "team.channel.message.hostedContent_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334634,17 +312749,109 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_ListReply", - "Method": "Get", + "OperationId": "team.channel.message_setReaction", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel.message_softDelete", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel.message_undoSoftDelete", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel.message_unsetReaction", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", "Location": "Path" }, + { + "Name": "chatMessage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel.message_ListReply", + "Method": "Get", + "Parameters": [ { "Name": "team-id", "Location": "Path" @@ -334694,17 +312901,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_CreateReply", + "OperationId": "team.channel.message_CreateReply", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334722,17 +312925,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_GetReply", + "OperationId": "team.channel.message_GetReply", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334762,17 +312961,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_UpdateReply", + "OperationId": "team.channel.message_UpdateReply", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334794,17 +312989,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_DeleteReply", + "OperationId": "team.channel.message_DeleteReply", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334830,17 +313021,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message.reply_ListHostedContent", + "OperationId": "team.channel.message.reply_ListHostedContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334894,17 +313081,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message.reply_CreateHostedContent", + "OperationId": "team.channel.message.reply_CreateHostedContent", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334926,17 +313109,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message.reply_GetHostedContent", + "OperationId": "team.channel.message.reply_GetHostedContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -334970,17 +313149,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message.reply_UpdateHostedContent", + "OperationId": "team.channel.message.reply_UpdateHostedContent", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335006,17 +313181,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message.reply_DeleteHostedContent", + "OperationId": "team.channel.message.reply_DeleteHostedContent", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335046,17 +313217,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message.reply_GetHostedContentsContent", + "OperationId": "team.channel.message.reply_GetHostedContentsContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335082,17 +313249,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message.reply_SetHostedContentsContent", + "OperationId": "team.channel.message.reply_SetHostedContentsContent", "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335118,17 +313281,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message.reply.hostedContent_GetCount", + "OperationId": "team.channel.message.reply.hostedContent_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335158,17 +313317,41 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message.reply_GetCount", - "Method": "Get", + "OperationId": "team.channel.message.reply_setReaction", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel.message.reply_softDelete", + "Method": "Post", + "Parameters": [ { "Name": "team-id", "Location": "Path" @@ -335182,29 +313365,77 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel.message.reply_undoSoftDelete", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_GetCount", - "Method": "Get", + "OperationId": "team.channel.message.reply_unsetReaction", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" }, + { + "Name": "chatMessage-id1", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel.message.reply_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "team-id", "Location": "Path" @@ -335213,6 +313444,10 @@ "Name": "channel-id", "Location": "Path" }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -335226,23 +313461,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_ListSharedGraphWPreTeam", + "OperationId": "team.channel.message.reply_delta", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "team-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "channel-id", + "Name": "chatMessage-id", "Location": "Path" }, { @@ -335266,11 +313501,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -335282,17 +313517,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_CreateSharedGraphWPreTeam", - "Method": "Post", + "OperationId": "team.channel.message_GetCount", + "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335300,23 +313531,27 @@ { "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_GetSharedGraphWPreTeam", + "OperationId": "team.channel.message_delta", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335326,13 +313561,33 @@ "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -335342,17 +313597,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.completeMigration", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_UpdateSharedGraphWPreTeam", - "Method": "Patch", + "OperationId": "team.channel_completeMigration", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335360,27 +313611,19 @@ { "Name": "channel-id", "Location": "Path" - }, - { - "Name": "sharedWithChannelTeamInfo-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_DeleteSharedGraphWPreTeam", - "Method": "Delete", + "OperationId": "team.channel_doesUserHaveAccess", + "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335390,29 +313633,49 @@ "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", - "Location": "Path" + "Name": "userId", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "tenantId", + "Location": "Query" + }, + { + "Name": "userPrincipalName", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.provisionEmail", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.sharedGraphWPreTeam_ListAllowedMember", - "Method": "Get", + "OperationId": "team.channel_provisionEmail", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, + { + "Name": "channel-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/microsoft.graph.removeEmail", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel_removeEmail", + "Method": "Post", + "Parameters": [ { "Name": "team-id", "Location": "Path" @@ -335420,9 +313683,25 @@ { "Name": "channel-id", "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel_ListSharedGraphWPreTeam", + "Method": "Get", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "channel-id", "Location": "Path" }, { @@ -335462,17 +313741,65 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.sharedGraphWPreTeam_GetAllowedMember", + "OperationId": "team.channel_CreateSharedGraphWPreTeam", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel_GetSharedGraphWPreTeam", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel_UpdateSharedGraphWPreTeam", + "Method": "Patch", + "Parameters": [ { "Name": "team-id", "Location": "Path" @@ -335484,11 +313811,83 @@ { "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel_DeleteSharedGraphWPreTeam", + "Method": "Delete", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" }, { - "Name": "conversationMember-id", + "Name": "channel-id", "Location": "Path" }, + { + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel.sharedGraphWPreTeam_ListAllowedMember", + "Method": "Get", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -335502,17 +313901,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.sharedGraphWPreTeam.allowedMember_GetCount", + "OperationId": "team.channel.sharedGraphWPreTeam_GetAllowedMember", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, + { + "Name": "conversationMember-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.channel.sharedGraphWPreTeam.allowedMember_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "team-id", "Location": "Path" @@ -335538,17 +313969,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.sharedGraphWPreTeam_GetTeam", + "OperationId": "team.channel.sharedGraphWPreTeam_GetTeam", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335574,17 +314001,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.sharedGraphWPreTeam_GetCount", + "OperationId": "team.channel.sharedGraphWPreTeam_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335606,17 +314029,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs", + "Path": "/teams/{team-id}/channels/{channel-id}/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_ListTab", + "OperationId": "team.channel_ListTab", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335662,17 +314081,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs", + "Path": "/teams/{team-id}/channels/{channel-id}/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_CreateTab", + "OperationId": "team.channel_CreateTab", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335686,17 +314101,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_GetTab", + "OperationId": "team.channel_GetTab", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335722,17 +314133,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_UpdateTab", + "OperationId": "team.channel_UpdateTab", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335750,17 +314157,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_DeleteTab", + "OperationId": "team.channel_DeleteTab", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335782,17 +314185,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Path": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.tab_GetTeamsApp", + "OperationId": "team.channel.tab_GetTeamsApp", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335818,17 +314217,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/$count", + "Path": "/teams/{team-id}/channels/{channel-id}/tabs/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.tab_GetCount", + "OperationId": "team.channel.tab_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335850,17 +314245,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/$count", + "Path": "/teams/{team-id}/channels/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_GetCount", + "OperationId": "team.channel_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335878,25 +314269,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/group", + "Path": "/teams/{team-id}/channels/microsoft.graph.getAllMessages()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_GetGroup", + "OperationId": "team.channel_getAllMessage", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "team-id", - "Location": "Path" + "Name": "model", + "Location": "Query" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -335906,17 +314321,37 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/group/serviceProvisioningErrors", + "Path": "/teams/{team-id}/group", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.group_ListServiceProvisioningError", + "OperationId": "team_GetGroup", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/group/serviceProvisioningErrors", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.group_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ { "Name": "team-id", "Location": "Path" @@ -335958,17 +314393,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/group/serviceProvisioningErrors/$count", + "Path": "/teams/{team-id}/group/serviceProvisioningErrors/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.group.ServiceProvisioningError_GetCount", + "OperationId": "team.group.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -335986,17 +314417,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/incomingChannels", + "Path": "/teams/{team-id}/incomingChannels", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_ListIncomingChannel", + "OperationId": "team_ListIncomingChannel", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336038,17 +314465,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/incomingChannels/{channel-id}", + "Path": "/teams/{team-id}/incomingChannels/{channel-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_GetIncomingChannel", + "OperationId": "team_GetIncomingChannel", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336070,17 +314493,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/incomingChannels/$count", + "Path": "/teams/{team-id}/incomingChannels/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.incomingChannel_GetCount", + "OperationId": "team.incomingChannel_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336098,17 +314517,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps", + "Path": "/teams/{team-id}/installedApps", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_ListInstalledApp", + "OperationId": "team_ListInstalledApp", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336150,17 +314565,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps", + "Path": "/teams/{team-id}/installedApps", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_CreateInstalledApp", + "OperationId": "team_CreateInstalledApp", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336170,17 +314581,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}", + "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_GetInstalledApp", + "OperationId": "team_GetInstalledApp", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336202,17 +314609,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}", + "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_UpdateInstalledApp", + "OperationId": "team_UpdateInstalledApp", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336226,17 +314629,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}", + "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_DeleteInstalledApp", + "OperationId": "team_DeleteInstalledApp", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336254,17 +314653,33 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.installedApp_GetTeamsApp", - "Method": "Get", + "OperationId": "team.installedApp_upgrade", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, + { + "Name": "teamsAppInstallation-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.installedApp_GetTeamsApp", + "Method": "Get", + "Parameters": [ { "Name": "team-id", "Location": "Path" @@ -336286,17 +314701,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Path": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.installedApp_GetTeamsAppDefinition", + "OperationId": "team.installedApp_GetTeamsAppDefinition", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336318,17 +314729,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps/$count", + "Path": "/teams/{team-id}/installedApps/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.installedApp_GetCount", + "OperationId": "team.installedApp_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336346,17 +314753,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/members", + "Path": "/teams/{team-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_ListMember", + "OperationId": "team_ListMember", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336398,17 +314801,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/members", + "Path": "/teams/{team-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_CreateMember", + "OperationId": "team_CreateMember", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336418,17 +314817,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/members/{conversationMember-id}", + "Path": "/teams/{team-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_GetMember", + "OperationId": "team_GetMember", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336450,17 +314845,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/members/{conversationMember-id}", + "Path": "/teams/{team-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_UpdateMember", + "OperationId": "team_UpdateMember", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336474,17 +314865,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/members/{conversationMember-id}", + "Path": "/teams/{team-id}/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_DeleteMember", + "OperationId": "team_DeleteMember", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336502,17 +314889,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/members/$count", + "Path": "/teams/{team-id}/members/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.member_GetCount", + "OperationId": "team.member_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336530,17 +314913,109 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/operations", + "Path": "/teams/{team-id}/members/microsoft.graph.add", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_ListOperation", - "Method": "Get", + "OperationId": "team.member_add", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/microsoft.graph.archive", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team_archive", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/microsoft.graph.clone", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team_clone", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/microsoft.graph.completeMigration", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team_completeMigration", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/microsoft.graph.sendActivityNotification", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team_sendActivityNotification", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/microsoft.graph.unarchive", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team_unarchive", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/operations", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team_ListOperation", + "Method": "Get", + "Parameters": [ { "Name": "team-id", "Location": "Path" @@ -336582,17 +315057,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/operations", + "Path": "/teams/{team-id}/operations", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_CreateOperation", + "OperationId": "team_CreateOperation", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336602,17 +315073,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/operations/{teamsAsyncOperation-id}", + "Path": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_GetOperation", + "OperationId": "team_GetOperation", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336634,17 +315101,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/operations/{teamsAsyncOperation-id}", + "Path": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_UpdateOperation", + "OperationId": "team_UpdateOperation", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336658,17 +315121,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/operations/{teamsAsyncOperation-id}", + "Path": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_DeleteOperation", + "OperationId": "team_DeleteOperation", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336686,17 +315145,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/operations/$count", + "Path": "/teams/{team-id}/operations/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.operation_GetCount", + "OperationId": "team.operation_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336714,17 +315169,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/permissionGrants", + "Path": "/teams/{team-id}/permissionGrants", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_ListPermissionGrant", + "OperationId": "team_ListPermissionGrant", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336766,17 +315217,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/permissionGrants", + "Path": "/teams/{team-id}/permissionGrants", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_CreatePermissionGrant", + "OperationId": "team_CreatePermissionGrant", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336786,17 +315233,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Path": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_GetPermissionGrant", + "OperationId": "team_GetPermissionGrant", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336818,17 +315261,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Path": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_UpdatePermissionGrant", + "OperationId": "team_UpdatePermissionGrant", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336842,17 +315281,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Path": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_DeletePermissionGrant", + "OperationId": "team_DeletePermissionGrant", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336870,17 +315305,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/permissionGrants/$count", + "Path": "/teams/{team-id}/permissionGrants/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.permissionGrant_GetCount", + "OperationId": "team.permissionGrant_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336898,17 +315329,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/photo", + "Path": "/teams/{team-id}/photo", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_GetPhoto", + "OperationId": "team_GetPhoto", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336926,17 +315353,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/photo", + "Path": "/teams/{team-id}/photo", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_UpdatePhoto", + "OperationId": "team_UpdatePhoto", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336946,17 +315369,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/photo/$value", + "Path": "/teams/{team-id}/photo/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_GetPhotoContent", + "OperationId": "team_GetPhotoContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336966,17 +315385,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/photo/$value", + "Path": "/teams/{team-id}/photo/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_SetPhotoContent", + "OperationId": "team_SetPhotoContent", "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -336986,17 +315401,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel", + "Path": "/teams/{team-id}/primaryChannel", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_GetPrimaryChannel", + "OperationId": "team_GetPrimaryChannel", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337014,17 +315425,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel", + "Path": "/teams/{team-id}/primaryChannel", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_UpdatePrimaryChannel", + "OperationId": "team_UpdatePrimaryChannel", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337034,17 +315441,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel", + "Path": "/teams/{team-id}/primaryChannel", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_DeletePrimaryChannel", + "OperationId": "team_DeletePrimaryChannel", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337058,17 +315461,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/filesFolder", + "Path": "/teams/{team-id}/primaryChannel/filesFolder", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_GetFilesFolder", + "OperationId": "team.primaryChannel_GetFilesFolder", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337086,17 +315485,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/filesFolder/content", + "Path": "/teams/{team-id}/primaryChannel/filesFolder/content", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_GetFilesFolderContent", + "OperationId": "team.primaryChannel_GetFilesFolderContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337110,17 +315505,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/filesFolder/content", + "Path": "/teams/{team-id}/primaryChannel/filesFolder/content", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_SetFilesFolderContent", + "OperationId": "team.primaryChannel_SetFilesFolderContent", "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337130,17 +315521,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members", + "Path": "/teams/{team-id}/primaryChannel/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_ListMember", + "OperationId": "team.primaryChannel_ListMember", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337182,17 +315569,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members", + "Path": "/teams/{team-id}/primaryChannel/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_CreateMember", + "OperationId": "team.primaryChannel_CreateMember", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337202,17 +315585,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Path": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_GetMember", + "OperationId": "team.primaryChannel_GetMember", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337234,17 +315613,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Path": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_UpdateMember", + "OperationId": "team.primaryChannel_UpdateMember", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337258,17 +315633,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Path": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_DeleteMember", + "OperationId": "team.primaryChannel_DeleteMember", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337286,17 +315657,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/$count", + "Path": "/teams/{team-id}/primaryChannel/members/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.member_GetCount", + "OperationId": "team.primaryChannel.member_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337314,17 +315681,29 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages", + "Path": "/teams/{team-id}/primaryChannel/members/microsoft.graph.add", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_ListMessage", - "Method": "Get", + "OperationId": "team.primaryChannel.member_add", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/primaryChannel/messages", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.primaryChannel_ListMessage", + "Method": "Get", + "Parameters": [ { "Name": "team-id", "Location": "Path" @@ -337366,17 +315745,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages", + "Path": "/teams/{team-id}/primaryChannel/messages", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_CreateMessage", + "OperationId": "team.primaryChannel_CreateMessage", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337386,17 +315761,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_GetMessage", + "OperationId": "team.primaryChannel_GetMessage", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337418,17 +315789,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_UpdateMessage", + "OperationId": "team.primaryChannel_UpdateMessage", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337442,17 +315809,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_DeleteMessage", + "OperationId": "team.primaryChannel_DeleteMessage", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337470,17 +315833,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_ListHostedContent", + "OperationId": "team.primaryChannel.message_ListHostedContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337526,17 +315885,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_CreateHostedContent", + "OperationId": "team.primaryChannel.message_CreateHostedContent", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337550,17 +315905,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_GetHostedContent", + "OperationId": "team.primaryChannel.message_GetHostedContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337586,17 +315937,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_UpdateHostedContent", + "OperationId": "team.primaryChannel.message_UpdateHostedContent", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337614,17 +315961,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_DeleteHostedContent", + "OperationId": "team.primaryChannel.message_DeleteHostedContent", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337646,17 +315989,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_GetHostedContentsContent", + "OperationId": "team.primaryChannel.message_GetHostedContentsContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337674,17 +316013,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_SetHostedContentsContent", + "OperationId": "team.primaryChannel.message_SetHostedContentsContent", "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337702,17 +316037,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message.hostedContent_GetCount", + "OperationId": "team.primaryChannel.message.hostedContent_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337734,17 +316065,93 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.setReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_ListReply", - "Method": "Get", + "OperationId": "team.primaryChannel.message_setReaction", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, + { + "Name": "chatMessage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.softDelete", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.primaryChannel.message_softDelete", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.primaryChannel.message_undoSoftDelete", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.unsetReaction", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.primaryChannel.message_unsetReaction", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.primaryChannel.message_ListReply", + "Method": "Get", + "Parameters": [ { "Name": "team-id", "Location": "Path" @@ -337790,17 +316197,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_CreateReply", + "OperationId": "team.primaryChannel.message_CreateReply", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337814,17 +316217,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_GetReply", + "OperationId": "team.primaryChannel.message_GetReply", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337850,17 +316249,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_UpdateReply", + "OperationId": "team.primaryChannel.message_UpdateReply", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337878,17 +316273,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_DeleteReply", + "OperationId": "team.primaryChannel.message_DeleteReply", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337910,17 +316301,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message.reply_ListHostedContent", + "OperationId": "team.primaryChannel.message.reply_ListHostedContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337970,17 +316357,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message.reply_CreateHostedContent", + "OperationId": "team.primaryChannel.message.reply_CreateHostedContent", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -337998,17 +316381,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message.reply_GetHostedContent", + "OperationId": "team.primaryChannel.message.reply_GetHostedContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -338038,17 +316417,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message.reply_UpdateHostedContent", + "OperationId": "team.primaryChannel.message.reply_UpdateHostedContent", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -338070,17 +316445,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message.reply_DeleteHostedContent", + "OperationId": "team.primaryChannel.message.reply_DeleteHostedContent", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -338106,17 +316477,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message.reply_GetHostedContentsContent", + "OperationId": "team.primaryChannel.message.reply_GetHostedContentsContent", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -338138,17 +316505,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message.reply_SetHostedContentsContent", + "OperationId": "team.primaryChannel.message.reply_SetHostedContentsContent", "Method": "Put", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -338170,17 +316533,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message.reply.hostedContent_GetCount", + "OperationId": "team.primaryChannel.message.reply.hostedContent_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -338206,17 +316565,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message.reply_GetCount", - "Method": "Get", + "OperationId": "team.primaryChannel.message.reply_setReaction", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -338226,229 +316581,101 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/$count", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_GetCount", - "Method": "Get", + "OperationId": "team.primaryChannel.message.reply_softDelete", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_ListSharedGraphWPreTeam", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "team-id", + "Name": "chatMessage-id1", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_CreateSharedGraphWPreTeam", + "OperationId": "team.primaryChannel.message.reply_undoSoftDelete", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_GetSharedGraphWPreTeam", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" }, { - "Name": "team-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "chatMessage-id1", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_UpdateSharedGraphWPreTeam", - "Method": "Patch", + "OperationId": "team.primaryChannel.message.reply_unsetReaction", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_DeleteSharedGraphWPreTeam", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "team-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "chatMessage-id1", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.sharedGraphWPreTeam_ListAllowedMember", + "OperationId": "team.primaryChannel.message.reply_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", + "Name": "chatMessage-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -338456,82 +316683,34 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Path": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.sharedGraphWPreTeam_GetAllowedMember", + "OperationId": "team.primaryChannel.message.reply_delta", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "sharedWithChannelTeamInfo-id", - "Location": "Path" - }, - { - "Name": "conversationMember-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.sharedGraphWPreTeam.allowedMember_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "sharedWithChannelTeamInfo-id", - "Location": "Path" }, { "Name": "$search", @@ -338540,33 +316719,17 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.sharedGraphWPreTeam_GetTeam", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" }, { - "Name": "team-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "sharedWithChannelTeamInfo-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -338578,17 +316741,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/$count", + "Path": "/teams/{team-id}/primaryChannel/messages/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.sharedGraphWPreTeam_GetCount", + "OperationId": "team.primaryChannel.message_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -338606,17 +316765,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs", + "Path": "/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_ListTab", + "OperationId": "team.primaryChannel.message_delta", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -338642,11 +316797,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -338658,17 +316813,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs", + "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.completeMigration", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_CreateTab", + "OperationId": "team.primaryChannel_completeMigration", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -338678,31 +316829,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_GetTab", + "OperationId": "team.primaryChannel_doesUserHaveAccess", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "teamsTab-id", - "Location": "Path" + "Name": "userId", + "Location": "Query" }, { - "Name": "$select", + "Name": "tenantId", "Location": "Query" }, { - "Name": "$expand", + "Name": "userPrincipalName", "Location": "Query" } ] @@ -338710,76 +316857,72 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.provisionEmail", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_UpdateTab", - "Method": "Patch", + "OperationId": "team.primaryChannel_provisionEmail", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" - }, - { - "Name": "teamsTab-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Path": "/teams/{team-id}/primaryChannel/microsoft.graph.removeEmail", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_DeleteTab", - "Method": "Delete", + "OperationId": "team.primaryChannel_removeEmail", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" - }, - { - "Name": "teamsTab-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.tab_GetTeamsApp", + "OperationId": "team.primaryChannel_ListSharedGraphWPreTeam", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "team-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "teamsTab-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -338794,47 +316937,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/$count", + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.tab_GetCount", - "Method": "Get", + "OperationId": "team.primaryChannel_CreateSharedGraphWPreTeam", + "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule", + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_GetSchedule", + "OperationId": "team.primaryChannel_GetSharedGraphWPreTeam", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "team-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -338850,19 +316981,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule", + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_SetSchedule", - "Method": "Put", + "OperationId": "team.primaryChannel_UpdateSharedGraphWPreTeam", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "team-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" } ] @@ -338870,19 +317001,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule", + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_DeleteSchedule", + "OperationId": "team.primaryChannel_DeleteSharedGraphWPreTeam", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "team-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -338894,19 +317025,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/offerShiftRequests", + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_ListOfferShiftRequest", + "OperationId": "team.primaryChannel.sharedGraphWPreTeam_ListAllowedMember", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "team-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { @@ -338946,43 +317077,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/offerShiftRequests", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_CreateOfferShiftRequest", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "team-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_GetOfferShiftRequest", + "OperationId": "team.primaryChannel.sharedGraphWPreTeam_GetAllowedMember", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "team-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", + "Name": "conversationMember-id", "Location": "Path" }, { @@ -338998,69 +317109,69 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_UpdateOfferShiftRequest", - "Method": "Patch", + "OperationId": "team.primaryChannel.sharedGraphWPreTeam.allowedMember_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "team-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_DeleteOfferShiftRequest", - "Method": "Delete", + "OperationId": "team.primaryChannel.sharedGraphWPreTeam_GetTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "team-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "offerShiftRequest-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/offerShiftRequests/$count", + "Path": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule.offerShiftRequest_GetCount", + "OperationId": "team.primaryChannel.sharedGraphWPreTeam_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -339078,17 +317189,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests", + "Path": "/teams/{team-id}/primaryChannel/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_ListOpenShiftChangeRequest", + "OperationId": "team.primaryChannel_ListTab", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -339130,17 +317237,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests", + "Path": "/teams/{team-id}/primaryChannel/tabs", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_CreateOpenShiftChangeRequest", + "OperationId": "team.primaryChannel_CreateTab", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -339150,23 +317253,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_GetOpenShiftChangeRequest", + "OperationId": "team.primaryChannel_GetTab", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "teamsTab-id", "Location": "Path" }, { @@ -339182,23 +317281,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_UpdateOpenShiftChangeRequest", + "OperationId": "team.primaryChannel_UpdateTab", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "teamsTab-id", "Location": "Path" } ] @@ -339206,23 +317301,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_DeleteOpenShiftChangeRequest", + "OperationId": "team.primaryChannel_DeleteTab", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "openShiftChangeRequest-id", + "Name": "teamsTab-id", "Location": "Path" }, { @@ -339234,17 +317325,41 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests/$count", + "Path": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule.openShiftChangeRequest_GetCount", + "OperationId": "team.primaryChannel.tab_GetTeamsApp", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, + { + "Name": "teamsTab-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/primaryChannel/tabs/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.primaryChannel.tab_GetCount", + "Method": "Get", + "Parameters": [ { "Name": "team-id", "Location": "Path" @@ -339262,17 +317377,89 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts", + "Path": "/teams/{team-id}/schedule", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_ListOpenShift", + "OperationId": "team_GetSchedule", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/schedule", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team_SetSchedule", + "Method": "Put", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/schedule", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team_DeleteSchedule", + "Method": "Delete", + "Parameters": [ + { + "Name": "team-id", "Location": "Path" }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/schedule/microsoft.graph.share", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.schedule_share", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/schedule/offerShiftRequests", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.schedule_ListOfferShiftRequest", + "Method": "Get", + "Parameters": [ { "Name": "team-id", "Location": "Path" @@ -339314,17 +317501,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts", + "Path": "/teams/{team-id}/schedule/offerShiftRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_CreateOpenShift", + "OperationId": "team.schedule_CreateOfferShiftRequest", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -339334,23 +317517,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts/{openShift-id}", + "Path": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_GetOpenShift", + "OperationId": "team.schedule_GetOfferShiftRequest", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "offerShiftRequest-id", "Location": "Path" }, { @@ -339366,23 +317545,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts/{openShift-id}", + "Path": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_UpdateOpenShift", + "OperationId": "team.schedule_UpdateOfferShiftRequest", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "offerShiftRequest-id", "Location": "Path" } ] @@ -339390,23 +317565,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts/{openShift-id}", + "Path": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_DeleteOpenShift", + "OperationId": "team.schedule_DeleteOfferShiftRequest", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "openShift-id", + "Name": "offerShiftRequest-id", "Location": "Path" }, { @@ -339418,17 +317589,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts/$count", + "Path": "/teams/{team-id}/schedule/offerShiftRequests/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule.openShift_GetCount", + "OperationId": "team.schedule.offerShiftRequest_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -339446,17 +317613,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups", + "Path": "/teams/{team-id}/schedule/openShiftChangeRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_ListSchedulingGroup", + "OperationId": "team.schedule_ListOpenShiftChangeRequest", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -339498,17 +317661,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups", + "Path": "/teams/{team-id}/schedule/openShiftChangeRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_CreateSchedulingGroup", + "OperationId": "team.schedule_CreateOpenShiftChangeRequest", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -339518,23 +317677,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_GetSchedulingGroup", + "OperationId": "team.schedule_GetOpenShiftChangeRequest", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "openShiftChangeRequest-id", "Location": "Path" }, { @@ -339550,23 +317705,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_UpdateSchedulingGroup", + "OperationId": "team.schedule_UpdateOpenShiftChangeRequest", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "openShiftChangeRequest-id", "Location": "Path" } ] @@ -339574,23 +317725,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_DeleteSchedulingGroup", + "OperationId": "team.schedule_DeleteOpenShiftChangeRequest", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "schedulingGroup-id", + "Name": "openShiftChangeRequest-id", "Location": "Path" }, { @@ -339602,17 +317749,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups/$count", + "Path": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule.schedulingGroup_GetCount", + "OperationId": "team.schedule.openShiftChangeRequest_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -339630,17 +317773,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/shifts", + "Path": "/teams/{team-id}/schedule/openShifts", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_ListShift", + "OperationId": "team.schedule_ListOpenShift", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -339682,17 +317821,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/shifts", + "Path": "/teams/{team-id}/schedule/openShifts", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_CreateShift", + "OperationId": "team.schedule_CreateOpenShift", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -339702,23 +317837,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/shifts/{shift-id}", + "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_GetShift", + "OperationId": "team.schedule_GetOpenShift", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "openShift-id", "Location": "Path" }, { @@ -339734,23 +317865,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/shifts/{shift-id}", + "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_UpdateShift", + "OperationId": "team.schedule_UpdateOpenShift", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "openShift-id", "Location": "Path" } ] @@ -339758,23 +317885,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/shifts/{shift-id}", + "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_DeleteShift", + "OperationId": "team.schedule_DeleteOpenShift", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "shift-id", + "Name": "openShift-id", "Location": "Path" }, { @@ -339786,17 +317909,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/shifts/$count", + "Path": "/teams/{team-id}/schedule/openShifts/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule.shift_GetCount", + "OperationId": "team.schedule.openShift_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -339814,17 +317933,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests", + "Path": "/teams/{team-id}/schedule/schedulingGroups", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_ListSwapShiftsChangeRequest", + "OperationId": "team.schedule_ListSchedulingGroup", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -339866,17 +317981,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests", + "Path": "/teams/{team-id}/schedule/schedulingGroups", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_CreateSwapShiftsChangeRequest", + "OperationId": "team.schedule_CreateSchedulingGroup", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -339886,23 +317997,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Path": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_GetSwapShiftsChangeRequest", + "OperationId": "team.schedule_GetSchedulingGroup", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "schedulingGroup-id", "Location": "Path" }, { @@ -339918,23 +318025,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Path": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_UpdateSwapShiftsChangeRequest", + "OperationId": "team.schedule_UpdateSchedulingGroup", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "schedulingGroup-id", "Location": "Path" } ] @@ -339942,23 +318045,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Path": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_DeleteSwapShiftsChangeRequest", + "OperationId": "team.schedule_DeleteSchedulingGroup", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "swapShiftsChangeRequest-id", + "Name": "schedulingGroup-id", "Location": "Path" }, { @@ -339970,17 +318069,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests/$count", + "Path": "/teams/{team-id}/schedule/schedulingGroups/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule.swapShiftsChangeRequest_GetCount", + "OperationId": "team.schedule.schedulingGroup_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -339998,17 +318093,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons", + "Path": "/teams/{team-id}/schedule/shifts", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_ListTimeOffReason", + "OperationId": "team.schedule_ListShift", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -340050,17 +318141,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons", + "Path": "/teams/{team-id}/schedule/shifts", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_CreateTimeOffReason", + "OperationId": "team.schedule_CreateShift", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -340070,23 +318157,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Path": "/teams/{team-id}/schedule/shifts/{shift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_GetTimeOffReason", + "OperationId": "team.schedule_GetShift", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "shift-id", "Location": "Path" }, { @@ -340102,23 +318185,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Path": "/teams/{team-id}/schedule/shifts/{shift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_UpdateTimeOffReason", + "OperationId": "team.schedule_UpdateShift", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "shift-id", "Location": "Path" } ] @@ -340126,23 +318205,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Path": "/teams/{team-id}/schedule/shifts/{shift-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_DeleteTimeOffReason", + "OperationId": "team.schedule_DeleteShift", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "timeOffReason-id", + "Name": "shift-id", "Location": "Path" }, { @@ -340154,17 +318229,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons/$count", + "Path": "/teams/{team-id}/schedule/shifts/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule.timeOffReason_GetCount", + "OperationId": "team.schedule.shift_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -340182,17 +318253,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests", + "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_ListTimeOffRequest", + "OperationId": "team.schedule_ListSwapShiftsChangeRequest", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -340234,17 +318301,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests", + "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_CreateTimeOffRequest", + "OperationId": "team.schedule_CreateSwapShiftsChangeRequest", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -340254,23 +318317,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_GetTimeOffRequest", + "OperationId": "team.schedule_GetSwapShiftsChangeRequest", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "swapShiftsChangeRequest-id", "Location": "Path" }, { @@ -340286,23 +318345,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_UpdateTimeOffRequest", + "OperationId": "team.schedule_UpdateSwapShiftsChangeRequest", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "swapShiftsChangeRequest-id", "Location": "Path" } ] @@ -340310,23 +318365,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_DeleteTimeOffRequest", + "OperationId": "team.schedule_DeleteSwapShiftsChangeRequest", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "timeOffRequest-id", + "Name": "swapShiftsChangeRequest-id", "Location": "Path" }, { @@ -340338,17 +318389,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests/$count", + "Path": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule.timeOffRequest_GetCount", + "OperationId": "team.schedule.swapShiftsChangeRequest_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -340366,17 +318413,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff", + "Path": "/teams/{team-id}/schedule/timeOffReasons", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_ListTimesOff", + "OperationId": "team.schedule_ListTimeOffReason", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -340418,17 +318461,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff", + "Path": "/teams/{team-id}/schedule/timeOffReasons", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_CreateTimesOff", + "OperationId": "team.schedule_CreateTimeOffReason", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -340438,23 +318477,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff/{timeOff-id}", + "Path": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_GetTimesOff", + "OperationId": "team.schedule_GetTimeOffReason", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "timeOffReason-id", "Location": "Path" }, { @@ -340470,23 +318505,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff/{timeOff-id}", + "Path": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_UpdateTimesOff", + "OperationId": "team.schedule_UpdateTimeOffReason", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "timeOffReason-id", "Location": "Path" } ] @@ -340494,23 +318525,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff/{timeOff-id}", + "Path": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_DeleteTimesOff", + "OperationId": "team.schedule_DeleteTimeOffReason", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "timeOff-id", + "Name": "timeOffReason-id", "Location": "Path" }, { @@ -340522,17 +318549,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff/$count", + "Path": "/teams/{team-id}/schedule/timeOffReasons/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule.timesOff_GetCount", + "OperationId": "team.schedule.timeOffReason_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -340550,17 +318573,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/tags", + "Path": "/teams/{team-id}/schedule/timeOffRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_ListTag", + "OperationId": "team.schedule_ListTimeOffRequest", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -340602,17 +318621,13 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/tags", + "Path": "/teams/{team-id}/schedule/timeOffRequests", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_CreateTag", + "OperationId": "team.schedule_CreateTimeOffRequest", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" @@ -340622,23 +318637,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}", + "Path": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_GetTag", + "OperationId": "team.schedule_GetTimeOffRequest", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "timeOffRequest-id", "Location": "Path" }, { @@ -340654,23 +318665,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}", + "Path": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_UpdateTag", + "OperationId": "team.schedule_UpdateTimeOffRequest", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "timeOffRequest-id", "Location": "Path" } ] @@ -340678,23 +318685,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}", + "Path": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_DeleteTag", + "OperationId": "team.schedule_DeleteTimeOffRequest", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "teamworkTag-id", + "Name": "timeOffRequest-id", "Location": "Path" }, { @@ -340706,23 +318709,39 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members", + "Path": "/teams/{team-id}/schedule/timeOffRequests/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.tag_ListMember", + "OperationId": "team.schedule.timeOffRequest_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "team-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "teamworkTag-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/schedule/timesOff", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.schedule_ListTimesOff", + "Method": "Get", + "Parameters": [ + { + "Name": "team-id", "Location": "Path" }, { @@ -340762,51 +318781,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members", + "Path": "/teams/{team-id}/schedule/timesOff", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.tag_CreateMember", + "OperationId": "team.schedule_CreateTimesOff", "Method": "Post", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" - }, - { - "Name": "teamworkTag-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Path": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.tag_GetMember", + "OperationId": "team.schedule_GetTimesOff", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "teamworkTag-id", - "Location": "Path" - }, - { - "Name": "teamworkTagMember-id", + "Name": "timeOff-id", "Location": "Path" }, { @@ -340822,27 +318825,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Path": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.tag_UpdateMember", + "OperationId": "team.schedule_UpdateTimesOff", "Method": "Patch", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "teamworkTag-id", - "Location": "Path" - }, - { - "Name": "teamworkTagMember-id", + "Name": "timeOff-id", "Location": "Path" } ] @@ -340850,27 +318845,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Path": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.tag_DeleteMember", + "OperationId": "team.schedule_DeleteTimesOff", "Method": "Delete", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, { - "Name": "teamworkTag-id", - "Location": "Path" - }, - { - "Name": "teamworkTagMember-id", + "Name": "timeOff-id", "Location": "Path" }, { @@ -340882,25 +318869,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members/$count", + "Path": "/teams/{team-id}/schedule/timesOff/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.tag.member_GetCount", + "OperationId": "team.schedule.timesOff_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, { "Name": "team-id", "Location": "Path" }, - { - "Name": "teamworkTag-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -340914,20 +318893,24 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/$count", + "Path": "/teams/{team-id}/tags", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.tag_GetCount", + "OperationId": "team_ListTag", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "team-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -340936,26 +318919,14 @@ { "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/template", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam_GetTemplate", - "Method": "Get", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "team-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -340970,39 +318941,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/$count", + "Path": "/teams/{team-id}/tags", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_GetCount", - "Method": "Get", + "OperationId": "team_CreateTag", + "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork", + "Path": "/teams/{team-id}/tags/{teamworkTag-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_GetTeamwork", + "OperationId": "team_GetTag", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "teamworkTag-id", "Location": "Path" }, { @@ -341018,15 +318985,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork", + "Path": "/teams/{team-id}/tags/{teamworkTag-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_UpdateTeamwork", + "OperationId": "team_UpdateTag", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "teamworkTag-id", "Location": "Path" } ] @@ -341034,15 +319005,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork", + "Path": "/teams/{team-id}/tags/{teamworkTag-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_DeleteTeamwork", + "OperationId": "team_DeleteTag", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "teamworkTag-id", "Location": "Path" }, { @@ -341054,15 +319029,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/associatedTeams", + "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_ListAssociatedTeam", + "OperationId": "team.tag_ListMember", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "teamworkTag-id", "Location": "Path" }, { @@ -341102,15 +319081,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/associatedTeams", + "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_CreateAssociatedTeam", + "OperationId": "team.tag_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "teamworkTag-id", "Location": "Path" } ] @@ -341118,19 +319101,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_GetAssociatedTeam", + "OperationId": "team.tag_GetMember", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "associatedTeamInfo-id", + "Name": "teamworkTag-id", + "Location": "Path" + }, + { + "Name": "teamworkTagMember-id", "Location": "Path" }, { @@ -341146,19 +319133,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_UpdateAssociatedTeam", + "OperationId": "team.tag_UpdateMember", "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "associatedTeamInfo-id", + "Name": "teamworkTag-id", + "Location": "Path" + }, + { + "Name": "teamworkTagMember-id", "Location": "Path" } ] @@ -341166,19 +319157,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_DeleteAssociatedTeam", + "OperationId": "team.tag_DeleteMember", "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "associatedTeamInfo-id", + "Name": "teamworkTag-id", + "Location": "Path" + }, + { + "Name": "teamworkTagMember-id", "Location": "Path" }, { @@ -341190,27 +319185,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}/team", + "Path": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork.associatedTeam_GetTeam", + "OperationId": "team.tag.member_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "associatedTeamInfo-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -341218,15 +319213,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/associatedTeams/$count", + "Path": "/teams/{team-id}/tags/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork.associatedTeam_GetCount", + "OperationId": "team.tag_GetCount", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { @@ -341242,41 +319237,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps", + "Path": "/teams/{team-id}/template", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_ListInstalledApp", + "OperationId": "team_GetTemplate", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -341290,41 +319261,65 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps", + "Path": "/teams/$count", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_CreateInstalledApp", - "Method": "Post", + "OperationId": "team_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Path": "/teams/microsoft.graph.getAllMessages()", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_GetInstalledApp", + "OperationId": "team_getAllMessage", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "model", + "Location": "Query" }, { - "Name": "userScopeTeamsAppInstallation-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -341334,92 +319329,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Path": "/teamwork", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_UpdateInstalledApp", - "Method": "Patch", + "OperationId": "teamwork_GetTeamwork", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "userScopeTeamsAppInstallation-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Path": "/teamwork", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_DeleteInstalledApp", - "Method": "Delete", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "userScopeTeamsAppInstallation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] + "OperationId": "teamwork_UpdateTeamwork", + "Method": "Patch", + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", + "Path": "/teamwork/deletedChats", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork.installedApp_GetChat", + "OperationId": "teamwork_ListDeletedChat", "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "userScopeTeamsAppInstallation-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "user.teamwork.installedApp_GetTeamsApp", - "Method": "Get", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "userScopeTeamsAppInstallation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -341434,51 +319404,34 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", + "Path": "/teamwork/deletedChats", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork.installedApp_GetTeamsAppDefinition", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "userScopeTeamsAppInstallation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] + "OperationId": "teamwork_CreateDeletedChat", + "Method": "Post", + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/installedApps/$count", + "Path": "/teamwork/deletedChats/{deletedChat-id}", "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork.installedApp_GetCount", + "OperationId": "teamwork_GetDeletedChat", "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedChat-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -341486,19 +319439,15 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/microsoft.graph.resetPassword", - "Module": "Users.Actions" + "Path": "/teamwork/deletedChats/{deletedChat-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.authentication.method_resetPassword", - "Method": "Post", + "OperationId": "teamwork_UpdateDeletedChat", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "authenticationMethod-id", + "Name": "deletedChat-id", "Location": "Path" } ] @@ -341506,39 +319455,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/microsoft.graph.disableSmsSignIn", - "Module": "Users.Actions" + "Path": "/teamwork/deletedChats/{deletedChat-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.authentication.phoneMethod_disableSmsSignIn", - "Method": "Post", + "OperationId": "teamwork_DeleteDeletedChat", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedChat-id", "Location": "Path" }, { - "Name": "phoneAuthenticationMethod-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/microsoft.graph.enableSmsSignIn", - "Module": "Users.Actions" + "Path": "/teamwork/deletedChats/{deletedChat-id}/microsoft.graph.undoDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.authentication.phoneMethod_enableSmsSignIn", + "OperationId": "teamwork.deletedChat_undoDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "phoneAuthenticationMethod-id", + "Name": "deletedChat-id", "Location": "Path" } ] @@ -341546,139 +319491,114 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedChats/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.deletedChat_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork_ListDeletedTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_accept", - "Method": "Post", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_cancel", + "OperationId": "teamwork_CreateDeletedTeam", "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", - "Location": "Path" - } - ] + "Parameters": [] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_decline", - "Method": "Post", + "OperationId": "teamwork_GetDeletedTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_dismissReminder", - "Method": "Post", + "OperationId": "teamwork_UpdateDeletedTeam", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "deletedTeam-id", "Location": "Path" } ] @@ -341686,71 +319606,83 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_forward", - "Method": "Post", + "OperationId": "teamwork_DeleteDeletedTeam", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam_ListChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_tentativelyAccept", + "OperationId": "teamwork.deletedTeam_CreateChannel", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "deletedTeam-id", "Location": "Path" } ] @@ -341758,39 +319690,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_accept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam_GetChannel", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_cancel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam_UpdateChannel", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" } ] @@ -341798,79 +319738,95 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_decline", - "Method": "Post", + "OperationId": "teamwork.deletedTeam_DeleteChannel", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_dismissReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_GetFilesFolder", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_forward", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_GetFilesFolderContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_SetFilesFolderContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" } ] @@ -341878,39 +319834,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_tentativelyAccept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_ListMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.attachment_createUploadSession", + "OperationId": "teamwork.deletedTeam.channel_CreateMember", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" } ] @@ -341918,47 +319906,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_GetMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_accept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_UpdateMember", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationMember-id", "Location": "Path" } ] @@ -341966,71 +319962,75 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_cancel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_DeleteMember", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_decline", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.member_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/microsoft.graph.add", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_dismissReminder", + "OperationId": "teamwork.deletedTeam.channel.member_add", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" } ] @@ -342038,47 +320038,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_forward", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_ListMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_snoozeReminder", + "OperationId": "teamwork.deletedTeam.channel_CreateMessage", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" } ] @@ -342086,43 +320110,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_GetMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_accept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_UpdateMessage", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" } ] @@ -342130,99 +320166,107 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_cancel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_DeleteMessage", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendar.event_decline", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_dismissReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_ListHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendar.event_forward", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_snoozeReminder", + "OperationId": "teamwork.deletedTeam.channel.message_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id", "Location": "Path" } ] @@ -342230,63 +320274,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_tentativelyAccept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_GetHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/calendar/microsoft.graph.getSchedule", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.calendar_getSchedule", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -342294,63 +320338,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_accept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -342358,31 +320398,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_cancel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -342390,63 +320426,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_decline", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_dismissReminder", + "OperationId": "teamwork.deletedTeam.channel.message_setReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -342454,31 +320482,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_forward", + "OperationId": "teamwork.deletedTeam.channel.message_softDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -342486,31 +320506,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_snoozeReminder", + "OperationId": "teamwork.deletedTeam.channel.message_undoSoftDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -342518,31 +320530,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_tentativelyAccept", + "OperationId": "teamwork.deletedTeam.channel.message_unsetReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -342550,55 +320554,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_accept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_ListReply", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_cancel", + "OperationId": "teamwork.deletedTeam.channel.message_CreateReply", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -342606,55 +320634,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_decline", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_GetReply", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_dismissReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_UpdateReply", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -342662,83 +320698,119 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_forward", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_DeleteReply", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_ListHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_tentativelyAccept", + "OperationId": "teamwork.deletedTeam.channel.message.reply_CreateHostedContent", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -342746,59 +320818,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_GetHostedContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -342806,63 +320890,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_accept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_cancel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -342870,31 +320958,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_decline", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -342902,63 +320990,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_dismissReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_forward", + "OperationId": "teamwork.deletedTeam.channel.message.reply_setReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -342966,31 +321054,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_snoozeReminder", + "OperationId": "teamwork.deletedTeam.channel.message.reply_softDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -342998,31 +321082,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_tentativelyAccept", + "OperationId": "teamwork.deletedTeam.channel.message.reply_undoSoftDelete", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -343030,27 +321110,27 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_accept", + "OperationId": "teamwork.deletedTeam.channel.message.reply_unsetReaction", "Method": "Post", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -343058,139 +321138,187 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_cancel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_decline", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message.reply_delta", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_dismissReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/microsoft.graph.delta()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_forward", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.message_delta", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.completeMigration", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_snoozeReminder", + "OperationId": "teamwork.deletedTeam.channel_completeMigration", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" } ] @@ -343198,51 +321326,51 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_tentativelyAccept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_doesUserHaveAccess", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "userId", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "tenantId", + "Location": "Query" + }, + { + "Name": "userPrincipalName", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.getSchedule", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.provisionEmail", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar_getSchedule", + "OperationId": "teamwork.deletedTeam.channel_provisionEmail", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendarGroup-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" } ] @@ -343250,23 +321378,19 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.removeEmail", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.attachment_createUploadSession", + "OperationId": "teamwork.deletedTeam.channel_removeEmail", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" } ] @@ -343274,55 +321398,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_ListSharedGraphWPreTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_accept", + "OperationId": "teamwork.deletedTeam.channel_CreateSharedGraphWPreTeam", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" } ] @@ -343330,55 +321470,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_cancel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_GetSharedGraphWPreTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_decline", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_UpdateSharedGraphWPreTeam", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" } ] @@ -343386,207 +321526,283 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_dismissReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_DeleteSharedGraphWPreTeam", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_forward", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_ListAllowedMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_GetAllowedMember", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam.allowedMember_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_accept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_GetTeam", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_cancel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.sharedGraphWPreTeam_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_decline", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_ListTab", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_dismissReminder", + "OperationId": "teamwork.deletedTeam.channel_CreateTab", "Method": "Post", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "channel-id", "Location": "Path" } ] @@ -343594,47 +321810,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_forward", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_GetTab", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamsTab-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_UpdateTab", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamsTab-id", "Location": "Path" } ] @@ -343642,415 +321866,536 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_tentativelyAccept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_DeleteTab", + "Method": "Delete", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamsTab-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.tab_GetTeamsApp", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "teamsTab-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel.tab_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_accept", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/{deletedTeam-id}/channels/microsoft.graph.getAllMessages()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_cancel", - "Method": "Post", + "OperationId": "teamwork.deletedTeam.channel_getAllMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", + "Name": "deletedTeam-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "model", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_decline", - "Method": "Post", + "OperationId": "teamwork.deletedTeam_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/teamwork/deletedTeams/microsoft.graph.getAllMessages()", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_dismissReminder", - "Method": "Post", + "OperationId": "teamwork.deletedTeam_getAllMessage", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "model", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/teamwork/microsoft.graph.sendActivityNotificationToRecipients", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_forward", + "OperationId": "teamwork_sendActivityNotificationToRecipient", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamsAppSettings", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork_GetTeamsAppSetting", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" - }, + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamsAppSettings", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork_UpdateTeamsAppSetting", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/teamwork/teamsAppSettings", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork_DeleteTeamsAppSetting", + "Method": "Delete", + "Parameters": [ { - "Name": "event-id1", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/teamwork/workforceIntegrations", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_snoozeReminder", - "Method": "Post", + "OperationId": "teamwork_ListWorkforceIntegration", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/teamwork/workforceIntegrations", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_tentativelyAccept", + "OperationId": "teamwork_CreateWorkforceIntegration", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork_GetWorkforceIntegration", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", + "Name": "workforceIntegration-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_accept", - "Method": "Post", + "OperationId": "teamwork_UpdateWorkforceIntegration", + "Method": "Patch", "Parameters": [ { - "Name": "user-id", + "Name": "workforceIntegration-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "teamwork_DeleteWorkforceIntegration", + "Method": "Delete", + "Parameters": [ { - "Name": "calendar-id", + "Name": "workforceIntegration-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/teamwork/workforceIntegrations/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_cancel", - "Method": "Post", + "OperationId": "teamwork.workforceIntegration_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_decline", - "Method": "Post", + "OperationId": "user_ListChat", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_dismissReminder", + "OperationId": "user_CreateChat", "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, - { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_forward", - "Method": "Post", + "OperationId": "user_GetChat", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_snoozeReminder", - "Method": "Post", + "OperationId": "user_UpdateChat", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "calendar-id", - "Location": "Path" - }, - { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" } ] @@ -344058,55 +322403,87 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_tentativelyAccept", - "Method": "Post", + "OperationId": "user_DeleteChat", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/microsoft.graph.getSchedule", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/installedApps", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar_getSchedule", - "Method": "Post", + "OperationId": "user.chat_ListInstalledApp", + "Method": "Get", "Parameters": [ { - "Name": "user-id", - "Location": "Path" + "Name": "user-id", + "Location": "Path" + }, + { + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { - "Name": "calendar-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/installedApps", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.attachment_createUploadSession", + "OperationId": "user.chat_CreateInstalledApp", "Method": "Post", "Parameters": [ { @@ -344114,7 +322491,7 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" } ] @@ -344122,47 +322499,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "user.chat_GetInstalledApp", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamsAppInstallation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_accept", - "Method": "Post", + "OperationId": "user.chat_UpdateInstalledApp", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamsAppInstallation-id", "Location": "Path" } ] @@ -344170,143 +322555,167 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_cancel", - "Method": "Post", + "OperationId": "user.chat_DeleteInstalledApp", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamsAppInstallation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_decline", - "Method": "Post", + "OperationId": "user.chat.installedApp_GetTeamsApp", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamsAppInstallation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_dismissReminder", - "Method": "Post", + "OperationId": "user.chat.installedApp_GetTeamsAppDefinition", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "teamsAppInstallation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/installedApps/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_forward", - "Method": "Post", + "OperationId": "user.chat.installedApp_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_snoozeReminder", - "Method": "Post", + "OperationId": "user.chat_GetLastMessagePreview", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "event-id1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_tentativelyAccept", - "Method": "Post", + "OperationId": "user.chat_UpdateLastMessagePreview", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", - "Location": "Path" - }, - { - "Name": "event-id1", + "Name": "chat-id", "Location": "Path" } ] @@ -344314,51 +322723,87 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView_accept", - "Method": "Post", + "OperationId": "user.chat_DeleteLastMessagePreview", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView_cancel", - "Method": "Post", + "OperationId": "user.chat_ListMember", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView_decline", + "OperationId": "user.chat_CreateMember", "Method": "Post", "Parameters": [ { @@ -344366,7 +322811,7 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" } ] @@ -344374,39 +322819,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView_dismissReminder", - "Method": "Post", + "OperationId": "user.chat_GetMember", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView_forward", - "Method": "Post", + "OperationId": "user.chat_UpdateMember", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" } ] @@ -344414,52 +322875,68 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView_snoozeReminder", - "Method": "Post", + "OperationId": "user.chat_DeleteMember", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/members/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView_tentativelyAccept", - "Method": "Post", + "OperationId": "user.chat.member_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chat-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.installedApp_upgrade", - "Method": "Post", + "OperationId": "user.chat_ListMessage", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -344470,19 +322947,47 @@ "Location": "Path" }, { - "Name": "teamsAppInstallation-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/members/microsoft.graph.add", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.member_add", + "OperationId": "user.chat_CreateMessage", "Method": "Post", "Parameters": [ { @@ -344498,12 +323003,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_setReaction", - "Method": "Post", + "OperationId": "user.chat_GetMessage", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -344516,18 +323021,26 @@ { "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_softDelete", - "Method": "Post", + "OperationId": "user.chat_UpdateMessage", + "Method": "Patch", "Parameters": [ { "Name": "user-id", @@ -344546,12 +323059,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_undoSoftDelete", - "Method": "Post", + "OperationId": "user.chat_DeleteMessage", + "Method": "Delete", "Parameters": [ { "Name": "user-id", @@ -344564,18 +323077,22 @@ { "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_unsetReaction", - "Method": "Post", + "OperationId": "user.chat.message_ListHostedContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -344588,17 +323105,49 @@ { "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_setReaction", + "OperationId": "user.chat.message_CreateHostedContent", "Method": "Post", "Parameters": [ { @@ -344612,22 +323161,18 @@ { "Name": "chatMessage-id", "Location": "Path" - }, - { - "Name": "chatMessage-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_softDelete", - "Method": "Post", + "OperationId": "user.chat.message_GetHostedContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -344642,20 +323187,28 @@ "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_undoSoftDelete", - "Method": "Post", + "OperationId": "user.chat.message_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { "Name": "user-id", @@ -344670,7 +323223,7 @@ "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -344678,12 +323231,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_unsetReaction", - "Method": "Post", + "OperationId": "user.chat.message_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { "Name": "user-id", @@ -344698,20 +323251,24 @@ "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/microsoft.graph.hideForUser", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_hideGraphFPreUser", - "Method": "Post", + "OperationId": "user.chat.message_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -344720,25 +323277,13 @@ { "Name": "chat-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/microsoft.graph.markChatReadForUser", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.chat_markChatReadGraphFPreUser", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -344746,12 +323291,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/microsoft.graph.markChatUnreadForUser", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_markChatUnreadGraphFPreUser", - "Method": "Post", + "OperationId": "user.chat.message_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { "Name": "user-id", @@ -344760,25 +323305,13 @@ { "Name": "chat-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/microsoft.graph.sendActivityNotification", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.chat_sendActivityNotification", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -344786,12 +323319,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/microsoft.graph.unhideForUser", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_unhideGraphFPreUser", - "Method": "Post", + "OperationId": "user.chat.message.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -344800,45 +323333,85 @@ { "Name": "chat-id", "Location": "Path" + }, + { + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.documentSetVersion_restore", - "Method": "Post", + "OperationId": "user.chat.message_ListReply", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.createLink", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_createLink", + "OperationId": "user.chat.message_CreateReply", "Method": "Post", "Parameters": [ { @@ -344846,11 +323419,11 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -344858,51 +323431,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem.version_restoreVersion", - "Method": "Post", + "OperationId": "user.chat.message_GetReply", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.assignSensitivityLabel", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_assignSensitivityLabel", - "Method": "Post", + "OperationId": "user.chat.message_UpdateReply", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -344910,83 +323495,103 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.checkin", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_checkin", - "Method": "Post", + "OperationId": "user.chat.message_DeleteReply", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.checkout", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_checkout", - "Method": "Post", + "OperationId": "user.chat.message.reply_ListHostedContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "chatMessage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.copy", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.drive.item_copy", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createLink", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_createLink", + "OperationId": "user.chat.message.reply_CreateHostedContent", "Method": "Post", "Parameters": [ { @@ -344994,11 +323599,15 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" } ] @@ -345006,95 +323615,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_createUploadSession", - "Method": "Post", + "OperationId": "user.chat.message.reply_GetHostedContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "chatMessage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.extractSensitivityLabels", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.drive.item_extractSensitivityLabel", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.follow", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_follow", - "Method": "Post", + "OperationId": "user.chat.message.reply_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.invite", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.drive.item_invite", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -345102,95 +323687,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.permanentDelete", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_permanentDelete", - "Method": "Post", + "OperationId": "user.chat.message.reply_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "chatMessage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.preview", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.drive.item_preview", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.restore", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_restore", - "Method": "Post", + "OperationId": "user.chat.message.reply_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.unfollow", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.drive.item_unfollow", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -345198,23 +323755,31 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.validatePermission", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_validatePermission", - "Method": "Post", + "OperationId": "user.chat.message.reply_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -345222,119 +323787,159 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/microsoft.graph.grant", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item.permission_grant", - "Method": "Post", + "OperationId": "user.chat.message.reply.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item.subscription_reauthorize", - "Method": "Post", + "OperationId": "user.chat.message.reply_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "subscription-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/messages/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item.version_restoreVersion", - "Method": "Post", + "OperationId": "user.chat.message_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_associateGraphWPreHubSite", - "Method": "Post", + "OperationId": "user.chat_ListPermissionGrant", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_copyToDefaultContentLocation", + "OperationId": "user.chat_CreatePermissionGrant", "Method": "Post", "Parameters": [ { @@ -345342,11 +323947,7 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "chat-id", "Location": "Path" } ] @@ -345354,47 +323955,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.publish", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_publish", - "Method": "Post", + "OperationId": "user.chat_GetPermissionGrant", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.unpublish", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_unpublish", - "Method": "Post", + "OperationId": "user.chat_UpdatePermissionGrant", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" } ] @@ -345402,79 +324011,119 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopy", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_addCopy", - "Method": "Post", + "OperationId": "user.chat_DeletePermissionGrant", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "resourceSpecificPermissionGrant-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopyFromContentTypeHub", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_addCopyFromContentTypeHub", - "Method": "Post", + "OperationId": "user.chat.permissionGrant_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.item.documentSetVersion_restore", - "Method": "Post", + "OperationId": "user.chat_ListPinnedMessage", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.createLink", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.item_createLink", + "OperationId": "user.chat_CreatePinnedMessage", "Method": "Post", "Parameters": [ { @@ -345482,11 +324131,7 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "chat-id", "Location": "Path" } ] @@ -345494,51 +324139,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.item.version_restoreVersion", - "Method": "Post", + "OperationId": "user.chat_GetPinnedMessage", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "listItem-id", + "Name": "pinnedChatMessageInfo-id", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.subscription_reauthorize", - "Method": "Post", + "OperationId": "user.chat_UpdatePinnedMessage", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "subscription-id", + "Name": "pinnedChatMessageInfo-id", "Location": "Path" } ] @@ -345546,99 +324195,151 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.documentSetVersion_restore", - "Method": "Post", + "OperationId": "user.chat_DeletePinnedMessage", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "pinnedChatMessageInfo-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/microsoft.graph.createLink", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}/message", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_createLink", - "Method": "Post", + "OperationId": "user.chat.pinnedMessage_GetMessage", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "pinnedChatMessageInfo-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem.version_restoreVersion", - "Method": "Post", + "OperationId": "user.chat.pinnedMessage_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" }, { - "Name": "listItemVersion-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.assignSensitivityLabel", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_assignSensitivityLabel", - "Method": "Post", + "OperationId": "user.chat_ListTab", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.checkin", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_checkin", + "OperationId": "user.chat_CreateTab", "Method": "Post", "Parameters": [ { @@ -345646,7 +324347,7 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" } ] @@ -345654,39 +324355,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.checkout", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_checkout", - "Method": "Post", + "OperationId": "user.chat_GetTab", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.copy", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_copy", - "Method": "Post", + "OperationId": "user.chat_UpdateTab", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", "Location": "Path" } ] @@ -345694,159 +324411,223 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.createLink", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_createLink", - "Method": "Post", + "OperationId": "user.chat_DeleteTab", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_createUploadSession", - "Method": "Post", + "OperationId": "user.chat.tab_GetTeamsApp", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.extractSensitivityLabels", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/{chat-id}/tabs/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_extractSensitivityLabel", - "Method": "Post", + "OperationId": "user.chat.tab_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "chat-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.follow", - "Module": "Users.Actions" + "Path": "/users/{user-id}/chats/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_follow", - "Method": "Post", + "OperationId": "user.chat_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.invite", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_invite", - "Method": "Post", + "OperationId": "user_ListJoinedTeam", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.permanentDelete", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_permanentDelete", + "OperationId": "user_CreateJoinedTeam", "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, - { - "Name": "drive-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.preview", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_preview", - "Method": "Post", + "OperationId": "user_GetJoinedTeam", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.restore", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_restore", - "Method": "Post", + "OperationId": "user_UpdateJoinedTeam", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" } ] @@ -345854,123 +324635,199 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.unfollow", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_unfollow", - "Method": "Post", + "OperationId": "user_DeleteJoinedTeam", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.validatePermission", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/allChannels", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_validatePermission", - "Method": "Post", + "OperationId": "user.joinedTeam_ListAllChannel", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/microsoft.graph.grant", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/allChannels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.permission_grant", - "Method": "Post", + "OperationId": "user.joinedTeam_GetAllChannel", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "permission-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/allChannels/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.subscription_reauthorize", - "Method": "Post", + "OperationId": "user.joinedTeam.allChannel_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "subscription-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.version_restoreVersion", - "Method": "Post", + "OperationId": "user.joinedTeam_ListChannel", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "driveItemVersion-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.attachment_createUploadSession", + "OperationId": "user.joinedTeam_CreateChannel", "Method": "Post", "Parameters": [ { @@ -345978,7 +324835,7 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" } ] @@ -345986,47 +324843,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance.attachment_createUploadSession", - "Method": "Post", + "OperationId": "user.joinedTeam_GetChannel", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_accept", - "Method": "Post", + "OperationId": "user.joinedTeam_UpdateChannel", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" } ] @@ -346034,95 +324899,111 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_cancel", - "Method": "Post", + "OperationId": "user.joinedTeam_DeleteChannel", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/filesFolder", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_decline", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_GetFilesFolder", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/filesFolder/content", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_dismissReminder", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_GetFilesFolderContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/filesFolder/content", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_forward", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_SetFilesFolderContent", + "Method": "Put", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" } ] @@ -346130,35 +325011,67 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_snoozeReminder", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_ListMember", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_tentativelyAccept", + "OperationId": "user.joinedTeam.channel_CreateMember", "Method": "Post", "Parameters": [ { @@ -346166,11 +325079,11 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id1", + "Name": "channel-id", "Location": "Path" } ] @@ -346178,79 +325091,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/microsoft.graph.accept", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event_accept", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_GetMember", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/microsoft.graph.cancel", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.event_cancel", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/microsoft.graph.decline", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event_decline", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_UpdateMember", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/microsoft.graph.dismissReminder", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.event_dismissReminder", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationMember-id", "Location": "Path" } ] @@ -346258,104 +325155,76 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event_forward", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_DeleteMember", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/microsoft.graph.snoozeReminder", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.event_snoozeReminder", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/microsoft.graph.tentativelyAccept", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event_tentativelyAccept", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.member_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/followedSites/microsoft.graph.add", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.followedSite_add", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/followedSites/microsoft.graph.remove", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.followedSite_remove", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/microsoft.graph.add", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.member_add", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_ListMessage", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -346368,17 +325237,49 @@ { "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.setReaction", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_setReaction", + "OperationId": "user.joinedTeam.channel_CreateMessage", "Method": "Post", "Parameters": [ { @@ -346392,22 +325293,18 @@ { "Name": "channel-id", "Location": "Path" - }, - { - "Name": "chatMessage-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.softDelete", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_softDelete", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_GetMessage", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -346424,18 +325321,26 @@ { "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_undoSoftDelete", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_UpdateMessage", + "Method": "Patch", "Parameters": [ { "Name": "user-id", @@ -346458,12 +325363,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_unsetReaction", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_DeleteMessage", + "Method": "Delete", "Parameters": [ { "Name": "user-id", @@ -346480,18 +325385,22 @@ { "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message.reply_setReaction", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message_ListHostedContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -346510,19 +325419,47 @@ "Location": "Path" }, { - "Name": "chatMessage-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message.reply_softDelete", + "OperationId": "user.joinedTeam.channel.message_CreateHostedContent", "Method": "Post", "Parameters": [ { @@ -346540,22 +325477,18 @@ { "Name": "chatMessage-id", "Location": "Path" - }, - { - "Name": "chatMessage-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message.reply_undoSoftDelete", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message_GetHostedContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -346574,20 +325507,28 @@ "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message.reply_unsetReaction", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { "Name": "user-id", @@ -346606,7 +325547,7 @@ "Location": "Path" }, { - "Name": "chatMessage-id1", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -346614,12 +325555,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/microsoft.graph.completeMigration", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_completeMigration", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { "Name": "user-id", @@ -346632,42 +325573,30 @@ { "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/microsoft.graph.provisionEmail", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam.channel_provisionEmail", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "team-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { - "Name": "channel-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/microsoft.graph.removeEmail", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_removeEmail", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -346680,29 +325609,13 @@ { "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam.installedApp_upgrade", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" }, { - "Name": "team-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "teamsAppInstallation-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -346710,12 +325623,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/members/microsoft.graph.add", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.member_add", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { "Name": "user-id", @@ -346724,45 +325637,17 @@ { "Name": "team-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/microsoft.graph.archive", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam_archive", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" }, { - "Name": "team-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/microsoft.graph.clone", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam_clone", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "team-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -346770,12 +325655,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/microsoft.graph.completeMigration", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_completeMigration", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -346784,38 +325669,34 @@ { "Name": "team-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/microsoft.graph.sendActivityNotification", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam_sendActivityNotification", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "team-id", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/microsoft.graph.unarchive", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_unarchive", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message_ListReply", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -346824,37 +325705,57 @@ { "Name": "team-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/microsoft.graph.add", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.member_add", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "team-id", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.setReaction", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_setReaction", + "OperationId": "user.joinedTeam.channel.message_CreateReply", "Method": "Post", "Parameters": [ { @@ -346865,6 +325766,10 @@ "Name": "team-id", "Location": "Path" }, + { + "Name": "channel-id", + "Location": "Path" + }, { "Name": "chatMessage-id", "Location": "Path" @@ -346874,12 +325779,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.softDelete", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_softDelete", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message_GetReply", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -346890,44 +325795,36 @@ "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_undoSoftDelete", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "team-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "chatMessage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/microsoft.graph.unsetReaction", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_unsetReaction", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message_UpdateReply", + "Method": "Patch", "Parameters": [ { "Name": "user-id", @@ -346937,21 +325834,29 @@ "Name": "team-id", "Location": "Path" }, + { + "Name": "channel-id", + "Location": "Path" + }, { "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message.reply_setReaction", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message_DeleteReply", + "Method": "Delete", "Parameters": [ { "Name": "user-id", @@ -346961,6 +325866,10 @@ "Name": "team-id", "Location": "Path" }, + { + "Name": "channel-id", + "Location": "Path" + }, { "Name": "chatMessage-id", "Location": "Path" @@ -346968,18 +325877,22 @@ { "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message.reply_softDelete", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message.reply_ListHostedContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -346989,6 +325902,10 @@ "Name": "team-id", "Location": "Path" }, + { + "Name": "channel-id", + "Location": "Path" + }, { "Name": "chatMessage-id", "Location": "Path" @@ -346996,17 +325913,49 @@ { "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message.reply_undoSoftDelete", + "OperationId": "user.joinedTeam.channel.message.reply_CreateHostedContent", "Method": "Post", "Parameters": [ { @@ -347017,6 +325966,10 @@ "Name": "team-id", "Location": "Path" }, + { + "Name": "channel-id", + "Location": "Path" + }, { "Name": "chatMessage-id", "Location": "Path" @@ -347030,12 +325983,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message.reply_unsetReaction", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message.reply_GetHostedContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", @@ -347045,6 +325998,10 @@ "Name": "team-id", "Location": "Path" }, + { + "Name": "channel-id", + "Location": "Path" + }, { "Name": "chatMessage-id", "Location": "Path" @@ -347052,18 +326009,30 @@ { "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/microsoft.graph.completeMigration", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_completeMigration", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message.reply_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { "Name": "user-id", @@ -347072,45 +326041,21 @@ { "Name": "team-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/microsoft.graph.provisionEmail", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_provisionEmail", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "team-id", + "Name": "chatMessage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/microsoft.graph.removeEmail", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_removeEmail", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "team-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -347118,12 +326063,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/microsoft.graph.share", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.schedule_share", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message.reply_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { "Name": "user-id", @@ -347132,61 +326077,61 @@ { "Name": "team-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message.attachment_createUploadSession", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.copy", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_copy", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message.reply_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -347194,27 +326139,35 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.createForward", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_createForward", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message.reply_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", + "Location": "Path" + }, + { + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -347222,123 +326175,175 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.createReply", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_createReply", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message.reply.hostedContent_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", + "Location": "Path" + }, + { + "Name": "chatMessage-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.createReplyAll", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_createReplyAll", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message.reply_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_forward", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.message_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.move", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_move", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_ListSharedGraphWPreTeam", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.reply", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_reply", + "OperationId": "user.joinedTeam.channel_CreateSharedGraphWPreTeam", "Method": "Post", "Parameters": [ { @@ -347346,15 +326351,11 @@ "Location": "Path" }, { - "Name": "mailFolder-id", - "Location": "Path" - }, - { - "Name": "mailFolder-id1", + "Name": "team-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", "Location": "Path" } ] @@ -347362,55 +326363,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.replyAll", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_replyAll", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_GetSharedGraphWPreTeam", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.send", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_send", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_UpdateSharedGraphWPreTeam", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" } ] @@ -347418,203 +326427,303 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.copy", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_copy", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_DeleteSharedGraphWPreTeam", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.move", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_move", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.sharedGraphWPreTeam_ListAllowedMember", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "mailFolder-id1", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message.attachment_createUploadSession", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.sharedGraphWPreTeam_GetAllowedMember", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.copy", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.mailFolder.message_copy", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "conversationMember-id", "Location": "Path" }, { - "Name": "message-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createForward", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_createForward", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.sharedGraphWPreTeam.allowedMember_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createReply", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_createReply", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.sharedGraphWPreTeam_GetTeam", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createReplyAll", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_createReplyAll", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.sharedGraphWPreTeam_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_forward", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_ListTab", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.move", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_move", + "OperationId": "user.joinedTeam.channel_CreateTab", "Method": "Post", "Parameters": [ { @@ -347622,11 +326731,11 @@ "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", "Location": "Path" } ] @@ -347634,47 +326743,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.reply", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_reply", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_GetTab", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.replyAll", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_replyAll", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_UpdateTab", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", "Location": "Path" } ] @@ -347682,279 +326807,411 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.send", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_send", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_DeleteTab", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "channel-id", + "Location": "Path" + }, + { + "Name": "teamsTab-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/microsoft.graph.copy", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder_copy", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.tab_GetTeamsApp", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "team-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/microsoft.graph.move", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.mailFolder_move", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "teamsTab-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice.logCollectionRequest_createDownloadUrl", - "Method": "Post", + "OperationId": "user.joinedTeam.channel.tab_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "deviceLogCollectionResponse-id", + "Name": "channel-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_bypassActivationLock", - "Method": "Post", + "OperationId": "user.joinedTeam.channel_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/group", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_cleanWindowsDevice", - "Method": "Post", + "OperationId": "user.joinedTeam_GetGroup", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/group/serviceProvisioningErrors", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_deleteUserFromSharedAppleDevice", - "Method": "Post", + "OperationId": "user.joinedTeam.group_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.disableLostMode", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/group/serviceProvisioningErrors/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_disableLostMode", - "Method": "Post", + "OperationId": "user.joinedTeam.group.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.locateDevice", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/incomingChannels", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_locateDevice", - "Method": "Post", + "OperationId": "user.joinedTeam_ListIncomingChannel", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.logoutSharedAppleDeviceActiveUser", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/incomingChannels/{channel-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_logoutSharedAppleDeviceActiveUser", - "Method": "Post", + "OperationId": "user.joinedTeam_GetIncomingChannel", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.rebootNow", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice_rebootNow", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "channel-id", "Location": "Path" }, { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.recoverPasscode", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/incomingChannels/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_recoverPasscode", - "Method": "Post", + "OperationId": "user.joinedTeam.incomingChannel_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.remoteLock", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_remoteLock", - "Method": "Post", + "OperationId": "user.joinedTeam_ListInstalledApp", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.requestRemoteAssistance", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_requestRemoteAssistance", + "OperationId": "user.joinedTeam_CreateInstalledApp", "Method": "Post", "Parameters": [ { @@ -347962,7 +327219,7 @@ "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", "Location": "Path" } ] @@ -347970,39 +327227,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.resetPasscode", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_resetPasscode", - "Method": "Post", + "OperationId": "user.joinedTeam_GetInstalledApp", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "teamsAppInstallation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.retire", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_retire", - "Method": "Post", + "OperationId": "user.joinedTeam_UpdateInstalledApp", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "teamsAppInstallation-id", "Location": "Path" } ] @@ -348010,111 +327283,183 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.shutDown", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_shutDown", - "Method": "Post", + "OperationId": "user.joinedTeam_DeleteInstalledApp", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "teamsAppInstallation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.syncDevice", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_syncDevice", - "Method": "Post", + "OperationId": "user.joinedTeam.installedApp_GetTeamsApp", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "teamsAppInstallation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.updateWindowsDeviceAccount", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_updateWindowsDeviceAccount", - "Method": "Post", + "OperationId": "user.joinedTeam.installedApp_GetTeamsAppDefinition", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "teamsAppInstallation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderScan", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/installedApps/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_windowsDefenderScan", - "Method": "Post", + "OperationId": "user.joinedTeam.installedApp_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderUpdateSignatures", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_windowsDefenderUpdateSignature", - "Method": "Post", + "OperationId": "user.joinedTeam_ListMember", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "managedDevice-id", - "Location": "Path" + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.wipe", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.managedDevice_wipe", + "OperationId": "user.joinedTeam_CreateMember", "Method": "Post", "Parameters": [ { @@ -348122,7 +327467,7 @@ "Location": "Path" }, { - "Name": "managedDevice-id", + "Name": "team-id", "Location": "Path" } ] @@ -348130,39 +327475,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message.attachment_createUploadSession", - "Method": "Post", + "OperationId": "user.joinedTeam_GetMember", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.copy", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_copy", - "Method": "Post", + "OperationId": "user.joinedTeam_UpdateMember", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" } ] @@ -348170,71 +327531,119 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.createForward", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_createForward", - "Method": "Post", + "OperationId": "user.joinedTeam_DeleteMember", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.createReply", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/members/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_createReply", - "Method": "Post", + "OperationId": "user.joinedTeam.member_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.createReplyAll", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/operations", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_createReplyAll", - "Method": "Post", + "OperationId": "user.joinedTeam_ListOperation", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.forward", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/operations", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_forward", + "OperationId": "user.joinedTeam_CreateOperation", "Method": "Post", "Parameters": [ { @@ -348242,7 +327651,7 @@ "Location": "Path" }, { - "Name": "message-id", + "Name": "team-id", "Location": "Path" } ] @@ -348250,39 +327659,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.move", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_move", - "Method": "Post", + "OperationId": "user.joinedTeam_GetOperation", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "teamsAsyncOperation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.reply", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_reply", - "Method": "Post", + "OperationId": "user.joinedTeam_UpdateOperation", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "teamsAsyncOperation-id", "Location": "Path" } ] @@ -348290,103 +327715,127 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.replyAll", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_replyAll", - "Method": "Post", + "OperationId": "user.joinedTeam_DeleteOperation", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "teamsAsyncOperation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/{message-id}/microsoft.graph.send", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/operations/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_send", - "Method": "Post", + "OperationId": "user.joinedTeam.operation_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "message-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.assignLicense", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/permissionGrants", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_assignLicense", - "Method": "Post", + "OperationId": "user.joinedTeam_ListPermissionGrant", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.changePassword", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user_changePassword", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "team-id", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.checkMemberGroups", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/permissionGrants", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_checkMemberGroup", + "OperationId": "user.joinedTeam_CreatePermissionGrant", "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.checkMemberObjects", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user_checkMemberObject", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "team-id", "Location": "Path" } ] @@ -348394,227 +327843,343 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.exportPersonalData", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_exportPersonalData", - "Method": "Post", + "OperationId": "user.joinedTeam_GetPermissionGrant", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "resourceSpecificPermissionGrant-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.findMeetingTimes", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_findMeetingTime", - "Method": "Post", + "OperationId": "user.joinedTeam_UpdatePermissionGrant", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "resourceSpecificPermissionGrant-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getMailTips", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_getMailTip", - "Method": "Post", + "OperationId": "user.joinedTeam_DeletePermissionGrant", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "resourceSpecificPermissionGrant-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getMemberGroups", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/permissionGrants/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_getMemberGroup", - "Method": "Post", + "OperationId": "user.joinedTeam.permissionGrant_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getMemberObjects", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/photo", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_getMemberObject", - "Method": "Post", + "OperationId": "user.joinedTeam_GetPhoto", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.removeAllDevicesFromManagement", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/photo", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_removeAllDevicesFromManagement", - "Method": "Post", + "OperationId": "user.joinedTeam_UpdatePhoto", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "team-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.reprocessLicenseAssignment", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/photo/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_reprocessLicenseAssignment", - "Method": "Post", + "OperationId": "user.joinedTeam_GetPhotoContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "team-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.restore", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/photo/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_restore", - "Method": "Post", + "OperationId": "user.joinedTeam_SetPhotoContent", + "Method": "Put", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "team-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.retryServiceProvisioning", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_retryServiceProvisioning", - "Method": "Post", + "OperationId": "user.joinedTeam_GetPrimaryChannel", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.revokeSignInSessions", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_revokeSignInSession", - "Method": "Post", + "OperationId": "user.joinedTeam_UpdatePrimaryChannel", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "team-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.sendMail", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_sendMail", - "Method": "Post", + "OperationId": "user.joinedTeam_DeletePrimaryChannel", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.translateExchangeIds", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/filesFolder", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_translateExchangeId", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel_GetFilesFolder", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/filesFolder/content", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_wipeManagedAppRegistrationsGraphBPreDeviceTag", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel_GetFilesFolderContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" + }, + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/filesFolder/content", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_copyNotebook", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel_SetFilesFolderContent", + "Method": "Put", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "team-id", "Location": "Path" } ] @@ -348622,67 +328187,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_copyToNotebook", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel_ListMember", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section_copyToSectionGroup", - "Method": "Post", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section.page_copyToSection", + "OperationId": "user.joinedTeam.primaryChannel_CreateMember", "Method": "Post", "Parameters": [ { @@ -348690,19 +328251,7 @@ "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "team-id", "Location": "Path" } ] @@ -348710,55 +328259,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel_GetMember", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "conversationMember-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_copyToNotebook", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel_UpdateMember", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "conversationMember-id", "Location": "Path" } ] @@ -348766,127 +328315,119 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel_DeleteMember", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "conversationMember-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section.page_copyToSection", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel.member_GetCount", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel_ListMessage", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.onenote.notebook_getNotebookFromWebUrl", - "Method": "Post", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.onenote.page_copyToSection", - "Method": "Post", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.page_onenotePatchContent", + "OperationId": "user.joinedTeam.primaryChannel_CreateMessage", "Method": "Post", "Parameters": [ { @@ -348894,7 +328435,7 @@ "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "team-id", "Location": "Path" } ] @@ -348902,47 +328443,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_copyToNotebook", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel_GetMessage", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "chatMessage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section_copyToSectionGroup", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel_UpdateMessage", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -348950,107 +328499,95 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section.page_copyToSection", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel_DeleteMessage", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel.message_ListHostedContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.onenote.section_copyToNotebook", - "Method": "Post", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.onenote.section_copyToSectionGroup", - "Method": "Post", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "user-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.section.page_copyToSection", + "OperationId": "user.joinedTeam.primaryChannel.message_CreateHostedContent", "Method": "Post", "Parameters": [ { @@ -349058,11 +328595,11 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "chatMessage-id", "Location": "Path" } ] @@ -349070,95 +328607,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onenote.section.page_onenotePatchContent", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel.message_GetHostedContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "chatMessage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/microsoft.graph.sendVirtualAppointmentReminderSms", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.onlineMeeting_sendVirtualAppointmentReminderSm", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" }, { - "Name": "onlineMeeting-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/microsoft.graph.sendVirtualAppointmentSms", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.onlineMeeting_sendVirtualAppointmentSm", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel.message_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "onlineMeeting-id", + "Name": "team-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/onlineMeetings/microsoft.graph.createOrGet", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.onlineMeeting_createOrGet", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/presence/microsoft.graph.clearPresence", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.presence_clearPresence", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -349166,103 +328671,59 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/presence/microsoft.graph.clearUserPreferredPresence", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.presence_clearUserPreferredPresence", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel.message_DeleteHostedContent", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/presence/microsoft.graph.setPresence", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.presence_setPresence", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "team-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/presence/microsoft.graph.setStatusMessage", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.presence_setStatusMessage", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessage-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/presence/microsoft.graph.setUserPreferredPresence", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.presence_setUserPreferredPresence", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/teamwork/microsoft.graph.sendActivityNotification", - "Module": "Users.Actions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.teamwork_sendActivityNotification", - "Method": "Post", + "OperationId": "user.joinedTeam.primaryChannel.message_GetHostedContentsContent", + "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.todo.list.task.attachment_createUploadSession", - "Method": "Post", - "Parameters": [ + }, { - "Name": "user-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "todoTaskList-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "todoTask-id", + "Name": "chatMessageHostedContent-id", "Location": "Path" } ] @@ -349270,92 +328731,39 @@ }, { "PathInfo": { - "Path": "/users/microsoft.graph.getAvailableExtensionProperties", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user_getAvailableExtensionProperty", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/users/microsoft.graph.getByIds", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user_getGraphBPreId", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/users/microsoft.graph.validateProperties", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user_validateProperty", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/users/{user-id}/activities/microsoft.graph.recent()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.activity_recent", - "Method": "Get", + "OperationId": "user.joinedTeam.primaryChannel.message_SetHostedContentsContent", + "Method": "Put", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_delta", + "OperationId": "user.joinedTeam.primaryChannel.message.hostedContent_GetCount", "Method": "Get", "Parameters": [ { @@ -349363,24 +328771,12 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { "Name": "$search", @@ -349389,33 +328785,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/calendarView/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_delta", + "OperationId": "user.joinedTeam.primaryChannel.message_ListReply", "Method": "Get", "Parameters": [ { @@ -349423,12 +328803,12 @@ "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { "Name": "$top", @@ -349451,11 +328831,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -349467,57 +328847,57 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_delta", - "Method": "Get", + "OperationId": "user.joinedTeam.primaryChannel.message_CreateReply", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, + "Name": "chatMessage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.primaryChannel.message_GetReply", + "Method": "Get", + "Parameters": [ { - "Name": "$skip", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -349527,107 +328907,71 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/events/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_delta", - "Method": "Get", + "OperationId": "user.joinedTeam.primaryChannel.message_UpdateReply", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User=\u0027{User}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar_allowedCalendarSharingRole", - "Method": "Get", + "OperationId": "user.joinedTeam.primaryChannel.message_DeleteReply", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "User", + "Name": "team-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView.instance_delta", + "OperationId": "user.joinedTeam.primaryChannel.message.reply_ListHostedContent", "Method": "Get", "Parameters": [ { @@ -349635,25 +328979,17 @@ "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -349675,11 +329011,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -349691,61 +329027,65 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.calendarView_delta", - "Method": "Get", + "OperationId": "user.joinedTeam.primaryChannel.message.reply_CreateHostedContent", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, + "Name": "chatMessage-id1", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.primaryChannel.message.reply_GetHostedContent", + "Method": "Get", + "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -349755,79 +329095,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event.instance_delta", - "Method": "Get", + "OperationId": "user.joinedTeam.primaryChannel.message.reply_UpdateHostedContent", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id1", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, + "Name": "chatMessageHostedContent-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.primaryChannel.message.reply_DeleteHostedContent", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar.event_delta", + "OperationId": "user.joinedTeam.primaryChannel.message.reply_GetHostedContentsContent", "Method": "Get", "Parameters": [ { @@ -349835,63 +329175,63 @@ "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, + "Name": "chatMessageHostedContent-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.primaryChannel.message.reply_SetHostedContentsContent", + "Method": "Put", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "chatMessage-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "chatMessage-id1", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "chatMessageHostedContent-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User=\u0027{User}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarGroup.calendar_allowedCalendarSharingRole", + "OperationId": "user.joinedTeam.primaryChannel.message.reply.hostedContent_GetCount", "Method": "Get", "Parameters": [ { @@ -349899,25 +329239,17 @@ "Location": "Path" }, { - "Name": "calendarGroup-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "chatMessage-id", "Location": "Path" }, { - "Name": "User", + "Name": "chatMessage-id1", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -349925,21 +329257,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView.instance_delta", + "OperationId": "user.joinedTeam.primaryChannel.message.reply_GetCount", "Method": "Get", "Parameters": [ { @@ -349947,29 +329275,13 @@ "Location": "Path" }, { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "chatMessage-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -349977,21 +329289,33 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.primaryChannel.message_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -349999,11 +329323,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.calendarView_delta", + "OperationId": "user.joinedTeam.primaryChannel_ListSharedGraphWPreTeam", "Method": "Get", "Parameters": [ { @@ -350011,17 +329335,9 @@ "Location": "Path" }, { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, - { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -350043,11 +329359,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -350059,75 +329375,115 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event.instance_delta", - "Method": "Get", + "OperationId": "user.joinedTeam.primaryChannel_CreateSharedGraphWPreTeam", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.primaryChannel_GetSharedGraphWPreTeam", + "Method": "Get", + "Parameters": [ { - "Name": "event-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "endDateTime", - "Location": "Query" + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.primaryChannel_UpdateSharedGraphWPreTeam", + "Method": "Patch", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.primaryChannel_DeleteSharedGraphWPreTeam", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar.event_delta", + "OperationId": "user.joinedTeam.primaryChannel.sharedGraphWPreTeam_ListAllowedMember", "Method": "Get", "Parameters": [ { @@ -350135,16 +329491,12 @@ "Location": "Path" }, { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" }, { "Name": "$top", @@ -350167,11 +329519,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -350183,11 +329535,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User=\u0027{User}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendar_allowedCalendarSharingRole", + "OperationId": "user.joinedTeam.primaryChannel.sharedGraphWPreTeam_GetAllowedMember", "Method": "Get", "Parameters": [ { @@ -350195,31 +329547,23 @@ "Location": "Path" }, { - "Name": "calendar-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "User", + "Name": "sharedWithChannelTeamInfo-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "conversationMember-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -350227,11 +329571,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView.instance_delta", + "OperationId": "user.joinedTeam.primaryChannel.sharedGraphWPreTeam.allowedMember_GetCount", "Method": "Get", "Parameters": [ { @@ -350239,47 +329583,79 @@ "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" }, { - "Name": "endDateTime", + "Name": "$search", "Location": "Query" }, { - "Name": "$top", + "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.primaryChannel.sharedGraphWPreTeam_GetTeam", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "sharedWithChannelTeamInfo-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.primaryChannel.sharedGraphWPreTeam_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -350287,11 +329663,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/calendarView/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.calendarView_delta", + "OperationId": "user.joinedTeam.primaryChannel_ListTab", "Method": "Get", "Parameters": [ { @@ -350299,12 +329675,8 @@ "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { "Name": "$top", @@ -350327,11 +329699,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -350343,105 +329715,133 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message.reply_delta", - "Method": "Get", + "OperationId": "user.joinedTeam.primaryChannel_CreateTab", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.primaryChannel_GetTab", + "Method": "Get", + "Parameters": [ { - "Name": "chatMessage-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "teamsTab-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.primaryChannel_UpdateTab", + "Method": "Patch", + "Parameters": [ { - "Name": "$select", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "teamsTab-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat.message_delta", - "Method": "Get", + "OperationId": "user.joinedTeam.primaryChannel_DeleteTab", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "chat-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "teamsTab-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.primaryChannel.tab_GetTeamsApp", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "teamsTab-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -350451,11 +329851,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/chats/microsoft.graph.getAllMessages()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.chat_getAllMessage", + "OperationId": "user.joinedTeam.primaryChannel.tab_GetCount", "Method": "Get", "Parameters": [ { @@ -350463,16 +329863,8 @@ "Location": "Path" }, { - "Name": "model", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { "Name": "$search", @@ -350481,17 +329873,29 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam_GetSchedule", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -350503,67 +329907,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder.contact_delta", - "Method": "Get", + "OperationId": "user.joinedTeam_SetSchedule", + "Method": "Put", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "team-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam_DeleteSchedule", + "Method": "Delete", + "Parameters": [ { - "Name": "contactFolder-id1", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/offerShiftRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.contactFolder.childFolder_delta", + "OperationId": "user.joinedTeam.schedule_ListOfferShiftRequest", "Method": "Get", "Parameters": [ { @@ -350571,7 +329963,7 @@ "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "team-id", "Location": "Path" }, { @@ -350595,11 +329987,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -350611,49 +330003,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/offerShiftRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.contactFolder.contact_delta", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_CreateOfferShiftRequest", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "contactFolder-id", + "Name": "team-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_GetOfferShiftRequest", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "offerShiftRequest-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -350663,47 +330055,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contactFolders/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.contactFolder_delta", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_UpdateOfferShiftRequest", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "offerShiftRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_DeleteOfferShiftRequest", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "offerShiftRequest-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/offerShiftRequests/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule.offerShiftRequest_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -350711,17 +330135,21 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/contacts/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.contact_delta", + "OperationId": "user.joinedTeam.schedule_ListOpenShiftChangeRequest", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, + { + "Name": "team-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -350743,11 +330171,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -350759,53 +330187,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.getActivitiesByInterval()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_CreateOpenShiftChangeRequest", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_GetOpenShiftChangeRequest", + "Method": "Get", + "Parameters": [ { - "Name": "driveItem-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "openShiftChangeRequest-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -350815,44 +330239,72 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item.listItem_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_UpdateOpenShiftChangeRequest", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "openShiftChangeRequest-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_DeleteOpenShiftChangeRequest", + "Method": "Delete", + "Parameters": [ { - "Name": "startDateTime", + "Name": "user-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "team-id", "Location": "Path" }, { - "Name": "interval", + "Name": "openShiftChangeRequest-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule.openShiftChangeRequest_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { "Name": "$search", @@ -350861,33 +330313,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_delta", + "OperationId": "user.joinedTeam.schedule_ListOpenShift", "Method": "Get", "Parameters": [ { @@ -350895,11 +330331,7 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "driveItem-id", + "Name": "team-id", "Location": "Path" }, { @@ -350923,11 +330355,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -350939,57 +330371,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=\u0027{token}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_delta", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_CreateOpenShift", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts/{openShift-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_GetOpenShift", + "Method": "Get", + "Parameters": [ { - "Name": "driveItem-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "token", + "Name": "team-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "openShift-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -350999,67 +330423,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.getActivitiesByInterval()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts/{openShift-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_UpdateOpenShift", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "driveItem-id", + "Name": "openShift-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts/{openShift-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_DeleteOpenShift", + "Method": "Delete", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "openShift-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_getActivitiesGraphBPreInterval", + "OperationId": "user.joinedTeam.schedule.openShift_GetCount", "Method": "Get", "Parameters": [ { @@ -351067,23 +330487,35 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "driveItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "startDateTime", - "Location": "Path" - }, + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_ListSchedulingGroup", + "Method": "Get", + "Parameters": [ { - "Name": "endDateTime", + "Name": "user-id", "Location": "Path" }, { - "Name": "interval", + "Name": "team-id", "Location": "Path" }, { @@ -351107,11 +330539,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -351123,57 +330555,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.search(q=\u0027{q}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.item_search", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_CreateSchedulingGroup", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_GetSchedulingGroup", + "Method": "Get", + "Parameters": [ { - "Name": "driveItem-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "q", + "Name": "team-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "schedulingGroup-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -351183,23 +330607,23 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.isPublished()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_isPublished", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_UpdateSchedulingGroup", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "schedulingGroup-id", "Location": "Path" } ] @@ -351207,51 +330631,55 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/contentTypes/microsoft.graph.getCompatibleHubContentTypes()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.contentType_getCompatibleHubContentType", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_DeleteSchedulingGroup", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "schedulingGroup-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule.schedulingGroup_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -351259,11 +330687,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/shifts", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.item_getActivitiesGraphBPreInterval", + "OperationId": "user.joinedTeam.schedule_ListShift", "Method": "Get", "Parameters": [ { @@ -351271,11 +330699,7 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "team-id", "Location": "Path" }, { @@ -351299,11 +330723,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -351315,79 +330739,115 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/shifts", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.item_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_CreateShift", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "listItem-id", + "Name": "team-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/shifts/{shift-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_GetShift", + "Method": "Get", + "Parameters": [ { - "Name": "startDateTime", + "Name": "user-id", "Location": "Path" }, { - "Name": "endDateTime", + "Name": "team-id", "Location": "Path" }, { - "Name": "interval", + "Name": "shift-id", "Location": "Path" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/shifts/{shift-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_UpdateShift", + "Method": "Patch", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "shift-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/shifts/{shift-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_DeleteShift", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "shift-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/shifts/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.item_delta", + "OperationId": "user.joinedTeam.schedule.shift_GetCount", "Method": "Get", "Parameters": [ { @@ -351395,17 +330855,9 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -351413,33 +330865,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=\u0027{token}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.list.item_delta", + "OperationId": "user.joinedTeam.schedule_ListSwapShiftsChangeRequest", "Method": "Get", "Parameters": [ { @@ -351447,11 +330883,7 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "token", + "Name": "team-id", "Location": "Path" }, { @@ -351475,11 +330907,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -351491,49 +330923,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/microsoft.graph.recent()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive_recent", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_CreateSwapShiftsChangeRequest", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_GetSwapShiftsChangeRequest", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "swapShiftsChangeRequest-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -351543,55 +330975,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/microsoft.graph.search(q=\u0027{q}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive_search", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_UpdateSwapShiftsChangeRequest", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "q", + "Name": "swapShiftsChangeRequest-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_DeleteSwapShiftsChangeRequest", + "Method": "Delete", + "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "swapShiftsChangeRequest-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule.swapShiftsChangeRequest_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -351599,11 +331055,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/microsoft.graph.sharedWithMe()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive_sharedGraphWPreMe", + "OperationId": "user.joinedTeam.schedule_ListTimeOffReason", "Method": "Get", "Parameters": [ { @@ -351611,7 +331067,7 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" }, { @@ -351635,11 +331091,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -351651,49 +331107,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/microsoft.graph.getActivitiesByInterval()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_CreateTimeOffReason", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_GetTimeOffReason", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "timeOffReason-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -351703,63 +331159,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/listItem/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root.listItem_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_UpdateTimeOffReason", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "timeOffReason-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_DeleteTimeOffReason", + "Method": "Delete", + "Parameters": [ { - "Name": "endDateTime", + "Name": "user-id", "Location": "Path" }, { - "Name": "interval", + "Name": "team-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "timeOffReason-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule.timeOffReason_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -351767,11 +331239,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_delta", + "OperationId": "user.joinedTeam.schedule_ListTimeOffRequest", "Method": "Get", "Parameters": [ { @@ -351779,7 +331251,7 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" }, { @@ -351803,11 +331275,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -351819,53 +331291,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta(token=\u0027{token}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_delta", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_CreateTimeOffRequest", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_GetTimeOffRequest", + "Method": "Get", + "Parameters": [ { - "Name": "token", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "timeOffRequest-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -351875,63 +331343,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.getActivitiesByInterval()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_UpdateTimeOffRequest", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, + "Name": "timeOffRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_DeleteTimeOffRequest", + "Method": "Delete", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "timeOffRequest-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_getActivitiesGraphBPreInterval", + "OperationId": "user.joinedTeam.schedule.timeOffRequest_GetCount", "Method": "Get", "Parameters": [ { @@ -351939,19 +331407,35 @@ "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "endDateTime", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_ListTimesOff", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", "Location": "Path" }, { - "Name": "interval", + "Name": "team-id", "Location": "Path" }, { @@ -351975,11 +331459,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -351991,53 +331475,49 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/drives/{drive-id}/root/microsoft.graph.search(q=\u0027{q}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.drive.root_search", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_CreateTimesOff", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "drive-id", + "Name": "team-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff/{timeOff-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_GetTimesOff", + "Method": "Get", + "Parameters": [ { - "Name": "q", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "timeOff-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -352047,59 +331527,79 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff/{timeOff-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event.instance_delta", - "Method": "Get", + "OperationId": "user.joinedTeam.schedule_UpdateTimesOff", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "event-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" - }, + "Name": "timeOff-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff/{timeOff-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule_DeleteTimesOff", + "Method": "Delete", + "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "timeOff-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.schedule.timesOff_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -352107,11 +331607,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/events/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/tags", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.event_delta", + "OperationId": "user.joinedTeam_ListTag", "Method": "Get", "Parameters": [ { @@ -352119,12 +331619,8 @@ "Location": "Path" }, { - "Name": "startDateTime", - "Location": "Query" - }, - { - "Name": "endDateTime", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { "Name": "$top", @@ -352147,11 +331643,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -352163,12 +331659,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/tags", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message.reply_delta", - "Method": "Get", + "OperationId": "user.joinedTeam_CreateTag", + "Method": "Post", "Parameters": [ { "Name": "user-id", @@ -352177,57 +331673,101 @@ { "Name": "team-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam_GetTag", + "Method": "Get", + "Parameters": [ { - "Name": "channel-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "team-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "teamworkTag-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam_UpdateTag", + "Method": "Patch", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "teamworkTag-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam_DeleteTag", + "Method": "Delete", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "teamworkTag-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel.message_delta", + "OperationId": "user.joinedTeam.tag_ListMember", "Method": "Get", "Parameters": [ { @@ -352239,7 +331779,7 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "teamworkTag-id", "Location": "Path" }, { @@ -352263,11 +331803,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -352279,12 +331819,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_doesUserHaveAccess", - "Method": "Get", + "OperationId": "user.joinedTeam.tag_CreateMember", + "Method": "Post", "Parameters": [ { "Name": "user-id", @@ -352295,31 +331835,19 @@ "Location": "Path" }, { - "Name": "channel-id", + "Name": "teamworkTag-id", "Location": "Path" - }, - { - "Name": "userId", - "Location": "Query" - }, - { - "Name": "tenantId", - "Location": "Query" - }, - { - "Name": "userPrincipalName", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/channels/microsoft.graph.getAllMessages()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.channel_getAllMessage", + "OperationId": "user.joinedTeam.tag_GetMember", "Method": "Get", "Parameters": [ { @@ -352331,37 +331859,17 @@ "Location": "Path" }, { - "Name": "model", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "teamworkTag-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "teamworkTagMember-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -352371,12 +331879,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message.reply_delta", - "Method": "Get", + "OperationId": "user.joinedTeam.tag_UpdateMember", + "Method": "Patch", "Parameters": [ { "Name": "user-id", @@ -352387,51 +331895,55 @@ "Location": "Path" }, { - "Name": "chatMessage-id", + "Name": "teamworkTag-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, + "Name": "teamworkTagMember-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.tag_DeleteMember", + "Method": "Delete", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "teamworkTag-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "teamworkTagMember-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel.message_delta", + "OperationId": "user.joinedTeam.tag.member_GetCount", "Method": "Get", "Parameters": [ { @@ -352443,12 +331955,8 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "teamworkTag-id", + "Location": "Path" }, { "Name": "$search", @@ -352457,21 +331965,33 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/joinedTeams/{team-id}/tags/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.joinedTeam.tag_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "team-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -352479,11 +331999,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/{team-id}/primaryChannel/microsoft.graph.doesUserHaveAccess(userId=\u0027@userId\u0027,tenantId=\u0027@tenantId\u0027,userPrincipalName=\u0027@userPrincipalName\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/{team-id}/template", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam.primaryChannel_doesUserHaveAccess", + "OperationId": "user.joinedTeam_GetTemplate", "Method": "Get", "Parameters": [ { @@ -352495,15 +332015,11 @@ "Location": "Path" }, { - "Name": "userId", - "Location": "Query" - }, - { - "Name": "tenantId", + "Name": "$select", "Location": "Query" }, { - "Name": "userPrincipalName", + "Name": "$expand", "Location": "Query" } ] @@ -352511,29 +332027,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/joinedTeams/microsoft.graph.getAllMessages()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/joinedTeams/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.joinedTeam_getAllMessage", + "OperationId": "user.joinedTeam_GetCount", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "model", - "Location": "Query" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -352541,19 +332045,27 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/teamwork", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user_GetTeamwork", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -352563,12 +332075,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/licenseDetails/microsoft.graph.getTeamsLicensingDetails()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.licenseDetail_getTeamsLicensingDetail", - "Method": "Get", + "OperationId": "user_UpdateTeamwork", + "Method": "Patch", "Parameters": [ { "Name": "user-id", @@ -352579,29 +332091,37 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder.message_delta", - "Method": "Get", + "OperationId": "user_DeleteTeamwork", + "Method": "Delete", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", - "Location": "Path" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/teamwork/associatedTeams", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.teamwork_ListAssociatedTeam", + "Method": "Get", + "Parameters": [ { - "Name": "mailFolder-id1", + "Name": "user-id", "Location": "Path" }, - { - "Name": "changeType", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -352623,11 +332143,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -352639,49 +332159,41 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/associatedTeams", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.childFolder_delta", - "Method": "Get", + "OperationId": "user.teamwork_CreateAssociatedTeam", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.teamwork_GetAssociatedTeam", + "Method": "Get", + "Parameters": [ { - "Name": "mailFolder-id", + "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "associatedTeamInfo-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -352691,53 +332203,69 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder.message_delta", - "Method": "Get", + "OperationId": "user.teamwork_UpdateAssociatedTeam", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "mailFolder-id", + "Name": "associatedTeamInfo-id", "Location": "Path" - }, - { - "Name": "changeType", - "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.teamwork_DeleteAssociatedTeam", + "Method": "Delete", + "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "associatedTeamInfo-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}/team", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.teamwork.associatedTeam_GetTeam", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "associatedTeamInfo-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -352747,25 +332275,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/mailFolders/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/associatedTeams/$count", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.mailFolder_delta", + "OperationId": "user.teamwork.associatedTeam_GetCount", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -352773,43 +332293,23 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/messages/microsoft.graph.delta()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/installedApps", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user.message_delta", + "OperationId": "user.teamwork_ListInstalledApp", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "changeType", - "Location": "Query" - }, { "Name": "$top", "Location": "Query" @@ -352831,11 +332331,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -352847,12 +332347,12 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.exportDeviceAndAppManagementData()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/installedApps", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_exportDeviceAndAppManagementData", - "Method": "Get", + "OperationId": "user.teamwork_CreateInstalledApp", + "Method": "Post", "Parameters": [ { "Name": "user-id", @@ -352863,11 +332363,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_exportDeviceAndAppManagementData", + "OperationId": "user.teamwork_GetInstalledApp", "Method": "Get", "Parameters": [ { @@ -352875,59 +332375,71 @@ "Location": "Path" }, { - "Name": "skip", + "Name": "userScopeTeamsAppInstallation-id", "Location": "Path" }, { - "Name": "top", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getManagedAppDiagnosticStatuses()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_getManagedAppDiagnosticStatus", - "Method": "Get", + "OperationId": "user.teamwork_UpdateInstalledApp", + "Method": "Patch", "Parameters": [ { "Name": "user-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, + "Name": "userScopeTeamsAppInstallation-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.teamwork_DeleteInstalledApp", + "Method": "Delete", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "user-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "userScopeTeamsAppInstallation-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getManagedAppPolicies()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_getManagedAppPolicy", + "OperationId": "user.teamwork.installedApp_GetChat", "Method": "Get", "Parameters": [ { @@ -352935,33 +332447,13 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "userScopeTeamsAppInstallation-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -352971,11 +332463,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.getManagedDevicesWithAppFailures()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_getManagedDevicesGraphWPreAppFailure", + "OperationId": "user.teamwork.installedApp_GetTeamsApp", "Method": "Get", "Parameters": [ { @@ -352983,23 +332475,15 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "userScopeTeamsAppInstallation-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$select", "Location": "Query" }, { - "Name": "$count", + "Name": "$expand", "Location": "Query" } ] @@ -353007,11 +332491,11 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/microsoft.graph.reminderView(StartDateTime=\u0027{StartDateTime}\u0027,EndDateTime=\u0027{EndDateTime}\u0027)", - "Module": "Users.Functions" + "Path": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", + "Module": "Teams" }, "MethodInfo": { - "OperationId": "user_reminderView", + "OperationId": "user.teamwork.installedApp_GetTeamsAppDefinition", "Method": "Get", "Parameters": [ { @@ -353019,20 +332503,32 @@ "Location": "Path" }, { - "Name": "StartDateTime", - "Location": "Path" - }, - { - "Name": "EndDateTime", + "Name": "userScopeTeamsAppInstallation-id", "Location": "Path" }, { - "Name": "$top", + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/teamwork/installedApps/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "user.teamwork.installedApp_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "user-id", + "Location": "Path" }, { "Name": "$search", @@ -353041,41 +332537,37 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/microsoft.graph.assignLicense", + "Module": "Users.Actions" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.sectionGroup.section.page_preview", - "Method": "Get", + "OperationId": "user_assignLicense", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.changePassword", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_changePassword", + "Method": "Post", + "Parameters": [ { - "Name": "onenotePage-id", + "Name": "user-id", "Location": "Path" } ] @@ -353083,27 +332575,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/microsoft.graph.checkMemberGroups", + "Module": "Users.Actions" }, "MethodInfo": { - "OperationId": "user.onenote.notebook.section.page_preview", - "Method": "Get", + "OperationId": "user_checkMemberGroup", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.checkMemberObjects", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_checkMemberObject", + "Method": "Post", + "Parameters": [ { - "Name": "notebook-id", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.exportPersonalData", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_exportPersonalData", + "Method": "Post", + "Parameters": [ { - "Name": "onenoteSection-id", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.findMeetingTimes", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_findMeetingTime", + "Method": "Post", + "Parameters": [ { - "Name": "onenotePage-id", + "Name": "user-id", "Location": "Path" } ] @@ -353111,59 +332639,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Users.Functions" + "Path": "/users/{user-id}/microsoft.graph.getMailTips", + "Module": "Users.Actions" }, "MethodInfo": { - "OperationId": "user.onenote.notebook_getRecentNotebook", - "Method": "Get", + "OperationId": "user_getMailTip", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.getMemberGroups", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_getMemberGroup", + "Method": "Post", + "Parameters": [ { - "Name": "includePersonalNotebooks", + "Name": "user-id", "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/microsoft.graph.getMemberObjects", + "Module": "Users.Actions" }, "MethodInfo": { - "OperationId": "user.onenote.page_preview", - "Method": "Get", + "OperationId": "user_getMemberObject", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.removeAllDevicesFromManagement", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_removeAllDevicesFromManagement", + "Method": "Post", + "Parameters": [ { - "Name": "onenotePage-id", + "Name": "user-id", "Location": "Path" } ] @@ -353171,27 +332703,63 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/microsoft.graph.reprocessLicenseAssignment", + "Module": "Users.Actions" }, "MethodInfo": { - "OperationId": "user.onenote.sectionGroup.section.page_preview", - "Method": "Get", + "OperationId": "user_reprocessLicenseAssignment", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.restore", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_restore", + "Method": "Post", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.retryServiceProvisioning", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_retryServiceProvisioning", + "Method": "Post", + "Parameters": [ { - "Name": "onenoteSection-id", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.revokeSignInSessions", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_revokeSignInSession", + "Method": "Post", + "Parameters": [ { - "Name": "onenotePage-id", + "Name": "user-id", "Location": "Path" } ] @@ -353199,23 +332767,47 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()", - "Module": "Users.Functions" + "Path": "/users/{user-id}/microsoft.graph.sendMail", + "Module": "Users.Actions" }, "MethodInfo": { - "OperationId": "user.onenote.section.page_preview", - "Method": "Get", + "OperationId": "user_sendMail", + "Method": "Post", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.translateExchangeIds", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_translateExchangeId", + "Method": "Post", + "Parameters": [ { - "Name": "onenoteSection-id", + "Name": "user-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_wipeManagedAppRegistrationsGraphBPreDeviceTag", + "Method": "Post", + "Parameters": [ { - "Name": "onenotePage-id", + "Name": "user-id", "Location": "Path" } ] @@ -353223,31 +332815,60 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/microsoft.graph.getVirtualAppointmentJoinWebUrl()", + "Path": "/users/microsoft.graph.getAvailableExtensionProperties", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_getAvailableExtensionProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/users/microsoft.graph.getByIds", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_getGraphBPreId", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/users/microsoft.graph.validateProperties", + "Module": "Users.Actions" + }, + "MethodInfo": { + "OperationId": "user_validateProperty", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/users/{user-id}/microsoft.graph.exportDeviceAndAppManagementData()", "Module": "Users.Functions" }, "MethodInfo": { - "OperationId": "user.onlineMeeting_getVirtualAppointmentJoinWebUrl", + "OperationId": "user_exportDeviceAndAppManagementData", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" - }, - { - "Name": "onlineMeeting-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/outlook/microsoft.graph.supportedLanguages()", + "Path": "/users/{user-id}/microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", "Module": "Users.Functions" }, "MethodInfo": { - "OperationId": "user.outlook_supportedLanguage", + "OperationId": "user_exportDeviceAndAppManagementData", "Method": "Get", "Parameters": [ { @@ -353255,35 +332876,23 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "skip", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "top", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/outlook/microsoft.graph.supportedTimeZones()", + "Path": "/users/{user-id}/microsoft.graph.getManagedAppDiagnosticStatuses()", "Module": "Users.Functions" }, "MethodInfo": { - "OperationId": "user.outlook_supportedTimeZone", + "OperationId": "user_getManagedAppDiagnosticStatus", "Method": "Get", "Parameters": [ { @@ -353315,21 +332924,17 @@ }, { "PathInfo": { - "Path": "/users/{user-id}/outlook/microsoft.graph.supportedTimeZones(TimeZoneStandard=\u0027{TimeZoneStandard}\u0027)", + "Path": "/users/{user-id}/microsoft.graph.getManagedAppPolicies()", "Module": "Users.Functions" }, "MethodInfo": { - "OperationId": "user.outlook_supportedTimeZone", + "OperationId": "user_getManagedAppPolicy", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "TimeZoneStandard", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -353349,27 +332954,35 @@ { "Name": "$count", "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()", + "Path": "/users/{user-id}/microsoft.graph.getManagedDevicesWithAppFailures()", "Module": "Users.Functions" }, "MethodInfo": { - "OperationId": "user.todo.list.task_delta", + "OperationId": "user_getManagedDevicesGraphWPreAppFailure", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, - { - "Name": "todoTaskList-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -353389,35 +333002,31 @@ { "Name": "$count", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/users/{user-id}/todo/lists/microsoft.graph.delta()", + "Path": "/users/{user-id}/microsoft.graph.reminderView(StartDateTime=\u0027{StartDateTime}\u0027,EndDateTime=\u0027{EndDateTime}\u0027)", "Module": "Users.Functions" }, "MethodInfo": { - "OperationId": "user.todo.list_delta", + "OperationId": "user_reminderView", "Method": "Get", "Parameters": [ { "Name": "user-id", "Location": "Path" }, + { + "Name": "StartDateTime", + "Location": "Path" + }, + { + "Name": "EndDateTime", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -353437,18 +333046,6 @@ { "Name": "$count", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } diff --git a/openApiDocs/beta/BackupRestore.yml b/openApiDocs/beta/BackupRestore.yml index ab5c4211c4f..ee943ff41a6 100644 --- a/openApiDocs/beta/BackupRestore.yml +++ b/openApiDocs/beta/BackupRestore.yml @@ -282,11 +282,8 @@ paths: get: tags: - solutions.backupRestoreRoot - summary: List driveProtectionUnits - description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta + summary: Get driveProtectionUnits from solutions + description: The list of drive protection units in the tenant. operationId: solution.backupRestore_ListDriveProtectionUnit parameters: - $ref: '#/components/parameters/top' @@ -472,6 +469,195 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs: + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveProtectionUnitsBulkAdditionJobs from solutions + operationId: solution.backupRestore_ListDriveProtectionUnitsBulkAdditionJob + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitsBulkAdditionJobCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveProtectionUnitsBulkAdditionJobs for solutions + operationId: solution.backupRestore_CreateDriveProtectionUnitsBulkAdditionJob + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveProtectionUnitsBulkAdditionJobs from solutions + operationId: solution.backupRestore_GetDriveProtectionUnitsBulkAdditionJob + parameters: + - name: driveProtectionUnitsBulkAdditionJob-id + in: path + description: The unique identifier of driveProtectionUnitsBulkAdditionJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionUnitsBulkAdditionJob + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveProtectionUnitsBulkAdditionJobs in solutions + operationId: solution.backupRestore_UpdateDriveProtectionUnitsBulkAdditionJob + parameters: + - name: driveProtectionUnitsBulkAdditionJob-id + in: path + description: The unique identifier of driveProtectionUnitsBulkAdditionJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionUnitsBulkAdditionJob + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveProtectionUnitsBulkAdditionJobs for solutions + operationId: solution.backupRestore_DeleteDriveProtectionUnitsBulkAdditionJob + parameters: + - name: driveProtectionUnitsBulkAdditionJob-id + in: path + description: The unique identifier of driveProtectionUnitsBulkAdditionJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionUnitsBulkAdditionJob + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.driveProtectionUnitsBulkAdditionJob_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /solutions/backupRestore/exchangeProtectionPolicies: get: tags: @@ -935,28 +1121,25 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/exchangeProtectionPolicies/$count: - get: - tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.exchangeProtectionPolicy_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/exchangeRestoreSessions: + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnitsBulkAdditionJobs': get: tags: - solutions.backupRestoreRoot - summary: Get exchangeRestoreSessions from solutions - description: The list of Exchange restore sessions available in the tenant. - operationId: solution.backupRestore_ListExchangeRestoreSession + summary: List mailboxProtectionUnitsBulkAdditionJobs + description: Get a list of mailboxProtectionUnitsBulkAdditionJobs objects associated with an exchangeProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxprotectionunitsbulkadditionjobs?view=graph-rest-beta + operationId: solution.backupRestore.exchangeProtectionPolicy_ListMailboxProtectionUnitsBulkAdditionJob parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -994,51 +1177,40 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.exchangeRestoreSessionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitsBulkAdditionJobCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: - tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to exchangeRestoreSessions for solutions - operationId: solution.backupRestore_CreateExchangeRestoreSession - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}': + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}': get: tags: - solutions.backupRestoreRoot - summary: Get exchangeRestoreSessions from solutions - description: The list of Exchange restore sessions available in the tenant. - operationId: solution.backupRestore_GetExchangeRestoreSession + summary: Get mailboxProtectionUnitsBulkAdditionJob + description: Get a mailboxProtectionUnitsBulkAdditionJob object by the ID associated with an exchangeProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mailboxprotectionunitsbulkadditionjobs-get?view=graph-rest-beta + operationId: solution.backupRestore.exchangeProtectionPolicy_GetMailboxProtectionUnitsBulkAdditionJob parameters: - - name: exchangeRestoreSession-id + - name: exchangeProtectionPolicy-id in: path - description: The unique identifier of exchangeRestoreSession + description: The unique identifier of exchangeProtectionPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: exchangeRestoreSession + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxProtectionUnitsBulkAdditionJob-id + in: path + description: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnitsBulkAdditionJob - name: $select in: query description: Select properties to be returned @@ -1065,34 +1237,190 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnitsBulkAdditionJobs/$count': + get: tags: - solutions.backupRestoreRoot - summary: Update exchangeRestoreSession - description: Update the properties of an exchangeRestoreSession. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-beta - operationId: solution.backupRestore_UpdateExchangeRestoreSession + summary: Get the number of the resource + operationId: solution.backupRestore.exchangeProtectionPolicy.mailboxProtectionUnitsBulkAdditionJob_GetCount parameters: - - name: exchangeRestoreSession-id + - name: exchangeProtectionPolicy-id in: path - description: The unique identifier of exchangeRestoreSession + description: The unique identifier of exchangeProtectionPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: exchangeRestoreSession - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeProtectionPolicies/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.exchangeProtectionPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeRestoreSessions: + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solution.backupRestore_ListExchangeRestoreSession + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.exchangeRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to exchangeRestoreSessions for solutions + operationId: solution.backupRestore_CreateExchangeRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solution.backupRestore_GetExchangeRestoreSession + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update exchangeRestoreSession + description: Update the properties of an exchangeRestoreSession. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-beta + operationId: solution.backupRestore_UpdateExchangeRestoreSession + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' required: true responses: 2XX: @@ -1719,28 +2047,25 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/exchangeRestoreSessions/$count: - get: - tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.exchangeRestoreSession_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/mailboxInclusionRules: + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests': get: tags: - solutions.backupRestoreRoot - summary: Get mailboxInclusionRules from solutions - description: The list of mailbox inclusion rules applied to the tenant. - operationId: solution.backupRestore_ListMailboxInclusionRule + summary: List mailboxRestoreArtifactsBulkAdditionRequests + description: Get a list of the maiboxRestoreArtifactsBulkAdditionRequest objects associated with an exchangeRestoreSession. The mailboxes property is deliberately omitted from the response body in order to limit the response size. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifactsbulkadditionrequests?view=graph-rest-beta + operationId: solution.backupRestore.exchangeRestoreSession_ListMailboxRestoreArtifactsBulkAdditionRequest parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -1778,7 +2103,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' + $ref: '#/components/responses/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequestCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -1788,14 +2113,27 @@ paths: post: tags: - solutions.backupRestoreRoot - summary: Create new navigation property to mailboxInclusionRules for solutions - operationId: solution.backupRestore_CreateMailboxInclusionRule + summary: Create mailboxRestoreArtifactsBulkAdditionRequest + description: 'Create a new mailboxRestoreArtifactsBulkAdditionRequest object associated with an exchangeRestoreSession. The initial status upon creation of the restore session is active. When all the mailboxes are added to the corresponding Exchange restore session and the restore session is activated, the status becomes completed. If any failures are encountered during resource resolution, the status of the restore session becomes completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-post-mailboxrestoreartifactsbulkadditionrequests?view=graph-rest-beta + operationId: solution.backupRestore.exchangeRestoreSession_CreateMailboxRestoreArtifactsBulkAdditionRequest + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest' required: true responses: 2XX: @@ -1803,26 +2141,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}': + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/{mailboxRestoreArtifactsBulkAdditionRequest-id}': get: tags: - solutions.backupRestoreRoot - summary: Get mailboxInclusionRules from solutions - description: The list of mailbox inclusion rules applied to the tenant. - operationId: solution.backupRestore_GetMailboxInclusionRule + summary: Get mailboxRestoreArtifactsBulkAdditionRequest + description: 'Get a mailboxRestoreArtifactsBulkAdditionRequest object by its id, associated with an exchangeRestoreSession.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mailboxrestoreartifactsbulkadditionrequest-get?view=graph-rest-beta + operationId: solution.backupRestore.exchangeRestoreSession_GetMailboxRestoreArtifactsBulkAdditionRequest parameters: - - name: mailboxProtectionRule-id + - name: exchangeRestoreSession-id in: path - description: The unique identifier of mailboxProtectionRule + description: The unique identifier of exchangeRestoreSession required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxProtectionRule + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifactsBulkAdditionRequest-id + in: path + description: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifactsBulkAdditionRequest - name: $select in: query description: Select properties to be returned @@ -1849,30 +2198,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.backupRestoreRoot - summary: Update the navigation property mailboxInclusionRules in solutions - operationId: solution.backupRestore_UpdateMailboxInclusionRule + summary: Update the navigation property mailboxRestoreArtifactsBulkAdditionRequests in solutions + operationId: solution.backupRestore.exchangeRestoreSession_UpdateMailboxRestoreArtifactsBulkAdditionRequest parameters: - - name: mailboxProtectionRule-id + - name: exchangeRestoreSession-id in: path - description: The unique identifier of mailboxProtectionRule + description: The unique identifier of exchangeRestoreSession required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxProtectionRule + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifactsBulkAdditionRequest-id + in: path + description: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifactsBulkAdditionRequest requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest' required: true responses: 2XX: @@ -1880,28 +2237,40 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.backupRestoreRoot - summary: Delete navigation property mailboxInclusionRules for solutions - operationId: solution.backupRestore_DeleteMailboxInclusionRule + summary: Delete mailboxRestoreArtifactsBulkAdditionRequest + description: Delete a mailboxRestoreArtifactsBulkAdditionRequest object associated with an exchangeRestoreSession. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mailboxrestoreartifactsbulkadditionrequest-delete?view=graph-rest-beta + operationId: solution.backupRestore.exchangeRestoreSession_DeleteMailboxRestoreArtifactsBulkAdditionRequest parameters: - - name: mailboxProtectionRule-id + - name: exchangeRestoreSession-id in: path - description: The unique identifier of mailboxProtectionRule + description: The unique identifier of exchangeRestoreSession required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxProtectionRule - - name: If-Match - in: header - description: ETag - style: simple + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifactsBulkAdditionRequest-id + in: path + description: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifactsBulkAdditionRequest + - name: If-Match + in: header + description: ETag + style: simple schema: type: string responses: @@ -1910,13 +2279,21 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore/mailboxInclusionRules/$count: + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/$count': get: tags: - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: solution.backupRestore.mailboxInclusionRule_GetCount + operationId: solution.backupRestore.exchangeRestoreSession.mailboxRestoreArtifactsBulkAdditionRequest_GetCount parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -1924,16 +2301,27 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/mailboxProtectionUnits: + /solutions/backupRestore/exchangeRestoreSessions/$count: get: tags: - solutions.backupRestoreRoot - summary: List mailboxProtectionUnits - description: Get a list of mailboxProtectionUnit objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-beta - operationId: solution.backupRestore_ListMailboxProtectionUnit + summary: Get the number of the resource + operationId: solution.backupRestore.exchangeRestoreSession_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxInclusionRules: + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solution.backupRestore_ListMailboxInclusionRule parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -1972,7 +2360,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' + $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -1982,14 +2370,14 @@ paths: post: tags: - solutions.backupRestoreRoot - summary: Create new navigation property to mailboxProtectionUnits for solutions - operationId: solution.backupRestore_CreateMailboxProtectionUnit + summary: Create new navigation property to mailboxInclusionRules for solutions + operationId: solution.backupRestore_CreateMailboxInclusionRule requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' required: true responses: 2XX: @@ -1997,26 +2385,26 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + '/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}': get: tags: - solutions.backupRestoreRoot - summary: Get mailboxProtectionUnits from solutions - description: The list of mailbox protection units in the tenant. - operationId: solution.backupRestore_GetMailboxProtectionUnit + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solution.backupRestore_GetMailboxInclusionRule parameters: - - name: mailboxProtectionUnit-id + - name: mailboxProtectionRule-id in: path - description: The unique identifier of mailboxProtectionUnit + description: The unique identifier of mailboxProtectionRule required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxProtectionUnit + x-ms-docs-key-type: mailboxProtectionRule - name: $select in: query description: Select properties to be returned @@ -2043,30 +2431,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.backupRestoreRoot - summary: Update the navigation property mailboxProtectionUnits in solutions - operationId: solution.backupRestore_UpdateMailboxProtectionUnit + summary: Update the navigation property mailboxInclusionRules in solutions + operationId: solution.backupRestore_UpdateMailboxInclusionRule parameters: - - name: mailboxProtectionUnit-id + - name: mailboxProtectionRule-id in: path - description: The unique identifier of mailboxProtectionUnit + description: The unique identifier of mailboxProtectionRule required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxProtectionUnit + x-ms-docs-key-type: mailboxProtectionRule requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' required: true responses: 2XX: @@ -2074,24 +2462,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.backupRestoreRoot - summary: Delete navigation property mailboxProtectionUnits for solutions - operationId: solution.backupRestore_DeleteMailboxProtectionUnit + summary: Delete navigation property mailboxInclusionRules for solutions + operationId: solution.backupRestore_DeleteMailboxInclusionRule parameters: - - name: mailboxProtectionUnit-id + - name: mailboxProtectionRule-id in: path - description: The unique identifier of mailboxProtectionUnit + description: The unique identifier of mailboxProtectionRule required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxProtectionUnit + x-ms-docs-key-type: mailboxProtectionRule - name: If-Match in: header description: ETag @@ -2104,12 +2492,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore/mailboxProtectionUnits/$count: + /solutions/backupRestore/mailboxInclusionRules/$count: get: tags: - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: solution.backupRestore.mailboxProtectionUnit_GetCount + operationId: solution.backupRestore.mailboxInclusionRule_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -2118,13 +2506,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/oneDriveForBusinessProtectionPolicies: + /solutions/backupRestore/mailboxProtectionUnits: get: tags: - solutions.backupRestoreRoot - summary: Get oneDriveForBusinessProtectionPolicies from solutions - description: The list of OneDrive for Business protection policies in the tenant. - operationId: solution.backupRestore_ListOneDriveGraphFPreBusinessProtectionPolicy + summary: Get mailboxProtectionUnits from solutions + description: The list of mailbox protection units in the tenant. + operationId: solution.backupRestore_ListMailboxProtectionUnit parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -2163,7 +2551,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -2173,18 +2561,14 @@ paths: post: tags: - solutions.backupRestoreRoot - summary: Create oneDriveForBusinessProtectionPolicy - description: 'Create a protection policy for the OneDrive service in Microsoft 365. When the policy is created, its state is set to inactive. Users can also provide a list of protection units under the policy.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-beta - operationId: solution.backupRestore_CreateOneDriveGraphFPreBusinessProtectionPolicy + summary: Create new navigation property to mailboxProtectionUnits for solutions + operationId: solution.backupRestore_CreateMailboxProtectionUnit requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' required: true responses: 2XX: @@ -2192,26 +2576,26 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}': + '/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}': get: tags: - solutions.backupRestoreRoot - summary: Get oneDriveForBusinessProtectionPolicies from solutions - description: The list of OneDrive for Business protection policies in the tenant. - operationId: solution.backupRestore_GetOneDriveGraphFPreBusinessProtectionPolicy + summary: Get mailboxProtectionUnits from solutions + description: The list of mailbox protection units in the tenant. + operationId: solution.backupRestore_GetMailboxProtectionUnit parameters: - - name: oneDriveForBusinessProtectionPolicy-id + - name: mailboxProtectionUnit-id in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy + description: The unique identifier of mailboxProtectionUnit required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + x-ms-docs-key-type: mailboxProtectionUnit - name: $select in: query description: Select properties to be returned @@ -2238,34 +2622,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.backupRestoreRoot - summary: Update oneDriveForBusinessProtectionPolicy - description: Update the protection policy for the OneDrive service in Microsoft 365. This method adds a driveProtectionUnit to or removes it from a oneDriveForBusinessProtectionPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-beta - operationId: solution.backupRestore_UpdateOneDriveGraphFPreBusinessProtectionPolicy + summary: Update the navigation property mailboxProtectionUnits in solutions + operationId: solution.backupRestore_UpdateMailboxProtectionUnit parameters: - - name: oneDriveForBusinessProtectionPolicy-id + - name: mailboxProtectionUnit-id in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy + description: The unique identifier of mailboxProtectionUnit required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + x-ms-docs-key-type: mailboxProtectionUnit requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' required: true responses: 2XX: @@ -2273,24 +2653,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.backupRestoreRoot - summary: Delete navigation property oneDriveForBusinessProtectionPolicies for solutions - operationId: solution.backupRestore_DeleteOneDriveGraphFPreBusinessProtectionPolicy + summary: Delete navigation property mailboxProtectionUnits for solutions + operationId: solution.backupRestore_DeleteMailboxProtectionUnit parameters: - - name: oneDriveForBusinessProtectionPolicy-id + - name: mailboxProtectionUnit-id in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy + description: The unique identifier of mailboxProtectionUnit required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + x-ms-docs-key-type: mailboxProtectionUnit - name: If-Match in: header description: ETag @@ -2303,25 +2683,27 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules': + /solutions/backupRestore/mailboxProtectionUnits/$count: get: tags: - solutions.backupRestoreRoot - summary: List driveInclusionRules - description: 'Get a list of the driveProtectionRule objects that are associated with a OneDrive for Business protection policy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-beta - operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_ListDriveInclusionRule + summary: Get the number of the resource + operationId: solution.backupRestore.mailboxProtectionUnit_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs: + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnitsBulkAdditionJobs from solutions + operationId: solution.backupRestore_ListMailboxProtectionUnitsBulkAdditionJob parameters: - - name: oneDriveForBusinessProtectionPolicy-id - in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -2359,40 +2741,50 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitsBulkAdditionJobCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}': + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxProtectionUnitsBulkAdditionJobs for solutions + operationId: solution.backupRestore_CreateMailboxProtectionUnitsBulkAdditionJob + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}': get: tags: - solutions.backupRestoreRoot - summary: Get protectionRuleBase - description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta - operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetDriveInclusionRule + summary: Get mailboxProtectionUnitsBulkAdditionJobs from solutions + operationId: solution.backupRestore_GetMailboxProtectionUnitsBulkAdditionJob parameters: - - name: oneDriveForBusinessProtectionPolicy-id - in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - - name: driveProtectionRule-id + - name: mailboxProtectionUnitsBulkAdditionJob-id in: path - description: The unique identifier of driveProtectionRule + description: The unique identifier of mailboxProtectionUnitsBulkAdditionJob required: true style: simple schema: type: string - x-ms-docs-key-type: driveProtectionRule + x-ms-docs-key-type: mailboxProtectionUnitsBulkAdditionJob - name: $select in: query description: Select properties to be returned @@ -2419,164 +2811,74 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count': - get: + patch: tags: - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy.driveInclusionRule_GetCount + summary: Update the navigation property mailboxProtectionUnitsBulkAdditionJobs in solutions + operationId: solution.backupRestore_UpdateMailboxProtectionUnitsBulkAdditionJob parameters: - - name: oneDriveForBusinessProtectionPolicy-id + - name: mailboxProtectionUnitsBulkAdditionJob-id in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy + description: The unique identifier of mailboxProtectionUnitsBulkAdditionJob required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: mailboxProtectionUnitsBulkAdditionJob + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob' default: $ref: '#/components/responses/error' - '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits': - get: + x-ms-docs-operation-type: operation + delete: tags: - solutions.backupRestoreRoot - summary: List driveProtectionUnits - description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta - operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_ListDriveProtectionUnit - parameters: - - name: oneDriveForBusinessProtectionPolicy-id - in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}': - get: - tags: - - solutions.backupRestoreRoot - summary: Get driveProtectionUnits from solutions - description: Contains the protection units associated with a OneDrive for Business protection policy. - operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetDriveProtectionUnit + summary: Delete navigation property mailboxProtectionUnitsBulkAdditionJobs for solutions + operationId: solution.backupRestore_DeleteMailboxProtectionUnitsBulkAdditionJob parameters: - - name: oneDriveForBusinessProtectionPolicy-id + - name: mailboxProtectionUnitsBulkAdditionJob-id in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy + description: The unique identifier of mailboxProtectionUnitsBulkAdditionJob required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - - name: driveProtectionUnit-id - in: path - description: The unique identifier of driveProtectionUnit - required: true + x-ms-docs-key-type: mailboxProtectionUnitsBulkAdditionJob + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: driveProtectionUnit - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count': + /solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/$count: get: tags: - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy.driveProtectionUnit_GetCount + operationId: solution.backupRestore.mailboxProtectionUnitsBulkAdditionJob_GetCount parameters: - - name: oneDriveForBusinessProtectionPolicy-id - in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -2584,27 +2886,45 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count: - get: + /solutions/backupRestore/microsoft.graph.enable: + post: tags: - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + summary: Invoke action enable + description: Enable the Microsoft 365 Backup Storage service for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-beta + operationId: solution.backupRestore_enable + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + appOwnerTenantId: + type: string + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceStatus' default: $ref: '#/components/responses/error' - /solutions/backupRestore/oneDriveForBusinessRestoreSessions: + x-ms-docs-operation-type: action + /solutions/backupRestore/oneDriveForBusinessProtectionPolicies: get: tags: - solutions.backupRestoreRoot - summary: Get oneDriveForBusinessRestoreSessions from solutions - description: The list of OneDrive for Business restore sessions available in the tenant. - operationId: solution.backupRestore_ListOneDriveGraphFPreBusinessRestoreSession + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solution.backupRestore_ListOneDriveGraphFPreBusinessProtectionPolicy parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -2643,7 +2963,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -2653,14 +2973,18 @@ paths: post: tags: - solutions.backupRestoreRoot - summary: Create new navigation property to oneDriveForBusinessRestoreSessions for solutions - operationId: solution.backupRestore_CreateOneDriveGraphFPreBusinessRestoreSession + summary: Create oneDriveForBusinessProtectionPolicy + description: 'Create a protection policy for the OneDrive service in Microsoft 365. When the policy is created, its state is set to inactive. Users can also provide a list of protection units under the policy.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-beta + operationId: solution.backupRestore_CreateOneDriveGraphFPreBusinessProtectionPolicy requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' required: true responses: 2XX: @@ -2668,26 +2992,26 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}': + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}': get: tags: - solutions.backupRestoreRoot - summary: Get oneDriveForBusinessRestoreSessions from solutions - description: The list of OneDrive for Business restore sessions available in the tenant. - operationId: solution.backupRestore_GetOneDriveGraphFPreBusinessRestoreSession + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solution.backupRestore_GetOneDriveGraphFPreBusinessProtectionPolicy parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - name: $select in: query description: Select properties to be returned @@ -2714,34 +3038,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.backupRestoreRoot - summary: Update oneDriveForBusinessRestoreSession - description: Update the properties of a oneDriveForBusinessRestoreSession object. + summary: Update oneDriveForBusinessProtectionPolicy + description: Update the protection policy for the OneDrive service in Microsoft 365. This method adds a driveProtectionUnit to or removes it from a oneDriveForBusinessProtectionPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-beta - operationId: solution.backupRestore_UpdateOneDriveGraphFPreBusinessRestoreSession + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-beta + operationId: solution.backupRestore_UpdateOneDriveGraphFPreBusinessProtectionPolicy parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' required: true responses: 2XX: @@ -2749,24 +3073,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.backupRestoreRoot - summary: Delete navigation property oneDriveForBusinessRestoreSessions for solutions - operationId: solution.backupRestore_DeleteOneDriveGraphFPreBusinessRestoreSession + summary: Delete navigation property oneDriveForBusinessProtectionPolicies for solutions + operationId: solution.backupRestore_DeleteOneDriveGraphFPreBusinessProtectionPolicy parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - name: If-Match in: header description: ETag @@ -2779,25 +3103,25 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts': + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules': get: tags: - solutions.backupRestoreRoot - summary: List driveRestoreArtifacts - description: Get a list of the driveRestoreArtifact objects and their properties for a oneDriveForBusinessRestoreSession for a tenant. + summary: List driveInclusionRules + description: 'Get a list of the driveProtectionRule objects that are associated with a OneDrive for Business protection policy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-beta - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_ListDriveRestoreArtifact + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-beta + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_ListDriveInclusionRule parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -2835,68 +3159,40 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.driveRestoreArtifactCollectionResponse' + $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}': + get: tags: - solutions.backupRestoreRoot - summary: Create new navigation property to driveRestoreArtifacts for solutions - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_CreateDriveRestoreArtifact + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetDriveInclusionRule parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}': - get: - tags: - - solutions.backupRestoreRoot - summary: Get driveRestoreArtifacts from solutions - description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_GetDriveRestoreArtifact - parameters: - - name: oneDriveForBusinessRestoreSession-id - in: path - description: The unique identifier of oneDriveForBusinessRestoreSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession - - name: driveRestoreArtifact-id + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionRule-id in: path - description: The unique identifier of driveRestoreArtifact + description: The unique identifier of driveProtectionRule required: true style: simple schema: type: string - x-ms-docs-key-type: driveRestoreArtifact + x-ms-docs-key-type: driveProtectionRule - name: $select in: query description: Select properties to be returned @@ -2923,107 +3219,119 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count': + get: tags: - solutions.backupRestoreRoot - summary: Update the navigation property driveRestoreArtifacts in solutions - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_UpdateDriveRestoreArtifact + summary: Get the number of the resource + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy.driveInclusionRule_GetCount parameters: - - name: oneDriveForBusinessRestoreSession-id - in: path - description: The unique identifier of oneDriveForBusinessRestoreSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession - - name: driveRestoreArtifact-id + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of driveRestoreArtifact + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: driveRestoreArtifact - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' - required: true + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits': + get: tags: - solutions.backupRestoreRoot - summary: Delete navigation property driveRestoreArtifacts for solutions - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_DeleteDriveRestoreArtifact + summary: List driveProtectionUnits + description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_ListDriveProtectionUnit parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession - - name: driveRestoreArtifact-id - in: path - description: The unique identifier of driveRestoreArtifact - required: true - style: simple + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: driveRestoreArtifact - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint': + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}': get: tags: - solutions.backupRestoreRoot - summary: Get restorePoint from solutions - description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession.driveRestoreArtifact_GetRestorePoint + summary: Get driveProtectionUnits from solutions + description: Contains the protection units associated with a OneDrive for Work or School protection policy. + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetDriveProtectionUnit parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession - - name: driveRestoreArtifact-id + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionUnit-id in: path - description: The unique identifier of driveRestoreArtifact + description: The unique identifier of driveProtectionUnit required: true style: simple schema: type: string - x-ms-docs-key-type: driveRestoreArtifact + x-ms-docs-key-type: driveProtectionUnit - name: $select in: query description: Select properties to be returned @@ -3050,39 +3358,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restorePoint' + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count': + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count': get: tags: - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession.driveRestoreArtifact_GetCount + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy.driveProtectionUnit_GetCount parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count: - get: - tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_GetCount - parameters: + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -3090,14 +3384,25 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/protectionPolicies: + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnitsBulkAdditionJobs': get: tags: - solutions.backupRestoreRoot - summary: Get protectionPolicies from solutions - description: List of protection policies in the tenant. - operationId: solution.backupRestore_ListProtectionPolicy + summary: List driveProtectionUnitsBulkAdditionJobs + description: Get a list of driveProtectionUnitsBulkAdditionJobs objects associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveprotectionunitsbulkadditionjobs?view=graph-rest-beta + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_ListDriveProtectionUnitsBulkAdditionJob parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -3135,51 +3440,40 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.protectionPolicyBaseCollectionResponse' + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitsBulkAdditionJobCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: - tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to protectionPolicies for solutions - operationId: solution.backupRestore_CreateProtectionPolicy - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}': + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}': get: tags: - solutions.backupRestoreRoot - summary: Get protectionPolicies from solutions - description: List of protection policies in the tenant. - operationId: solution.backupRestore_GetProtectionPolicy + summary: Get driveProtectionUnitsBulkAdditionJob + description: Get a driveProtectionUnitsBulkAdditionJob object by the ID associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveprotectionunitsbulkadditionjobs-get?view=graph-rest-beta + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetDriveProtectionUnitsBulkAdditionJob parameters: - - name: protectionPolicyBase-id + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of protectionPolicyBase + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: protectionPolicyBase + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionUnitsBulkAdditionJob-id + in: path + description: The unique identifier of driveProtectionUnitsBulkAdditionJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionUnitsBulkAdditionJob - name: $select in: query description: Select properties to be returned @@ -3206,77 +3500,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnitsBulkAdditionJobs/$count': + get: tags: - solutions.backupRestoreRoot - summary: Update the navigation property protectionPolicies in solutions - operationId: solution.backupRestore_UpdateProtectionPolicy + summary: Get the number of the resource + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy.driveProtectionUnitsBulkAdditionJob_GetCount parameters: - - name: protectionPolicyBase-id + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of protectionPolicyBase + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: protectionPolicyBase - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' - required: true + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.backupRestoreRoot - summary: Delete protectionPolicyBase - description: Delete a protection policy. Read the properties and relationships of a protectionPolicyBase object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-beta - operationId: solution.backupRestore_DeleteProtectionPolicy - parameters: - - name: protectionPolicyBase-id - in: path - description: The unique identifier of protectionPolicyBase - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: protectionPolicyBase - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /solutions/backupRestore/protectionPolicies/$count: - get: + /solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count: + get: tags: - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: solution.backupRestore.protectionPolicy_GetCount + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -3285,13 +3540,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/protectionUnits: + /solutions/backupRestore/oneDriveForBusinessRestoreSessions: get: tags: - solutions.backupRestoreRoot - summary: Get protectionUnitBase - description: Read the properties and relationships of a protectionUnitBase object. - operationId: solution.backupRestore_ListProtectionUnit + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solution.backupRestore_ListOneDriveGraphFPreBusinessRestoreSession parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -3330,32 +3585,51 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.protectionUnitBaseCollectionResponse' + $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}': + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to oneDriveForBusinessRestoreSessions for solutions + operationId: solution.backupRestore_CreateOneDriveGraphFPreBusinessRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}': get: tags: - solutions.backupRestoreRoot - summary: Get protectionUnitBase - description: Read the properties and relationships of a protectionUnitBase object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-beta - operationId: solution.backupRestore_GetProtectionUnit + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solution.backupRestore_GetOneDriveGraphFPreBusinessRestoreSession parameters: - - name: protectionUnitBase-id + - name: oneDriveForBusinessRestoreSession-id in: path - description: The unique identifier of protectionUnitBase + description: The unique identifier of oneDriveForBusinessRestoreSession required: true style: simple schema: type: string - x-ms-docs-key-type: protectionUnitBase + x-ms-docs-key-type: oneDriveForBusinessRestoreSession - name: $select in: query description: Select properties to be returned @@ -3382,32 +3656,90 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore/protectionUnits/$count: - get: + patch: tags: - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.protectionUnit_GetCount + summary: Update oneDriveForBusinessRestoreSession + description: Update the properties of a oneDriveForBusinessRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-beta + operationId: solution.backupRestore_UpdateOneDriveGraphFPreBusinessRestoreSession parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' default: $ref: '#/components/responses/error' - /solutions/backupRestore/restorePoints: + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessRestoreSessions for solutions + operationId: solution.backupRestore_DeleteOneDriveGraphFPreBusinessRestoreSession + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts': get: tags: - solutions.backupRestoreRoot - summary: Get restorePoints from solutions - description: List of restore points in the tenant. - operationId: solution.backupRestore_ListRestorePoint + summary: List driveRestoreArtifacts + description: Get a list of the driveRestoreArtifact objects and their properties for a oneDriveForBusinessRestoreSession for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-beta + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_ListDriveRestoreArtifact parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -3445,7 +3777,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.restorePointCollectionResponse' + $ref: '#/components/responses/microsoft.graph.driveRestoreArtifactCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -3455,14 +3787,23 @@ paths: post: tags: - solutions.backupRestoreRoot - summary: Create new navigation property to restorePoints for solutions - operationId: solution.backupRestore_CreateRestorePoint + summary: Create new navigation property to driveRestoreArtifacts for solutions + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_CreateDriveRestoreArtifact + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restorePoint' + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' required: true responses: 2XX: @@ -3470,26 +3811,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restorePoint' + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/restorePoints/{restorePoint-id}': + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}': get: tags: - solutions.backupRestoreRoot - summary: Get restorePoints from solutions - description: List of restore points in the tenant. - operationId: solution.backupRestore_GetRestorePoint + summary: Get driveRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore a OneDrive for work or school drive. + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_GetDriveRestoreArtifact parameters: - - name: restorePoint-id + - name: oneDriveForBusinessRestoreSession-id in: path - description: The unique identifier of restorePoint + description: The unique identifier of oneDriveForBusinessRestoreSession required: true style: simple schema: type: string - x-ms-docs-key-type: restorePoint + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact - name: $select in: query description: Select properties to be returned @@ -3516,30 +3865,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restorePoint' + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.backupRestoreRoot - summary: Update the navigation property restorePoints in solutions - operationId: solution.backupRestore_UpdateRestorePoint + summary: Update the navigation property driveRestoreArtifacts in solutions + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_UpdateDriveRestoreArtifact parameters: - - name: restorePoint-id + - name: oneDriveForBusinessRestoreSession-id in: path - description: The unique identifier of restorePoint + description: The unique identifier of oneDriveForBusinessRestoreSession required: true style: simple schema: type: string - x-ms-docs-key-type: restorePoint + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restorePoint' + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' required: true responses: 2XX: @@ -3547,24 +3904,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restorePoint' + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.backupRestoreRoot - summary: Delete navigation property restorePoints for solutions - operationId: solution.backupRestore_DeleteRestorePoint + summary: Delete navigation property driveRestoreArtifacts for solutions + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_DeleteDriveRestoreArtifact parameters: - - name: restorePoint-id + - name: oneDriveForBusinessRestoreSession-id in: path - description: The unique identifier of restorePoint + description: The unique identifier of oneDriveForBusinessRestoreSession required: true style: simple schema: type: string - x-ms-docs-key-type: restorePoint + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact - name: If-Match in: header description: ETag @@ -3577,26 +3942,34 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit': + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint': get: tags: - solutions.backupRestoreRoot - summary: Get protectionUnit from solutions - description: 'The site, drive, or mailbox units that are protected under a protection policy.' - operationId: solution.backupRestore.restorePoint_GetProtectionUnit + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession.driveRestoreArtifact_GetRestorePoint parameters: - - name: restorePoint-id + - name: oneDriveForBusinessRestoreSession-id in: path - description: The unique identifier of restorePoint + description: The unique identifier of oneDriveForBusinessRestoreSession required: true style: simple schema: type: string - x-ms-docs-key-type: restorePoint - - name: $select - in: query - description: Select properties to be returned - style: form + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form explode: false schema: uniqueItems: true @@ -3619,17 +3992,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + $ref: '#/components/schemas/microsoft.graph.restorePoint' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore/restorePoints/$count: + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count': get: tags: - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: solution.backupRestore.restorePoint_GetCount + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession.driveRestoreArtifact_GetCount parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -3637,17 +4018,25 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/restoreSessions: + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests': get: tags: - solutions.backupRestoreRoot - summary: List restoreSessionBase objects - description: Get a list of restoreSession objects and their properties. + summary: List driveRestoreArtifactsBulkAdditionRequests + description: Get a list of the driveRestoreArtifactsBulkAdditionRequest objects associated with a oneDriveForBusinessRestoreSession. The drives property is deliberately omitted from the response body in order to limit the response size. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-beta - operationId: solution.backupRestore_ListRestoreSession + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifactsbulkadditionrequests?view=graph-rest-beta + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_ListDriveRestoreArtifactsBulkAdditionRequest parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -3685,7 +4074,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.restoreSessionBaseCollectionResponse' + $ref: '#/components/responses/microsoft.graph.driveRestoreArtifactsBulkAdditionRequestCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -3695,14 +4084,27 @@ paths: post: tags: - solutions.backupRestoreRoot - summary: Create new navigation property to restoreSessions for solutions - operationId: solution.backupRestore_CreateRestoreSession + summary: Create driveRestoreArtifactsBulkAdditionRequest + description: 'Create a driveRestoreArtifactsBulkAdditionRequest object associated with a oneDriveForBusinessRestoreSession. The initial status upon creation of the restore session is active. When all the drives are added to the corresponding OneDrive restore session and the restore session is activated, the status becomes completed. If any failures are encountered during resource resolution, the status of the restore session becomes completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-post-driverestoreartifactsbulkadditionrequests?view=graph-rest-beta + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_CreateDriveRestoreArtifactsBulkAdditionRequest + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactsBulkAdditionRequest' required: true responses: 2XX: @@ -3710,29 +4112,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactsBulkAdditionRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}': + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/{driveRestoreArtifactsBulkAdditionRequest-id}': get: tags: - solutions.backupRestoreRoot - summary: Get restoreSessionBase - description: Get the properties of a restoreSession object by ID. + summary: Get driveRestoreArtifactsBulkAdditionRequest + description: 'Get a driveRestoreArtifactsBulkAdditionRequest object by its id, associated with a oneDriveForBusinessRestoreSession.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-beta - operationId: solution.backupRestore_GetRestoreSession + url: https://learn.microsoft.com/graph/api/driverestoreartifactsbulkadditionrequest-get?view=graph-rest-beta + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_GetDriveRestoreArtifactsBulkAdditionRequest parameters: - - name: restoreSessionBase-id + - name: oneDriveForBusinessRestoreSession-id in: path - description: The unique identifier of restoreSessionBase + description: The unique identifier of oneDriveForBusinessRestoreSession required: true style: simple schema: type: string - x-ms-docs-key-type: restoreSessionBase + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifactsBulkAdditionRequest-id + in: path + description: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifactsBulkAdditionRequest - name: $select in: query description: Select properties to be returned @@ -3759,30 +4169,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactsBulkAdditionRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.backupRestoreRoot - summary: Update the navigation property restoreSessions in solutions - operationId: solution.backupRestore_UpdateRestoreSession + summary: Update the navigation property driveRestoreArtifactsBulkAdditionRequests in solutions + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_UpdateDriveRestoreArtifactsBulkAdditionRequest parameters: - - name: restoreSessionBase-id + - name: oneDriveForBusinessRestoreSession-id in: path - description: The unique identifier of restoreSessionBase + description: The unique identifier of oneDriveForBusinessRestoreSession required: true style: simple schema: type: string - x-ms-docs-key-type: restoreSessionBase + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifactsBulkAdditionRequest-id + in: path + description: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifactsBulkAdditionRequest requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactsBulkAdditionRequest' required: true responses: 2XX: @@ -3790,28 +4208,36 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactsBulkAdditionRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.backupRestoreRoot - summary: Delete restoreSessionBase - description: Delete a draft restoreSessionBase object. + summary: Delete driveRestoreArtifactsBulkAdditionRequest + description: Delete a driveRestoreArtifactsBulkAdditionRequest object associated with a oneDriveForBusinessRestoreSession. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-beta - operationId: solution.backupRestore_DeleteRestoreSession + url: https://learn.microsoft.com/graph/api/driverestoreartifactsbulkadditionrequest-delete?view=graph-rest-beta + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_DeleteDriveRestoreArtifactsBulkAdditionRequest parameters: - - name: restoreSessionBase-id + - name: oneDriveForBusinessRestoreSession-id in: path - description: The unique identifier of restoreSessionBase + description: The unique identifier of oneDriveForBusinessRestoreSession required: true style: simple schema: type: string - x-ms-docs-key-type: restoreSessionBase + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifactsBulkAdditionRequest-id + in: path + description: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifactsBulkAdditionRequest - name: If-Match in: header description: ETag @@ -3824,13 +4250,21 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore/restoreSessions/$count: + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/$count': get: tags: - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: solution.backupRestore.restoreSession_GetCount + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession.driveRestoreArtifactsBulkAdditionRequest_GetCount parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -3838,16 +4272,27 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/serviceApps: + /solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count: get: tags: - solutions.backupRestoreRoot - summary: List serviceApps - description: Get a list of serviceApp objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-beta - operationId: solution.backupRestore_ListServiceApp + summary: Get the number of the resource + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/protectionPolicies: + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solution.backupRestore_ListProtectionPolicy parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -3886,7 +4331,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceAppCollectionResponse' + $ref: '#/components/responses/microsoft.graph.protectionPolicyBaseCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -3896,18 +4341,14 @@ paths: post: tags: - solutions.backupRestoreRoot - summary: Create serviceApp - description: Create a new serviceApp. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-beta - operationId: solution.backupRestore_CreateServiceApp + summary: Create new navigation property to protectionPolicies for solutions + operationId: solution.backupRestore_CreateProtectionPolicy requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.serviceApp' + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' required: true responses: 2XX: @@ -3915,29 +4356,26 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.serviceApp' + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/serviceApps/{serviceApp-id}': + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}': get: tags: - solutions.backupRestoreRoot - summary: Get serviceApp - description: Read the properties and relationships of a serviceApp object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-beta - operationId: solution.backupRestore_GetServiceApp + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solution.backupRestore_GetProtectionPolicy parameters: - - name: serviceApp-id + - name: protectionPolicyBase-id in: path - description: The unique identifier of serviceApp + description: The unique identifier of protectionPolicyBase required: true style: simple schema: type: string - x-ms-docs-key-type: serviceApp + x-ms-docs-key-type: protectionPolicyBase - name: $select in: query description: Select properties to be returned @@ -3964,30 +4402,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.serviceApp' + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.backupRestoreRoot - summary: Update the navigation property serviceApps in solutions - operationId: solution.backupRestore_UpdateServiceApp + summary: Update the navigation property protectionPolicies in solutions + operationId: solution.backupRestore_UpdateProtectionPolicy parameters: - - name: serviceApp-id + - name: protectionPolicyBase-id in: path - description: The unique identifier of serviceApp + description: The unique identifier of protectionPolicyBase required: true style: simple schema: type: string - x-ms-docs-key-type: serviceApp + x-ms-docs-key-type: protectionPolicyBase requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.serviceApp' + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' required: true responses: 2XX: @@ -3995,28 +4433,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.serviceApp' + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.backupRestoreRoot - summary: Delete serviceApp - description: Delete a serviceApp. + summary: Delete protectionPolicyBase + description: Delete a protection policy. Read the properties and relationships of a protectionPolicyBase object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-beta - operationId: solution.backupRestore_DeleteServiceApp + url: https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-beta + operationId: solution.backupRestore_DeleteProtectionPolicy parameters: - - name: serviceApp-id + - name: protectionPolicyBase-id in: path - description: The unique identifier of serviceApp + description: The unique identifier of protectionPolicyBase required: true style: simple schema: type: string - x-ms-docs-key-type: serviceApp + x-ms-docs-key-type: protectionPolicyBase - name: If-Match in: header description: ETag @@ -4029,12 +4467,70 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore/serviceApps/$count: + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate': + post: + tags: + - solutions.backupRestoreRoot + summary: Invoke action activate + description: 'Activate a protectionPolicyBase. Currently, only one active backup policy per underlying service is supported (that is, one for OneDrive accounts, one for SharePoint sites, and one for Exchange Online users). You can add or remove artifacts (sites or user accounts) to or from each active policy.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-beta + operationId: solution.backupRestore.protectionPolicy_activate + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.deactivate': + post: + tags: + - solutions.backupRestoreRoot + summary: Invoke action deactivate + description: Deactivate a protectionPolicyBase. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-beta + operationId: solution.backupRestore.protectionPolicy_deactivate + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/backupRestore/protectionPolicies/$count: get: tags: - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: solution.backupRestore.serviceApp_GetCount + operationId: solution.backupRestore.protectionPolicy_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -4043,15 +4539,15 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/sharePointProtectionPolicies: + /solutions/backupRestore/protectionUnits: get: tags: - solutions.backupRestoreRoot - summary: Get sharePointProtectionPolicies from solutions - description: The list of SharePoint protection policies in the tenant. - operationId: solution.backupRestore_ListSharePointProtectionPolicy - parameters: - - $ref: '#/components/parameters/top' + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. + operationId: solution.backupRestore_ListProtectionUnit + parameters: + - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -4088,55 +4584,32 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sharePointProtectionPolicyCollectionResponse' + $ref: '#/components/responses/microsoft.graph.protectionUnitBaseCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: + '/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}': + get: tags: - solutions.backupRestoreRoot - summary: Create sharePointProtectionPolicy - description: Create a protection policy for a M365 service SharePoint. Policy will be created in inactive state. User can also provide a list of protection units under the policy. + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-beta - operationId: solution.backupRestore_CreateSharePointProtectionPolicy - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}': - get: - tags: - - solutions.backupRestoreRoot - summary: Get sharePointProtectionPolicies from solutions - description: The list of SharePoint protection policies in the tenant. - operationId: solution.backupRestore_GetSharePointProtectionPolicy + url: https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-beta + operationId: solution.backupRestore_GetProtectionUnit parameters: - - name: sharePointProtectionPolicy-id + - name: protectionUnitBase-id in: path - description: The unique identifier of sharePointProtectionPolicy + description: The unique identifier of protectionUnitBase required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointProtectionPolicy + x-ms-docs-key-type: protectionUnitBase - name: $select in: query description: Select properties to be returned @@ -4163,90 +4636,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.backupRestoreRoot - summary: Update sharePointProtectionPolicy - description: Update a SharePoint protection policy. This method adds a siteprotectionunit to or removes it from the protection policy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-beta - operationId: solution.backupRestore_UpdateSharePointProtectionPolicy - parameters: - - name: sharePointProtectionPolicy-id - in: path - description: The unique identifier of sharePointProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sharePointProtectionPolicy - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + /solutions/backupRestore/protectionUnits/$count: + get: tags: - solutions.backupRestoreRoot - summary: Delete navigation property sharePointProtectionPolicies for solutions - operationId: solution.backupRestore_DeleteSharePointProtectionPolicy + summary: Get the number of the resource + operationId: solution.backupRestore.protectionUnit_GetCount parameters: - - name: sharePointProtectionPolicy-id - in: path - description: The unique identifier of sharePointProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sharePointProtectionPolicy - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules': + /solutions/backupRestore/restorePoints: get: tags: - solutions.backupRestoreRoot - summary: List siteInclusionRules - description: 'Get a list of siteProtectionRule objects associated with a sharePointProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-beta - operationId: solution.backupRestore.sharePointProtectionPolicy_ListSiteInclusionRule + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solution.backupRestore_ListRestorePoint parameters: - - name: sharePointProtectionPolicy-id - in: path - description: The unique identifier of sharePointProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sharePointProtectionPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -4284,40 +4699,51 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' + $ref: '#/components/responses/microsoft.graph.restorePointCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}': + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to restorePoints for solutions + operationId: solution.backupRestore_CreateRestorePoint + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restorePoints/{restorePoint-id}': get: tags: - solutions.backupRestoreRoot - summary: Get protectionRuleBase - description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta - operationId: solution.backupRestore.sharePointProtectionPolicy_GetSiteInclusionRule + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solution.backupRestore_GetRestorePoint parameters: - - name: sharePointProtectionPolicy-id - in: path - description: The unique identifier of sharePointProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sharePointProtectionPolicy - - name: siteProtectionRule-id + - name: restorePoint-id in: path - description: The unique identifier of siteProtectionRule + description: The unique identifier of restorePoint required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionRule + x-ms-docs-key-type: restorePoint - name: $select in: query description: Select properties to be returned @@ -4344,77 +4770,1333 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + $ref: '#/components/schemas/microsoft.graph.restorePoint' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count': - get: + patch: tags: - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.sharePointProtectionPolicy.siteInclusionRule_GetCount + summary: Update the navigation property restorePoints in solutions + operationId: solution.backupRestore_UpdateRestorePoint parameters: - - name: sharePointProtectionPolicy-id + - name: restorePoint-id in: path - description: The unique identifier of sharePointProtectionPolicy + description: The unique identifier of restorePoint required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointProtectionPolicy - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: restorePoint + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' default: $ref: '#/components/responses/error' - '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits': - get: + x-ms-docs-operation-type: operation + delete: tags: - solutions.backupRestoreRoot - summary: List siteProtectionUnits - description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta - operationId: solution.backupRestore.sharePointProtectionPolicy_ListSiteProtectionUnit + summary: Delete navigation property restorePoints for solutions + operationId: solution.backupRestore_DeleteRestorePoint parameters: - - name: sharePointProtectionPolicy-id + - name: restorePoint-id in: path - description: The unique identifier of sharePointProtectionPolicy + description: The unique identifier of restorePoint required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointProtectionPolicy - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: restorePoint + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit': + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnit from solutions + description: 'The site, drive, or mailbox units that are protected under a protection policy.' + operationId: solution.backupRestore.restorePoint_GetProtectionUnit + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/restorePoints/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.restorePoint_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/restorePoints/microsoft.graph.search: + post: + tags: + - solutions.backupRestoreRoot + summary: Invoke action search + description: Search for the restorePoint objects associated with a protectionUnit. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-beta + operationId: solution.backupRestore.restorePoint_search + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + protectionUnitIds: + type: array + items: + type: string + nullable: true + protectionTimePeriod: + $ref: '#/components/schemas/microsoft.graph.timePeriod' + restorePointPreference: + $ref: '#/components/schemas/microsoft.graph.restorePointPreference' + tags: + $ref: '#/components/schemas/microsoft.graph.restorePointTags' + artifactQuery: + $ref: '#/components/schemas/microsoft.graph.artifactQuery' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/backupRestore/restoreSessions: + get: + tags: + - solutions.backupRestoreRoot + summary: List restoreSessionBase objects + description: Get a list of restoreSession objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-beta + operationId: solution.backupRestore_ListRestoreSession + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.restoreSessionBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to restoreSessions for solutions + operationId: solution.backupRestore_CreateRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get restoreSessionBase + description: Get the properties of a restoreSession object by ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-beta + operationId: solution.backupRestore_GetRestoreSession + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property restoreSessions in solutions + operationId: solution.backupRestore_UpdateRestoreSession + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete restoreSessionBase + description: Delete a draft restoreSessionBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-beta + operationId: solution.backupRestore_DeleteRestoreSession + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate': + post: + tags: + - solutions.backupRestoreRoot + summary: Invoke action activate + description: 'Activate a draft restoreSessionBase object to restore a protection unit. The following points apply to restoring a protection unit:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-beta + operationId: solution.backupRestore.restoreSession_activate + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/backupRestore/restoreSessions/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.restoreSession_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/serviceApps: + get: + tags: + - solutions.backupRestoreRoot + summary: List serviceApps + description: Get a list of serviceApp objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-beta + operationId: solution.backupRestore_ListServiceApp + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.serviceAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create serviceApp + description: Create a new serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-beta + operationId: solution.backupRestore_CreateServiceApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/serviceApps/{serviceApp-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get serviceApp + description: Read the properties and relationships of a serviceApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-beta + operationId: solution.backupRestore_GetServiceApp + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property serviceApps in solutions + operationId: solution.backupRestore_UpdateServiceApp + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceApp + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete serviceApp + description: Delete a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-beta + operationId: solution.backupRestore_DeleteServiceApp + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate': + post: + tags: + - solutions.backupRestoreRoot + summary: Invoke action activate + description: Activate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-beta + operationId: solution.backupRestore.serviceApp_activate + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceApp + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + effectiveDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.deactivate': + post: + tags: + - solutions.backupRestoreRoot + summary: Invoke action deactivate + description: Deactivate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-beta + operationId: solution.backupRestore.serviceApp_deactivate + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceApp + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/backupRestore/serviceApps/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.serviceApp_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointProtectionPolicies: + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solution.backupRestore_ListSharePointProtectionPolicy + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.sharePointProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create sharePointProtectionPolicy + description: Create a protection policy for a M365 service SharePoint. Policy will be created in inactive state. User can also provide a list of protection units under the policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-beta + operationId: solution.backupRestore_CreateSharePointProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solution.backupRestore_GetSharePointProtectionPolicy + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update sharePointProtectionPolicy + description: Update a SharePoint protection policy. This method adds a siteprotectionunit to or removes it from the protection policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-beta + operationId: solution.backupRestore_UpdateSharePointProtectionPolicy + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property sharePointProtectionPolicies for solutions + operationId: solution.backupRestore_DeleteSharePointProtectionPolicy + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules': + get: + tags: + - solutions.backupRestoreRoot + summary: List siteInclusionRules + description: 'Get a list of siteProtectionRule objects associated with a sharePointProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-beta + operationId: solution.backupRestore.sharePointProtectionPolicy_ListSiteInclusionRule + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta + operationId: solution.backupRestore.sharePointProtectionPolicy_GetSiteInclusionRule + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointProtectionPolicy.siteInclusionRule_GetCount + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits': + get: + tags: + - solutions.backupRestoreRoot + summary: List siteProtectionUnits + description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta + operationId: solution.backupRestore.sharePointProtectionPolicy_ListSiteProtectionUnit + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteProtectionUnits from solutions + description: The protection units (sites) that are protected under the site protection policy. + operationId: solution.backupRestore.sharePointProtectionPolicy_GetSiteProtectionUnit + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointProtectionPolicy.siteProtectionUnit_GetCount + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnitsBulkAdditionJobs': + get: + tags: + - solutions.backupRestoreRoot + summary: List siteProtectionUnitsBulkAdditionJobs + description: Get a list of siteProtectionUnitsBulkAdditionJobs objects associated with a sharePointProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteprotectionunitsbulkadditionjobs?view=graph-rest-beta + operationId: solution.backupRestore.sharePointProtectionPolicy_ListSiteProtectionUnitsBulkAdditionJob + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitsBulkAdditionJobCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteProtectionUnitsBulkAdditionJob + description: Get a siteProtectionUnitsBulkAdditionJob object by the ID associated with a sharePointProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/siteprotectionunitsbulkadditionjobs-get?view=graph-rest-beta + operationId: solution.backupRestore.sharePointProtectionPolicy_GetSiteProtectionUnitsBulkAdditionJob + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionUnitsBulkAdditionJob-id + in: path + description: The unique identifier of siteProtectionUnitsBulkAdditionJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionUnitsBulkAdditionJob + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnitsBulkAdditionJobs/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointProtectionPolicy.siteProtectionUnitsBulkAdditionJob_GetCount + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointProtectionPolicies/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointProtectionPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointRestoreSessions: + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solution.backupRestore_ListSharePointRestoreSession + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand in: query description: Expand related entities style: form @@ -4426,37 +6108,55 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' + $ref: '#/components/responses/microsoft.graph.sharePointRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create sharePointRestoreSession + description: Create a new sharePointRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-beta + operationId: solution.backupRestore_CreateSharePointRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}': + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}': get: tags: - solutions.backupRestoreRoot - summary: Get siteProtectionUnits from solutions - description: The protection units (sites) that are protected under the site protection policy. - operationId: solution.backupRestore.sharePointProtectionPolicy_GetSiteProtectionUnit + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solution.backupRestore_GetSharePointRestoreSession parameters: - - name: sharePointProtectionPolicy-id - in: path - description: The unique identifier of sharePointProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sharePointProtectionPolicy - - name: siteProtectionUnit-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of siteProtectionUnit + description: The unique identifier of sharePointRestoreSession required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionUnit + x-ms-docs-key-type: sharePointRestoreSession - name: $select in: query description: Select properties to be returned @@ -4483,54 +6183,86 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count': - get: + patch: tags: - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.sharePointProtectionPolicy.siteProtectionUnit_GetCount + summary: Update the navigation property sharePointRestoreSessions in solutions + operationId: solution.backupRestore_UpdateSharePointRestoreSession parameters: - - name: sharePointProtectionPolicy-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of sharePointProtectionPolicy + description: The unique identifier of sharePointRestoreSession required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointProtectionPolicy - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: sharePointRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' default: $ref: '#/components/responses/error' - /solutions/backupRestore/sharePointProtectionPolicies/$count: - get: + x-ms-docs-operation-type: operation + delete: tags: - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.sharePointProtectionPolicy_GetCount + summary: Delete navigation property sharePointRestoreSessions for solutions + operationId: solution.backupRestore_DeleteSharePointRestoreSession parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - /solutions/backupRestore/sharePointRestoreSessions: + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts': get: tags: - solutions.backupRestoreRoot - summary: Get sharePointRestoreSessions from solutions - description: The list of SharePoint restore sessions available in the tenant. - operationId: solution.backupRestore_ListSharePointRestoreSession + summary: List siteRestoreArtifacts + description: List all the siteRestoreArtifact objects for a sharePointRestoreSession for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-beta + operationId: solution.backupRestore.sharePointRestoreSession_ListSiteRestoreArtifact parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -4568,7 +6300,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sharePointRestoreSessionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.siteRestoreArtifactCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -4578,18 +6310,23 @@ paths: post: tags: - solutions.backupRestoreRoot - summary: Create sharePointRestoreSession - description: Create a new sharePointRestoreSession object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-beta - operationId: solution.backupRestore_CreateSharePointRestoreSession + summary: Create new navigation property to siteRestoreArtifacts for solutions + operationId: solution.backupRestore.sharePointRestoreSession_CreateSiteRestoreArtifact + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' required: true responses: 2XX: @@ -4597,17 +6334,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}': + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}': get: tags: - solutions.backupRestoreRoot - summary: Get sharePointRestoreSessions from solutions - description: The list of SharePoint restore sessions available in the tenant. - operationId: solution.backupRestore_GetSharePointRestoreSession + summary: Get siteRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + operationId: solution.backupRestore.sharePointRestoreSession_GetSiteRestoreArtifact parameters: - name: sharePointRestoreSession-id in: path @@ -4617,6 +6354,14 @@ paths: schema: type: string x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact - name: $select in: query description: Select properties to be returned @@ -4643,15 +6388,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.backupRestoreRoot - summary: Update the navigation property sharePointRestoreSessions in solutions - operationId: solution.backupRestore_UpdateSharePointRestoreSession + summary: Update the navigation property siteRestoreArtifacts in solutions + operationId: solution.backupRestore.sharePointRestoreSession_UpdateSiteRestoreArtifact parameters: - name: sharePointRestoreSession-id in: path @@ -4661,28 +6406,125 @@ paths: schema: type: string x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' required: true responses: 2XX: - description: Success + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteRestoreArtifacts for solutions + operationId: solution.backupRestore.sharePointRestoreSession_DeleteSiteRestoreArtifact + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint': + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solution.backupRestore.sharePointRestoreSession.siteRestoreArtifact_GetRestorePoint + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + $ref: '#/components/schemas/microsoft.graph.restorePoint' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count': + get: tags: - solutions.backupRestoreRoot - summary: Delete navigation property sharePointRestoreSessions for solutions - operationId: solution.backupRestore_DeleteSharePointRestoreSession + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointRestoreSession.siteRestoreArtifact_GetCount parameters: - name: sharePointRestoreSession-id in: path @@ -4692,28 +6534,23 @@ paths: schema: type: string x-ms-docs-key-type: sharePointRestoreSession - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts': + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests': get: tags: - solutions.backupRestoreRoot - summary: List siteRestoreArtifacts - description: List all the siteRestoreArtifact objects for a sharePointRestoreSession for the tenant. + summary: List siteRestoreArtifactsBulkAdditionRequests + description: Get a list of the siteRestoreArtifactsBulkAdditionRequest objects associated with a sharePointRestoreSession. The siteWebUrls property is deliberately omitted from the response body in order to limit the response size. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-beta - operationId: solution.backupRestore.sharePointRestoreSession_ListSiteRestoreArtifact + url: https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifactsbulkadditionrequests?view=graph-rest-beta + operationId: solution.backupRestore.sharePointRestoreSession_ListSiteRestoreArtifactsBulkAdditionRequest parameters: - name: sharePointRestoreSession-id in: path @@ -4760,7 +6597,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteRestoreArtifactCollectionResponse' + $ref: '#/components/responses/microsoft.graph.siteRestoreArtifactsBulkAdditionRequestCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -4770,8 +6607,12 @@ paths: post: tags: - solutions.backupRestoreRoot - summary: Create new navigation property to siteRestoreArtifacts for solutions - operationId: solution.backupRestore.sharePointRestoreSession_CreateSiteRestoreArtifact + summary: Create siteRestoreArtifactsBulkAdditionRequests + description: 'Create a new siteRestoreArtifactsBulkAdditionRequest object associated with a sharePointRestoreSession. The initial status upon creation of the restore session is active. When all the sites are added to the corresponding SharePoint restore session and the restore session is activated, the status becomes completed. If any failures are encountered during resource resolution, the status of the restore session becomes completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointrestoresession-post-siterestoreartifactsbulkadditionrequests?view=graph-rest-beta + operationId: solution.backupRestore.sharePointRestoreSession_CreateSiteRestoreArtifactsBulkAdditionRequest parameters: - name: sharePointRestoreSession-id in: path @@ -4786,7 +6627,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest' required: true responses: 2XX: @@ -4794,17 +6635,20 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}': + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/{siteRestoreArtifactsBulkAdditionRequest-id}': get: tags: - solutions.backupRestoreRoot - summary: Get siteRestoreArtifacts from solutions - description: A collection of restore points and destination details that can be used to restore SharePoint sites. - operationId: solution.backupRestore.sharePointRestoreSession_GetSiteRestoreArtifact + summary: Get siteRestoreArtifactsBulkAdditionRequest + description: 'Get a siteRestoreArtifactsBulkAdditionRequest object by its id, associated with a sharePointRestoreSession.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/siterestoreartifactsbulkadditionrequest-get?view=graph-rest-beta + operationId: solution.backupRestore.sharePointRestoreSession_GetSiteRestoreArtifactsBulkAdditionRequest parameters: - name: sharePointRestoreSession-id in: path @@ -4814,14 +6658,14 @@ paths: schema: type: string x-ms-docs-key-type: sharePointRestoreSession - - name: siteRestoreArtifact-id + - name: siteRestoreArtifactsBulkAdditionRequest-id in: path - description: The unique identifier of siteRestoreArtifact + description: The unique identifier of siteRestoreArtifactsBulkAdditionRequest required: true style: simple schema: type: string - x-ms-docs-key-type: siteRestoreArtifact + x-ms-docs-key-type: siteRestoreArtifactsBulkAdditionRequest - name: $select in: query description: Select properties to be returned @@ -4848,15 +6692,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.backupRestoreRoot - summary: Update the navigation property siteRestoreArtifacts in solutions - operationId: solution.backupRestore.sharePointRestoreSession_UpdateSiteRestoreArtifact + summary: Update the navigation property siteRestoreArtifactsBulkAdditionRequests in solutions + operationId: solution.backupRestore.sharePointRestoreSession_UpdateSiteRestoreArtifactsBulkAdditionRequest parameters: - name: sharePointRestoreSession-id in: path @@ -4866,20 +6710,20 @@ paths: schema: type: string x-ms-docs-key-type: sharePointRestoreSession - - name: siteRestoreArtifact-id + - name: siteRestoreArtifactsBulkAdditionRequest-id in: path - description: The unique identifier of siteRestoreArtifact + description: The unique identifier of siteRestoreArtifactsBulkAdditionRequest required: true style: simple schema: type: string - x-ms-docs-key-type: siteRestoreArtifact + x-ms-docs-key-type: siteRestoreArtifactsBulkAdditionRequest requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest' required: true responses: 2XX: @@ -4887,15 +6731,19 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.backupRestoreRoot - summary: Delete navigation property siteRestoreArtifacts for solutions - operationId: solution.backupRestore.sharePointRestoreSession_DeleteSiteRestoreArtifact + summary: Delete siteRestoreArtifactsBulkAdditionRequest + description: Delete a siteRestoreArtifactsBulkAdditionRequest object associated with a sharepointRestoreSession. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/siterestoreartifactsbulkadditionrequest-delete?view=graph-rest-beta + operationId: solution.backupRestore.sharePointRestoreSession_DeleteSiteRestoreArtifactsBulkAdditionRequest parameters: - name: sharePointRestoreSession-id in: path @@ -4905,14 +6753,14 @@ paths: schema: type: string x-ms-docs-key-type: sharePointRestoreSession - - name: siteRestoreArtifact-id + - name: siteRestoreArtifactsBulkAdditionRequest-id in: path - description: The unique identifier of siteRestoreArtifact + description: The unique identifier of siteRestoreArtifactsBulkAdditionRequest required: true style: simple schema: type: string - x-ms-docs-key-type: siteRestoreArtifact + x-ms-docs-key-type: siteRestoreArtifactsBulkAdditionRequest - name: If-Match in: header description: ETag @@ -4925,13 +6773,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint': + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/$count': get: tags: - solutions.backupRestoreRoot - summary: Get restorePoint from solutions - description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. - operationId: solution.backupRestore.sharePointRestoreSession.siteRestoreArtifact_GetRestorePoint + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointRestoreSession.siteRestoreArtifactsBulkAdditionRequest_GetCount parameters: - name: sharePointRestoreSession-id in: path @@ -4941,14 +6788,117 @@ paths: schema: type: string x-ms-docs-key-type: sharePointRestoreSession - - name: siteRestoreArtifact-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointRestoreSessions/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointRestoreSession_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/siteInclusionRules: + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solution.backupRestore_ListSiteInclusionRule + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteInclusionRules for solutions + operationId: solution.backupRestore_CreateSiteInclusionRule + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solution.backupRestore_GetSiteInclusionRule + parameters: + - name: siteProtectionRule-id in: path - description: The unique identifier of siteRestoreArtifact + description: The unique identifier of siteProtectionRule required: true style: simple schema: type: string - x-ms-docs-key-type: siteRestoreArtifact + x-ms-docs-key-type: siteProtectionRule - name: $select in: query description: Select properties to be returned @@ -4975,38 +6925,73 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restorePoint' + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count': - get: + patch: tags: - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.sharePointRestoreSession.siteRestoreArtifact_GetCount + summary: Update the navigation property siteInclusionRules in solutions + operationId: solution.backupRestore_UpdateSiteInclusionRule parameters: - - name: sharePointRestoreSession-id + - name: siteProtectionRule-id in: path - description: The unique identifier of sharePointRestoreSession + description: The unique identifier of siteProtectionRule required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointRestoreSession - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: siteProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' default: $ref: '#/components/responses/error' - /solutions/backupRestore/sharePointRestoreSessions/$count: + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteInclusionRules for solutions + operationId: solution.backupRestore_DeleteSiteInclusionRule + parameters: + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/siteInclusionRules/$count: get: tags: - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: solution.backupRestore.sharePointRestoreSession_GetCount + operationId: solution.backupRestore.siteInclusionRule_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -5015,13 +7000,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/siteInclusionRules: + /solutions/backupRestore/siteProtectionUnits: get: tags: - solutions.backupRestoreRoot - summary: Get siteInclusionRules from solutions - description: The list of site inclusion rules applied to the tenant. - operationId: solution.backupRestore_ListSiteInclusionRule + summary: Get siteProtectionUnits from solutions + description: The list of site protection units in the tenant. + operationId: solution.backupRestore_ListSiteProtectionUnit parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -5060,7 +7045,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -5070,14 +7055,14 @@ paths: post: tags: - solutions.backupRestoreRoot - summary: Create new navigation property to siteInclusionRules for solutions - operationId: solution.backupRestore_CreateSiteInclusionRule + summary: Create new navigation property to siteProtectionUnits for solutions + operationId: solution.backupRestore_CreateSiteProtectionUnit requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' required: true responses: 2XX: @@ -5085,26 +7070,26 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}': + '/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}': get: tags: - solutions.backupRestoreRoot - summary: Get siteInclusionRules from solutions - description: The list of site inclusion rules applied to the tenant. - operationId: solution.backupRestore_GetSiteInclusionRule + summary: Get siteProtectionUnits from solutions + description: The list of site protection units in the tenant. + operationId: solution.backupRestore_GetSiteProtectionUnit parameters: - - name: siteProtectionRule-id + - name: siteProtectionUnit-id in: path - description: The unique identifier of siteProtectionRule + description: The unique identifier of siteProtectionUnit required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionRule + x-ms-docs-key-type: siteProtectionUnit - name: $select in: query description: Select properties to be returned @@ -5131,30 +7116,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.backupRestoreRoot - summary: Update the navigation property siteInclusionRules in solutions - operationId: solution.backupRestore_UpdateSiteInclusionRule + summary: Update the navigation property siteProtectionUnits in solutions + operationId: solution.backupRestore_UpdateSiteProtectionUnit parameters: - - name: siteProtectionRule-id + - name: siteProtectionUnit-id in: path - description: The unique identifier of siteProtectionRule + description: The unique identifier of siteProtectionUnit required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionRule + x-ms-docs-key-type: siteProtectionUnit requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' required: true responses: 2XX: @@ -5162,24 +7147,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.backupRestoreRoot - summary: Delete navigation property siteInclusionRules for solutions - operationId: solution.backupRestore_DeleteSiteInclusionRule + summary: Delete navigation property siteProtectionUnits for solutions + operationId: solution.backupRestore_DeleteSiteProtectionUnit parameters: - - name: siteProtectionRule-id + - name: siteProtectionUnit-id in: path - description: The unique identifier of siteProtectionRule + description: The unique identifier of siteProtectionUnit required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionRule + x-ms-docs-key-type: siteProtectionUnit - name: If-Match in: header description: ETag @@ -5192,12 +7177,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore/siteInclusionRules/$count: + /solutions/backupRestore/siteProtectionUnits/$count: get: tags: - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: solution.backupRestore.siteInclusionRule_GetCount + operationId: solution.backupRestore.siteProtectionUnit_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -5206,16 +7191,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/siteProtectionUnits: + /solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs: get: tags: - solutions.backupRestoreRoot - summary: List siteProtectionUnits - description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta - operationId: solution.backupRestore_ListSiteProtectionUnit + summary: Get siteProtectionUnitsBulkAdditionJobs from solutions + operationId: solution.backupRestore_ListSiteProtectionUnitsBulkAdditionJob parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -5254,7 +7235,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitsBulkAdditionJobCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -5264,14 +7245,14 @@ paths: post: tags: - solutions.backupRestoreRoot - summary: Create new navigation property to siteProtectionUnits for solutions - operationId: solution.backupRestore_CreateSiteProtectionUnit + summary: Create new navigation property to siteProtectionUnitsBulkAdditionJobs for solutions + operationId: solution.backupRestore_CreateSiteProtectionUnitsBulkAdditionJob requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob' required: true responses: 2XX: @@ -5279,26 +7260,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}': + '/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}': get: tags: - solutions.backupRestoreRoot - summary: Get siteProtectionUnits from solutions - description: The list of site protection units in the tenant. - operationId: solution.backupRestore_GetSiteProtectionUnit + summary: Get siteProtectionUnitsBulkAdditionJobs from solutions + operationId: solution.backupRestore_GetSiteProtectionUnitsBulkAdditionJob parameters: - - name: siteProtectionUnit-id + - name: siteProtectionUnitsBulkAdditionJob-id in: path - description: The unique identifier of siteProtectionUnit + description: The unique identifier of siteProtectionUnitsBulkAdditionJob required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionUnit + x-ms-docs-key-type: siteProtectionUnitsBulkAdditionJob - name: $select in: query description: Select properties to be returned @@ -5325,30 +7305,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.backupRestoreRoot - summary: Update the navigation property siteProtectionUnits in solutions - operationId: solution.backupRestore_UpdateSiteProtectionUnit + summary: Update the navigation property siteProtectionUnitsBulkAdditionJobs in solutions + operationId: solution.backupRestore_UpdateSiteProtectionUnitsBulkAdditionJob parameters: - - name: siteProtectionUnit-id + - name: siteProtectionUnitsBulkAdditionJob-id in: path - description: The unique identifier of siteProtectionUnit + description: The unique identifier of siteProtectionUnitsBulkAdditionJob required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionUnit + x-ms-docs-key-type: siteProtectionUnitsBulkAdditionJob requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob' required: true responses: 2XX: @@ -5356,24 +7336,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.backupRestoreRoot - summary: Delete navigation property siteProtectionUnits for solutions - operationId: solution.backupRestore_DeleteSiteProtectionUnit + summary: Delete navigation property siteProtectionUnitsBulkAdditionJobs for solutions + operationId: solution.backupRestore_DeleteSiteProtectionUnitsBulkAdditionJob parameters: - - name: siteProtectionUnit-id + - name: siteProtectionUnitsBulkAdditionJob-id in: path - description: The unique identifier of siteProtectionUnit + description: The unique identifier of siteProtectionUnitsBulkAdditionJob required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionUnit + x-ms-docs-key-type: siteProtectionUnitsBulkAdditionJob - name: If-Match in: header description: ETag @@ -5386,12 +7366,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore/siteProtectionUnits/$count: + /solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/$count: get: tags: - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: solution.backupRestore.siteProtectionUnit_GetCount + operationId: solution.backupRestore.siteProtectionUnitsBulkAdditionJob_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -5422,6 +7402,11 @@ components: $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' description: The list of drive protection units in the tenant. x-ms-navigationProperty: true + driveProtectionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob' + x-ms-navigationProperty: true exchangeProtectionPolicies: type: array items: @@ -5446,6 +7431,11 @@ components: $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' description: The list of mailbox protection units in the tenant. x-ms-navigationProperty: true + mailboxProtectionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob' + x-ms-navigationProperty: true oneDriveForBusinessProtectionPolicies: type: array items: @@ -5512,6 +7502,11 @@ components: $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' description: The list of site protection units in the tenant. x-ms-navigationProperty: true + siteProtectionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob' + x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.driveProtectionRule: @@ -5548,6 +7543,26 @@ components: readOnly: true additionalProperties: type: object + microsoft.graph.driveProtectionUnitsBulkAdditionJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitsBulkJobBase' + - title: driveProtectionUnitsBulkAdditionJob + type: object + properties: + directoryObjectIds: + type: array + items: + type: string + nullable: true + description: The list of OneDrive directoryObjectIds to add to the OneDrive protection policy. + drives: + type: array + items: + type: string + nullable: true + description: The list of email addresses to add to the OneDrive protection policy. + additionalProperties: + type: object microsoft.graph.exchangeProtectionPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' @@ -5566,6 +7581,11 @@ components: $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' description: The protection units (mailboxes) that are protected under the Exchange protection policy. x-ms-navigationProperty: true + mailboxProtectionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob' + x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.mailboxProtectionRule: @@ -5600,6 +7620,28 @@ components: description: Email address associated with the directory object. nullable: true readOnly: true + mailboxType: + $ref: '#/components/schemas/microsoft.graph.mailboxType' + additionalProperties: + type: object + microsoft.graph.mailboxProtectionUnitsBulkAdditionJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitsBulkJobBase' + - title: mailboxProtectionUnitsBulkAdditionJob + type: object + properties: + directoryObjectIds: + type: array + items: + type: string + nullable: true + description: The list of Exchange directoryObjectIds to add to the Exchange protection policy. + mailboxes: + type: array + items: + type: string + nullable: true + description: The list of Exchange email addresses to add to the Exchange protection policy. additionalProperties: type: object microsoft.graph.exchangeRestoreSession: @@ -5619,6 +7661,12 @@ components: $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. x-ms-navigationProperty: true + mailboxRestoreArtifactsBulkAdditionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest' + description: A collection of user mailboxes and destination details that can be used to restore Exchange mailboxes. + x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.granularMailboxRestoreArtifact: @@ -5630,7 +7678,7 @@ components: artifactCount: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: . format: int32 nullable: true @@ -5671,15 +7719,74 @@ components: properties: restoredFolderId: type: string - description: The new restored folder identifier for the user. + description: The newly restored folder identifier for the user. nullable: true restoredFolderName: type: string description: The new restored folder name. nullable: true readOnly: true + restoredItemCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of items that are being restored in the folder. + format: int32 + nullable: true + additionalProperties: + type: object + microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestBase' + - title: mailboxRestoreArtifactsBulkAdditionRequest + type: object + properties: + directoryObjectIds: + type: array + items: + type: string + nullable: true + description: The list of directory object IDs that are added to the corresponding Exchange restore session in a bulk operation. This property isn't implemented yet. Future value; don't use. + mailboxes: + type: array + items: + type: string + nullable: true + description: The list of email addresses that are added to the corresponding Exchange restore session in a bulk operation. additionalProperties: type: object + microsoft.graph.serviceStatus: + title: serviceStatus + type: object + properties: + backupServiceConsumer: + $ref: '#/components/schemas/microsoft.graph.backupServiceConsumer' + disableReason: + $ref: '#/components/schemas/microsoft.graph.disableReason' + gracePeriodDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the grace period. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + restoreAllowedTillDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the restoration allowed period. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.backupServiceStatus' + additionalProperties: + type: object microsoft.graph.oneDriveForBusinessProtectionPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' @@ -5690,13 +7797,18 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' - description: Contains the details of the Onedrive for Business protection rule. + description: Contains the details of the OneDrive for Work or School protection rule. x-ms-navigationProperty: true driveProtectionUnits: type: array items: $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' - description: Contains the protection units associated with a OneDrive for Business protection policy. + description: Contains the protection units associated with a OneDrive for Work or School protection policy. + x-ms-navigationProperty: true + driveProtectionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob' x-ms-navigationProperty: true additionalProperties: type: object @@ -5710,7 +7822,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' - description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + description: A collection of restore points and destination details that can be used to restore a OneDrive for work or school drive. + x-ms-navigationProperty: true + driveRestoreArtifactsBulkAdditionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactsBulkAdditionRequest' + description: A collection of user mailboxes and destination details that can be used to restore a OneDrive for work or school drive. x-ms-navigationProperty: true additionalProperties: type: object @@ -5736,6 +7854,26 @@ components: readOnly: true additionalProperties: type: object + microsoft.graph.driveRestoreArtifactsBulkAdditionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestBase' + - title: driveRestoreArtifactsBulkAdditionRequest + type: object + properties: + directoryObjectIds: + type: array + items: + type: string + nullable: true + description: The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation. This property isn't implemented yet. Future value; don't use. + drives: + type: array + items: + type: string + nullable: true + description: The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation. + additionalProperties: + type: object microsoft.graph.protectionPolicyBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -5803,6 +7941,73 @@ components: $ref: '#/components/schemas/microsoft.graph.protectionUnitStatus' additionalProperties: type: object + microsoft.graph.timePeriod: + title: timePeriod + type: object + properties: + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date time of the end of the time period. + format: date-time + nullable: true + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date time of the start of the time period. + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.restorePointPreference: + title: restorePointPreference + enum: + - latest + - oldest + - unknownFutureValue + type: string + microsoft.graph.restorePointTags: + title: restorePointTags + enum: + - none + - fastRestore + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true + microsoft.graph.artifactQuery: + title: artifactQuery + type: object + properties: + artifactType: + $ref: '#/components/schemas/microsoft.graph.restorableArtifact' + queryExpression: + type: string + description: Specifies criteria to retrieve artifacts. + nullable: true + additionalProperties: + type: object + microsoft.graph.restorePointSearchResponse: + title: restorePointSearchResponse + type: object + properties: + noResultProtectionUnitIds: + type: array + items: + type: string + nullable: true + description: Contains alist of protection units with no restore points. + searchResponseId: + type: string + description: The unique identifier of the search response. + nullable: true + searchResults: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResult' + description: Contains a collection of restore points. + additionalProperties: + type: object microsoft.graph.restoreSessionBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -5833,6 +8038,10 @@ components: description: Timestamp of the last modification of the restore session. format: date-time nullable: true + restoreJobType: + $ref: '#/components/schemas/microsoft.graph.restoreJobType' + restoreSessionArtifactCount: + $ref: '#/components/schemas/microsoft.graph.restoreSessionArtifactCount' status: $ref: '#/components/schemas/microsoft.graph.restoreSessionStatus' additionalProperties: @@ -5887,6 +8096,11 @@ components: $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' description: The protection units (sites) that are protected under the site protection policy. x-ms-navigationProperty: true + siteProtectionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob' + x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.siteProtectionRule: @@ -5923,6 +8137,26 @@ components: readOnly: true additionalProperties: type: object + microsoft.graph.siteProtectionUnitsBulkAdditionJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitsBulkJobBase' + - title: siteProtectionUnitsBulkAdditionJob + type: object + properties: + siteIds: + type: array + items: + type: string + nullable: true + description: The list of SharePoint site IDs to add to the SharePoint protection policy. + siteWebUrls: + type: array + items: + type: string + nullable: true + description: The list of SharePoint site URLs to add to the SharePoint protection policy. + additionalProperties: + type: object microsoft.graph.sharePointRestoreSession: allOf: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' @@ -5935,6 +8169,12 @@ components: $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' description: A collection of restore points and destination details that can be used to restore SharePoint sites. x-ms-navigationProperty: true + siteRestoreArtifactsBulkAdditionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest' + description: A collection of SharePoint site URLs and destination details that can be used to restore SharePoint sites. + x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.siteRestoreArtifact: @@ -5958,46 +8198,34 @@ components: nullable: true readOnly: true additionalProperties: - type: object - microsoft.graph.entity: - title: entity - type: object - properties: - id: - type: string - description: The unique identifier for an entity. Read-only. - additionalProperties: - type: object - microsoft.graph.serviceStatus: - title: serviceStatus - type: object - properties: - backupServiceConsumer: - $ref: '#/components/schemas/microsoft.graph.backupServiceConsumer' - disableReason: - $ref: '#/components/schemas/microsoft.graph.disableReason' - gracePeriodDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The expiration time of the grace period. - format: date-time - nullable: true - lastModifiedBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - lastModifiedDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: Timestamp of the last modification of the entity. - format: date-time - nullable: true - restoreAllowedTillDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: object + microsoft.graph.siteRestoreArtifactsBulkAdditionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestBase' + - title: siteRestoreArtifactsBulkAdditionRequest + type: object + properties: + siteIds: + type: array + items: + type: string + nullable: true + description: The list of SharePoint site IDs that are added to the corresponding SharePoint restore session in a bulk operation. This property isn't implemented yet. Future value; don't use. + siteWebUrls: + type: array + items: + type: string + nullable: true + description: The list of SharePoint site URLs that are added to the corresponding SharePoint restore session in a bulk operation. + additionalProperties: + type: object + microsoft.graph.entity: + title: entity + type: object + properties: + id: type: string - description: The expiration time of the restoration allowed period. - format: date-time - nullable: true - status: - $ref: '#/components/schemas/microsoft.graph.backupServiceStatus' + description: The unique identifier for an entity. Read-only. additionalProperties: type: object microsoft.graph.protectionRuleBase: @@ -6018,7 +8246,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicError' isAutoApplyEnabled: type: boolean - description: Indicates whether the protection rule is static or dynamic. + description: 'true indicates that the protection rule is dynamic; false that it''s static. Currently, only static rules are supported.' nullable: true lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -6032,15 +8260,46 @@ components: $ref: '#/components/schemas/microsoft.graph.protectionRuleStatus' additionalProperties: type: object - microsoft.graph.restorePointTags: - title: restorePointTags + microsoft.graph.protectionUnitsBulkJobBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionUnitsBulkJobBase + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the job. + format: date-time + nullable: true + displayName: + type: string + description: The name of the protection units bulk addition job. + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification made to the job. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.protectionUnitsBulkJobStatus' + additionalProperties: + type: object + microsoft.graph.mailboxType: + title: mailboxType enum: - - none - - fastRestore + - unknown + - user + - shared - unknownFutureValue type: string - x-ms-enum-flags: - isFlags: true microsoft.graph.restoreArtifactBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -6069,6 +8328,69 @@ components: $ref: '#/components/schemas/microsoft.graph.restorePoint' additionalProperties: type: object + microsoft.graph.restoreArtifactsBulkRequestBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreArtifactsBulkRequestBase + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time when the bulk request was created. + format: date-time + nullable: true + destinationType: + $ref: '#/components/schemas/microsoft.graph.destinationType' + displayName: + type: string + description: Name of the addition request. + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp when this entity was last modified. + format: date-time + nullable: true + protectionTimePeriod: + $ref: '#/components/schemas/microsoft.graph.timePeriod' + protectionUnitIds: + type: array + items: + type: string + nullable: true + description: Indicates which protection units to restore. This property isn't implemented yet. Future value; don't use. + restorePointPreference: + $ref: '#/components/schemas/microsoft.graph.restorePointPreference' + status: + $ref: '#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestStatus' + tags: + $ref: '#/components/schemas/microsoft.graph.restorePointTags' + additionalProperties: + type: object + microsoft.graph.backupServiceConsumer: + title: backupServiceConsumer + enum: + - unknown + - firstparty + - thirdparty + - unknownFutureValue + type: string + microsoft.graph.disableReason: + title: disableReason + enum: + - none + - invalidBillingProfile + - userRequested + - unknownFutureValue + - controllerServiceAppDeleted + type: string microsoft.graph.identitySet: title: identitySet type: object @@ -6081,6 +8403,15 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.backupServiceStatus: + title: backupServiceStatus + enum: + - disabled + - enabled + - protectionChangeLocked + - restoreLocked + - unknownFutureValue + type: string microsoft.graph.retentionSetting: title: retentionSetting type: object @@ -6141,6 +8472,68 @@ components: - removeRequested - unknownFutureValue type: string + microsoft.graph.restorableArtifact: + title: restorableArtifact + enum: + - message + - unknownFutureValue + type: string + microsoft.graph.restorePointSearchResult: + title: restorePointSearchResult + type: object + properties: + artifactHitCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: Total number of artifacts restored. + format: int32 + nullable: true + restorePoint: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + additionalProperties: + type: object + microsoft.graph.restoreJobType: + title: restoreJobType + enum: + - standard + - bulk + - unknownFutureValue + type: string + microsoft.graph.restoreSessionArtifactCount: + title: restoreSessionArtifactCount + type: object + properties: + completed: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts whose restoration completed. + format: int32 + nullable: true + failed: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts whose restoration failed. + format: int32 + nullable: true + inProgress: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts whose restoration is in progress. + format: int32 + nullable: true + total: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts present in the restore session. + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.restoreSessionStatus: title: restoreSessionStatus enum: @@ -6213,6 +8606,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveProtectionUnitsBulkAdditionJobCollectionResponse: + title: Collection of driveProtectionUnitsBulkAdditionJob + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.exchangeProtectionPolicyCollectionResponse: title: Collection of exchangeProtectionPolicy type: object @@ -6252,6 +8658,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mailboxProtectionUnitsBulkAdditionJobCollectionResponse: + title: Collection of mailboxProtectionUnitsBulkAdditionJob + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.exchangeRestoreSessionCollectionResponse: title: Collection of exchangeRestoreSession type: object @@ -6291,6 +8710,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequestCollectionResponse: + title: Collection of mailboxRestoreArtifactsBulkAdditionRequest + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: title: Collection of oneDriveForBusinessProtectionPolicy type: object @@ -6330,6 +8762,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveRestoreArtifactsBulkAdditionRequestCollectionResponse: + title: Collection of driveRestoreArtifactsBulkAdditionRequest + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactsBulkAdditionRequest' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.protectionPolicyBaseCollectionResponse: title: Collection of protectionPolicyBase type: object @@ -6434,6 +8879,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.siteProtectionUnitsBulkAdditionJobCollectionResponse: + title: Collection of siteProtectionUnitsBulkAdditionJob + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.sharePointRestoreSessionCollectionResponse: title: Collection of sharePointRestoreSession type: object @@ -6460,32 +8918,19 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.backupServiceConsumer: - title: backupServiceConsumer - enum: - - unknown - - firstparty - - thirdparty - - unknownFutureValue - type: string - microsoft.graph.disableReason: - title: disableReason - enum: - - none - - invalidBillingProfile - - userRequested - - unknownFutureValue - - controllerServiceAppDeleted - type: string - microsoft.graph.backupServiceStatus: - title: backupServiceStatus - enum: - - disabled - - enabled - - protectionChangeLocked - - restoreLocked - - unknownFutureValue - type: string + microsoft.graph.siteRestoreArtifactsBulkAdditionRequestCollectionResponse: + title: Collection of siteRestoreArtifactsBulkAdditionRequest + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.protectionRuleStatus: title: protectionRuleStatus enum: @@ -6495,6 +8940,15 @@ components: - completedWithErrors - unknownFutureValue type: string + microsoft.graph.protectionUnitsBulkJobStatus: + title: protectionUnitsBulkJobStatus + enum: + - unknown + - active + - completed + - completedWithErrors + - unknownFutureValue + type: string microsoft.graph.destinationType: title: destinationType enum: @@ -6513,6 +8967,15 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.restoreArtifactsBulkRequestStatus: + title: restoreArtifactsBulkRequestStatus + enum: + - unknown + - active + - completed + - completedWithErrors + - unknownFutureValue + type: string microsoft.graph.publicErrorDetail: title: publicErrorDetail type: object @@ -6621,6 +9084,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitCollectionResponse' + microsoft.graph.driveProtectionUnitsBulkAdditionJobCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJobCollectionResponse' microsoft.graph.exchangeProtectionPolicyCollectionResponse: description: Retrieved collection content: @@ -6639,6 +9108,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitCollectionResponse' + microsoft.graph.mailboxProtectionUnitsBulkAdditionJobCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJobCollectionResponse' microsoft.graph.exchangeRestoreSessionCollectionResponse: description: Retrieved collection content: @@ -6657,6 +9132,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactCollectionResponse' + microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequestCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequestCollectionResponse' microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: description: Retrieved collection content: @@ -6675,6 +9156,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactCollectionResponse' + microsoft.graph.driveRestoreArtifactsBulkAdditionRequestCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactsBulkAdditionRequestCollectionResponse' microsoft.graph.protectionPolicyBaseCollectionResponse: description: Retrieved collection content: @@ -6723,6 +9210,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitCollectionResponse' + microsoft.graph.siteProtectionUnitsBulkAdditionJobCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJobCollectionResponse' microsoft.graph.sharePointRestoreSessionCollectionResponse: description: Retrieved collection content: @@ -6735,6 +9228,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactCollectionResponse' + microsoft.graph.siteRestoreArtifactsBulkAdditionRequestCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequestCollectionResponse' parameters: top: name: $top diff --git a/openApiDocs/beta/Bookings.yml b/openApiDocs/beta/Bookings.yml index eb0a26a06e2..c187046c6d4 100644 --- a/openApiDocs/beta/Bookings.yml +++ b/openApiDocs/beta/Bookings.yml @@ -403,7 +403,7 @@ paths: '/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/microsoft.graph.cancel': post: tags: - - bookingBusinesses.Actions + - bookingBusinesses.bookingAppointment summary: Invoke action cancel description: 'Cancel the specified bookingAppointment in the specified bookingBusiness, and send a message to the involved customer and staff members.' externalDocs: @@ -721,7 +721,7 @@ paths: '/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/microsoft.graph.cancel': post: tags: - - bookingBusinesses.Actions + - bookingBusinesses.bookingAppointment summary: Invoke action cancel description: 'Cancel the specified bookingAppointment in the specified bookingBusiness, and send a message to the involved customer and staff members.' externalDocs: @@ -1269,7 +1269,7 @@ paths: '/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.getStaffAvailability': post: tags: - - bookingBusinesses.Actions + - bookingBusinesses.bookingBusiness.Actions summary: Invoke action getStaffAvailability description: Get the availability information of staff members of a Microsoft Bookings calendar. externalDocs: @@ -1329,7 +1329,7 @@ paths: '/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.publish': post: tags: - - bookingBusinesses.Actions + - bookingBusinesses.bookingBusiness.Actions summary: Invoke action publish description: 'Make the scheduling page of this business available to external customers. Set the isPublished property to true, and publicUrl property to the URL of the scheduling page.' externalDocs: @@ -1354,7 +1354,7 @@ paths: '/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.unpublish': post: tags: - - bookingBusinesses.Actions + - bookingBusinesses.bookingBusiness.Actions summary: Invoke action unpublish description: 'Make the scheduling page of this business not available to external customers. Set the isPublished property to false, and publicUrl property to null.' externalDocs: @@ -2118,281 +2118,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/approval/approvalItems/{approvalItem-id}/microsoft.graph.cancel': - post: - tags: - - solutions.Actions - summary: Invoke action cancel - description: Cancel the approval item. The owner of the approval can trigger this endpoint. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/approvalitem-cancel?view=graph-rest-beta - operationId: solution.approval.approvalItem_cancel - parameters: - - name: approvalItem-id - in: path - description: The unique identifier of approvalItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: approvalItem - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /solutions/approval/microsoft.graph.provision: - post: - tags: - - solutions.Actions - summary: Invoke action provision - description: Provision an approvalSolution on behalf of a tenant. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/approvalsolution-provision?view=graph-rest-beta - operationId: solution.approval_provision - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /solutions/backupRestore/microsoft.graph.enable: - post: - tags: - - solutions.Actions - summary: Invoke action enable - description: 'Enable the Microsoft 365 Backup Storage service for a tenant. Before you call this API, call List protection policies to initialize the data store in the tenant. Data store initialization takes about 5 minutes. If you call this API before the data store is initialized, the call results in an error.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-beta - operationId: solution.backupRestore_enable - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - appOwnerTenantId: - type: string - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.serviceStatus' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate': - post: - tags: - - solutions.Actions - summary: Invoke action activate - description: 'Activate a protectionPolicyBase. Currently, only one active backup policy per underlying service is supported (that is, one for OneDrive accounts, one for SharePoint sites, and one for Exchange Online users). You can add or remove artifacts (sites or user accounts) to or from each active policy.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-beta - operationId: solution.backupRestore.protectionPolicy_activate - parameters: - - name: protectionPolicyBase-id - in: path - description: The unique identifier of protectionPolicyBase - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: protectionPolicyBase - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.deactivate': - post: - tags: - - solutions.Actions - summary: Invoke action deactivate - description: Deactivate a protectionPolicyBase. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-beta - operationId: solution.backupRestore.protectionPolicy_deactivate - parameters: - - name: protectionPolicyBase-id - in: path - description: The unique identifier of protectionPolicyBase - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: protectionPolicyBase - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /solutions/backupRestore/restorePoints/microsoft.graph.search: - post: - tags: - - solutions.Actions - summary: Invoke action search - description: Search for the restorePoint objects associated with a protectionUnit. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-beta - operationId: solution.backupRestore.restorePoint_search - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - protectionUnitIds: - type: array - items: - type: string - nullable: true - protectionTimePeriod: - $ref: '#/components/schemas/microsoft.graph.timePeriod' - restorePointPreference: - $ref: '#/components/schemas/microsoft.graph.restorePointPreference' - tags: - $ref: '#/components/schemas/microsoft.graph.restorePointTags' - artifactQuery: - $ref: '#/components/schemas/microsoft.graph.artifactQuery' - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.restorePointSearchResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate': - post: - tags: - - solutions.Actions - summary: Invoke action activate - description: 'Activate a draft restoreSessionBase object to restore a protection unit. The following points apply to restoring a protection unit:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-beta - operationId: solution.backupRestore.restoreSession_activate - parameters: - - name: restoreSessionBase-id - in: path - description: The unique identifier of restoreSessionBase - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: restoreSessionBase - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate': - post: - tags: - - solutions.Actions - summary: Invoke action activate - description: Activate a serviceApp. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-beta - operationId: solution.backupRestore.serviceApp_activate - parameters: - - name: serviceApp-id - in: path - description: The unique identifier of serviceApp - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: serviceApp - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - effectiveDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.serviceApp' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.deactivate': - post: - tags: - - solutions.Actions - summary: Invoke action deactivate - description: Deactivate a serviceApp. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-beta - operationId: solution.backupRestore.serviceApp_deactivate - parameters: - - name: serviceApp-id - in: path - description: The unique identifier of serviceApp - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: serviceApp - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.serviceApp' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action /solutions/bookingBusinesses: get: tags: @@ -2806,7 +2531,7 @@ paths: '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/microsoft.graph.cancel': post: tags: - - solutions.Actions + - solutions.bookingBusiness summary: Invoke action cancel description: 'Cancel the specified bookingAppointment in the specified bookingBusiness, and send a message to the involved customer and staff members.' externalDocs: @@ -3124,7 +2849,7 @@ paths: '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/microsoft.graph.cancel': post: tags: - - solutions.Actions + - solutions.bookingBusiness summary: Invoke action cancel description: 'Cancel the specified bookingAppointment in the specified bookingBusiness, and send a message to the involved customer and staff members.' externalDocs: @@ -3672,7 +3397,7 @@ paths: '/solutions/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.getStaffAvailability': post: tags: - - solutions.Actions + - solutions.bookingBusiness summary: Invoke action getStaffAvailability description: Get the availability information of staff members of a Microsoft Bookings calendar. externalDocs: @@ -3732,7 +3457,7 @@ paths: '/solutions/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.publish': post: tags: - - solutions.Actions + - solutions.bookingBusiness summary: Invoke action publish description: 'Make the scheduling page of this business available to external customers. Set the isPublished property to true, and publicUrl property to the URL of the scheduling page.' externalDocs: @@ -3757,7 +3482,7 @@ paths: '/solutions/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.unpublish': post: tags: - - solutions.Actions + - solutions.bookingBusiness summary: Invoke action unpublish description: 'Make the scheduling page of this business not available to external customers. Set the isPublished property to false, and publicUrl property to null.' externalDocs: @@ -4470,47 +4195,6 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/solutions/businessScenarios/{businessScenario-id}/planner/microsoft.graph.getPlan': - post: - tags: - - solutions.Actions - summary: Invoke action getPlan - description: 'Get information about the plannerPlan mapped to a given target. If a plannerPlan doesn''t exist for the specified target at the time of the request, a new plan will be created for the businessScenario.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta - operationId: solution.businessScenario.planner_getPlan - parameters: - - name: businessScenario-id - in: path - description: The unique identifier of businessScenario - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: businessScenario - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - target: - $ref: '#/components/schemas/microsoft.graph.businessScenarioTaskTargetBase' - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanReference' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action /solutions/virtualEvents: get: tags: @@ -4767,7 +4451,7 @@ paths: '/solutions/virtualEvents/events/{virtualEvent-id}/microsoft.graph.cancel': post: tags: - - solutions.Actions + - solutions.virtualEventsRoot summary: Invoke action cancel operationId: solution.virtualEvent.event_cancel parameters: @@ -4788,7 +4472,7 @@ paths: '/solutions/virtualEvents/events/{virtualEvent-id}/microsoft.graph.publish': post: tags: - - solutions.Actions + - solutions.virtualEventsRoot summary: Invoke action publish operationId: solution.virtualEvent.event_publish parameters: @@ -4806,13 +4490,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/solutions/virtualEvents/events/{virtualEvent-id}/presenters': - get: + '/solutions/virtualEvents/events/{virtualEvent-id}/microsoft.graph.setExternalEventInformation': + post: tags: - solutions.virtualEventsRoot - summary: Get presenters from solutions - description: The virtual event presenters. - operationId: solution.virtualEvent.event_ListPresenter + summary: Invoke action setExternalEventInformation + operationId: solution.virtualEvent.event_setExternalEventInformation parameters: - name: virtualEvent-id in: path @@ -4822,29 +4505,64 @@ paths: schema: type: string x-ms-docs-key-type: virtualEvent - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + externalEventId: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/virtualEvents/events/{virtualEvent-id}/presenters': + get: + tags: + - solutions.virtualEventsRoot + summary: Get presenters from solutions + description: The virtual event presenters. + operationId: solution.virtualEvent.event_ListPresenter + parameters: + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array items: type: string - name: $expand @@ -8815,8 +8533,12 @@ paths: '/solutions/virtualEvents/townhalls/microsoft.graph.getByUserIdAndRole(userId=''{userId}'',role=''{role}'')': get: tags: - - solutions.Functions + - solutions.virtualEventsRoot summary: Invoke function getByUserIdAndRole + description: Get a list of virtualEventTownhall objects where the specified user is either the organizer or a coorganizer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventtownhall-getbyuseridandrole?view=graph-rest-beta operationId: solution.virtualEvent.townhall_getGraphBPreUserIdAndRole parameters: - name: userId @@ -8895,8 +8617,12 @@ paths: '/solutions/virtualEvents/townhalls/microsoft.graph.getByUserRole(role=''{role}'')': get: tags: - - solutions.Functions + - solutions.virtualEventsRoot summary: Invoke function getByUserRole + description: Get a list of virtualEventTownhall objects where the signed-in user is either the organizer or a coorganizer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventtownhall-getbyuserrole?view=graph-rest-beta operationId: solution.virtualEvent.townhall_getGraphBPreUserRole parameters: - name: role @@ -8970,7 +8696,7 @@ paths: tags: - solutions.virtualEventsRoot summary: List webinars - description: Get the list of all virtualEventWebinar objects created in the tenant. + description: Get the list of all virtualEventWebinar objects created in a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-beta @@ -10207,7 +9933,7 @@ paths: '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/microsoft.graph.cancel': post: tags: - - solutions.Actions + - solutions.virtualEventsRoot summary: Invoke action cancel description: 'Cancel a registrant''s registration record for a webinar. ' operationId: solution.virtualEvent.webinar.registration_cancel @@ -10590,7 +10316,7 @@ paths: '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email=''{email}'')/microsoft.graph.cancel': post: tags: - - solutions.Actions + - solutions.virtualEventsRoot summary: Invoke action cancel description: 'Cancel a registrant''s registration record for a webinar. ' operationId: solution.virtualEvent.webinar.registration.email_cancel @@ -10750,7 +10476,7 @@ paths: '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId=''{userId}'')/microsoft.graph.cancel': post: tags: - - solutions.Actions + - solutions.virtualEventsRoot summary: Invoke action cancel description: 'Cancel a registrant''s registration record for a webinar. ' operationId: solution.virtualEvent.webinar.registration.userId_cancel @@ -12260,7 +11986,7 @@ paths: '/solutions/virtualEvents/webinars/microsoft.graph.getByUserIdAndRole(userId=''{userId}'',role=''{role}'')': get: tags: - - solutions.Functions + - solutions.virtualEventsRoot summary: Invoke function getByUserIdAndRole description: Get a list of virtualEventWebinar objects where the specified user is either the organizer or a coorganizer. externalDocs: @@ -12344,7 +12070,7 @@ paths: '/solutions/virtualEvents/webinars/microsoft.graph.getByUserRole(role=''{role}'')': get: tags: - - solutions.Functions + - solutions.virtualEventsRoot summary: Invoke function getByUserRole description: Get a list of virtualEventWebinar objects where the signed-in user is either the organizer or a coorganizer. externalDocs: @@ -12588,7 +12314,7 @@ components: filledAttendeesCount: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: The current number of customers in the appointment. format: int32 readOnly: true @@ -12596,6 +12322,7 @@ components: type: number description: The billed amount on the invoice. format: double + nullable: true invoiceDate: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' invoiceId: @@ -12628,7 +12355,7 @@ components: maximumAttendeesCount: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: 'The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.' format: int32 onlineMeetingUrl: @@ -12651,6 +12378,7 @@ components: type: number description: The regular price for an appointment for the specified bookingService. format: double + nullable: true priceType: $ref: '#/components/schemas/microsoft.graph.bookingPriceType' reminders: @@ -12812,6 +12540,7 @@ components: type: number description: The default monetary price for the service. format: double + nullable: true defaultPriceType: $ref: '#/components/schemas/microsoft.graph.bookingPriceType' defaultReminders: @@ -12848,7 +12577,7 @@ components: maximumAttendeesCount: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: 'The maximum number of customers allowed in a service. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.' format: int32 notes: @@ -12897,7 +12626,7 @@ components: colorIndex: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: Identifies a color to represent the staff member. The color corresponds to the color palette in the Staff details page in the Bookings app. format: int32 nullable: true @@ -12976,296 +12705,81 @@ components: $ref: '#/components/schemas/microsoft.graph.virtualEventsRoot' additionalProperties: type: object - microsoft.graph.serviceStatus: - title: serviceStatus - type: object - properties: - backupServiceConsumer: - $ref: '#/components/schemas/microsoft.graph.backupServiceConsumer' - disableReason: - $ref: '#/components/schemas/microsoft.graph.disableReason' - gracePeriodDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The expiration time of the grace period. - format: date-time - nullable: true - lastModifiedBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - lastModifiedDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: Timestamp of the last modification of the entity. - format: date-time - nullable: true - restoreAllowedTillDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The expiration time of the restoration allowed period. - format: date-time - nullable: true - status: - $ref: '#/components/schemas/microsoft.graph.backupServiceStatus' - additionalProperties: - type: object - microsoft.graph.protectionPolicyBase: + microsoft.graph.virtualEventsRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - - title: protectionPolicyBase + - title: virtualEventsRoot + type: object + properties: + events: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEvent' + x-ms-navigationProperty: true + townhalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' + description: A collection of town halls. Nullable. + x-ms-navigationProperty: true + webinars: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' + description: A collection of webinars. Nullable. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.virtualEvent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: virtualEvent type: object properties: createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The time of creation of the policy. - format: date-time - nullable: true + $ref: '#/components/schemas/microsoft.graph.communicationsIdentitySet' + description: + $ref: '#/components/schemas/microsoft.graph.itemBody' displayName: type: string - description: The name of the policy to be created. - nullable: true - lastModifiedBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - lastModifiedDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The timestamp of the last modification of the policy. - format: date-time + description: The display name of the virtual event. nullable: true - retentionSettings: + endDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + externalEventInformation: type: array items: - $ref: '#/components/schemas/microsoft.graph.retentionSetting' - description: Contains the retention setting details for the policy. + $ref: '#/components/schemas/microsoft.graph.virtualEventExternalInformation' + description: 'The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null.' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' + startDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyStatus' + $ref: '#/components/schemas/microsoft.graph.virtualEventStatus' + presenters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' + description: The virtual event presenters. + x-ms-navigationProperty: true + sessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' + description: The sessions for the virtual event. + x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.timePeriod: - title: timePeriod - type: object - properties: - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date time of the end of the time period. - format: date-time - nullable: true - startDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date time of the start of the time period. - format: date-time - nullable: true - additionalProperties: - type: object - microsoft.graph.restorePointPreference: - title: restorePointPreference - enum: - - latest - - oldest - - unknownFutureValue - type: string - microsoft.graph.restorePointTags: - title: restorePointTags - enum: - - none - - fastRestore - - unknownFutureValue - type: string - x-ms-enum-flags: - isFlags: true - microsoft.graph.artifactQuery: - title: artifactQuery - type: object - properties: - artifactType: - $ref: '#/components/schemas/microsoft.graph.restorableArtifact' - queryExpression: - type: string - description: Specifies criteria to retrieve artifacts. - nullable: true - additionalProperties: - type: object - microsoft.graph.restorePointSearchResponse: - title: restorePointSearchResponse - type: object - properties: - noResultProtectionUnitIds: - type: array - items: - type: string - nullable: true - description: Contains alist of protection units with no restore points. - searchResponseId: - type: string - description: The unique identifier of the search response. - nullable: true - searchResults: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.restorePointSearchResult' - description: Contains a collection of restore points. - additionalProperties: - type: object - microsoft.graph.restoreSessionBase: + microsoft.graph.virtualEventPresenter: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - - title: restoreSessionBase + - title: virtualEventPresenter type: object properties: - completedDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The time of completion of the restore session. - format: date-time - nullable: true - createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + email: type: string - description: The time of creation of the restore session. - format: date-time - nullable: true - error: - $ref: '#/components/schemas/microsoft.graph.publicError' - lastModifiedBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - lastModifiedDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: Timestamp of the last modification of the restore session. - format: date-time - nullable: true - status: - $ref: '#/components/schemas/microsoft.graph.restoreSessionStatus' - additionalProperties: - type: object - microsoft.graph.serviceApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: serviceApp - type: object - properties: - application: - $ref: '#/components/schemas/microsoft.graph.identity' - effectiveDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: Timestamp of the effective activation of the service app. - format: date-time - nullable: true - lastModifiedBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - lastModifiedDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: Timestamp of the last modification of the entity. - format: date-time - nullable: true - registrationDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: Timestamp of the creation of the service app entity. - format: date-time - nullable: true - status: - $ref: '#/components/schemas/microsoft.graph.serviceAppStatus' - additionalProperties: - type: object - microsoft.graph.businessScenarioTaskTargetBase: - title: businessScenarioTaskTargetBase - type: object - properties: - taskTargetKind: - $ref: '#/components/schemas/microsoft.graph.plannerTaskTargetKind' - additionalProperties: - type: object - microsoft.graph.businessScenarioPlanReference: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: businessScenarioPlanReference - type: object - properties: - title: - type: string - description: The title property of the plannerPlan. - nullable: true - additionalProperties: - type: object - microsoft.graph.virtualEventsRoot: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: virtualEventsRoot - type: object - properties: - events: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.virtualEvent' - x-ms-navigationProperty: true - townhalls: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' - description: A collection of town halls. Nullable. - x-ms-navigationProperty: true - webinars: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' - description: A collection of webinars. Nullable. - x-ms-navigationProperty: true - additionalProperties: - type: object - microsoft.graph.virtualEvent: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: virtualEvent - type: object - properties: - createdBy: - $ref: '#/components/schemas/microsoft.graph.communicationsIdentitySet' - description: - $ref: '#/components/schemas/microsoft.graph.itemBody' - displayName: - type: string - description: The display name of the virtual event. - nullable: true - endDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - settings: - $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' - startDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - status: - $ref: '#/components/schemas/microsoft.graph.virtualEventStatus' - presenters: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - description: The virtual event presenters. - x-ms-navigationProperty: true - sessions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - description: The sessions for the virtual event. - x-ms-navigationProperty: true - additionalProperties: - type: object - microsoft.graph.virtualEventPresenter: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: virtualEventPresenter - type: object - properties: - email: - type: string - description: Email address of the presenter. + description: Email address of the presenter. nullable: true identity: $ref: '#/components/schemas/microsoft.graph.identity' @@ -13306,6 +12820,11 @@ components: - title: meetingAttendanceReport type: object properties: + externalEventInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventExternalInformation' + description: The external information of a virtual event. Returned only for event organizers or coorganizers. Read-only. meetingEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string @@ -13321,7 +12840,7 @@ components: totalParticipantCount: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: Total number of participants. Read-only. format: int32 nullable: true @@ -13348,12 +12867,18 @@ components: type: string description: Email address of the user associated with this attendance record. nullable: true + externalRegistrationInformation: + $ref: '#/components/schemas/microsoft.graph.virtualEventExternalRegistrationInformation' identity: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true + registrationId: + type: string + description: Unique identifier of a virtualEventRegistration. Presents for all participant who has registered for the virtualEventWebinar. + nullable: true role: type: string description: 'Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer.' @@ -13361,7 +12886,7 @@ components: totalAttendanceInSeconds: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: Total duration of the attendances in seconds. format: int32 nullable: true @@ -13383,6 +12908,8 @@ components: type: string description: Email address of the registrant. nullable: true + externalRegistrationInformation: + $ref: '#/components/schemas/microsoft.graph.virtualEventExternalRegistrationInformation' firstName: type: string description: First name of the registrant. @@ -13684,6 +13211,8 @@ components: - '-INF' - INF - NaN + type: string + nullable: true microsoft.graph.bookingInvoiceStatus: title: bookingInvoiceStatus enum: @@ -13872,6 +13401,11 @@ components: $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' description: The list of drive protection units in the tenant. x-ms-navigationProperty: true + driveProtectionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob' + x-ms-navigationProperty: true exchangeProtectionPolicies: type: array items: @@ -13896,6 +13430,11 @@ components: $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' description: The list of mailbox protection units in the tenant. x-ms-navigationProperty: true + mailboxProtectionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob' + x-ms-navigationProperty: true oneDriveForBusinessProtectionPolicies: type: array items: @@ -13962,6 +13501,11 @@ components: $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' description: The list of site protection units in the tenant. x-ms-navigationProperty: true + siteProtectionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob' + x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.businessScenario: @@ -14002,133 +13546,81 @@ components: $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanner' additionalProperties: type: object - microsoft.graph.backupServiceConsumer: - title: backupServiceConsumer - enum: - - unknown - - firstparty - - thirdparty - - unknownFutureValue - type: string - microsoft.graph.disableReason: - title: disableReason - enum: - - none - - invalidBillingProfile - - userRequested - - unknownFutureValue - - controllerServiceAppDeleted - type: string - microsoft.graph.identitySet: - title: identitySet + microsoft.graph.communicationsIdentitySet: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - title: communicationsIdentitySet + type: object + properties: + applicationInstance: + $ref: '#/components/schemas/microsoft.graph.identity' + assertedIdentity: + $ref: '#/components/schemas/microsoft.graph.identity' + azureCommunicationServicesUser: + $ref: '#/components/schemas/microsoft.graph.identity' + encrypted: + $ref: '#/components/schemas/microsoft.graph.identity' + endpointType: + $ref: '#/components/schemas/microsoft.graph.endpointType' + guest: + $ref: '#/components/schemas/microsoft.graph.identity' + onPremises: + $ref: '#/components/schemas/microsoft.graph.identity' + phone: + $ref: '#/components/schemas/microsoft.graph.identity' + additionalProperties: + type: object + microsoft.graph.itemBody: + title: itemBody type: object properties: - application: - $ref: '#/components/schemas/microsoft.graph.identity' - device: - $ref: '#/components/schemas/microsoft.graph.identity' - user: - $ref: '#/components/schemas/microsoft.graph.identity' + content: + type: string + description: The content of the item. + nullable: true + contentType: + $ref: '#/components/schemas/microsoft.graph.bodyType' additionalProperties: type: object - microsoft.graph.backupServiceStatus: - title: backupServiceStatus - enum: - - disabled - - enabled - - protectionChangeLocked - - restoreLocked - - unknownFutureValue - type: string - microsoft.graph.retentionSetting: - title: retentionSetting + microsoft.graph.virtualEventExternalInformation: + title: virtualEventExternalInformation type: object properties: - interval: + applicationId: type: string - description: The frequency of the backup. + description: Identifier of the application that hosts the externalEventId. Read-only. nullable: true - period: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + externalEventId: type: string - description: The period of time to retain the protected data for a single Microsoft 365 service. - format: duration + description: 'The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. Optional. If set, the maximum supported length is 256 characters.' nullable: true additionalProperties: type: object - microsoft.graph.protectionPolicyStatus: - title: protectionPolicyStatus - enum: - - inactive - - activeWithErrors - - updating - - active - - unknownFutureValue - type: string - microsoft.graph.restorableArtifact: - title: restorableArtifact - enum: - - message - - unknownFutureValue - type: string - microsoft.graph.restorePointSearchResult: - title: restorePointSearchResult + microsoft.graph.virtualEventSettings: + title: virtualEventSettings type: object properties: - artifactHitCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: Total number of artifacts restored. - format: int32 + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. nullable: true - restorePoint: - $ref: '#/components/schemas/microsoft.graph.restorePoint' additionalProperties: type: object - microsoft.graph.publicError: - title: publicError + microsoft.graph.virtualEventStatus: + title: virtualEventStatus + enum: + - draft + - published + - canceled + - unknownFutureValue + type: string + microsoft.graph.identity: + title: identity type: object properties: - code: + displayName: type: string - description: Represents the error code. - nullable: true - details: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' - description: Details of the error. - innerError: - $ref: '#/components/schemas/microsoft.graph.publicInnerError' - message: - type: string - description: A non-localized message for the developer. - nullable: true - target: - type: string - description: The target of the error. - nullable: true - additionalProperties: - type: object - microsoft.graph.restoreSessionStatus: - title: restoreSessionStatus - enum: - - draft - - activating - - active - - completedWithError - - completed - - unknownFutureValue - - failed - type: string - microsoft.graph.identity: - title: identity - type: object - properties: - displayName: - type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' nullable: true id: type: string @@ -14136,75 +13628,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.serviceAppStatus: - title: serviceAppStatus - enum: - - inactive - - active - - pendingActive - - pendingInactive - - unknownFutureValue - type: string - microsoft.graph.plannerTaskTargetKind: - title: plannerTaskTargetKind - enum: - - group - - unknownFutureValue - type: string - microsoft.graph.communicationsIdentitySet: - allOf: - - $ref: '#/components/schemas/microsoft.graph.identitySet' - - title: communicationsIdentitySet - type: object - properties: - applicationInstance: - $ref: '#/components/schemas/microsoft.graph.identity' - assertedIdentity: - $ref: '#/components/schemas/microsoft.graph.identity' - azureCommunicationServicesUser: - $ref: '#/components/schemas/microsoft.graph.identity' - encrypted: - $ref: '#/components/schemas/microsoft.graph.identity' - endpointType: - $ref: '#/components/schemas/microsoft.graph.endpointType' - guest: - $ref: '#/components/schemas/microsoft.graph.identity' - onPremises: - $ref: '#/components/schemas/microsoft.graph.identity' - phone: - $ref: '#/components/schemas/microsoft.graph.identity' - additionalProperties: - type: object - microsoft.graph.itemBody: - title: itemBody - type: object - properties: - content: - type: string - description: The content of the item. - nullable: true - contentType: - $ref: '#/components/schemas/microsoft.graph.bodyType' - additionalProperties: - type: object - microsoft.graph.virtualEventSettings: - title: virtualEventSettings - type: object - properties: - isAttendeeEmailNotificationEnabled: - type: boolean - description: Indicates whether virtual event attendees receive email notifications. - nullable: true - additionalProperties: - type: object - microsoft.graph.virtualEventStatus: - title: virtualEventStatus - enum: - - draft - - published - - canceled - - unknownFutureValue - type: string microsoft.graph.virtualEventPresenterDetails: title: virtualEventPresenterDetails type: object @@ -14256,6 +13679,8 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowedLobbyAdmitters: + $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: @@ -14345,7 +13770,7 @@ components: durationInSeconds: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: 'Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime.' format: int32 nullable: true @@ -14363,6 +13788,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.virtualEventExternalRegistrationInformation: + title: virtualEventExternalRegistrationInformation + type: object + properties: + referrer: + type: string + description: A URL or string that represents the location from which the registrant registered. Optional. + nullable: true + registrationId: + type: string + description: 'The identifier for a virtualEventExternalRegistrationInformation object. Optional. If set, the maximum supported length is 256 characters.' + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventRegistrationQuestionAnswer: title: virtualEventRegistrationQuestionAnswer type: object @@ -14429,7 +13868,7 @@ components: capacity: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: Total capacity of the virtual event. format: int32 nullable: true @@ -14936,6 +14375,38 @@ components: $ref: '#/components/schemas/microsoft.graph.approvalOperationStatus' additionalProperties: type: object + microsoft.graph.serviceStatus: + title: serviceStatus + type: object + properties: + backupServiceConsumer: + $ref: '#/components/schemas/microsoft.graph.backupServiceConsumer' + disableReason: + $ref: '#/components/schemas/microsoft.graph.disableReason' + gracePeriodDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the grace period. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + restoreAllowedTillDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the restoration allowed period. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.backupServiceStatus' + additionalProperties: + type: object microsoft.graph.driveProtectionRule: allOf: - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' @@ -14970,6 +14441,26 @@ components: readOnly: true additionalProperties: type: object + microsoft.graph.driveProtectionUnitsBulkAdditionJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitsBulkJobBase' + - title: driveProtectionUnitsBulkAdditionJob + type: object + properties: + directoryObjectIds: + type: array + items: + type: string + nullable: true + description: The list of OneDrive directoryObjectIds to add to the OneDrive protection policy. + drives: + type: array + items: + type: string + nullable: true + description: The list of email addresses to add to the OneDrive protection policy. + additionalProperties: + type: object microsoft.graph.exchangeProtectionPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' @@ -14988,6 +14479,11 @@ components: $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' description: The protection units (mailboxes) that are protected under the Exchange protection policy. x-ms-navigationProperty: true + mailboxProtectionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob' + x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.exchangeRestoreSession: @@ -15007,6 +14503,12 @@ components: $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. x-ms-navigationProperty: true + mailboxRestoreArtifactsBulkAdditionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest' + description: A collection of user mailboxes and destination details that can be used to restore Exchange mailboxes. + x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.mailboxProtectionRule: @@ -15041,6 +14543,28 @@ components: description: Email address associated with the directory object. nullable: true readOnly: true + mailboxType: + $ref: '#/components/schemas/microsoft.graph.mailboxType' + additionalProperties: + type: object + microsoft.graph.mailboxProtectionUnitsBulkAdditionJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitsBulkJobBase' + - title: mailboxProtectionUnitsBulkAdditionJob + type: object + properties: + directoryObjectIds: + type: array + items: + type: string + nullable: true + description: The list of Exchange directoryObjectIds to add to the Exchange protection policy. + mailboxes: + type: array + items: + type: string + nullable: true + description: The list of Exchange email addresses to add to the Exchange protection policy. additionalProperties: type: object microsoft.graph.oneDriveForBusinessProtectionPolicy: @@ -15053,13 +14577,18 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' - description: Contains the details of the Onedrive for Business protection rule. + description: Contains the details of the OneDrive for Work or School protection rule. x-ms-navigationProperty: true driveProtectionUnits: type: array items: $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' - description: Contains the protection units associated with a OneDrive for Business protection policy. + description: Contains the protection units associated with a OneDrive for Work or School protection policy. + x-ms-navigationProperty: true + driveProtectionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob' x-ms-navigationProperty: true additionalProperties: type: object @@ -15073,10 +14602,51 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' - description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + description: A collection of restore points and destination details that can be used to restore a OneDrive for work or school drive. + x-ms-navigationProperty: true + driveRestoreArtifactsBulkAdditionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactsBulkAdditionRequest' + description: A collection of user mailboxes and destination details that can be used to restore a OneDrive for work or school drive. x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.protectionPolicyBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionPolicyBase + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the policy. + format: date-time + nullable: true + displayName: + type: string + description: The name of the policy to be created. + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The timestamp of the last modification of the policy. + format: date-time + nullable: true + retentionSettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.retentionSetting' + description: Contains the retention setting details for the policy. + status: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyStatus' + additionalProperties: + type: object microsoft.graph.protectionUnitBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15133,6 +14703,76 @@ components: $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' additionalProperties: type: object + microsoft.graph.restoreSessionBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreSessionBase + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of completion of the restore session. + format: date-time + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the restore session. + format: date-time + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the restore session. + format: date-time + nullable: true + restoreJobType: + $ref: '#/components/schemas/microsoft.graph.restoreJobType' + restoreSessionArtifactCount: + $ref: '#/components/schemas/microsoft.graph.restoreSessionArtifactCount' + status: + $ref: '#/components/schemas/microsoft.graph.restoreSessionStatus' + additionalProperties: + type: object + microsoft.graph.serviceApp: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: serviceApp + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.identity' + effectiveDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the effective activation of the service app. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + registrationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the creation of the service app entity. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.serviceAppStatus' + additionalProperties: + type: object microsoft.graph.sharePointProtectionPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' @@ -15151,6 +14791,11 @@ components: $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' description: The protection units (sites) that are protected under the site protection policy. x-ms-navigationProperty: true + siteProtectionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob' + x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.sharePointRestoreSession: @@ -15165,6 +14810,12 @@ components: $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' description: A collection of restore points and destination details that can be used to restore SharePoint sites. x-ms-navigationProperty: true + siteRestoreArtifactsBulkAdditionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest' + description: A collection of SharePoint site URLs and destination details that can be used to restore SharePoint sites. + x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.siteProtectionRule: @@ -15201,6 +14852,38 @@ components: readOnly: true additionalProperties: type: object + microsoft.graph.siteProtectionUnitsBulkAdditionJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitsBulkJobBase' + - title: siteProtectionUnitsBulkAdditionJob + type: object + properties: + siteIds: + type: array + items: + type: string + nullable: true + description: The list of SharePoint site IDs to add to the SharePoint protection policy. + siteWebUrls: + type: array + items: + type: string + nullable: true + description: The list of SharePoint site URLs to add to the SharePoint protection policy. + additionalProperties: + type: object + microsoft.graph.identitySet: + title: identitySet + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.identity' + device: + $ref: '#/components/schemas/microsoft.graph.identity' + user: + $ref: '#/components/schemas/microsoft.graph.identity' + additionalProperties: + type: object microsoft.graph.businessScenarioPlanner: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15219,47 +14902,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.publicErrorDetail: - title: publicErrorDetail - type: object - properties: - code: - type: string - description: The error code. - nullable: true - message: - type: string - description: The error message. - nullable: true - target: - type: string - description: The target of the error. - nullable: true - additionalProperties: - type: object - microsoft.graph.publicInnerError: - title: publicInnerError - type: object - properties: - code: - type: string - description: The error code. - nullable: true - details: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' - description: A collection of error details. - message: - type: string - description: The error message. - nullable: true - target: - type: string - description: The target of the error. - nullable: true - additionalProperties: - type: object microsoft.graph.endpointType: title: endpointType enum: @@ -15275,6 +14917,13 @@ components: - text - html type: string + microsoft.graph.allowedLobbyAdmitterRoles: + title: allowedLobbyAdmitterRoles + enum: + - organizerAndCoOrganizersAndPresenters + - organizerAndCoOrganizers + - unknownFutureValue + type: string microsoft.graph.onlineMeetingPresenters: title: onlineMeetingPresenters enum: @@ -15545,6 +15194,31 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.publicError: + title: publicError + type: object + properties: + code: + type: string + description: Represents the error code. + nullable: true + details: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' + description: Details of the error. + innerError: + $ref: '#/components/schemas/microsoft.graph.publicInnerError' + message: + type: string + description: A non-localized message for the developer. + nullable: true + target: + type: string + description: The target of the error. + nullable: true + additionalProperties: + type: object microsoft.graph.approvalOperationStatus: title: approvalOperationStatus enum: @@ -15555,6 +15229,32 @@ components: - timeout - unknownFutureValue type: string + microsoft.graph.backupServiceConsumer: + title: backupServiceConsumer + enum: + - unknown + - firstparty + - thirdparty + - unknownFutureValue + type: string + microsoft.graph.disableReason: + title: disableReason + enum: + - none + - invalidBillingProfile + - userRequested + - unknownFutureValue + - controllerServiceAppDeleted + type: string + microsoft.graph.backupServiceStatus: + title: backupServiceStatus + enum: + - disabled + - enabled + - protectionChangeLocked + - restoreLocked + - unknownFutureValue + type: string microsoft.graph.protectionRuleBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15573,7 +15273,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicError' isAutoApplyEnabled: type: boolean - description: Indicates whether the protection rule is static or dynamic. + description: 'true indicates that the protection rule is dynamic; false that it''s static. Currently, only static rules are supported.' nullable: true lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -15587,6 +15287,38 @@ components: $ref: '#/components/schemas/microsoft.graph.protectionRuleStatus' additionalProperties: type: object + microsoft.graph.protectionUnitsBulkJobBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionUnitsBulkJobBase + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the job. + format: date-time + nullable: true + displayName: + type: string + description: The name of the protection units bulk addition job. + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification made to the job. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.protectionUnitsBulkJobStatus' + additionalProperties: + type: object microsoft.graph.granularMailboxRestoreArtifact: allOf: - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' @@ -15596,7 +15328,7 @@ components: artifactCount: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: . format: int32 nullable: true @@ -15613,15 +15345,50 @@ components: properties: restoredFolderId: type: string - description: The new restored folder identifier for the user. + description: The newly restored folder identifier for the user. nullable: true restoredFolderName: type: string description: The new restored folder name. nullable: true readOnly: true + restoredItemCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of items that are being restored in the folder. + format: int32 + nullable: true + additionalProperties: + type: object + microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestBase' + - title: mailboxRestoreArtifactsBulkAdditionRequest + type: object + properties: + directoryObjectIds: + type: array + items: + type: string + nullable: true + description: The list of directory object IDs that are added to the corresponding Exchange restore session in a bulk operation. This property isn't implemented yet. Future value; don't use. + mailboxes: + type: array + items: + type: string + nullable: true + description: The list of email addresses that are added to the corresponding Exchange restore session in a bulk operation. additionalProperties: type: object + microsoft.graph.mailboxType: + title: mailboxType + enum: + - unknown + - user + - shared + - unknownFutureValue + type: string microsoft.graph.driveRestoreArtifact: allOf: - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' @@ -15644,6 +15411,51 @@ components: readOnly: true additionalProperties: type: object + microsoft.graph.driveRestoreArtifactsBulkAdditionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestBase' + - title: driveRestoreArtifactsBulkAdditionRequest + type: object + properties: + directoryObjectIds: + type: array + items: + type: string + nullable: true + description: The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation. This property isn't implemented yet. Future value; don't use. + drives: + type: array + items: + type: string + nullable: true + description: The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation. + additionalProperties: + type: object + microsoft.graph.retentionSetting: + title: retentionSetting + type: object + properties: + interval: + type: string + description: The frequency of the backup. + nullable: true + period: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: The period of time to retain the protected data for a single Microsoft 365 service. + format: duration + nullable: true + additionalProperties: + type: object + microsoft.graph.protectionPolicyStatus: + title: protectionPolicyStatus + enum: + - inactive + - activeWithErrors + - updating + - active + - unknownFutureValue + type: string microsoft.graph.protectionUnitStatus: title: protectionUnitStatus enum: @@ -15654,6 +15466,76 @@ components: - removeRequested - unknownFutureValue type: string + microsoft.graph.restorePointTags: + title: restorePointTags + enum: + - none + - fastRestore + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true + microsoft.graph.restoreJobType: + title: restoreJobType + enum: + - standard + - bulk + - unknownFutureValue + type: string + microsoft.graph.restoreSessionArtifactCount: + title: restoreSessionArtifactCount + type: object + properties: + completed: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts whose restoration completed. + format: int32 + nullable: true + failed: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts whose restoration failed. + format: int32 + nullable: true + inProgress: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts whose restoration is in progress. + format: int32 + nullable: true + total: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts present in the restore session. + format: int32 + nullable: true + additionalProperties: + type: object + microsoft.graph.restoreSessionStatus: + title: restoreSessionStatus + enum: + - draft + - activating + - active + - completedWithError + - completed + - unknownFutureValue + - failed + type: string + microsoft.graph.serviceAppStatus: + title: serviceAppStatus + enum: + - inactive + - active + - pendingActive + - pendingInactive + - unknownFutureValue + type: string microsoft.graph.siteRestoreArtifact: allOf: - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' @@ -15676,6 +15558,26 @@ components: readOnly: true additionalProperties: type: object + microsoft.graph.siteRestoreArtifactsBulkAdditionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestBase' + - title: siteRestoreArtifactsBulkAdditionRequest + type: object + properties: + siteIds: + type: array + items: + type: string + nullable: true + description: The list of SharePoint site IDs that are added to the corresponding SharePoint restore session in a bulk operation. This property isn't implemented yet. Future value; don't use. + siteWebUrls: + type: array + items: + type: string + nullable: true + description: The list of SharePoint site URLs that are added to the corresponding SharePoint restore session in a bulk operation. + additionalProperties: + type: object microsoft.graph.plannerPlanConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15775,6 +15677,47 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.publicErrorDetail: + title: publicErrorDetail + type: object + properties: + code: + type: string + description: The error code. + nullable: true + message: + type: string + description: The error message. + nullable: true + target: + type: string + description: The target of the error. + nullable: true + additionalProperties: + type: object + microsoft.graph.publicInnerError: + title: publicInnerError + type: object + properties: + code: + type: string + description: The error code. + nullable: true + details: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' + description: A collection of error details. + message: + type: string + description: The error message. + nullable: true + target: + type: string + description: The target of the error. + nullable: true + additionalProperties: + type: object microsoft.graph.protectionRuleStatus: title: protectionRuleStatus enum: @@ -15784,6 +15727,15 @@ components: - completedWithErrors - unknownFutureValue type: string + microsoft.graph.protectionUnitsBulkJobStatus: + title: protectionUnitsBulkJobStatus + enum: + - unknown + - active + - completed + - completedWithErrors + - unknownFutureValue + type: string microsoft.graph.restoreArtifactBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15812,6 +15764,52 @@ components: $ref: '#/components/schemas/microsoft.graph.restorePoint' additionalProperties: type: object + microsoft.graph.restoreArtifactsBulkRequestBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreArtifactsBulkRequestBase + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time when the bulk request was created. + format: date-time + nullable: true + destinationType: + $ref: '#/components/schemas/microsoft.graph.destinationType' + displayName: + type: string + description: Name of the addition request. + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp when this entity was last modified. + format: date-time + nullable: true + protectionTimePeriod: + $ref: '#/components/schemas/microsoft.graph.timePeriod' + protectionUnitIds: + type: array + items: + type: string + nullable: true + description: Indicates which protection units to restore. This property isn't implemented yet. Future value; don't use. + restorePointPreference: + $ref: '#/components/schemas/microsoft.graph.restorePointPreference' + status: + $ref: '#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestStatus' + tags: + $ref: '#/components/schemas/microsoft.graph.restorePointTags' + additionalProperties: + type: object microsoft.graph.plannerPlanConfigurationBucketDefinition: title: plannerPlanConfigurationBucketDefinition type: object @@ -15863,7 +15861,7 @@ components: activeChecklistItemCount: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: 'The number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true @@ -15884,7 +15882,7 @@ components: checklistItemCount: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: The number of checklist items that are present on the task. format: int32 nullable: true @@ -15948,7 +15946,7 @@ components: percentComplete: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: 'The percentage of task completion. When set to 100, the task is completed.' format: int32 nullable: true @@ -15961,7 +15959,7 @@ components: priority: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: 'The priority of the task. Valid values are between 0 and 10, inclusive. Larger values indicate lower priority. For example, 0 has the highest priority and 10 has the lowest priority. Currently, planner interprets values 0 and 1 as ''urgent'', 2 and 3 and 4 as ''important'', 5, 6, and 7 as ''medium'', and 8, 9, and 10 as ''low''. Currently, planner sets the value 1 for ''urgent'', 3 for ''important'', 5 for ''medium'', and 9 for ''low''.' format: int32 nullable: true @@ -15970,7 +15968,7 @@ components: referenceCount: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: Number of external references that exist on the task. format: int32 nullable: true @@ -16021,6 +16019,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.businessScenarioTaskTargetBase: + title: businessScenarioTaskTargetBase + type: object + properties: + taskTargetKind: + $ref: '#/components/schemas/microsoft.graph.plannerTaskTargetKind' + additionalProperties: + type: object microsoft.graph.destinationType: title: destinationType enum: @@ -16039,6 +16045,40 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.timePeriod: + title: timePeriod + type: object + properties: + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date time of the end of the time period. + format: date-time + nullable: true + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date time of the start of the time period. + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.restorePointPreference: + title: restorePointPreference + enum: + - latest + - oldest + - unknownFutureValue + type: string + microsoft.graph.restoreArtifactsBulkRequestStatus: + title: restoreArtifactsBulkRequestStatus + enum: + - unknown + - active + - completed + - completedWithErrors + - unknownFutureValue + type: string microsoft.graph.plannerPlanConfigurationBucketLocalization: title: plannerPlanConfigurationBucketLocalization type: object @@ -16132,7 +16172,7 @@ components: occurrenceId: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: 'The 1-based index of this task within the recurrence series. The first task in a series has the value 1, the next task in the series has the value 2, and so on.' format: int32 previousInSeriesTaskId: @@ -16227,6 +16267,12 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.plannerTaskTargetKind: + title: plannerTaskTargetKind + enum: + - group + - unknownFutureValue + type: string microsoft.graph.plannerTaskPropertyRule: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerPropertyRule' @@ -16459,7 +16505,7 @@ components: dayOfMonth: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly. format: int32 daysOfWeek: @@ -16474,13 +16520,13 @@ components: interval: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: 'The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.' format: int32 month: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: The month in which the event occurs. This is a number from 1 to 12. format: int32 type: diff --git a/openApiDocs/beta/BusinessScenario.yml b/openApiDocs/beta/BusinessScenario.yml index 156e1b35029..094df8e49d2 100644 --- a/openApiDocs/beta/BusinessScenario.yml +++ b/openApiDocs/beta/BusinessScenario.yml @@ -307,6 +307,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/solutions/businessScenarios/{businessScenario-id}/planner/microsoft.graph.getPlan': + post: + tags: + - solutions.businessScenario + summary: Invoke action getPlan + description: 'Get information about the plannerPlan mapped to a given target. If a plannerPlan doesn''t exist for the specified target at the time of the request, a new plan will be created for the businessScenario.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta + operationId: solution.businessScenario.planner_getPlan + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + target: + $ref: '#/components/schemas/microsoft.graph.businessScenarioTaskTargetBase' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanReference' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration': get: tags: @@ -1750,6 +1791,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.businessScenarioTaskTargetBase: + title: businessScenarioTaskTargetBase + type: object + properties: + taskTargetKind: + $ref: '#/components/schemas/microsoft.graph.plannerTaskTargetKind' + additionalProperties: + type: object + microsoft.graph.businessScenarioPlanReference: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: businessScenarioPlanReference + type: object + properties: + title: + type: string + description: The title property of the plannerPlan. + nullable: true + additionalProperties: + type: object microsoft.graph.plannerPlanConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1915,6 +1976,12 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.plannerTaskTargetKind: + title: plannerTaskTargetKind + enum: + - group + - unknownFutureValue + type: string microsoft.graph.plannerPlanConfigurationBucketDefinition: title: plannerPlanConfigurationBucketDefinition type: object @@ -1959,7 +2026,7 @@ components: activeChecklistItemCount: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: 'The number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true @@ -1980,7 +2047,7 @@ components: checklistItemCount: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: The number of checklist items that are present on the task. format: int32 nullable: true @@ -2044,7 +2111,7 @@ components: percentComplete: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: 'The percentage of task completion. When set to 100, the task is completed.' format: int32 nullable: true @@ -2057,7 +2124,7 @@ components: priority: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: 'The priority of the task. Valid values are between 0 and 10, inclusive. Larger values indicate lower priority. For example, 0 has the highest priority and 10 has the lowest priority. Currently, planner interprets values 0 and 1 as ''urgent'', 2 and 3 and 4 as ''important'', 5, 6, and 7 as ''medium'', and 8, 9, and 10 as ''low''. Currently, planner sets the value 1 for ''urgent'', 3 for ''important'', 5 for ''medium'', and 9 for ''low''.' format: int32 nullable: true @@ -2066,7 +2133,7 @@ components: referenceCount: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: Number of external references that exist on the task. format: int32 nullable: true @@ -2117,14 +2184,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.businessScenarioTaskTargetBase: - title: businessScenarioTaskTargetBase - type: object - properties: - taskTargetKind: - $ref: '#/components/schemas/microsoft.graph.plannerTaskTargetKind' - additionalProperties: - type: object microsoft.graph.plannerDelta: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -2323,7 +2382,7 @@ components: occurrenceId: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: 'The 1-based index of this task within the recurrence series. The first task in a series has the value 1, the next task in the series has the value 2, and so on.' format: int32 previousInSeriesTaskId: @@ -2354,12 +2413,6 @@ components: type: string x-ms-enum-flags: isFlags: true - microsoft.graph.plannerTaskTargetKind: - title: plannerTaskTargetKind - enum: - - group - - unknownFutureValue - type: string microsoft.graph.plannerApprovalStatus: title: plannerApprovalStatus enum: @@ -2646,7 +2699,7 @@ components: dayOfMonth: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly. format: int32 daysOfWeek: @@ -2661,13 +2714,13 @@ components: interval: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: 'The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.' format: int32 month: maximum: 2147483647 minimum: -2147483648 - type: integer + type: number description: The month in which the event occurs. This is a number from 1 to 12. format: int32 type: diff --git a/openApiDocs/beta/Calendar.yml b/openApiDocs/beta/Calendar.yml index a4c1dee1c24..c87953b18d5 100644 --- a/openApiDocs/beta/Calendar.yml +++ b/openApiDocs/beta/Calendar.yml @@ -679,6 +679,55 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - groups.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.calendar.calendarView.attachment_createUploadSession + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/calendarView/{event-id}/calendar': get: tags: @@ -1142,6 +1191,63 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - groups.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence.attachment_createUploadSession + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/calendar': get: tags: @@ -2039,165 +2145,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': - get: - tags: - - groups.calendar - summary: Get calendar from groups - description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.calendar.calendarView.exceptionOccurrence.instance_GetCalendar - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': - get: - tags: - - groups.calendar - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.calendarView.exceptionOccurrence.instance_ListExtension - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': post: tags: - groups.calendar - summary: Create new navigation property to extensions for groups - operationId: group.calendar.calendarView.exceptionOccurrence.instance_CreateExtension + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: group-id in: path @@ -2232,29 +2189,34 @@ paths: type: string x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': get: tags: - groups.calendar - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.calendarView.exceptionOccurrence.instance_GetExtension + summary: Get calendar from groups + description: The calendar that contains the event. Navigation property. Read-only. + operationId: group.calendar.calendarView.exceptionOccurrence.instance_GetCalendar parameters: - name: group-id in: path @@ -2288,14 +2250,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -2322,15 +2276,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': + get: tags: - groups.calendar - summary: Update the navigation property extensions in groups - operationId: group.calendar.calendarView.exceptionOccurrence.instance_UpdateExtension + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendar.calendarView.exceptionOccurrence.instance_ListExtension parameters: - name: group-id in: path @@ -2364,16 +2320,90 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.calendar + summary: Create new navigation property to extensions for groups + operationId: group.calendar.calendarView.exceptionOccurrence.instance_CreateExtension + parameters: + - name: group-id in: path - description: The unique identifier of extension + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: @@ -2381,7 +2411,7 @@ paths: required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: @@ -2389,11 +2419,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': + get: tags: - groups.calendar - summary: Delete navigation property extensions for groups - operationId: group.calendar.calendarView.exceptionOccurrence.instance_DeleteExtension + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendar.calendarView.exceptionOccurrence.instance_GetExtension parameters: - name: group-id in: path @@ -2435,24 +2467,41 @@ paths: schema: type: string x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': - get: + patch: tags: - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.calendarView.exceptionOccurrence.instance.extension_GetCount + summary: Update the navigation property extensions in groups + operationId: group.calendar.calendarView.exceptionOccurrence.instance_UpdateExtension parameters: - name: group-id in: path @@ -2486,19 +2535,36 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.calendarView.exceptionOccurrence.instance_GetCount + summary: Delete navigation property extensions for groups + operationId: group.calendar.calendarView.exceptionOccurrence.instance_DeleteExtension parameters: - name: group-id in: path @@ -2524,19 +2590,40 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/$count': + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': get: tags: - groups.calendar summary: Get the number of the resource - operationId: group.calendar.calendarView.exceptionOccurrence_GetCount + operationId: group.calendar.calendarView.exceptionOccurrence.instance.extension_GetCount parameters: - name: group-id in: path @@ -2554,30 +2641,15 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions': - get: - tags: - - groups.calendar - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.calendarView_ListExtension - parameters: - - name: group-id + - name: event-id1 in: path - description: The unique identifier of group + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: event-id + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -2585,55 +2657,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': post: tags: - groups.calendar - summary: Create new navigation property to extensions for groups - operationId: group.calendar.calendarView_CreateExtension + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence.instance_accept parameters: - name: group-id in: path @@ -2651,30 +2691,55 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': + post: tags: - groups.calendar - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.calendarView_GetExtension + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence.instance_cancel parameters: - name: group-id in: path @@ -2692,49 +2757,51 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id1 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + post: tags: - groups.calendar - summary: Update the navigation property extensions in groups - operationId: group.calendar.calendarView_UpdateExtension + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence.instance_decline parameters: - name: group-id in: path @@ -2752,36 +2819,57 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id1 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': + post: tags: - groups.calendar - summary: Delete navigation property extensions for groups - operationId: group.calendar.calendarView_DeleteExtension + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence.instance_dismissReminder parameters: - name: group-id in: path @@ -2799,32 +2887,38 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id1 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions/$count': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': + post: tags: - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.calendarView.extension_GetCount + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence.instance_forward parameters: - name: group-id in: path @@ -2842,20 +2936,55 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: tags: - groups.calendar - summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: group.calendar.calendarView_ListInstance + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence.instance_permanentDelete parameters: - name: group-id in: path @@ -2873,73 +3002,38 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + - name: event-id1 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': + post: tags: - groups.calendar - summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: group.calendar.calendarView_GetInstance + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence.instance_snoozeReminder parameters: - name: group-id in: path @@ -2965,59 +3059,148 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + - name: event-id2 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': + post: + tags: + - groups.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence.instance_tentativelyAccept + parameters: + - name: group-id + in: path + description: The unique identifier of group required: true - style: form - explode: false + style: simple schema: type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': get: tags: - groups.calendar - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendar.calendarView.instance_ListAttachment + summary: Get the number of the resource + operationId: group.calendar.calendarView.exceptionOccurrence.instance_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()': + get: + tags: + - groups.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence.instance_delta parameters: - name: group-id in: path @@ -3043,14 +3226,30 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -3058,9 +3257,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -3080,18 +3279,41 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' - default: - $ref: '#/components/responses/error' + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': post: tags: - groups.calendar - summary: Create new navigation property to attachments for groups - operationId: group.calendar.calendarView.instance_CreateAttachment + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence_accept parameters: - name: group-id in: path @@ -3118,29 +3340,38 @@ paths: type: string x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': + post: tags: - groups.calendar - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendar.calendarView.instance_GetAttachment + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence_cancel parameters: - name: group-id in: path @@ -3166,49 +3397,95 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': + post: + tags: + - groups.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence_decline + parameters: + - name: group-id in: path - description: The unique identifier of attachment + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': + post: tags: - groups.calendar - summary: Delete navigation property attachments for groups - operationId: group.calendar.calendarView.instance_DeleteAttachment + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence_dismissReminder parameters: - name: group-id in: path @@ -3234,32 +3511,80 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': + post: + tags: + - groups.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence_forward + parameters: + - name: group-id in: path - description: The unique identifier of attachment + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/$count': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: tags: - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.calendarView.instance.attachment_GetCount + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence_permanentDelete parameters: - name: group-id in: path @@ -3285,20 +3610,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': + post: tags: - groups.calendar - summary: Get calendar from groups - description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.calendar.calendarView.instance_GetCalendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence_snoozeReminder parameters: - name: group-id in: path @@ -3324,42 +3651,34 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': + post: tags: - groups.calendar - summary: Get exceptionOccurrences from groups - operationId: group.calendar.calendarView.instance_ListExceptionOccurrence + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence_tentativelyAccept parameters: - name: group-id in: path @@ -3385,56 +3704,37 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/$count': get: tags: - groups.calendar - summary: Get exceptionOccurrences from groups - operationId: group.calendar.calendarView.instance_GetExceptionOccurrence + summary: Get the number of the resource + operationId: group.calendar.calendarView.exceptionOccurrence_GetCount parameters: - name: group-id in: path @@ -3452,15 +3752,33 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()': + get: + tags: + - groups.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence_delta + parameters: + - name: group-id in: path - description: The unique identifier of event + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: group + - name: event-id in: path description: The unique identifier of event required: true @@ -3468,6 +3786,27 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -3478,6 +3817,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -3490,21 +3839,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/calendar/calendarView/{event-id}/extensions': get: tags: - groups.calendar - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendar.calendarView.instance.exceptionOccurrence_ListAttachment + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendar.calendarView_ListExtension parameters: - name: group-id in: path @@ -3522,22 +3888,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -3575,7 +3925,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -3585,8 +3935,8 @@ paths: post: tags: - groups.calendar - summary: Create new navigation property to attachments for groups - operationId: group.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment + summary: Create new navigation property to extensions for groups + operationId: group.calendar.calendarView_CreateExtension parameters: - name: group-id in: path @@ -3604,28 +3954,12 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -3633,17 +3967,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': + '/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}': get: tags: - groups.calendar - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendar.calendarView.instance.exceptionOccurrence_GetAttachment + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendar.calendarView_GetExtension parameters: - name: group-id in: path @@ -3661,30 +3995,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + - name: extension-id in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id - in: path - description: The unique identifier of attachment + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -3711,15 +4029,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + patch: tags: - groups.calendar - summary: Delete navigation property attachments for groups - operationId: group.calendar.calendarView.instance.exceptionOccurrence_DeleteAttachment + summary: Update the navigation property extensions in groups + operationId: group.calendar.calendarView_UpdateExtension parameters: - name: group-id in: path @@ -3737,15 +4055,46 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + - name: extension-id in: path - description: The unique identifier of event + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.calendar + summary: Delete navigation property extensions for groups + operationId: group.calendar.calendarView_DeleteExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id in: path description: The unique identifier of event required: true @@ -3753,14 +4102,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: extension-id in: path - description: The unique identifier of attachment + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: extension - name: If-Match in: header description: ETag @@ -3773,12 +4122,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': + '/groups/{group-id}/calendar/calendarView/{event-id}/extensions/$count': get: tags: - groups.calendar summary: Get the number of the resource - operationId: group.calendar.calendarView.instance.exceptionOccurrence.attachment_GetCount + operationId: group.calendar.calendarView.extension_GetCount parameters: - name: group-id in: path @@ -3796,15 +4145,30 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/calendar/calendarView/{event-id}/instances': + get: + tags: + - groups.calendar + summary: Get instances from groups + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: group.calendar.calendarView_ListInstance + parameters: + - name: group-id in: path - description: The unique identifier of event + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: group + - name: event-id in: path description: The unique identifier of event required: true @@ -3812,20 +4176,73 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}': get: tags: - groups.calendar - summary: Get calendar from groups - description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.calendar.calendarView.instance.exceptionOccurrence_GetCalendar + summary: Get instances from groups + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: group.calendar.calendarView_GetInstance parameters: - name: group-id in: path @@ -3851,14 +4268,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true - style: simple + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false schema: type: string - x-ms-docs-key-type: event - name: $select in: query description: Select properties to be returned @@ -3885,17 +4310,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments': get: tags: - groups.calendar - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.calendarView.instance.exceptionOccurrence_ListExtension + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.calendar.calendarView.instance_ListAttachment parameters: - name: group-id in: path @@ -3921,14 +4346,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -3966,7 +4383,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -3976,8 +4393,8 @@ paths: post: tags: - groups.calendar - summary: Create new navigation property to extensions for groups - operationId: group.calendar.calendarView.instance.exceptionOccurrence_CreateExtension + summary: Create new navigation property to attachments for groups + operationId: group.calendar.calendarView.instance_CreateAttachment parameters: - name: group-id in: path @@ -4003,20 +4420,12 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: @@ -4024,17 +4433,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': get: tags: - groups.calendar - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.calendarView.instance.exceptionOccurrence_GetExtension + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.calendar.calendarView.instance_GetAttachment parameters: - name: group-id in: path @@ -4060,22 +4469,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: attachment - name: $select in: query description: Select properties to be returned @@ -4102,15 +4503,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + delete: tags: - groups.calendar - summary: Update the navigation property extensions in groups - operationId: group.calendar.calendarView.instance.exceptionOccurrence_UpdateExtension + summary: Delete navigation property attachments for groups + operationId: group.calendar.calendarView.instance_DeleteAttachment parameters: - name: group-id in: path @@ -4136,44 +4537,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: attachment-id in: path - description: The unique identifier of event + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: extension - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/$count': + get: tags: - groups.calendar - summary: Delete navigation property extensions for groups - operationId: group.calendar.calendarView.instance.exceptionOccurrence_DeleteExtension + summary: Get the number of the resource + operationId: group.calendar.calendarView.instance.attachment_GetCount parameters: - name: group-id in: path @@ -4199,40 +4588,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': - get: + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: tags: - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.calendarView.instance.exceptionOccurrence.extension_GetCount + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.attachment_createUploadSession parameters: - name: group-id in: path @@ -4258,27 +4630,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar': get: tags: - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.calendarView.instance.exceptionOccurrence_GetCount + summary: Get calendar from groups + description: The calendar that contains the event. Navigation property. Read-only. + operationId: group.calendar.calendarView.instance_GetCalendar parameters: - name: group-id in: path @@ -4304,20 +4684,42 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions': + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences': get: tags: - groups.calendar - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.calendarView.instance_ListExtension + summary: Get exceptionOccurrences from groups + operationId: group.calendar.calendarView.instance_ListExceptionOccurrence parameters: - name: group-id in: path @@ -4380,18 +4782,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': + get: tags: - groups.calendar - summary: Create new navigation property to extensions for groups - operationId: group.calendar.calendarView.instance_CreateExtension + summary: Get exceptionOccurrences from groups + operationId: group.calendar.calendarView.instance_GetExceptionOccurrence parameters: - name: group-id in: path @@ -4417,30 +4820,51 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': get: tags: - groups.calendar - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.calendarView.instance_GetExtension + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.calendar.calendarView.instance.exceptionOccurrence_ListAttachment parameters: - name: group-id in: path @@ -4466,14 +4890,29 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id2 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -4496,19 +4935,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - groups.calendar - summary: Update the navigation property extensions in groups - operationId: group.calendar.calendarView.instance_UpdateExtension + summary: Create new navigation property to attachments for groups + operationId: group.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment parameters: - name: group-id in: path @@ -4534,36 +4972,38 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id2 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': + get: tags: - groups.calendar - summary: Delete navigation property extensions for groups - operationId: group.calendar.calendarView.instance_DeleteExtension + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.calendar.calendarView.instance.exceptionOccurrence_GetAttachment parameters: - name: group-id in: path @@ -4589,32 +5029,57 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id2 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true style: simple schema: type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/$count': - get: - tags: + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.calendarView.instance.extension_GetCount + summary: Delete navigation property attachments for groups + operationId: group.calendar.calendarView.instance.exceptionOccurrence_DeleteAttachment parameters: - name: group-id in: path @@ -4640,19 +5105,40 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/$count': + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': get: tags: - groups.calendar summary: Get the number of the resource - operationId: group.calendar.calendarView.instance_GetCount + operationId: group.calendar.calendarView.instance.exceptionOccurrence.attachment_GetCount parameters: - name: group-id in: path @@ -4670,28 +5156,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/calendarView/$count': - get: - tags: - - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.calendarView_GetCount - parameters: - - name: group-id + - name: event-id1 in: path - description: The unique identifier of group + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: group + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -4699,13 +5179,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/events': - get: + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: tags: - groups.calendar - summary: Get events from groups - description: The events in the calendar. Navigation property. Read-only. - operationId: group.calendar_ListEvent + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: group-id in: path @@ -4715,88 +5198,59 @@ paths: schema: type: string x-ms-docs-key-type: group - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.calendar - summary: Create new navigation property to events for groups - operationId: group.calendar_CreateEvent - parameters: - - name: group-id + type: string + x-ms-docs-key-type: event + - name: event-id2 in: path - description: The unique identifier of group + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: group + x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': get: tags: - groups.calendar - summary: Get events from groups - description: The events in the calendar. Navigation property. Read-only. - operationId: group.calendar_GetEvent + summary: Get calendar from groups + description: The calendar that contains the event. Navigation property. Read-only. + operationId: group.calendar.calendarView.instance.exceptionOccurrence_GetCalendar parameters: - name: group-id in: path @@ -4814,6 +5268,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - name: $select in: query description: Select properties to be returned @@ -4840,15 +5310,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': + get: tags: - groups.calendar - summary: Update the navigation property events in groups - operationId: group.calendar_UpdateEvent + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendar.calendarView.instance.exceptionOccurrence_ListExtension parameters: - name: group-id in: path @@ -4866,38 +5338,7 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.calendar - summary: Delete navigation property events for groups - operationId: group.calendar_DeleteEvent - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: event-id + - name: event-id1 in: path description: The unique identifier of event required: true @@ -4905,35 +5346,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/attachments': - get: - tags: - - groups.calendar - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendar.event_ListAttachment - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: event-id + - name: event-id2 in: path description: The unique identifier of event required: true @@ -4978,7 +5391,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -4988,8 +5401,8 @@ paths: post: tags: - groups.calendar - summary: Create new navigation property to attachments for groups - operationId: group.calendar.event_CreateAttachment + summary: Create new navigation property to extensions for groups + operationId: group.calendar.calendarView.instance.exceptionOccurrence_CreateExtension parameters: - name: group-id in: path @@ -5007,12 +5420,28 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -5020,17 +5449,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}': + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': get: tags: - groups.calendar - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendar.event_GetAttachment + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendar.calendarView.instance.exceptionOccurrence_GetExtension parameters: - name: group-id in: path @@ -5048,14 +5477,30 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id1 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -5082,15 +5527,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + patch: tags: - groups.calendar - summary: Delete navigation property attachments for groups - operationId: group.calendar.event_DeleteAttachment + summary: Update the navigation property extensions in groups + operationId: group.calendar.calendarView.instance.exceptionOccurrence_UpdateExtension parameters: - name: group-id in: path @@ -5108,32 +5553,52 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id1 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/attachments/$count': - get: + delete: tags: - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.event.attachment_GetCount + summary: Delete navigation property extensions for groups + operationId: group.calendar.calendarView.instance.exceptionOccurrence_DeleteExtension parameters: - name: group-id in: path @@ -5151,30 +5616,15 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/events/{event-id}/calendar': - get: - tags: - - groups.calendar - summary: Get calendar from groups - description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.calendar.event_GetCalendar - parameters: - - name: group-id + - name: event-id1 in: path - description: The unique identifier of group + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: event-id + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -5182,42 +5632,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences': + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': get: tags: - groups.calendar - summary: Get exceptionOccurrences from groups - operationId: group.calendar.event_ListExceptionOccurrence + summary: Get the number of the resource + operationId: group.calendar.calendarView.instance.exceptionOccurrence.extension_GetCount parameters: - name: group-id in: path @@ -5235,56 +5675,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}': - get: + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': + post: tags: - groups.calendar - summary: Get exceptionOccurrences from groups - operationId: group.calendar.event_GetExceptionOccurrence + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_accept parameters: - name: group-id in: path @@ -5310,43 +5733,47 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + post: tags: - groups.calendar - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendar.event.exceptionOccurrence_ListAttachment + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_cancel parameters: - name: group-id in: path @@ -5372,55 +5799,43 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': post: tags: - groups.calendar - summary: Create new navigation property to attachments for groups - operationId: group.calendar.event.exceptionOccurrence_CreateAttachment + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_decline parameters: - name: group-id in: path @@ -5446,30 +5861,49 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': + post: tags: - groups.calendar - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendar.event.exceptionOccurrence_GetAttachment + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_dismissReminder parameters: - name: group-id in: path @@ -5495,49 +5929,96 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id2 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': + post: + tags: + - groups.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_forward + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: tags: - groups.calendar - summary: Delete navigation property attachments for groups - operationId: group.calendar.event.exceptionOccurrence_DeleteAttachment + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_permanentDelete parameters: - name: group-id in: path @@ -5563,32 +6044,155 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id2 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': + post: + tags: + - groups.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + post: + tags: + - groups.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': get: tags: - groups.calendar summary: Get the number of the resource - operationId: group.calendar.event.exceptionOccurrence.attachment_GetCount + operationId: group.calendar.calendarView.instance.exceptionOccurrence_GetCount parameters: - name: group-id in: path @@ -5621,13 +6225,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/calendar': + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()': get: tags: - groups.calendar - summary: Get calendar from groups - description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.calendar.event.exceptionOccurrence_GetCalendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_delta parameters: - name: group-id in: path @@ -5653,6 +6260,27 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -5663,6 +6291,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -5675,21 +6313,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/extensions': + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions': get: tags: - groups.calendar summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.event.exceptionOccurrence_ListExtension + operationId: group.calendar.calendarView.instance_ListExtension parameters: - name: group-id in: path @@ -5763,7 +6418,7 @@ paths: tags: - groups.calendar summary: Create new navigation property to extensions for groups - operationId: group.calendar.event.exceptionOccurrence_CreateExtension + operationId: group.calendar.calendarView.instance_CreateExtension parameters: - name: group-id in: path @@ -5806,13 +6461,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': get: tags: - groups.calendar summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.event.exceptionOccurrence_GetExtension + operationId: group.calendar.calendarView.instance_GetExtension parameters: - name: group-id in: path @@ -5880,7 +6535,7 @@ paths: tags: - groups.calendar summary: Update the navigation property extensions in groups - operationId: group.calendar.event.exceptionOccurrence_UpdateExtension + operationId: group.calendar.calendarView.instance_UpdateExtension parameters: - name: group-id in: path @@ -5935,7 +6590,7 @@ paths: tags: - groups.calendar summary: Delete navigation property extensions for groups - operationId: group.calendar.event.exceptionOccurrence_DeleteExtension + operationId: group.calendar.calendarView.instance_DeleteExtension parameters: - name: group-id in: path @@ -5981,12 +6636,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/$count': get: tags: - groups.calendar summary: Get the number of the resource - operationId: group.calendar.event.exceptionOccurrence.extension_GetCount + operationId: group.calendar.calendarView.instance.extension_GetCount parameters: - name: group-id in: path @@ -6019,13 +6674,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances': - get: + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': + post: tags: - groups.calendar - summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: group.calendar.event.exceptionOccurrence_ListInstance + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendar.calendarView.instance_accept parameters: - name: group-id in: path @@ -6051,73 +6709,93 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + post: + tags: + - groups.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendar.calendarView.instance_cancel + parameters: + - name: group-id + in: path + description: The unique identifier of group required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline': + post: tags: - groups.calendar - summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: group.calendar.event.exceptionOccurrence_GetInstance + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendar.calendarView.instance_decline parameters: - name: group-id in: path @@ -6143,7 +6821,51 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': + post: + tags: + - groups.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendar.calendarView.instance_dismissReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id in: path description: The unique identifier of event required: true @@ -6151,59 +6873,30 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + - name: event-id1 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward': + post: tags: - groups.calendar - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendar.event.exceptionOccurrence.instance_ListAttachment + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendar.calendarView.instance_forward parameters: - name: group-id in: path @@ -6229,63 +6922,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': post: tags: - groups.calendar - summary: Create new navigation property to attachments for groups - operationId: group.calendar.event.exceptionOccurrence.instance_CreateAttachment + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.calendarView.instance_permanentDelete parameters: - name: group-id in: path @@ -6311,38 +6980,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' - required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': + post: tags: - groups.calendar - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendar.event.exceptionOccurrence.instance_GetAttachment + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendar.calendarView.instance_snoozeReminder parameters: - name: group-id in: path @@ -6368,57 +7021,34 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id - in: path - description: The unique identifier of attachment - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + post: tags: - groups.calendar - summary: Delete navigation property attachments for groups - operationId: group.calendar.event.exceptionOccurrence.instance_DeleteAttachment + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendar.calendarView.instance_tentativelyAccept parameters: - name: group-id in: path @@ -6444,40 +7074,37 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id - in: path - description: The unique identifier of attachment - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/$count': get: tags: - groups.calendar summary: Get the number of the resource - operationId: group.calendar.event.exceptionOccurrence.instance.attachment_GetCount + operationId: group.calendar.calendarView.instance_GetCount parameters: - name: group-id in: path @@ -6495,22 +7122,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -6518,13 +7129,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()': get: tags: - groups.calendar - summary: Get calendar from groups - description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.calendar.event.exceptionOccurrence.instance_GetCalendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendar.calendarView.instance_delta parameters: - name: group-id in: path @@ -6542,22 +7156,27 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true - style: simple + style: form + explode: false schema: type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true - style: simple + style: form + explode: false schema: type: string - x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -6568,6 +7187,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -6580,21 +7209,41 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': - get: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.accept': + post: tags: - groups.calendar - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.event.exceptionOccurrence.instance_ListExtension + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendar.calendarView_accept parameters: - name: group-id in: path @@ -6612,71 +7261,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.cancel': post: tags: - groups.calendar - summary: Create new navigation property to extensions for groups - operationId: group.calendar.event.exceptionOccurrence.instance_CreateExtension + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendar.calendarView_cancel parameters: - name: group-id in: path @@ -6694,15 +7311,45 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.decline': + post: + tags: + - groups.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendar.calendarView_decline + parameters: + - name: group-id in: path - description: The unique identifier of event + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: group + - name: event-id in: path description: The unique identifier of event required: true @@ -6711,29 +7358,40 @@ paths: type: string x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.dismissReminder': + post: tags: - groups.calendar - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.event.exceptionOccurrence.instance_GetExtension + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendar.calendarView_dismissReminder parameters: - name: group-id in: path @@ -6751,15 +7409,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.forward': + post: + tags: + - groups.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendar.calendarView_forward + parameters: + - name: group-id in: path - description: The unique identifier of event + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: group + - name: event-id in: path description: The unique identifier of event required: true @@ -6767,49 +7442,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.permanentDelete': + post: tags: - groups.calendar - summary: Update the navigation property extensions in groups - operationId: group.calendar.event.exceptionOccurrence.instance_UpdateExtension + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.calendarView_permanentDelete parameters: - name: group-id in: path @@ -6827,15 +7492,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder': + post: + tags: + - groups.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendar.calendarView_snoozeReminder + parameters: + - name: group-id in: path - description: The unique identifier of event + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: group + - name: event-id in: path description: The unique identifier of event required: true @@ -6843,36 +7525,34 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept': + post: tags: - groups.calendar - summary: Delete navigation property extensions for groups - operationId: group.calendar.event.exceptionOccurrence.instance_DeleteExtension + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendar.calendarView_tentativelyAccept parameters: - name: group-id in: path @@ -6890,48 +7570,157 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/$count': + get: + tags: + - groups.calendar + summary: Get the number of the resource + operationId: group.calendar.calendarView_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id + x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/calendar/calendarView/microsoft.graph.delta()': + get: + tags: + - groups.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendar.calendarView_delta + parameters: + - name: group-id in: path - description: The unique identifier of extension + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple + x-ms-docs-key-type: group + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false schema: type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/calendar/events': get: tags: - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.event.exceptionOccurrence.instance.extension_GetCount + summary: Get events from groups + description: The events in the calendar. Navigation property. Read-only. + operationId: group.calendar_ListEvent parameters: - name: group-id in: path @@ -6941,23 +7730,98 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: event-id + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.calendar + summary: Create new navigation property to events for groups + operationId: group.calendar_CreateEvent + parameters: + - name: group-id in: path - description: The unique identifier of event + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: group + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/events/{event-id}': + get: + tags: + - groups.calendar + summary: Get events from groups + description: The events in the calendar. Navigation property. Read-only. + operationId: group.calendar_GetEvent + parameters: + - name: group-id in: path - description: The unique identifier of event + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: group + - name: event-id in: path description: The unique identifier of event required: true @@ -6965,19 +7829,41 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': - get: + x-ms-docs-operation-type: operation + patch: tags: - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.event.exceptionOccurrence.instance_GetCount + summary: Update the navigation property events in groups + operationId: group.calendar_UpdateEvent parameters: - name: group-id in: path @@ -6995,27 +7881,28 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/$count': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.event.exceptionOccurrence_GetCount + summary: Delete navigation property events for groups + operationId: group.calendar_DeleteEvent parameters: - name: group-id in: path @@ -7033,20 +7920,25 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/events/{event-id}/extensions': + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/events/{event-id}/attachments': get: tags: - groups.calendar - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.event_ListExtension + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.calendar.event_ListAttachment parameters: - name: group-id in: path @@ -7101,7 +7993,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -7111,8 +8003,8 @@ paths: post: tags: - groups.calendar - summary: Create new navigation property to extensions for groups - operationId: group.calendar.event_CreateExtension + summary: Create new navigation property to attachments for groups + operationId: group.calendar.event_CreateAttachment parameters: - name: group-id in: path @@ -7135,7 +8027,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: @@ -7143,17 +8035,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}': + '/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}': get: tags: - groups.calendar - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.event_GetExtension + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.calendar.event_GetAttachment parameters: - name: group-id in: path @@ -7171,14 +8063,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: attachment - name: $select in: query description: Select properties to be returned @@ -7205,15 +8097,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + delete: tags: - groups.calendar - summary: Update the navigation property extensions in groups - operationId: group.calendar.event_UpdateExtension + summary: Delete navigation property attachments for groups + operationId: group.calendar.event_DeleteAttachment parameters: - name: group-id in: path @@ -7231,36 +8123,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/calendar/events/{event-id}/attachments/$count': + get: tags: - groups.calendar - summary: Delete navigation property extensions for groups - operationId: group.calendar.event_DeleteExtension + summary: Get the number of the resource + operationId: group.calendar.event.attachment_GetCount parameters: - name: group-id in: path @@ -7278,32 +8166,69 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - groups.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.calendar.event.attachment_createUploadSession + parameters: + - name: group-id in: path - description: The unique identifier of extension + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/extensions/$count': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/calendar': get: tags: - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.event.extension_GetCount + summary: Get calendar from groups + description: The calendar that contains the event. Navigation property. Read-only. + operationId: group.calendar.event_GetCalendar parameters: - name: group-id in: path @@ -7321,20 +8246,42 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/events/{event-id}/instances': + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences': get: tags: - groups.calendar - summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: group.calendar.event_ListInstance + summary: Get exceptionOccurrences from groups + operationId: group.calendar.event_ListExceptionOccurrence parameters: - name: group-id in: path @@ -7352,22 +8299,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -7412,13 +8343,12 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}': + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}': get: tags: - groups.calendar - summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: group.calendar.event_GetInstance + summary: Get exceptionOccurrences from groups + operationId: group.calendar.event_GetExceptionOccurrence parameters: - name: group-id in: path @@ -7444,22 +8374,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - name: $select in: query description: Select properties to be returned @@ -7490,13 +8404,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments': + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments': get: tags: - groups.calendar summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendar.event.instance_ListAttachment + operationId: group.calendar.event.exceptionOccurrence_ListAttachment parameters: - name: group-id in: path @@ -7570,7 +8484,7 @@ paths: tags: - groups.calendar summary: Create new navigation property to attachments for groups - operationId: group.calendar.event.instance_CreateAttachment + operationId: group.calendar.event.exceptionOccurrence_CreateAttachment parameters: - name: group-id in: path @@ -7613,13 +8527,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': get: tags: - groups.calendar summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendar.event.instance_GetAttachment + operationId: group.calendar.event.exceptionOccurrence_GetAttachment parameters: - name: group-id in: path @@ -7687,7 +8601,7 @@ paths: tags: - groups.calendar summary: Delete navigation property attachments for groups - operationId: group.calendar.event.instance_DeleteAttachment + operationId: group.calendar.event.exceptionOccurrence_DeleteAttachment parameters: - name: group-id in: path @@ -7733,12 +8647,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/$count': + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': get: tags: - groups.calendar summary: Get the number of the resource - operationId: group.calendar.event.instance.attachment_GetCount + operationId: group.calendar.event.exceptionOccurrence.attachment_GetCount parameters: - name: group-id in: path @@ -7771,13 +8685,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/calendar': - get: + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: tags: - groups.calendar - summary: Get calendar from groups - description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.calendar.event.instance_GetCalendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence.attachment_createUploadSession parameters: - name: group-id in: path @@ -7803,117 +8720,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences': - get: - tags: - - groups.calendar - summary: Get exceptionOccurrences from groups - operationId: group.calendar.event.instance_ListExceptionOccurrence - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/calendar': get: tags: - groups.calendar - summary: Get exceptionOccurrences from groups - operationId: group.calendar.event.instance_GetExceptionOccurrence + summary: Get calendar from groups + description: The calendar that contains the event. Navigation property. Read-only. + operationId: group.calendar.event.exceptionOccurrence_GetCalendar parameters: - name: group-id in: path @@ -7939,14 +8774,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: $select in: query description: Select properties to be returned @@ -7973,17 +8800,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/extensions': get: tags: - groups.calendar - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendar.event.instance.exceptionOccurrence_ListAttachment + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendar.event.exceptionOccurrence_ListExtension parameters: - name: group-id in: path @@ -8009,14 +8836,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -8054,7 +8873,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -8064,8 +8883,8 @@ paths: post: tags: - groups.calendar - summary: Create new navigation property to attachments for groups - operationId: group.calendar.event.instance.exceptionOccurrence_CreateAttachment + summary: Create new navigation property to extensions for groups + operationId: group.calendar.event.exceptionOccurrence_CreateExtension parameters: - name: group-id in: path @@ -8091,20 +8910,12 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -8112,17 +8923,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': get: tags: - groups.calendar - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendar.event.instance.exceptionOccurrence_GetAttachment + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendar.event.exceptionOccurrence_GetExtension parameters: - name: group-id in: path @@ -8148,22 +8959,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id + - name: extension-id in: path - description: The unique identifier of attachment + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -8190,15 +8993,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + patch: tags: - groups.calendar - summary: Delete navigation property attachments for groups - operationId: group.calendar.event.instance.exceptionOccurrence_DeleteAttachment + summary: Update the navigation property extensions in groups + operationId: group.calendar.event.exceptionOccurrence_UpdateExtension parameters: - name: group-id in: path @@ -8224,7 +9027,46 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.calendar + summary: Delete navigation property extensions for groups + operationId: group.calendar.event.exceptionOccurrence_DeleteExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id in: path description: The unique identifier of event required: true @@ -8232,14 +9074,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id1 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension - name: If-Match in: header description: ETag @@ -8252,12 +9102,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': get: tags: - groups.calendar summary: Get the number of the resource - operationId: group.calendar.event.instance.exceptionOccurrence.attachment_GetCount + operationId: group.calendar.event.exceptionOccurrence.extension_GetCount parameters: - name: group-id in: path @@ -8283,7 +9133,38 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances': + get: + tags: + - groups.calendar + summary: Get instances from groups + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: group.calendar.event.exceptionOccurrence_ListInstance + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 in: path description: The unique identifier of event required: true @@ -8291,20 +9172,73 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': get: tags: - groups.calendar - summary: Get calendar from groups - description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.calendar.event.instance.exceptionOccurrence_GetCalendar + summary: Get instances from groups + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: group.calendar.event.exceptionOccurrence_GetInstance parameters: - name: group-id in: path @@ -8338,6 +9272,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - name: $select in: query description: Select properties to be returned @@ -8364,17 +9314,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': get: tags: - groups.calendar - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.event.instance.exceptionOccurrence_ListExtension + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.calendar.event.exceptionOccurrence.instance_ListAttachment parameters: - name: group-id in: path @@ -8445,7 +9395,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -8455,8 +9405,8 @@ paths: post: tags: - groups.calendar - summary: Create new navigation property to extensions for groups - operationId: group.calendar.event.instance.exceptionOccurrence_CreateExtension + summary: Create new navigation property to attachments for groups + operationId: group.calendar.event.exceptionOccurrence.instance_CreateAttachment parameters: - name: group-id in: path @@ -8495,7 +9445,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: @@ -8503,17 +9453,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': get: tags: - groups.calendar - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.event.instance.exceptionOccurrence_GetExtension + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.calendar.event.exceptionOccurrence.instance_GetAttachment parameters: - name: group-id in: path @@ -8547,14 +9497,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: attachment - name: $select in: query description: Select properties to be returned @@ -8581,15 +9531,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + delete: tags: - groups.calendar - summary: Update the navigation property extensions in groups - operationId: group.calendar.event.instance.exceptionOccurrence_UpdateExtension + summary: Delete navigation property attachments for groups + operationId: group.calendar.event.exceptionOccurrence.instance_DeleteAttachment parameters: - name: group-id in: path @@ -8623,36 +9573,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': + get: tags: - groups.calendar - summary: Delete navigation property extensions for groups - operationId: group.calendar.event.instance.exceptionOccurrence_DeleteExtension + summary: Get the number of the resource + operationId: group.calendar.event.exceptionOccurrence.instance.attachment_GetCount parameters: - name: group-id in: path @@ -8686,32 +9632,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': - get: + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: tags: - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.event.instance.exceptionOccurrence.extension_GetCount + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: group-id in: path @@ -8745,19 +9682,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': get: tags: - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.event.instance.exceptionOccurrence_GetCount + summary: Get calendar from groups + description: The calendar that contains the event. Navigation property. Read-only. + operationId: group.calendar.event.exceptionOccurrence.instance_GetCalendar parameters: - name: group-id in: path @@ -8783,20 +9736,51 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions': + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': get: tags: - groups.calendar summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.event.instance_ListExtension + operationId: group.calendar.event.exceptionOccurrence.instance_ListExtension parameters: - name: group-id in: path @@ -8822,6 +9806,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -8870,7 +9862,7 @@ paths: tags: - groups.calendar summary: Create new navigation property to extensions for groups - operationId: group.calendar.event.instance_CreateExtension + operationId: group.calendar.event.exceptionOccurrence.instance_CreateExtension parameters: - name: group-id in: path @@ -8896,6 +9888,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: New navigation property content: @@ -8913,13 +9913,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': get: tags: - groups.calendar summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendar.event.instance_GetExtension + operationId: group.calendar.event.exceptionOccurrence.instance_GetExtension parameters: - name: group-id in: path @@ -8945,6 +9945,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -8987,7 +9995,7 @@ paths: tags: - groups.calendar summary: Update the navigation property extensions in groups - operationId: group.calendar.event.instance_UpdateExtension + operationId: group.calendar.event.exceptionOccurrence.instance_UpdateExtension parameters: - name: group-id in: path @@ -9013,6 +10021,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -9042,7 +10058,7 @@ paths: tags: - groups.calendar summary: Delete navigation property extensions for groups - operationId: group.calendar.event.instance_DeleteExtension + operationId: group.calendar.event.exceptionOccurrence.instance_DeleteExtension parameters: - name: group-id in: path @@ -9068,6 +10084,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -9088,12 +10112,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/$count': + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': get: tags: - groups.calendar summary: Get the number of the resource - operationId: group.calendar.event.instance.extension_GetCount + operationId: group.calendar.event.exceptionOccurrence.instance.extension_GetCount parameters: - name: group-id in: path @@ -9119,6 +10143,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -9126,12 +10158,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/events/{event-id}/instances/$count': - get: + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': + post: tags: - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.event.instance_GetCount + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence.instance_accept parameters: - name: group-id in: path @@ -9149,45 +10185,55 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/calendar/events/$count': - get: - tags: - - groups.calendar - summary: Get the number of the resource - operationId: group.calendar.event_GetCount - parameters: - - name: group-id + - name: event-id1 in: path - description: The unique identifier of group + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: group - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendarView': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': + post: tags: - - groups.event - summary: List calendarView - description: 'Get the occurrences, exceptions, and single instances of events in a calendar view defined by a time range, from the default calendar of a group.' + - groups.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-list-calendarview?view=graph-rest-beta - operationId: group_ListCalendarView + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence.instance_cancel parameters: - name: group-id in: path @@ -9197,73 +10243,59 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + - name: event-id + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + post: tags: - - groups.event - summary: Get calendarView from groups - description: The calendar view for the calendar. Read-only. - operationId: group_GetCalendarView + - groups.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence.instance_decline parameters: - name: group-id in: path @@ -9281,59 +10313,57 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + - name: event-id1 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/attachments': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': + post: tags: - - groups.event - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendarView_ListAttachment + - groups.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence.instance_dismissReminder parameters: - name: group-id in: path @@ -9351,55 +10381,38 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': post: tags: - - groups.event - summary: Create new navigation property to attachments for groups - operationId: group.calendarView_CreateAttachment + - groups.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence.instance_forward parameters: - name: group-id in: path @@ -9417,30 +10430,55 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: tags: - - groups.event - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendarView_GetAttachment + - groups.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence.instance_permanentDelete parameters: - name: group-id in: path @@ -9458,49 +10496,38 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id1 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': + post: tags: - - groups.event - summary: Delete navigation property attachments for groups - operationId: group.calendarView_DeleteAttachment + - groups.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence.instance_snoozeReminder parameters: - name: group-id in: path @@ -9518,32 +10545,50 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id1 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/attachments/$count': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': + post: tags: - - groups.event - summary: Get the number of the resource - operationId: group.calendarView.attachment_GetCount + - groups.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence.instance_tentativelyAccept parameters: - name: group-id in: path @@ -9561,20 +10606,53 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendarView/{event-id}/calendar': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': get: tags: - - groups.event - summary: Get calendar from groups - description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.calendarView_GetCalendar + - groups.calendar + summary: Get the number of the resource + operationId: group.calendar.event.exceptionOccurrence.instance_GetCount parameters: - name: group-id in: path @@ -9592,42 +10670,31 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences': + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()': get: tags: - - groups.event - summary: Get exceptionOccurrences from groups - operationId: group.calendarView_ListExceptionOccurrence + - groups.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence.instance_delta parameters: - name: group-id in: path @@ -9645,14 +10712,38 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -9660,9 +10751,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -9682,19 +10773,41 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' - default: - $ref: '#/components/responses/error' + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}': - get: + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': + post: tags: - - groups.event - summary: Get exceptionOccurrences from groups - operationId: group.calendarView_GetExceptionOccurrence + - groups.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence_accept parameters: - name: group-id in: path @@ -9720,43 +10833,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': + post: tags: - - groups.event - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendarView.exceptionOccurrence_ListAttachment + - groups.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence_cancel parameters: - name: group-id in: path @@ -9782,55 +10891,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': post: tags: - - groups.event - summary: Create new navigation property to attachments for groups - operationId: group.calendarView.exceptionOccurrence_CreateAttachment + - groups.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence_decline parameters: - name: group-id in: path @@ -9857,29 +10946,40 @@ paths: type: string x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': + post: tags: - - groups.event - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendarView.exceptionOccurrence_GetAttachment + - groups.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence_dismissReminder parameters: - name: group-id in: path @@ -9905,49 +11005,80 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': + post: + tags: + - groups.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence_forward + parameters: + - name: group-id in: path - description: The unique identifier of attachment + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: tags: - - groups.event - summary: Delete navigation property attachments for groups - operationId: group.calendarView.exceptionOccurrence_DeleteAttachment + - groups.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence_permanentDelete parameters: - name: group-id in: path @@ -9973,32 +11104,75 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': + post: + tags: + - groups.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence_snoozeReminder + parameters: + - name: group-id in: path - description: The unique identifier of attachment + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': + post: tags: - - groups.event - summary: Get the number of the resource - operationId: group.calendarView.exceptionOccurrence.attachment_GetCount + - groups.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence_tentativelyAccept parameters: - name: group-id in: path @@ -10024,20 +11198,37 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/calendar': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/$count': get: tags: - - groups.event - summary: Get calendar from groups - description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.calendarView.exceptionOccurrence_GetCalendar + - groups.calendar + summary: Get the number of the resource + operationId: group.calendar.event.exceptionOccurrence_GetCount parameters: - name: group-id in: path @@ -10055,7 +11246,33 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()': + get: + tags: + - groups.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence_delta + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id in: path description: The unique identifier of event required: true @@ -10063,6 +11280,27 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -10073,6 +11311,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -10085,21 +11333,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions': + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/calendar/events/{event-id}/extensions': get: tags: - - groups.event + - groups.calendar summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendarView.exceptionOccurrence_ListExtension + operationId: group.calendar.event_ListExtension parameters: - name: group-id in: path @@ -10117,14 +11382,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -10171,9 +11428,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - groups.event + - groups.calendar summary: Create new navigation property to extensions for groups - operationId: group.calendarView.exceptionOccurrence_CreateExtension + operationId: group.calendar.event_CreateExtension parameters: - name: group-id in: path @@ -10191,14 +11448,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: @@ -10216,13 +11465,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': + '/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}': get: tags: - - groups.event + - groups.calendar summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendarView.exceptionOccurrence_GetExtension + operationId: group.calendar.event_GetExtension parameters: - name: group-id in: path @@ -10240,17 +11489,9 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + - name: extension-id in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension + description: The unique identifier of extension required: true style: simple schema: @@ -10288,9 +11529,9 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - groups.event + - groups.calendar summary: Update the navigation property extensions in groups - operationId: group.calendarView.exceptionOccurrence_UpdateExtension + operationId: group.calendar.event_UpdateExtension parameters: - name: group-id in: path @@ -10308,14 +11549,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -10343,9 +11576,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - groups.event + - groups.calendar summary: Delete navigation property extensions for groups - operationId: group.calendarView.exceptionOccurrence_DeleteExtension + operationId: group.calendar.event_DeleteExtension parameters: - name: group-id in: path @@ -10363,14 +11596,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -10391,12 +11616,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': + '/groups/{group-id}/calendar/events/{event-id}/extensions/$count': get: tags: - - groups.event + - groups.calendar summary: Get the number of the resource - operationId: group.calendarView.exceptionOccurrence.extension_GetCount + operationId: group.calendar.event.extension_GetCount parameters: - name: group-id in: path @@ -10414,14 +11639,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -10429,13 +11646,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances': + '/groups/{group-id}/calendar/events/{event-id}/instances': get: tags: - - groups.event + - groups.calendar summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: group.calendarView.exceptionOccurrence_ListInstance + operationId: group.calendar.event_ListInstance parameters: - name: group-id in: path @@ -10453,14 +11670,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' @@ -10521,13 +11730,13 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}': get: tags: - - groups.event + - groups.calendar summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: group.calendarView.exceptionOccurrence_GetInstance + operationId: group.calendar.event_GetInstance parameters: - name: group-id in: path @@ -10553,14 +11762,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' @@ -10607,13 +11808,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments': get: tags: - - groups.event + - groups.calendar summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendarView.exceptionOccurrence.instance_ListAttachment + operationId: group.calendar.event.instance_ListAttachment parameters: - name: group-id in: path @@ -10639,14 +11840,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -10693,9 +11886,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - groups.event + - groups.calendar summary: Create new navigation property to attachments for groups - operationId: group.calendarView.exceptionOccurrence.instance_CreateAttachment + operationId: group.calendar.event.instance_CreateAttachment parameters: - name: group-id in: path @@ -10721,14 +11914,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: @@ -10746,13 +11931,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': get: tags: - - groups.event + - groups.calendar summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendarView.exceptionOccurrence.instance_GetAttachment + operationId: group.calendar.event.instance_GetAttachment parameters: - name: group-id in: path @@ -10778,14 +11963,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment @@ -10826,9 +12003,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - groups.event + - groups.calendar summary: Delete navigation property attachments for groups - operationId: group.calendarView.exceptionOccurrence.instance_DeleteAttachment + operationId: group.calendar.event.instance_DeleteAttachment parameters: - name: group-id in: path @@ -10854,14 +12031,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment @@ -10882,12 +12051,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/$count': get: tags: - - groups.event + - groups.calendar summary: Get the number of the resource - operationId: group.calendarView.exceptionOccurrence.instance.attachment_GetCount + operationId: group.calendar.event.instance.attachment_GetCount parameters: - name: group-id in: path @@ -10913,7 +12082,33 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - groups.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.calendar.event.instance.attachment_createUploadSession + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id in: path description: The unique identifier of event required: true @@ -10921,20 +12116,43 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/calendar': get: tags: - - groups.event + - groups.calendar summary: Get calendar from groups description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.calendarView.exceptionOccurrence.instance_GetCalendar + operationId: group.calendar.event.instance_GetCalendar parameters: - name: group-id in: path @@ -10960,7 +12178,60 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences': + get: + tags: + - groups.calendar + summary: Get exceptionOccurrences from groups + operationId: group.calendar.event.instance_ListExceptionOccurrence + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 in: path description: The unique identifier of event required: true @@ -10968,6 +12239,21 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -10990,21 +12276,89 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': get: tags: - - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendarView.exceptionOccurrence.instance_ListExtension + - groups.calendar + summary: Get exceptionOccurrences from groups + operationId: group.calendar.event.instance_GetExceptionOccurrence + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': + get: + tags: + - groups.calendar + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.calendar.event.instance.exceptionOccurrence_ListAttachment parameters: - name: group-id in: path @@ -11075,7 +12429,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -11084,9 +12438,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - groups.event - summary: Create new navigation property to extensions for groups - operationId: group.calendarView.exceptionOccurrence.instance_CreateExtension + - groups.calendar + summary: Create new navigation property to attachments for groups + operationId: group.calendar.event.instance.exceptionOccurrence_CreateAttachment parameters: - name: group-id in: path @@ -11125,7 +12479,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: @@ -11133,17 +12487,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': get: tags: - - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendarView.exceptionOccurrence.instance_GetExtension + - groups.calendar + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.calendar.event.instance.exceptionOccurrence_GetAttachment parameters: - name: group-id in: path @@ -11177,14 +12531,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: attachment - name: $select in: query description: Select properties to be returned @@ -11211,15 +12565,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + delete: tags: - - groups.event - summary: Update the navigation property extensions in groups - operationId: group.calendarView.exceptionOccurrence.instance_UpdateExtension + - groups.calendar + summary: Delete navigation property attachments for groups + operationId: group.calendar.event.instance.exceptionOccurrence_DeleteAttachment parameters: - name: group-id in: path @@ -11253,36 +12607,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': + get: tags: - - groups.event - summary: Delete navigation property extensions for groups - operationId: group.calendarView.exceptionOccurrence.instance_DeleteExtension + - groups.calendar + summary: Get the number of the resource + operationId: group.calendar.event.instance.exceptionOccurrence.attachment_GetCount parameters: - name: group-id in: path @@ -11316,32 +12666,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': - get: + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: tags: - - groups.event - summary: Get the number of the resource - operationId: group.calendarView.exceptionOccurrence.instance.extension_GetCount + - groups.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: group-id in: path @@ -11375,19 +12716,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': get: tags: - - groups.event - summary: Get the number of the resource - operationId: group.calendarView.exceptionOccurrence.instance_GetCount + - groups.calendar + summary: Get calendar from groups + description: The calendar that contains the event. Navigation property. Read-only. + operationId: group.calendar.event.instance.exceptionOccurrence_GetCalendar parameters: - name: group-id in: path @@ -11413,19 +12770,51 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/$count': + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': get: tags: - - groups.event - summary: Get the number of the resource - operationId: group.calendarView.exceptionOccurrence_GetCount + - groups.calendar + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendar.event.instance.exceptionOccurrence_ListExtension parameters: - name: group-id in: path @@ -11443,30 +12832,15 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/calendarView/{event-id}/extensions': - get: - tags: - - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendarView_ListExtension - parameters: - - name: group-id + - name: event-id1 in: path - description: The unique identifier of group + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: event-id + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -11520,9 +12894,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - groups.event + - groups.calendar summary: Create new navigation property to extensions for groups - operationId: group.calendarView_CreateExtension + operationId: group.calendar.event.instance.exceptionOccurrence_CreateExtension parameters: - name: group-id in: path @@ -11540,6 +12914,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: New navigation property content: @@ -11557,13 +12947,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}': + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': get: tags: - - groups.event + - groups.calendar summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendarView_GetExtension + operationId: group.calendar.event.instance.exceptionOccurrence_GetExtension parameters: - name: group-id in: path @@ -11581,6 +12971,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -11621,9 +13027,9 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - groups.event + - groups.calendar summary: Update the navigation property extensions in groups - operationId: group.calendarView_UpdateExtension + operationId: group.calendar.event.instance.exceptionOccurrence_UpdateExtension parameters: - name: group-id in: path @@ -11641,6 +13047,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -11668,9 +13090,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - groups.event + - groups.calendar summary: Delete navigation property extensions for groups - operationId: group.calendarView_DeleteExtension + operationId: group.calendar.event.instance.exceptionOccurrence_DeleteExtension parameters: - name: group-id in: path @@ -11688,6 +13110,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -11708,12 +13146,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/extensions/$count': + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': get: tags: - - groups.event + - groups.calendar summary: Get the number of the resource - operationId: group.calendarView.extension_GetCount + operationId: group.calendar.event.instance.exceptionOccurrence.extension_GetCount parameters: - name: group-id in: path @@ -11731,6 +13169,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -11738,13 +13192,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendarView/{event-id}/instances': - get: + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': + post: tags: - - groups.event - summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: group.calendarView_ListInstance + - groups.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendar.event.instance.exceptionOccurrence_accept parameters: - name: group-id in: path @@ -11762,73 +13219,55 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + - name: event-id1 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + post: tags: - - groups.event - summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: group.calendarView_GetInstance + - groups.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendar.event.instance.exceptionOccurrence_cancel parameters: - name: group-id in: path @@ -11854,59 +13293,43 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + - name: event-id2 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': + post: tags: - - groups.event - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendarView.instance_ListAttachment + - groups.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendar.event.instance.exceptionOccurrence_decline parameters: - name: group-id in: path @@ -11932,55 +13355,49 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': post: tags: - - groups.event - summary: Create new navigation property to attachments for groups - operationId: group.calendarView.instance_CreateAttachment + - groups.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendar.event.instance.exceptionOccurrence_dismissReminder parameters: - name: group-id in: path @@ -12006,30 +13423,30 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' - required: true + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': + post: tags: - - groups.event - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendarView.instance_GetAttachment + - groups.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendar.event.instance.exceptionOccurrence_forward parameters: - name: group-id in: path @@ -12055,49 +13472,47 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id2 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: tags: - - groups.event - summary: Delete navigation property attachments for groups - operationId: group.calendarView.instance_DeleteAttachment + - groups.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.event.instance.exceptionOccurrence_permanentDelete parameters: - name: group-id in: path @@ -12123,32 +13538,30 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id2 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: event responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/$count': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': + post: tags: - - groups.event - summary: Get the number of the resource - operationId: group.calendarView.instance.attachment_GetCount + - groups.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendar.event.instance.exceptionOccurrence_snoozeReminder parameters: - name: group-id in: path @@ -12174,20 +13587,42 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/calendar': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + post: tags: - - groups.event - summary: Get calendar from groups - description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.calendarView.instance_GetCalendar + - groups.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendar.event.instance.exceptionOccurrence_tentativelyAccept parameters: - name: group-id in: path @@ -12213,42 +13648,45 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': get: tags: - - groups.event - summary: Get exceptionOccurrences from groups - operationId: group.calendarView.instance_ListExceptionOccurrence + - groups.calendar + summary: Get the number of the resource + operationId: group.calendar.event.instance.exceptionOccurrence_GetCount parameters: - name: group-id in: path @@ -12274,56 +13712,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()': get: tags: - - groups.event - summary: Get exceptionOccurrences from groups - operationId: group.calendarView.instance_GetExceptionOccurrence + - groups.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendar.event.instance.exceptionOccurrence_delta parameters: - name: group-id in: path @@ -12349,14 +13754,27 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true - style: simple + style: form + explode: false schema: type: string - x-ms-docs-key-type: event + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -12367,6 +13785,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -12379,21 +13807,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions': get: tags: - - groups.event - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendarView.instance.exceptionOccurrence_ListAttachment + - groups.calendar + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendar.event.instance_ListExtension parameters: - name: group-id in: path @@ -12419,14 +13864,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -12464,7 +13901,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -12473,9 +13910,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - groups.event - summary: Create new navigation property to attachments for groups - operationId: group.calendarView.instance.exceptionOccurrence_CreateAttachment + - groups.calendar + summary: Create new navigation property to extensions for groups + operationId: group.calendar.event.instance_CreateExtension parameters: - name: group-id in: path @@ -12501,20 +13938,12 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -12522,17 +13951,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': get: tags: - - groups.event - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.calendarView.instance.exceptionOccurrence_GetAttachment + - groups.calendar + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendar.event.instance_GetExtension parameters: - name: group-id in: path @@ -12558,22 +13987,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id + - name: extension-id in: path - description: The unique identifier of attachment + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -12600,15 +14021,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + patch: tags: - - groups.event - summary: Delete navigation property attachments for groups - operationId: group.calendarView.instance.exceptionOccurrence_DeleteAttachment + - groups.calendar + summary: Update the navigation property extensions in groups + operationId: group.calendar.event.instance_UpdateExtension parameters: - name: group-id in: path @@ -12634,40 +14055,36 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id + - name: extension-id in: path - description: The unique identifier of attachment + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': - get: + delete: tags: - - groups.event - summary: Get the number of the resource - operationId: group.calendarView.instance.exceptionOccurrence.attachment_GetCount + - groups.calendar + summary: Delete navigation property extensions for groups + operationId: group.calendar.event.instance_DeleteExtension parameters: - name: group-id in: path @@ -12693,28 +14110,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: extension-id in: path - description: The unique identifier of event + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/$count': get: tags: - - groups.event - summary: Get calendar from groups - description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.calendarView.instance.exceptionOccurrence_GetCalendar + - groups.calendar + summary: Get the number of the resource + operationId: group.calendar.event.instance.extension_GetCount parameters: - name: group-id in: path @@ -12740,51 +14161,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': - get: + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.accept': + post: tags: - - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendarView.instance.exceptionOccurrence_ListExtension + - groups.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendar.event.instance_accept parameters: - name: group-id in: path @@ -12810,63 +14203,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel': post: tags: - - groups.event - summary: Create new navigation property to extensions for groups - operationId: group.calendarView.instance.exceptionOccurrence_CreateExtension + - groups.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendar.event.instance_cancel parameters: - name: group-id in: path @@ -12892,38 +14261,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.decline': + post: tags: - - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendarView.instance.exceptionOccurrence_GetExtension + - groups.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendar.event.instance_decline parameters: - name: group-id in: path @@ -12949,57 +14315,41 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': + post: tags: - - groups.event - summary: Update the navigation property extensions in groups - operationId: group.calendarView.instance.exceptionOccurrence_UpdateExtension + - groups.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendar.event.instance_dismissReminder parameters: - name: group-id in: path @@ -13025,7 +14375,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.forward': + post: + tags: + - groups.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendar.event.instance_forward + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id in: path description: The unique identifier of event required: true @@ -13033,36 +14408,47 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id1 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: tags: - - groups.event - summary: Delete navigation property extensions for groups - operationId: group.calendarView.instance.exceptionOccurrence_DeleteExtension + - groups.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.event.instance_permanentDelete parameters: - name: group-id in: path @@ -13088,40 +14474,75 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': + post: + tags: + - groups.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendar.event.instance_snoozeReminder + parameters: + - name: group-id in: path - description: The unique identifier of event + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id + x-ms-docs-key-type: group + - name: event-id in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + post: tags: - - groups.event - summary: Get the number of the resource - operationId: group.calendarView.instance.exceptionOccurrence.extension_GetCount + - groups.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendar.event.instance_tentativelyAccept parameters: - name: group-id in: path @@ -13147,27 +14568,37 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/$count': get: tags: - - groups.event + - groups.calendar summary: Get the number of the resource - operationId: group.calendarView.instance.exceptionOccurrence_GetCount + operationId: group.calendar.event.instance_GetCount parameters: - name: group-id in: path @@ -13185,14 +14616,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -13200,13 +14623,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions': + '/groups/{group-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()': get: tags: - - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendarView.instance_ListExtension + - groups.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendar.event.instance_delta parameters: - name: group-id in: path @@ -13224,22 +14650,30 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true - style: simple + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false schema: type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -13247,9 +14681,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -13269,18 +14703,41 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' - default: - $ref: '#/components/responses/error' + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.accept': post: tags: - - groups.event - summary: Create new navigation property to extensions for groups - operationId: group.calendarView.instance_CreateExtension + - groups.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendar.event_accept parameters: - name: group-id in: path @@ -13298,38 +14755,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.cancel': + post: tags: - - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.calendarView.instance_GetExtension + - groups.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendar.event_cancel parameters: - name: group-id in: path @@ -13347,57 +14805,87 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.decline': + post: + tags: + - groups.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendar.event_decline + parameters: + - name: group-id in: path - description: The unique identifier of event + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id + x-ms-docs-key-type: group + - name: event-id in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.dismissReminder': + post: tags: - - groups.event - summary: Update the navigation property extensions in groups - operationId: group.calendarView.instance_UpdateExtension + - groups.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendar.event_dismissReminder parameters: - name: group-id in: path @@ -13415,44 +14903,72 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.forward': + post: + tags: + - groups.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendar.event_forward + parameters: + - name: group-id in: path - description: The unique identifier of event + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id + x-ms-docs-key-type: group + - name: event-id in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.permanentDelete': + post: tags: - - groups.event - summary: Delete navigation property extensions for groups - operationId: group.calendarView.instance_DeleteExtension + - groups.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.event_permanentDelete parameters: - name: group-id in: path @@ -13470,40 +14986,67 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder': + post: + tags: + - groups.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendar.event_snoozeReminder + parameters: + - name: group-id in: path - description: The unique identifier of event + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id + x-ms-docs-key-type: group + - name: event-id in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions/$count': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.tentativelyAccept': + post: tags: - - groups.event - summary: Get the number of the resource - operationId: group.calendarView.instance.extension_GetCount + - groups.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendar.event_tentativelyAccept parameters: - name: group-id in: path @@ -13521,27 +15064,37 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendarView/{event-id}/instances/$count': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/$count': get: tags: - - groups.event + - groups.calendar summary: Get the number of the resource - operationId: group.calendarView.instance_GetCount + operationId: group.calendar.event_GetCount parameters: - name: group-id in: path @@ -13551,14 +15104,6 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -13566,12 +15111,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/calendarView/$count': + '/groups/{group-id}/calendar/events/microsoft.graph.delta()': get: tags: - - groups.event - summary: Get the number of the resource - operationId: group.calendarView_GetCount + - groups.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendar.event_delta parameters: - name: group-id in: path @@ -13583,7 +15132,7 @@ paths: x-ms-docs-key-type: group - name: startDateTime in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true style: form explode: false @@ -13591,46 +15140,20 @@ paths: type: string - name: endDateTime in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true style: form explode: false schema: type: string - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/events': - get: - tags: - - groups.event - summary: List events - description: Retrieve a list of event objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-beta - operationId: group_ListEvent - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -13638,9 +15161,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -13660,22 +15183,91 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' - default: - $ref: '#/components/responses/error' + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation + '/groups/{group-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': + get: + tags: + - groups.calendar + summary: Invoke function allowedCalendarSharingRoles + operationId: group.calendar_allowedCalendarSharingRole + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: User + in: path + description: 'Usage: User=''{User}''' + required: true + style: simple + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendarRoleType' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/calendar/microsoft.graph.getSchedule': post: tags: - - groups.event - summary: Create event - description: Use this API to create a new event. + - groups.calendar + summary: Invoke action getSchedule + description: 'Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-beta - operationId: group_CreateEvent + url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta + operationId: group.calendar_getSchedule parameters: - name: group-id in: path @@ -13686,32 +15278,88 @@ paths: type: string x-ms-docs-key-type: group requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' + type: object + properties: + Schedules: + type: array + items: + type: string + nullable: true + EndTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + StartTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + AvailabilityViewInterval: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.scheduleInformation' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/calendar/microsoft.graph.permanentDelete': + post: + tags: + - groups.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta + operationId: group.calendar_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + responses: + 2XX: + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView': get: tags: - groups.event - summary: Get event - description: Get an event object. + summary: List calendarView + description: 'Get the occurrences, exceptions, and single instances of events in a calendar view defined by a time range, from the default calendar of a group.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-beta - operationId: group_GetEvent + url: https://learn.microsoft.com/graph/api/group-list-calendarview?view=graph-rest-beta + operationId: group_ListCalendarView parameters: - name: group-id in: path @@ -13721,14 +15369,37 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: event-id - in: path - description: The unique identifier of event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true - style: simple + style: form + explode: false schema: type: string - x-ms-docs-key-type: event + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -13751,23 +15422,20 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/calendarView/{event-id}': + get: tags: - groups.event - summary: Update event - description: Update an event object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-beta - operationId: group_UpdateEvent + summary: Get calendarView from groups + description: The calendar view for the calendar. Read-only. + operationId: group_GetCalendarView parameters: - name: group-id in: path @@ -13785,68 +15453,59 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.event - summary: Delete event - description: Delete an event object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-beta - operationId: group_DeleteEvent - parameters: - - name: group-id - in: path - description: The unique identifier of group + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true - style: simple + style: form + explode: false schema: type: string - x-ms-docs-key-type: group - - name: event-id - in: path - description: The unique identifier of event + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true - style: simple + style: form + explode: false schema: type: string - x-ms-docs-key-type: event - - name: If-Match - in: header - description: ETag - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/attachments': + '/groups/{group-id}/calendarView/{event-id}/attachments': get: tags: - groups.event summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.event_ListAttachment + operationId: group.calendarView_ListAttachment parameters: - name: group-id in: path @@ -13912,7 +15571,7 @@ paths: tags: - groups.event summary: Create new navigation property to attachments for groups - operationId: group.event_CreateAttachment + operationId: group.calendarView_CreateAttachment parameters: - name: group-id in: path @@ -13947,13 +15606,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/attachments/{attachment-id}': + '/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}': get: tags: - groups.event summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.event_GetAttachment + operationId: group.calendarView_GetAttachment parameters: - name: group-id in: path @@ -14013,7 +15672,7 @@ paths: tags: - groups.event summary: Delete navigation property attachments for groups - operationId: group.event_DeleteAttachment + operationId: group.calendarView_DeleteAttachment parameters: - name: group-id in: path @@ -14051,12 +15710,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/attachments/$count': + '/groups/{group-id}/calendarView/{event-id}/attachments/$count': get: tags: - groups.event summary: Get the number of the resource - operationId: group.event.attachment_GetCount + operationId: group.calendarView.attachment_GetCount parameters: - name: group-id in: path @@ -14081,13 +15740,62 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/events/{event-id}/calendar': + '/groups/{group-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - groups.event + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.calendarView.attachment_createUploadSession + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/calendar': get: tags: - groups.event summary: Get calendar from groups description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.event_GetCalendar + operationId: group.calendarView_GetCalendar parameters: - name: group-id in: path @@ -14135,12 +15843,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/exceptionOccurrences': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences': get: tags: - groups.event summary: Get exceptionOccurrences from groups - operationId: group.event_ListExceptionOccurrence + operationId: group.calendarView_ListExceptionOccurrence parameters: - name: group-id in: path @@ -14202,12 +15910,12 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}': get: tags: - groups.event summary: Get exceptionOccurrences from groups - operationId: group.event_GetExceptionOccurrence + operationId: group.calendarView_GetExceptionOccurrence parameters: - name: group-id in: path @@ -14263,13 +15971,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments': get: tags: - groups.event summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.event.exceptionOccurrence_ListAttachment + operationId: group.calendarView.exceptionOccurrence_ListAttachment parameters: - name: group-id in: path @@ -14343,7 +16051,7 @@ paths: tags: - groups.event summary: Create new navigation property to attachments for groups - operationId: group.event.exceptionOccurrence_CreateAttachment + operationId: group.calendarView.exceptionOccurrence_CreateAttachment parameters: - name: group-id in: path @@ -14386,13 +16094,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': get: tags: - groups.event summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.event.exceptionOccurrence_GetAttachment + operationId: group.calendarView.exceptionOccurrence_GetAttachment parameters: - name: group-id in: path @@ -14460,7 +16168,7 @@ paths: tags: - groups.event summary: Delete navigation property attachments for groups - operationId: group.event.exceptionOccurrence_DeleteAttachment + operationId: group.calendarView.exceptionOccurrence_DeleteAttachment parameters: - name: group-id in: path @@ -14506,12 +16214,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': get: tags: - groups.event summary: Get the number of the resource - operationId: group.event.exceptionOccurrence.attachment_GetCount + operationId: group.calendarView.exceptionOccurrence.attachment_GetCount parameters: - name: group-id in: path @@ -14544,13 +16252,70 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - groups.event + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence.attachment_createUploadSession + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/calendar': get: tags: - groups.event summary: Get calendar from groups description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.event.exceptionOccurrence_GetCalendar + operationId: group.calendarView.exceptionOccurrence_GetCalendar parameters: - name: group-id in: path @@ -14606,13 +16371,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions': get: tags: - groups.event summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. - operationId: group.event.exceptionOccurrence_ListExtension + operationId: group.calendarView.exceptionOccurrence_ListExtension parameters: - name: group-id in: path @@ -14686,7 +16451,7 @@ paths: tags: - groups.event summary: Create new navigation property to extensions for groups - operationId: group.event.exceptionOccurrence_CreateExtension + operationId: group.calendarView.exceptionOccurrence_CreateExtension parameters: - name: group-id in: path @@ -14729,13 +16494,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': get: tags: - groups.event summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. - operationId: group.event.exceptionOccurrence_GetExtension + operationId: group.calendarView.exceptionOccurrence_GetExtension parameters: - name: group-id in: path @@ -14803,7 +16568,7 @@ paths: tags: - groups.event summary: Update the navigation property extensions in groups - operationId: group.event.exceptionOccurrence_UpdateExtension + operationId: group.calendarView.exceptionOccurrence_UpdateExtension parameters: - name: group-id in: path @@ -14858,7 +16623,7 @@ paths: tags: - groups.event summary: Delete navigation property extensions for groups - operationId: group.event.exceptionOccurrence_DeleteExtension + operationId: group.calendarView.exceptionOccurrence_DeleteExtension parameters: - name: group-id in: path @@ -14904,12 +16669,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': get: tags: - groups.event summary: Get the number of the resource - operationId: group.event.exceptionOccurrence.extension_GetCount + operationId: group.calendarView.exceptionOccurrence.extension_GetCount parameters: - name: group-id in: path @@ -14942,13 +16707,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances': get: tags: - groups.event summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: group.event.exceptionOccurrence_ListInstance + operationId: group.calendarView.exceptionOccurrence_ListInstance parameters: - name: group-id in: path @@ -15034,13 +16799,13 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': get: tags: - groups.event summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: group.event.exceptionOccurrence_GetInstance + operationId: group.calendarView.exceptionOccurrence_GetInstance parameters: - name: group-id in: path @@ -15120,13 +16885,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': get: tags: - groups.event summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.event.exceptionOccurrence.instance_ListAttachment + operationId: group.calendarView.exceptionOccurrence.instance_ListAttachment parameters: - name: group-id in: path @@ -15208,7 +16973,7 @@ paths: tags: - groups.event summary: Create new navigation property to attachments for groups - operationId: group.event.exceptionOccurrence.instance_CreateAttachment + operationId: group.calendarView.exceptionOccurrence.instance_CreateAttachment parameters: - name: group-id in: path @@ -15259,13 +17024,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': get: tags: - groups.event summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.event.exceptionOccurrence.instance_GetAttachment + operationId: group.calendarView.exceptionOccurrence.instance_GetAttachment parameters: - name: group-id in: path @@ -15341,7 +17106,7 @@ paths: tags: - groups.event summary: Delete navigation property attachments for groups - operationId: group.event.exceptionOccurrence.instance_DeleteAttachment + operationId: group.calendarView.exceptionOccurrence.instance_DeleteAttachment parameters: - name: group-id in: path @@ -15395,12 +17160,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': get: tags: - groups.event summary: Get the number of the resource - operationId: group.event.exceptionOccurrence.instance.attachment_GetCount + operationId: group.calendarView.exceptionOccurrence.instance.attachment_GetCount parameters: - name: group-id in: path @@ -15441,13 +17206,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': - get: + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: tags: - groups.event - summary: Get calendar from groups - description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.event.exceptionOccurrence.instance_GetCalendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: group-id in: path @@ -15481,43 +17249,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': get: tags: - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.event.exceptionOccurrence.instance_ListExtension + summary: Get calendar from groups + description: The calendar that contains the event. Navigation property. Read-only. + operationId: group.calendarView.exceptionOccurrence.instance_GetCalendar parameters: - name: group-id in: path @@ -15551,21 +17311,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -15588,75 +17333,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.event - summary: Create new navigation property to extensions for groups - operationId: group.event.exceptionOccurrence.instance_CreateExtension - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true - responses: - 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': get: tags: - groups.event summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. - operationId: group.event.exceptionOccurrence.instance_GetExtension + operationId: group.calendarView.exceptionOccurrence.instance_ListExtension parameters: - name: group-id in: path @@ -15690,14 +17381,21 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: extension + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -15720,19 +17418,151 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - groups.event - summary: Update the navigation property extensions in groups - operationId: group.event.exceptionOccurrence.instance_UpdateExtension + summary: Create new navigation property to extensions for groups + operationId: group.calendarView.exceptionOccurrence.instance_CreateExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': + get: + tags: + - groups.event + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendarView.exceptionOccurrence.instance_GetExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.event + summary: Update the navigation property extensions in groups + operationId: group.calendarView.exceptionOccurrence.instance_UpdateExtension parameters: - name: group-id in: path @@ -15795,7 +17625,7 @@ paths: tags: - groups.event summary: Delete navigation property extensions for groups - operationId: group.event.exceptionOccurrence.instance_DeleteExtension + operationId: group.calendarView.exceptionOccurrence.instance_DeleteExtension parameters: - name: group-id in: path @@ -15849,12 +17679,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': get: tags: - groups.event summary: Get the number of the resource - operationId: group.event.exceptionOccurrence.instance.extension_GetCount + operationId: group.calendarView.exceptionOccurrence.instance.extension_GetCount parameters: - name: group-id in: path @@ -15895,12 +17725,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': - get: + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': + post: tags: - groups.event - summary: Get the number of the resource - operationId: group.event.exceptionOccurrence.instance_GetCount + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence.instance_accept parameters: - name: group-id in: path @@ -15926,19 +17760,47 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': + post: tags: - groups.event - summary: Get the number of the resource - operationId: group.event.exceptionOccurrence_GetCount + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence.instance_cancel parameters: - name: group-id in: path @@ -15956,20 +17818,51 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/events/{event-id}/extensions': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + post: tags: - groups.event - summary: Get openTypeExtension - description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. - operationId: group.event_ListExtension + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence.instance_decline parameters: - name: group-id in: path @@ -15987,59 +17880,106 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': + post: + tags: + - groups.event + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence.instance_dismissReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': post: tags: - groups.event - summary: Create openTypeExtension - description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta - operationId: group.event_CreateExtension + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence.instance_forward parameters: - name: group-id in: path @@ -16057,33 +17997,55 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/extensions/{extension-id}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: tags: - groups.event - summary: Get openTypeExtension - description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta - operationId: group.event_GetExtension + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence.instance_permanentDelete parameters: - name: group-id in: path @@ -16101,49 +18063,38 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id1 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': + post: tags: - groups.event - summary: Update the navigation property extensions in groups - operationId: group.event_UpdateExtension + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence.instance_snoozeReminder parameters: - name: group-id in: path @@ -16161,36 +18112,50 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id1 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': + post: tags: - groups.event - summary: Delete navigation property extensions for groups - operationId: group.event_DeleteExtension + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence.instance_tentativelyAccept parameters: - name: group-id in: path @@ -16208,32 +18173,53 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id1 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/extensions/$count': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': get: tags: - groups.event summary: Get the number of the resource - operationId: group.event.extension_GetCount + operationId: group.calendarView.exceptionOccurrence.instance_GetCount parameters: - name: group-id in: path @@ -16251,6 +18237,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -16258,13 +18252,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/events/{event-id}/instances': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()': get: tags: - groups.event - summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: group.event_ListInstance + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence.instance_delta parameters: - name: group-id in: path @@ -16282,9 +18279,17 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - name: startDateTime in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true style: form explode: false @@ -16292,7 +18297,7 @@ paths: type: string - name: endDateTime in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true style: form explode: false @@ -16303,9 +18308,9 @@ paths: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -16313,9 +18318,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -16335,20 +18340,41 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' - default: - $ref: '#/components/responses/error' + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/instances/{event-id1}': - get: + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': + post: tags: - groups.event - summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: group.event_GetInstance + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence_accept parameters: - name: group-id in: path @@ -16374,59 +18400,93 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': + post: + tags: + - groups.event + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence_cancel + parameters: + - name: group-id + in: path + description: The unique identifier of group required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' - required: true - style: form - explode: false + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': + post: tags: - groups.event - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.event.instance_ListAttachment + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence_decline parameters: - name: group-id in: path @@ -16452,55 +18512,41 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': post: tags: - groups.event - summary: Create new navigation property to attachments for groups - operationId: group.event.instance_CreateAttachment + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence_dismissReminder parameters: - name: group-id in: path @@ -16526,30 +18572,22 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' - required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': + post: tags: - groups.event - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.event.instance_GetAttachment + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence_forward parameters: - name: group-id in: path @@ -16575,49 +18613,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id - in: path - description: The unique identifier of attachment - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: tags: - groups.event - summary: Delete navigation property attachments for groups - operationId: group.event.instance_DeleteAttachment + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence_permanentDelete parameters: - name: group-id in: path @@ -16643,32 +18671,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id - in: path - description: The unique identifier of attachment - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': + post: tags: - groups.event - summary: Get the number of the resource - operationId: group.event.instance.attachment_GetCount + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence_snoozeReminder parameters: - name: group-id in: path @@ -16694,20 +18712,34 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': + post: tags: - groups.event - summary: Get calendar from groups - description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.event.instance_GetCalendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence_tentativelyAccept parameters: - name: group-id in: path @@ -16733,42 +18765,37 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/$count': get: tags: - groups.event - summary: Get exceptionOccurrences from groups - operationId: group.event.instance_ListExceptionOccurrence + summary: Get the number of the resource + operationId: group.calendarView.exceptionOccurrence_GetCount parameters: - name: group-id in: path @@ -16786,64 +18813,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()': get: tags: - groups.event - summary: Get exceptionOccurrences from groups - operationId: group.event.instance_GetExceptionOccurrence + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence_delta parameters: - name: group-id in: path @@ -16861,22 +18847,27 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true - style: simple + style: form + explode: false schema: type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true - style: simple + style: form + explode: false schema: type: string - x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -16887,6 +18878,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -16899,21 +18900,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/calendarView/{event-id}/extensions': get: tags: - groups.event - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.event.instance.exceptionOccurrence_ListAttachment + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendarView_ListExtension parameters: - name: group-id in: path @@ -16931,22 +18949,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -16984,7 +18986,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -16994,8 +18996,8 @@ paths: post: tags: - groups.event - summary: Create new navigation property to attachments for groups - operationId: group.event.instance.exceptionOccurrence_CreateAttachment + summary: Create new navigation property to extensions for groups + operationId: group.calendarView_CreateExtension parameters: - name: group-id in: path @@ -17013,28 +19015,12 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -17042,17 +19028,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': + '/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}': get: tags: - groups.event - summary: Get attachments from groups - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: group.event.instance.exceptionOccurrence_GetAttachment + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendarView_GetExtension parameters: - name: group-id in: path @@ -17070,30 +19056,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id + - name: extension-id in: path - description: The unique identifier of attachment + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -17120,15 +19090,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + patch: tags: - groups.event - summary: Delete navigation property attachments for groups - operationId: group.event.instance.exceptionOccurrence_DeleteAttachment + summary: Update the navigation property extensions in groups + operationId: group.calendarView_UpdateExtension parameters: - name: group-id in: path @@ -17146,15 +19116,46 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + - name: extension-id in: path - description: The unique identifier of event + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.event + summary: Delete navigation property extensions for groups + operationId: group.calendarView_DeleteExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id in: path description: The unique identifier of event required: true @@ -17162,14 +19163,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: extension-id in: path - description: The unique identifier of attachment + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: extension - name: If-Match in: header description: ETag @@ -17182,12 +19183,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': + '/groups/{group-id}/calendarView/{event-id}/extensions/$count': get: tags: - groups.event summary: Get the number of the resource - operationId: group.event.instance.exceptionOccurrence.attachment_GetCount + operationId: group.calendarView.extension_GetCount parameters: - name: group-id in: path @@ -17205,22 +19206,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -17228,13 +19213,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': + '/groups/{group-id}/calendarView/{event-id}/instances': get: tags: - groups.event - summary: Get calendar from groups - description: The calendar that contains the event. Navigation property. Read-only. - operationId: group.event.instance.exceptionOccurrence_GetCalendar + summary: Get instances from groups + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: group.calendarView_ListInstance parameters: - name: group-id in: path @@ -17252,15 +19237,91 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true - style: simple - schema: + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}': + get: + tags: + - groups.event + summary: Get instances from groups + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: group.calendarView_GetInstance + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -17268,6 +19329,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - name: $select in: query description: Select properties to be returned @@ -17294,17 +19371,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments': get: tags: - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.event.instance.exceptionOccurrence_ListExtension + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.calendarView.instance_ListAttachment parameters: - name: group-id in: path @@ -17330,14 +19407,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -17375,7 +19444,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -17385,8 +19454,8 @@ paths: post: tags: - groups.event - summary: Create new navigation property to extensions for groups - operationId: group.event.instance.exceptionOccurrence_CreateExtension + summary: Create new navigation property to attachments for groups + operationId: group.calendarView.instance_CreateAttachment parameters: - name: group-id in: path @@ -17412,20 +19481,12 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: @@ -17433,17 +19494,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': get: tags: - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.event.instance.exceptionOccurrence_GetExtension + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.calendarView.instance_GetAttachment parameters: - name: group-id in: path @@ -17469,22 +19530,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: attachment - name: $select in: query description: Select properties to be returned @@ -17511,15 +19564,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + delete: tags: - groups.event - summary: Update the navigation property extensions in groups - operationId: group.event.instance.exceptionOccurrence_UpdateExtension + summary: Delete navigation property attachments for groups + operationId: group.calendarView.instance_DeleteAttachment parameters: - name: group-id in: path @@ -17545,44 +19598,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: attachment-id in: path - description: The unique identifier of event + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: extension - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/$count': + get: tags: - groups.event - summary: Delete navigation property extensions for groups - operationId: group.event.instance.exceptionOccurrence_DeleteExtension + summary: Get the number of the resource + operationId: group.calendarView.instance.attachment_GetCount parameters: - name: group-id in: path @@ -17608,40 +19649,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': - get: + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: tags: - groups.event - summary: Get the number of the resource - operationId: group.event.instance.exceptionOccurrence.extension_GetCount + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.calendarView.instance.attachment_createUploadSession parameters: - name: group-id in: path @@ -17667,27 +19691,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/calendar': get: tags: - groups.event - summary: Get the number of the resource - operationId: group.event.instance.exceptionOccurrence_GetCount + summary: Get calendar from groups + description: The calendar that contains the event. Navigation property. Read-only. + operationId: group.calendarView.instance_GetCalendar parameters: - name: group-id in: path @@ -17713,20 +19745,42 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions': + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences': get: tags: - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.event.instance_ListExtension + summary: Get exceptionOccurrences from groups + operationId: group.calendarView.instance_ListExceptionOccurrence parameters: - name: group-id in: path @@ -17789,18 +19843,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': + get: tags: - groups.event - summary: Create new navigation property to extensions for groups - operationId: group.event.instance_CreateExtension + summary: Get exceptionOccurrences from groups + operationId: group.calendarView.instance_GetExceptionOccurrence parameters: - name: group-id in: path @@ -17826,30 +19881,51 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': get: tags: - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. - operationId: group.event.instance_GetExtension + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.calendarView.instance.exceptionOccurrence_ListAttachment parameters: - name: group-id in: path @@ -17875,14 +19951,29 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id2 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -17905,19 +19996,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - groups.event - summary: Update the navigation property extensions in groups - operationId: group.event.instance_UpdateExtension + summary: Create new navigation property to attachments for groups + operationId: group.calendarView.instance.exceptionOccurrence_CreateAttachment parameters: - name: group-id in: path @@ -17943,36 +20033,38 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id2 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': + get: tags: - groups.event - summary: Delete navigation property extensions for groups - operationId: group.event.instance_DeleteExtension + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.calendarView.instance.exceptionOccurrence_GetAttachment parameters: - name: group-id in: path @@ -17998,32 +20090,57 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id2 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true style: simple schema: type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count': - get: + delete: tags: - groups.event - summary: Get the number of the resource - operationId: group.event.instance.extension_GetCount + summary: Delete navigation property attachments for groups + operationId: group.calendarView.instance.exceptionOccurrence_DeleteAttachment parameters: - name: group-id in: path @@ -18049,19 +20166,40 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/events/{event-id}/instances/$count': + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': get: tags: - groups.event summary: Get the number of the resource - operationId: group.event.instance_GetCount + operationId: group.calendarView.instance.exceptionOccurrence.attachment_GetCount parameters: - name: group-id in: path @@ -18079,6 +20217,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -18086,12 +20240,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/events/$count': - get: + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: tags: - groups.event - summary: Get the number of the resource - operationId: group.event_GetCount + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.calendarView.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: group-id in: path @@ -18101,38 +20259,41 @@ paths: schema: type: string x-ms-docs-key-type: group - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/places/{place-id}': - patch: - tags: - - places.place - summary: Update place - description: 'Update the properties of place object, which can be a room, workspace, or roomList. You can identify the room, workspace, or roomList by specifying the id or emailAddress property.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta - operationId: place_UpdatePlace - parameters: - - name: place-id + - name: event-id in: path - description: The unique identifier of place + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: place + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.place' + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object required: true responses: 2XX: @@ -18140,55 +20301,50 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.place' + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': + get: tags: - - places.place - summary: Delete entity from places - operationId: place_DeletePlace + - groups.event + summary: Get calendar from groups + description: The calendar that contains the event. Navigation property. Read-only. + operationId: group.calendarView.instance.exceptionOccurrence_GetCalendar parameters: - - name: place-id + - name: group-id in: path - description: The unique identifier of place + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: place - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true style: simple schema: type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/places/{place-id}/microsoft.graph.room': - get: - tags: - - places.place - summary: List places - description: "Get a collection of the specified type of place objects defined in the tenant. You can do the following for a given tenant:\n- List all the rooms.\n- List all the workspaces.\n- List all the room lists.\n- List rooms in a specific room list.\n- List workspaces in a specific room list. A place object can be one of the following types: The room, workspace and roomList resources are derived from the place object. By default, this operation returns up to 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta - operationId: place_GetPlaceAsRoom - parameters: - - name: place-id + x-ms-docs-key-type: event + - name: event-id1 in: path - description: The unique identifier of place + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: place + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - name: $select in: query description: Select properties to be returned @@ -18211,72 +20367,54 @@ paths: type: string responses: 2XX: - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.room' + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - '/places/{place-id}/microsoft.graph.roomList': + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': get: tags: - - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.roomList - operationId: place_GetPlaceAsRoomList + - groups.event + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendarView.instance.exceptionOccurrence_ListExtension parameters: - - name: place-id + - name: group-id in: path - description: The unique identifier of place + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: place - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.roomList' - default: - $ref: '#/components/responses/error' - '/places/{place-id}/microsoft.graph.roomList/rooms': - get: - tags: - - places.room - summary: Get rooms from places - operationId: placeAsRoomList_ListRoom - parameters: - - name: place-id + type: string + x-ms-docs-key-type: event + - name: event-id2 in: path - description: The unique identifier of place + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: place + x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -18314,7 +20452,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.roomCollectionResponse' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -18323,24 +20461,48 @@ paths: x-ms-docs-operation-type: operation post: tags: - - places.room - summary: Create new navigation property to rooms for places - operationId: placeAsRoomList_CreateRoom + - groups.event + summary: Create new navigation property to extensions for groups + operationId: group.calendarView.instance.exceptionOccurrence_CreateExtension parameters: - - name: place-id + - name: group-id in: path - description: The unique identifier of place + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: place + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.room' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -18348,33 +20510,58 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.room' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/places/{place-id}/microsoft.graph.roomList/rooms/{room-id}': + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': get: tags: - - places.room - summary: Get rooms from places - operationId: placeAsRoomList_GetRoom + - groups.event + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendarView.instance.exceptionOccurrence_GetExtension parameters: - - name: place-id + - name: group-id in: path - description: The unique identifier of place + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: place - - name: room-id + x-ms-docs-key-type: group + - name: event-id in: path - description: The unique identifier of room + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: room + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -18401,38 +20588,62 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.room' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - places.room - summary: Update the navigation property rooms in places - operationId: placeAsRoomList_UpdateRoom + - groups.event + summary: Update the navigation property extensions in groups + operationId: group.calendarView.instance.exceptionOccurrence_UpdateExtension parameters: - - name: place-id + - name: group-id in: path - description: The unique identifier of place + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: place - - name: room-id + x-ms-docs-key-type: group + - name: event-id in: path - description: The unique identifier of room + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: room + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.room' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -18440,32 +20651,56 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.room' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - places.room - summary: Delete navigation property rooms for places - operationId: placeAsRoomList_DeleteRoom + - groups.event + summary: Delete navigation property extensions for groups + operationId: group.calendarView.instance.exceptionOccurrence_DeleteExtension parameters: - - name: place-id + - name: group-id in: path - description: The unique identifier of place + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: place - - name: room-id + x-ms-docs-key-type: group + - name: event-id in: path - description: The unique identifier of room + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: room + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension - name: If-Match in: header description: ETag @@ -18478,587 +20713,572 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/places/{place-id}/microsoft.graph.roomList/rooms(placeId=''{placeId}'')': + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': get: tags: - - places.room - summary: Get rooms from places - operationId: placeAsRoomList.room_GetGraphBPrePlaceId + - groups.event + summary: Get the number of the resource + operationId: group.calendarView.instance.exceptionOccurrence.extension_GetCount parameters: - - name: place-id + - name: group-id in: path - description: The unique identifier of place + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: place - - name: placeId + x-ms-docs-key-type: group + - name: event-id in: path - description: Alternate key of room + description: The unique identifier of event required: true style: simple schema: type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.room' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': + post: tags: - - places.room - summary: Update the navigation property rooms in places - operationId: placeAsRoomList.room_UpdateGraphBPrePlaceId + - groups.event + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendarView.instance.exceptionOccurrence_accept parameters: - - name: place-id + - name: group-id in: path - description: The unique identifier of place + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: place - - name: placeId + x-ms-docs-key-type: group + - name: event-id in: path - description: Alternate key of room + description: The unique identifier of event required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.room' + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.room' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + post: tags: - - places.room - summary: Delete navigation property rooms for places - operationId: placeAsRoomList.room_DeleteGraphBPrePlaceId + - groups.event + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendarView.instance.exceptionOccurrence_cancel parameters: - - name: place-id + - name: group-id in: path - description: The unique identifier of place + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: place - - name: placeId + x-ms-docs-key-type: group + - name: event-id in: path - description: Alternate key of room + description: The unique identifier of event required: true style: simple schema: type: string - nullable: true - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/places/{place-id}/microsoft.graph.roomList/rooms/$count': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': + post: tags: - - places.room - summary: Get the number of the resource - operationId: placeAsRoomList.room_GetCount + - groups.event + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendarView.instance.exceptionOccurrence_decline parameters: - - name: place-id + - name: group-id in: path - description: The unique identifier of place + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: place - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/places/{place-id}/microsoft.graph.roomList/workspaces': - get: - tags: - - places.workspace - summary: Get workspaces from places - operationId: placeAsRoomList_ListWorkspace - parameters: - - name: place-id + x-ms-docs-key-type: group + - name: event-id in: path - description: The unique identifier of place + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: place - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.workspaceCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - places.workspace - summary: Create new navigation property to workspaces for places - operationId: placeAsRoomList_CreateWorkspace - parameters: - - name: place-id + type: string + x-ms-docs-key-type: event + - name: event-id2 in: path - description: The unique identifier of place + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: place + x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workspace' + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workspace' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/places/{place-id}/microsoft.graph.roomList/workspaces/{workspace-id}': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': + post: tags: - - places.workspace - summary: Get workspaces from places - operationId: placeAsRoomList_GetWorkspace + - groups.event + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendarView.instance.exceptionOccurrence_dismissReminder parameters: - - name: place-id + - name: group-id in: path - description: The unique identifier of place + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: place - - name: workspace-id + x-ms-docs-key-type: group + - name: event-id in: path - description: The unique identifier of workspace + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: workspace - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workspace' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': + post: tags: - - places.workspace - summary: Update the navigation property workspaces in places - operationId: placeAsRoomList_UpdateWorkspace + - groups.event + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendarView.instance.exceptionOccurrence_forward parameters: - - name: place-id + - name: group-id in: path - description: The unique identifier of place + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: place - - name: workspace-id + x-ms-docs-key-type: group + - name: event-id in: path - description: The unique identifier of workspace + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: workspace + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workspace' + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workspace' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: tags: - - places.workspace - summary: Delete navigation property workspaces for places - operationId: placeAsRoomList_DeleteWorkspace + - groups.event + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendarView.instance.exceptionOccurrence_permanentDelete parameters: - - name: place-id + - name: group-id in: path - description: The unique identifier of place + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: place - - name: workspace-id + x-ms-docs-key-type: group + - name: event-id in: path - description: The unique identifier of workspace + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: workspace - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/places/{place-id}/microsoft.graph.roomList/workspaces(placeId=''{placeId}'')': - get: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': + post: tags: - - places.workspace - summary: Get workspaces from places - operationId: placeAsRoomList.workspace_GetGraphBPrePlaceId + - groups.event + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendarView.instance.exceptionOccurrence_snoozeReminder parameters: - - name: place-id + - name: group-id in: path - description: The unique identifier of place + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: place - - name: placeId + x-ms-docs-key-type: group + - name: event-id in: path - description: Alternate key of workspace + description: The unique identifier of event required: true style: simple schema: type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workspace' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - places.workspace - summary: Update the navigation property workspaces in places - operationId: placeAsRoomList.workspace_UpdateGraphBPrePlaceId - parameters: - - name: place-id + x-ms-docs-key-type: event + - name: event-id1 in: path - description: The unique identifier of place + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: place - - name: placeId + x-ms-docs-key-type: event + - name: event-id2 in: path - description: Alternate key of workspace + description: The unique identifier of event required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workspace' + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workspace' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + post: tags: - - places.workspace - summary: Delete navigation property workspaces for places - operationId: placeAsRoomList.workspace_DeleteGraphBPrePlaceId + - groups.event + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendarView.instance.exceptionOccurrence_tentativelyAccept parameters: - - name: place-id + - name: group-id in: path - description: The unique identifier of place + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: place - - name: placeId + x-ms-docs-key-type: group + - name: event-id in: path - description: Alternate key of workspace + description: The unique identifier of event required: true style: simple schema: type: string - nullable: true - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/places/{place-id}/microsoft.graph.roomList/workspaces/$count': - get: - tags: - - places.workspace - summary: Get the number of the resource - operationId: placeAsRoomList.workspace_GetCount - parameters: - - name: place-id + x-ms-docs-key-type: event + - name: event-id1 in: path - description: The unique identifier of place + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: place - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/places(placeId=''{placeId}'')': - patch: - tags: - - places.place - summary: Update place - description: 'Update the properties of place object, which can be a room, workspace, or roomList. You can identify the room, workspace, or roomList by specifying the id or emailAddress property.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta - operationId: place_UpdatePlaceGraphBPrePlaceId - parameters: - - name: placeId + x-ms-docs-key-type: event + - name: event-id2 in: path - description: Alternate key of place + description: The unique identifier of event required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: event requestBody: - description: New property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.place' + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.place' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': + get: tags: - - places.place - summary: Delete entity from places by placeId - operationId: place_DeletePlaceGraphBPrePlaceId + - groups.event + summary: Get the number of the resource + operationId: group.calendarView.instance.exceptionOccurrence_GetCount parameters: - - name: placeId + - name: group-id in: path - description: Alternate key of place + description: The unique identifier of group required: true style: simple schema: type: string - nullable: true - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true style: simple schema: type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /places/$count: - get: - tags: - - places.place - summary: Get the number of the resource - operationId: place_GetCount - parameters: + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -19066,25 +21286,65 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /places/microsoft.graph.room: + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()': get: tags: - - places.place - summary: List places - description: "Get a collection of the specified type of place objects defined in the tenant. You can do the following for a given tenant:\n- List all the rooms.\n- List all the workspaces.\n- List all the room lists.\n- List rooms in a specific room list.\n- List workspaces in a specific room list. A place object can be one of the following types: The room, workspace and roomList resources are derived from the place object. By default, this operation returns up to 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API." + - groups.event + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta - operationId: place_ListPlaceAsRoom + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendarView.instance.exceptionOccurrence_delta parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -19092,9 +21352,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -19114,42 +21374,72 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.roomCollectionResponse' - default: - $ref: '#/components/responses/error' + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /places/microsoft.graph.room/$count: - get: - tags: - - places.place - summary: Get the number of the resource - operationId: place_GetCountAsRoom - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /places/microsoft.graph.roomList: + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions': get: tags: - - places.place - summary: Get the items of type microsoft.graph.roomList in the microsoft.graph.place collection - operationId: place_ListPlaceAsRoomList + - groups.event + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendarView.instance_ListExtension parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form explode: false schema: uniqueItems: true @@ -19178,42 +21468,100 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.roomListCollectionResponse' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /places/microsoft.graph.roomList/$count: - get: + x-ms-docs-operation-type: operation + post: tags: - - places.place - summary: Get the number of the resource - operationId: place_GetCountAsRoomList + - groups.event + summary: Create new navigation property to extensions for groups + operationId: group.calendarView.instance_CreateExtension parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - '/users/{user-id}/calendar': + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': get: tags: - - users.calendar - summary: Get calendar from users - description: The user's primary calendar. Read-only. - operationId: user_GetCalendar + - groups.event + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.calendarView.instance_GetExtension parameters: - - name: user-id + - name: group-id in: path - description: The unique identifier of user + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: user + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -19240,58 +21588,33251 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: - - users.calendar - summary: Update the navigation property calendar in users - operationId: user_UpdateCalendar + - groups.event + summary: Update the navigation property extensions in groups + operationId: group.calendarView.instance_UpdateExtension parameters: - - name: user-id + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.event + summary: Delete navigation property extensions for groups + operationId: group.calendarView.instance_DeleteExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.calendarView.instance.extension_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': + post: + tags: + - groups.event + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendarView.instance_accept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + post: + tags: + - groups.event + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendarView.instance_cancel + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline': + post: + tags: + - groups.event + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendarView.instance_decline + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': + post: + tags: + - groups.event + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendarView.instance_dismissReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward': + post: + tags: + - groups.event + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendarView.instance_forward + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.event + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendarView.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': + post: + tags: + - groups.event + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendarView.instance_snoozeReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + post: + tags: + - groups.event + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendarView.instance_tentativelyAccept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.calendarView.instance_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/calendarView/{event-id}/instances/microsoft.graph.delta()': + get: + tags: + - groups.event + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendarView.instance_delta + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/calendarView/{event-id}/microsoft.graph.accept': + post: + tags: + - groups.event + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendarView_accept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/microsoft.graph.cancel': + post: + tags: + - groups.event + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendarView_cancel + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/microsoft.graph.decline': + post: + tags: + - groups.event + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendarView_decline + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/microsoft.graph.dismissReminder': + post: + tags: + - groups.event + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendarView_dismissReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/microsoft.graph.forward': + post: + tags: + - groups.event + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendarView_forward + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - groups.event + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendarView_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder': + post: + tags: + - groups.event + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendarView_snoozeReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept': + post: + tags: + - groups.event + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendarView_tentativelyAccept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.calendarView_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/calendarView/microsoft.graph.delta()': + get: + tags: + - groups.event + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendarView_delta + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/events': + get: + tags: + - groups.event + summary: List events + description: Retrieve a list of event objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-beta + operationId: group_ListEvent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.event + summary: Create event + description: Use this API to create a new event. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-beta + operationId: group_CreateEvent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}': + get: + tags: + - groups.event + summary: Get event + description: Get an event object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-beta + operationId: group_GetEvent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.event + summary: Update event + description: Update an event object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-beta + operationId: group_UpdateEvent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.event + summary: Delete event + description: Delete an event object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-beta + operationId: group_DeleteEvent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/attachments': + get: + tags: + - groups.event + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.event_ListAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.event + summary: Create new navigation property to attachments for groups + operationId: group.event_CreateAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/attachments/{attachment-id}': + get: + tags: + - groups.event + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.event_GetAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.event + summary: Delete navigation property attachments for groups + operationId: group.event_DeleteAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/attachments/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.event.attachment_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - groups.event + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.event.attachment_createUploadSession + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/calendar': + get: + tags: + - groups.event + summary: Get calendar from groups + description: The calendar that contains the event. Navigation property. Read-only. + operationId: group.event_GetCalendar + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/exceptionOccurrences': + get: + tags: + - groups.event + summary: Get exceptionOccurrences from groups + operationId: group.event_ListExceptionOccurrence + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}': + get: + tags: + - groups.event + summary: Get exceptionOccurrences from groups + operationId: group.event_GetExceptionOccurrence + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments': + get: + tags: + - groups.event + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.event.exceptionOccurrence_ListAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.event + summary: Create new navigation property to attachments for groups + operationId: group.event.exceptionOccurrence_CreateAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': + get: + tags: + - groups.event + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.event.exceptionOccurrence_GetAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.event + summary: Delete navigation property attachments for groups + operationId: group.event.exceptionOccurrence_DeleteAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.event.exceptionOccurrence.attachment_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - groups.event + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.event.exceptionOccurrence.attachment_createUploadSession + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar': + get: + tags: + - groups.event + summary: Get calendar from groups + description: The calendar that contains the event. Navigation property. Read-only. + operationId: group.event.exceptionOccurrence_GetCalendar + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions': + get: + tags: + - groups.event + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.event.exceptionOccurrence_ListExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.event + summary: Create new navigation property to extensions for groups + operationId: group.event.exceptionOccurrence_CreateExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': + get: + tags: + - groups.event + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.event.exceptionOccurrence_GetExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.event + summary: Update the navigation property extensions in groups + operationId: group.event.exceptionOccurrence_UpdateExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.event + summary: Delete navigation property extensions for groups + operationId: group.event.exceptionOccurrence_DeleteExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.event.exceptionOccurrence.extension_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances': + get: + tags: + - groups.event + summary: Get instances from groups + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: group.event.exceptionOccurrence_ListInstance + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': + get: + tags: + - groups.event + summary: Get instances from groups + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: group.event.exceptionOccurrence_GetInstance + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': + get: + tags: + - groups.event + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.event.exceptionOccurrence.instance_ListAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.event + summary: Create new navigation property to attachments for groups + operationId: group.event.exceptionOccurrence.instance_CreateAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': + get: + tags: + - groups.event + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.event.exceptionOccurrence.instance_GetAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.event + summary: Delete navigation property attachments for groups + operationId: group.event.exceptionOccurrence.instance_DeleteAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.event.exceptionOccurrence.instance.attachment_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - groups.event + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.event.exceptionOccurrence.instance.attachment_createUploadSession + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': + get: + tags: + - groups.event + summary: Get calendar from groups + description: The calendar that contains the event. Navigation property. Read-only. + operationId: group.event.exceptionOccurrence.instance_GetCalendar + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': + get: + tags: + - groups.event + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.event.exceptionOccurrence.instance_ListExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.event + summary: Create new navigation property to extensions for groups + operationId: group.event.exceptionOccurrence.instance_CreateExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': + get: + tags: + - groups.event + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.event.exceptionOccurrence.instance_GetExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.event + summary: Update the navigation property extensions in groups + operationId: group.event.exceptionOccurrence.instance_UpdateExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.event + summary: Delete navigation property extensions for groups + operationId: group.event.exceptionOccurrence.instance_DeleteExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.event.exceptionOccurrence.instance.extension_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': + post: + tags: + - groups.event + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.event.exceptionOccurrence.instance_accept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': + post: + tags: + - groups.event + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.event.exceptionOccurrence.instance_cancel + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + post: + tags: + - groups.event + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.event.exceptionOccurrence.instance_decline + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': + post: + tags: + - groups.event + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.event.exceptionOccurrence.instance_dismissReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': + post: + tags: + - groups.event + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.event.exceptionOccurrence.instance_forward + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - groups.event + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.event.exceptionOccurrence.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': + post: + tags: + - groups.event + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.event.exceptionOccurrence.instance_snoozeReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': + post: + tags: + - groups.event + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.event.exceptionOccurrence.instance_tentativelyAccept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.event.exceptionOccurrence.instance_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()': + get: + tags: + - groups.event + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.event.exceptionOccurrence.instance_delta + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': + post: + tags: + - groups.event + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.event.exceptionOccurrence_accept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': + post: + tags: + - groups.event + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.event.exceptionOccurrence_cancel + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': + post: + tags: + - groups.event + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.event.exceptionOccurrence_decline + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': + post: + tags: + - groups.event + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.event.exceptionOccurrence_dismissReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': + post: + tags: + - groups.event + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.event.exceptionOccurrence_forward + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.event + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.event.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': + post: + tags: + - groups.event + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.event.exceptionOccurrence_snoozeReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': + post: + tags: + - groups.event + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.event.exceptionOccurrence_tentativelyAccept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.event.exceptionOccurrence_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()': + get: + tags: + - groups.event + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.event.exceptionOccurrence_delta + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/events/{event-id}/extensions': + get: + tags: + - groups.event + summary: Get openTypeExtension + description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. + operationId: group.event_ListExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.event + summary: Create openTypeExtension + description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta + operationId: group.event_CreateExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/extensions/{extension-id}': + get: + tags: + - groups.event + summary: Get openTypeExtension + description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta + operationId: group.event_GetExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.event + summary: Update the navigation property extensions in groups + operationId: group.event_UpdateExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.event + summary: Delete navigation property extensions for groups + operationId: group.event_DeleteExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/extensions/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.event.extension_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/events/{event-id}/instances': + get: + tags: + - groups.event + summary: Get instances from groups + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: group.event_ListInstance + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/instances/{event-id1}': + get: + tags: + - groups.event + summary: Get instances from groups + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: group.event_GetInstance + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments': + get: + tags: + - groups.event + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.event.instance_ListAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.event + summary: Create new navigation property to attachments for groups + operationId: group.event.instance_CreateAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': + get: + tags: + - groups.event + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.event.instance_GetAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.event + summary: Delete navigation property attachments for groups + operationId: group.event.instance_DeleteAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.event.instance.attachment_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - groups.event + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.event.instance.attachment_createUploadSession + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar': + get: + tags: + - groups.event + summary: Get calendar from groups + description: The calendar that contains the event. Navigation property. Read-only. + operationId: group.event.instance_GetCalendar + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences': + get: + tags: + - groups.event + summary: Get exceptionOccurrences from groups + operationId: group.event.instance_ListExceptionOccurrence + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': + get: + tags: + - groups.event + summary: Get exceptionOccurrences from groups + operationId: group.event.instance_GetExceptionOccurrence + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': + get: + tags: + - groups.event + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.event.instance.exceptionOccurrence_ListAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.event + summary: Create new navigation property to attachments for groups + operationId: group.event.instance.exceptionOccurrence_CreateAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': + get: + tags: + - groups.event + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: group.event.instance.exceptionOccurrence_GetAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.event + summary: Delete navigation property attachments for groups + operationId: group.event.instance.exceptionOccurrence_DeleteAttachment + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.event.instance.exceptionOccurrence.attachment_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - groups.event + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: group.event.instance.exceptionOccurrence.attachment_createUploadSession + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': + get: + tags: + - groups.event + summary: Get calendar from groups + description: The calendar that contains the event. Navigation property. Read-only. + operationId: group.event.instance.exceptionOccurrence_GetCalendar + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': + get: + tags: + - groups.event + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.event.instance.exceptionOccurrence_ListExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.event + summary: Create new navigation property to extensions for groups + operationId: group.event.instance.exceptionOccurrence_CreateExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': + get: + tags: + - groups.event + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.event.instance.exceptionOccurrence_GetExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.event + summary: Update the navigation property extensions in groups + operationId: group.event.instance.exceptionOccurrence_UpdateExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.event + summary: Delete navigation property extensions for groups + operationId: group.event.instance.exceptionOccurrence_DeleteExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.event.instance.exceptionOccurrence.extension_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': + post: + tags: + - groups.event + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.event.instance.exceptionOccurrence_accept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + post: + tags: + - groups.event + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.event.instance.exceptionOccurrence_cancel + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': + post: + tags: + - groups.event + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.event.instance.exceptionOccurrence_decline + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': + post: + tags: + - groups.event + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.event.instance.exceptionOccurrence_dismissReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': + post: + tags: + - groups.event + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.event.instance.exceptionOccurrence_forward + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - groups.event + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.event.instance.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': + post: + tags: + - groups.event + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.event.instance.exceptionOccurrence_snoozeReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + post: + tags: + - groups.event + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.event.instance.exceptionOccurrence_tentativelyAccept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.event.instance.exceptionOccurrence_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()': + get: + tags: + - groups.event + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.event.instance.exceptionOccurrence_delta + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions': + get: + tags: + - groups.event + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.event.instance_ListExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.event + summary: Create new navigation property to extensions for groups + operationId: group.event.instance_CreateExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': + get: + tags: + - groups.event + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. + operationId: group.event.instance_GetExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.event + summary: Update the navigation property extensions in groups + operationId: group.event.instance_UpdateExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.event + summary: Delete navigation property extensions for groups + operationId: group.event.instance_DeleteExtension + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.event.instance.extension_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept': + post: + tags: + - groups.event + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.event.instance_accept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + post: + tags: + - groups.event + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.event.instance_cancel + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline': + post: + tags: + - groups.event + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.event.instance_decline + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': + post: + tags: + - groups.event + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.event.instance_dismissReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward': + post: + tags: + - groups.event + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.event.instance_forward + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.event + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.event.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': + post: + tags: + - groups.event + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.event.instance_snoozeReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + post: + tags: + - groups.event + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.event.instance_tentativelyAccept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.event.instance_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/events/{event-id}/instances/microsoft.graph.delta()': + get: + tags: + - groups.event + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.event.instance_delta + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/events/{event-id}/microsoft.graph.accept': + post: + tags: + - groups.event + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.event_accept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/microsoft.graph.cancel': + post: + tags: + - groups.event + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.event_cancel + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/microsoft.graph.decline': + post: + tags: + - groups.event + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.event_decline + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/microsoft.graph.dismissReminder': + post: + tags: + - groups.event + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.event_dismissReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/microsoft.graph.forward': + post: + tags: + - groups.event + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.event_forward + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - groups.event + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.event_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/microsoft.graph.snoozeReminder': + post: + tags: + - groups.event + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.event_snoozeReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/microsoft.graph.tentativelyAccept': + post: + tags: + - groups.event + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.event_tentativelyAccept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/$count': + get: + tags: + - groups.event + summary: Get the number of the resource + operationId: group.event_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/events/microsoft.graph.delta()': + get: + tags: + - groups.event + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.event_delta + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/places/{place-id}': + patch: + tags: + - places.place + summary: Update place + description: 'Update the properties of place object, which can be a room, workspace, or roomList. You can identify the room, workspace, or roomList by specifying the id or emailAddress property.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta + operationId: place_UpdatePlace + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.place' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.place' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - places.place + summary: Delete entity from places + operationId: place_DeletePlace + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.room': + get: + tags: + - places.place + summary: List places + description: "Get a collection of the specified type of place objects defined in the tenant. You can do the following for a given tenant:\n- List all the rooms.\n- List all the workspaces.\n- List all the room lists.\n- List rooms in a specific room list.\n- List workspaces in a specific room list. A place object can be one of the following types: The room, workspace and roomList resources are derived from the place object. By default, this operation returns up to 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta + operationId: place_GetPlaceAsRoom + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + default: + $ref: '#/components/responses/error' + '/places/{place-id}/microsoft.graph.roomList': + get: + tags: + - places.place + summary: Get the item of type microsoft.graph.place as microsoft.graph.roomList + operationId: place_GetPlaceAsRoomList + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roomList' + default: + $ref: '#/components/responses/error' + '/places/{place-id}/microsoft.graph.roomList/rooms': + get: + tags: + - places.room + summary: Get rooms from places + operationId: placeAsRoomList_ListRoom + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.roomCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - places.room + summary: Create new navigation property to rooms for places + operationId: placeAsRoomList_CreateRoom + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.roomList/rooms/{room-id}': + get: + tags: + - places.room + summary: Get rooms from places + operationId: placeAsRoomList_GetRoom + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: room-id + in: path + description: The unique identifier of room + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: room + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - places.room + summary: Update the navigation property rooms in places + operationId: placeAsRoomList_UpdateRoom + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: room-id + in: path + description: The unique identifier of room + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: room + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - places.room + summary: Delete navigation property rooms for places + operationId: placeAsRoomList_DeleteRoom + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: room-id + in: path + description: The unique identifier of room + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: room + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.roomList/rooms(placeId=''{placeId}'')': + get: + tags: + - places.room + summary: Get rooms from places + operationId: placeAsRoomList.room_GetGraphBPrePlaceId + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: placeId + in: path + description: Alternate key of room + required: true + style: simple + schema: + type: string + nullable: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - places.room + summary: Update the navigation property rooms in places + operationId: placeAsRoomList.room_UpdateGraphBPrePlaceId + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: placeId + in: path + description: Alternate key of room + required: true + style: simple + schema: + type: string + nullable: true + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - places.room + summary: Delete navigation property rooms for places + operationId: placeAsRoomList.room_DeleteGraphBPrePlaceId + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: placeId + in: path + description: Alternate key of room + required: true + style: simple + schema: + type: string + nullable: true + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.roomList/rooms/$count': + get: + tags: + - places.room + summary: Get the number of the resource + operationId: placeAsRoomList.room_GetCount + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/places/{place-id}/microsoft.graph.roomList/workspaces': + get: + tags: + - places.workspace + summary: Get workspaces from places + operationId: placeAsRoomList_ListWorkspace + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workspaceCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - places.workspace + summary: Create new navigation property to workspaces for places + operationId: placeAsRoomList_CreateWorkspace + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workspace' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workspace' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.roomList/workspaces/{workspace-id}': + get: + tags: + - places.workspace + summary: Get workspaces from places + operationId: placeAsRoomList_GetWorkspace + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: workspace-id + in: path + description: The unique identifier of workspace + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: workspace + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workspace' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - places.workspace + summary: Update the navigation property workspaces in places + operationId: placeAsRoomList_UpdateWorkspace + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: workspace-id + in: path + description: The unique identifier of workspace + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: workspace + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workspace' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workspace' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - places.workspace + summary: Delete navigation property workspaces for places + operationId: placeAsRoomList_DeleteWorkspace + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: workspace-id + in: path + description: The unique identifier of workspace + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: workspace + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.roomList/workspaces(placeId=''{placeId}'')': + get: + tags: + - places.workspace + summary: Get workspaces from places + operationId: placeAsRoomList.workspace_GetGraphBPrePlaceId + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: placeId + in: path + description: Alternate key of workspace + required: true + style: simple + schema: + type: string + nullable: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workspace' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - places.workspace + summary: Update the navigation property workspaces in places + operationId: placeAsRoomList.workspace_UpdateGraphBPrePlaceId + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: placeId + in: path + description: Alternate key of workspace + required: true + style: simple + schema: + type: string + nullable: true + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workspace' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workspace' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - places.workspace + summary: Delete navigation property workspaces for places + operationId: placeAsRoomList.workspace_DeleteGraphBPrePlaceId + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: placeId + in: path + description: Alternate key of workspace + required: true + style: simple + schema: + type: string + nullable: true + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.roomList/workspaces/$count': + get: + tags: + - places.workspace + summary: Get the number of the resource + operationId: placeAsRoomList.workspace_GetCount + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/places(placeId=''{placeId}'')': + patch: + tags: + - places.place + summary: Update place + description: 'Update the properties of place object, which can be a room, workspace, or roomList. You can identify the room, workspace, or roomList by specifying the id or emailAddress property.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta + operationId: place_UpdatePlaceGraphBPrePlaceId + parameters: + - name: placeId + in: path + description: Alternate key of place + required: true + style: simple + schema: + type: string + nullable: true + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.place' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.place' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - places.place + summary: Delete entity from places by placeId + operationId: place_DeletePlaceGraphBPrePlaceId + parameters: + - name: placeId + in: path + description: Alternate key of place + required: true + style: simple + schema: + type: string + nullable: true + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /places/$count: + get: + tags: + - places.place + summary: Get the number of the resource + operationId: place_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /places/microsoft.graph.room: + get: + tags: + - places.place + summary: List places + description: "Get a collection of the specified type of place objects defined in the tenant. You can do the following for a given tenant:\n- List all the rooms.\n- List all the workspaces.\n- List all the room lists.\n- List rooms in a specific room list.\n- List workspaces in a specific room list. A place object can be one of the following types: The room, workspace and roomList resources are derived from the place object. By default, this operation returns up to 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta + operationId: place_ListPlaceAsRoom + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.roomCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /places/microsoft.graph.room/$count: + get: + tags: + - places.place + summary: Get the number of the resource + operationId: place_GetCountAsRoom + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /places/microsoft.graph.roomList: + get: + tags: + - places.place + summary: Get the items of type microsoft.graph.roomList in the microsoft.graph.place collection + operationId: place_ListPlaceAsRoomList + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.roomListCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /places/microsoft.graph.roomList/$count: + get: + tags: + - places.place + summary: Get the number of the resource + operationId: place_GetCountAsRoomList + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar': + get: + tags: + - users.calendar + summary: Get calendar from users + description: The user's primary calendar. Read-only. + operationId: user_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendar + summary: Update the navigation property calendar in users + operationId: user_UpdateCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarPermissions': + get: + tags: + - users.calendar + summary: Get calendarPermission + description: Get the specified permissions object of a user or group calendar that has been shared. + operationId: user.calendar_ListCalendarPermission + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create calendarPermission + description: Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-beta + operationId: user.calendar_CreateCalendarPermission + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}': + get: + tags: + - users.calendar + summary: Get calendarPermission + description: Get the specified permissions object of a user or group calendar that has been shared. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-beta + operationId: user.calendar_GetCalendarPermission + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarPermission-id + in: path + description: The unique identifier of calendarPermission + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarPermission + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendar + summary: Update calendarPermission + description: 'Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-beta + operationId: user.calendar_UpdateCalendarPermission + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarPermission-id + in: path + description: The unique identifier of calendarPermission + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarPermission + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete calendarPermission + description: Delete calendarPermission. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-beta + operationId: user.calendar_DeleteCalendarPermission + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarPermission-id + in: path + description: The unique identifier of calendarPermission + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarPermission + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarPermissions/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarPermission_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView': + get: + tags: + - users.calendar + summary: Get calendarView from users + description: The calendar view for the calendar. Navigation property. Read-only. + operationId: user.calendar_ListCalendarView + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}': + get: + tags: + - users.calendar + summary: Get calendarView from users + description: The calendar view for the calendar. Navigation property. Read-only. + operationId: user.calendar_GetCalendarView + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/attachments': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to attachments for users + operationId: user.calendar.calendarView_CreateAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property attachments for users + operationId: user.calendar.calendarView_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/attachments/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.calendarView.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/calendar': + get: + tags: + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.calendarView_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences': + get: + tags: + - users.calendar + summary: Get exceptionOccurrences from users + operationId: user.calendar.calendarView_ListExceptionOccurrence + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}': + get: + tags: + - users.calendar + summary: Get exceptionOccurrences from users + operationId: user.calendar.calendarView_GetExceptionOccurrence + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.exceptionOccurrence_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to attachments for users + operationId: user.calendar.calendarView.exceptionOccurrence_CreateAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.exceptionOccurrence_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property attachments for users + operationId: user.calendar.calendarView.exceptionOccurrence_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.exceptionOccurrence.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/calendar': + get: + tags: + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.calendarView.exceptionOccurrence_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView.exceptionOccurrence_ListExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to extensions for users + operationId: user.calendar.calendarView.exceptionOccurrence_CreateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView.exceptionOccurrence_GetExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendar + summary: Update the navigation property extensions in users + operationId: user.calendar.calendarView.exceptionOccurrence_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property extensions for users + operationId: user.calendar.calendarView.exceptionOccurrence_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.exceptionOccurrence.extension_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances': + get: + tags: + - users.calendar + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.exceptionOccurrence_ListInstance + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': + get: + tags: + - users.calendar + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.exceptionOccurrence_GetInstance + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.exceptionOccurrence.instance_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to attachments for users + operationId: user.calendar.calendarView.exceptionOccurrence.instance_CreateAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property attachments for users + operationId: user.calendar.calendarView.exceptionOccurrence.instance_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.exceptionOccurrence.instance.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': + get: + tags: + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView.exceptionOccurrence.instance_ListExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to extensions for users + operationId: user.calendar.calendarView.exceptionOccurrence.instance_CreateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendar + summary: Update the navigation property extensions in users + operationId: user.calendar.calendarView.exceptionOccurrence.instance_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property extensions for users + operationId: user.calendar.calendarView.exceptionOccurrence.instance_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.exceptionOccurrence.instance.extension_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': + post: + tags: + - users.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': + post: + tags: + - users.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + post: + tags: + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': + post: + tags: + - users.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_tentativelyAccept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()': + get: + tags: + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': + post: + tags: + - users.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': + post: + tags: + - users.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': + post: + tags: + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': + post: + tags: + - users.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_tentativelyAccept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.exceptionOccurrence_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()': + get: + tags: + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendar/calendarView/{event-id}/extensions': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView_ListExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to extensions for users + operationId: user.calendar.calendarView_CreateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView_GetExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendar + summary: Update the navigation property extensions in users + operationId: user.calendar.calendarView_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property extensions for users + operationId: user.calendar.calendarView_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/extensions/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.extension_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView/{event-id}/instances': + get: + tags: + - users.calendar + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView_ListInstance + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}': + get: + tags: + - users.calendar + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView_GetInstance + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.instance_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to attachments for users + operationId: user.calendar.calendarView.instance_CreateAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.instance_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property attachments for users + operationId: user.calendar.calendarView.instance_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.instance.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar': + get: + tags: + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.calendarView.instance_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences': + get: + tags: + - users.calendar + summary: Get exceptionOccurrences from users + operationId: user.calendar.calendarView.instance_ListExceptionOccurrence + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': + get: + tags: + - users.calendar + summary: Get exceptionOccurrences from users + operationId: user.calendar.calendarView.instance_GetExceptionOccurrence + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.instance.exceptionOccurrence_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to attachments for users + operationId: user.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property attachments for users + operationId: user.calendar.calendarView.instance.exceptionOccurrence_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.instance.exceptionOccurrence.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': + get: + tags: + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView.instance.exceptionOccurrence_ListExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to extensions for users + operationId: user.calendar.calendarView.instance.exceptionOccurrence_CreateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendar + summary: Update the navigation property extensions in users + operationId: user.calendar.calendarView.instance.exceptionOccurrence_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property extensions for users + operationId: user.calendar.calendarView.instance.exceptionOccurrence_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.instance.exceptionOccurrence.extension_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': + post: + tags: + - users.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + post: + tags: + - users.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': + post: + tags: + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': + post: + tags: + - users.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()': + get: + tags: + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView.instance_ListExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to extensions for users + operationId: user.calendar.calendarView.instance_CreateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView.instance_GetExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendar + summary: Update the navigation property extensions in users + operationId: user.calendar.calendarView.instance_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property extensions for users + operationId: user.calendar.calendarView.instance_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.instance.extension_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': + post: + tags: + - users.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + post: + tags: + - users.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline': + post: + tags: + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': + post: + tags: + - users.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_tentativelyAccept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.instance_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()': + get: + tags: + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.accept': + post: + tags: + - users.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.cancel': + post: + tags: + - users.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.decline': + post: + tags: + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.dismissReminder': + post: + tags: + - users.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.calendarView_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.calendarView_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView_tentativelyAccept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/calendarView/microsoft.graph.delta()': + get: + tags: + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.calendarView_delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendar/events': + get: + tags: + - users.calendar + summary: Get events from users + description: The events in the calendar. Navigation property. Read-only. + operationId: user.calendar_ListEvent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to events for users + operationId: user.calendar_CreateEvent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}': + get: + tags: + - users.calendar + summary: Get events from users + description: The events in the calendar. Navigation property. Read-only. + operationId: user.calendar_GetEvent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendar + summary: Update the navigation property events in users + operationId: user.calendar_UpdateEvent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property events for users + operationId: user.calendar_DeleteEvent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/attachments': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to attachments for users + operationId: user.calendar.event_CreateAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property attachments for users + operationId: user.calendar.event_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/attachments/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.event.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/calendar': + get: + tags: + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.event_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences': + get: + tags: + - users.calendar + summary: Get exceptionOccurrences from users + operationId: user.calendar.event_ListExceptionOccurrence + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}': + get: + tags: + - users.calendar + summary: Get exceptionOccurrences from users + operationId: user.calendar.event_GetExceptionOccurrence + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.exceptionOccurrence_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to attachments for users + operationId: user.calendar.event.exceptionOccurrence_CreateAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.exceptionOccurrence_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property attachments for users + operationId: user.calendar.event.exceptionOccurrence_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event.exceptionOccurrence.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/calendar': + get: + tags: + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.event.exceptionOccurrence_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/extensions': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.event.exceptionOccurrence_ListExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to extensions for users + operationId: user.calendar.event.exceptionOccurrence_CreateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.event.exceptionOccurrence_GetExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendar + summary: Update the navigation property extensions in users + operationId: user.calendar.event.exceptionOccurrence_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property extensions for users + operationId: user.calendar.event.exceptionOccurrence_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event.exceptionOccurrence.extension_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances': + get: + tags: + - users.calendar + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.exceptionOccurrence_ListInstance + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': + get: + tags: + - users.calendar + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.exceptionOccurrence_GetInstance + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.exceptionOccurrence.instance_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to attachments for users + operationId: user.calendar.event.exceptionOccurrence.instance_CreateAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.exceptionOccurrence.instance_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property attachments for users + operationId: user.calendar.event.exceptionOccurrence.instance_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event.exceptionOccurrence.instance.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': + get: + tags: + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.event.exceptionOccurrence.instance_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.event.exceptionOccurrence.instance_ListExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to extensions for users + operationId: user.calendar.event.exceptionOccurrence.instance_CreateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.event.exceptionOccurrence.instance_GetExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendar + summary: Update the navigation property extensions in users + operationId: user.calendar.event.exceptionOccurrence.instance_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property extensions for users + operationId: user.calendar.event.exceptionOccurrence.instance_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event.exceptionOccurrence.instance.extension_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': + post: + tags: + - users.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': + post: + tags: + - users.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + post: + tags: + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': + post: + tags: + - users.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_tentativelyAccept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event.exceptionOccurrence.instance_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()': + get: + tags: + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': + post: + tags: + - users.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': + post: + tags: + - users.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': + post: + tags: + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': + post: + tags: + - users.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_tentativelyAccept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event.exceptionOccurrence_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()': + get: + tags: + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendar/events/{event-id}/extensions': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.event_ListExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to extensions for users + operationId: user.calendar.event_CreateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.event_GetExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendar + summary: Update the navigation property extensions in users + operationId: user.calendar.event_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property extensions for users + operationId: user.calendar.event_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/extensions/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event.extension_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/events/{event-id}/instances': + get: + tags: + - users.calendar + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event_ListInstance + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}': + get: + tags: + - users.calendar + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event_GetInstance + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.instance_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to attachments for users + operationId: user.calendar.event.instance_CreateAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.instance_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property attachments for users + operationId: user.calendar.event.instance_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event.instance.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.event.instance.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar': + get: + tags: + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.event.instance_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences': + get: + tags: + - users.calendar + summary: Get exceptionOccurrences from users + operationId: user.calendar.event.instance_ListExceptionOccurrence + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': + get: + tags: + - users.calendar + summary: Get exceptionOccurrences from users + operationId: user.calendar.event.instance_GetExceptionOccurrence + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.instance.exceptionOccurrence_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to attachments for users + operationId: user.calendar.event.instance.exceptionOccurrence_CreateAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.instance.exceptionOccurrence_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property attachments for users + operationId: user.calendar.event.instance.exceptionOccurrence_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event.instance.exceptionOccurrence.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': + get: + tags: + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.event.instance.exceptionOccurrence_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.event.instance.exceptionOccurrence_ListExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to extensions for users + operationId: user.calendar.event.instance.exceptionOccurrence_CreateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.event.instance.exceptionOccurrence_GetExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendar + summary: Update the navigation property extensions in users + operationId: user.calendar.event.instance.exceptionOccurrence_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property extensions for users + operationId: user.calendar.event.instance.exceptionOccurrence_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event.instance.exceptionOccurrence.extension_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': + post: + tags: + - users.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + post: + tags: + - users.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': + post: + tags: + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': + post: + tags: + - users.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_tentativelyAccept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event.instance.exceptionOccurrence_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()': + get: + tags: + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.event.instance_ListExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendar + summary: Create new navigation property to extensions for users + operationId: user.calendar.event.instance_CreateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': + get: + tags: + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.event.instance_GetExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendar + summary: Update the navigation property extensions in users + operationId: user.calendar.event.instance_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property extensions for users + operationId: user.calendar.event.instance_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event.instance.extension_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.accept': + post: + tags: + - users.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.event.instance_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + post: + tags: + - users.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.event.instance_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.decline': + post: + tags: + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.event.instance_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': + post: + tags: + - users.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.event.instance_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.event.instance_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.event.instance_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.event.instance_tentativelyAccept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event.instance_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()': + get: + tags: + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.event.instance_delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendar/events/{event-id}/microsoft.graph.accept': + post: + tags: + - users.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.event_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/microsoft.graph.cancel': + post: + tags: + - users.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.event_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/microsoft.graph.decline': + post: + tags: + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.event_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/microsoft.graph.dismissReminder': + post: + tags: + - users.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.event_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.event_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.event_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.event_tentativelyAccept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendar/events/microsoft.graph.delta()': + get: + tags: + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.event_delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': + get: + tags: + - users.calendar + summary: Invoke function allowedCalendarSharingRoles + operationId: user.calendar_allowedCalendarSharingRole + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: User + in: path + description: 'Usage: User=''{User}''' + required: true + style: simple + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendarRoleType' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendar/microsoft.graph.getSchedule': + post: + tags: + - users.calendar + summary: Invoke action getSchedule + description: 'Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta + operationId: user.calendar_getSchedule + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Schedules: + type: array + items: + type: string + nullable: true + EndTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + StartTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + AvailabilityViewInterval: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.scheduleInformation' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendar/microsoft.graph.permanentDelete': + post: + tags: + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta + operationId: user.calendar_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups': + get: + tags: + - users.calendarGroup + summary: Get calendarGroups from users + description: The user's calendar groups. Read-only. Nullable. + operationId: user_ListCalendarGroup + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.calendarGroupCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendarGroup + summary: Create new navigation property to calendarGroups for users + operationId: user_CreateCalendarGroup + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarGroup' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}': + get: + tags: + - users.calendarGroup + summary: Get calendarGroups from users + description: The user's calendar groups. Read-only. Nullable. + operationId: user_GetCalendarGroup + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendarGroup + summary: Update the navigation property calendarGroups in users + operationId: user_UpdateCalendarGroup + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarGroup' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendarGroup + summary: Delete navigation property calendarGroups for users + operationId: user_DeleteCalendarGroup + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars': + get: + tags: + - users.calendarGroup + summary: Get calendars from users + description: The calendars in the calendar group. Navigation property. Read-only. Nullable. + operationId: user.calendarGroup_ListCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.calendarCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendarGroup + summary: Create new navigation property to calendars for users + operationId: user.calendarGroup_CreateCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}': + get: + tags: + - users.calendarGroup + summary: Get calendars from users + description: The calendars in the calendar group. Navigation property. Read-only. Nullable. + operationId: user.calendarGroup_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendarGroup + summary: Update the navigation property calendars in users + operationId: user.calendarGroup_UpdateCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendarGroup + summary: Delete navigation property calendars for users + operationId: user.calendarGroup_DeleteCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions': + get: + tags: + - users.calendarGroup + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. + operationId: user.calendarGroup.calendar_ListCalendarPermission + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendarGroup + summary: Create new navigation property to calendarPermissions for users + operationId: user.calendarGroup.calendar_CreateCalendarPermission + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}': + get: + tags: + - users.calendarGroup + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. + operationId: user.calendarGroup.calendar_GetCalendarPermission + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: calendarPermission-id + in: path + description: The unique identifier of calendarPermission + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarPermission + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendarGroup + summary: Update the navigation property calendarPermissions in users + operationId: user.calendarGroup.calendar_UpdateCalendarPermission + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: calendarPermission-id + in: path + description: The unique identifier of calendarPermission + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarPermission + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendarGroup + summary: Delete navigation property calendarPermissions for users + operationId: user.calendarGroup.calendar_DeleteCalendarPermission + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: calendarPermission-id + in: path + description: The unique identifier of calendarPermission + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarPermission + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/$count': + get: + tags: + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.calendarPermission_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView': + get: + tags: + - users.calendarGroup + summary: Get calendarView from users + description: The calendar view for the calendar. Navigation property. Read-only. + operationId: user.calendarGroup.calendar_ListCalendarView + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}': + get: + tags: + - users.calendarGroup + summary: Get calendarView from users + description: The calendar view for the calendar. Navigation property. Read-only. + operationId: user.calendarGroup.calendar_GetCalendarView + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments': + get: + tags: + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.calendarView_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendarGroup + summary: Create new navigation property to attachments for users + operationId: user.calendarGroup.calendar.calendarView_CreateAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}': + get: + tags: + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.calendarView_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendarGroup + summary: Delete navigation property attachments for users + operationId: user.calendarGroup.calendar.calendarView_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/$count': + get: + tags: + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.calendarView.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendarGroup + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar': + get: + tags: + - users.calendarGroup + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendarGroup.calendar.calendarView_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences': + get: + tags: + - users.calendarGroup + summary: Get exceptionOccurrences from users + operationId: user.calendarGroup.calendar.calendarView_ListExceptionOccurrence + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}': + get: + tags: + - users.calendarGroup + summary: Get exceptionOccurrences from users + operationId: user.calendarGroup.calendar.calendarView_GetExceptionOccurrence + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments': + get: + tags: + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendarGroup + summary: Create new navigation property to attachments for users + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_CreateAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': + get: + tags: + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendarGroup + summary: Delete navigation property attachments for users + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': + get: + tags: + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendarGroup + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/calendar': + get: + tags: + - users.calendarGroup + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions': + get: + tags: + - users.calendarGroup + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_ListExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendarGroup + summary: Create new navigation property to extensions for users + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_CreateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': + get: + tags: + - users.calendarGroup + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_GetExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendarGroup + summary: Update the navigation property extensions in users + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendarGroup + summary: Delete navigation property extensions for users + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': + get: + tags: + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.extension_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances': + get: + tags: + - users.calendarGroup + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_ListInstance + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': + get: + tags: + - users.calendarGroup + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_GetInstance + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': + get: + tags: + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendarGroup + summary: Create new navigation property to attachments for users + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_CreateAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': + get: + tags: + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendarGroup + summary: Delete navigation property attachments for users + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': + get: + tags: + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendarGroup + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': + get: + tags: + - users.calendarGroup + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': + get: + tags: + - users.calendarGroup + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_ListExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendarGroup + summary: Create new navigation property to extensions for users + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_CreateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': + get: + tags: + - users.calendarGroup + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_GetExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendarGroup + summary: Update the navigation property extensions in users + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendarGroup + summary: Delete navigation property extensions for users + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': + get: + tags: + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance.extension_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': + post: + tags: + - users.calendarGroup + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': + post: + tags: + - users.calendarGroup + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + post: + tags: + - users.calendarGroup + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': + post: + tags: + - users.calendarGroup + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': + post: + tags: + - users.calendarGroup + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - users.calendarGroup + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendarGroup + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.calendarGroup + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_tentativelyAccept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': + get: + tags: + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()': + get: + tags: + - users.calendarGroup + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': + post: + tags: + - users.calendarGroup + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': + post: + tags: + - users.calendarGroup + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': + post: + tags: + - users.calendarGroup + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': + post: + tags: + - users.calendarGroup + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': + post: + tags: + - users.calendarGroup + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - users.calendarGroup + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendarGroup + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.calendarGroup + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_tentativelyAccept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/$count': + get: + tags: + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()': + get: + tags: + - users.calendarGroup + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions': + get: + tags: + - users.calendarGroup + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendarGroup.calendar.calendarView_ListExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendarGroup + summary: Create new navigation property to extensions for users + operationId: user.calendarGroup.calendar.calendarView_CreateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}': + get: + tags: + - users.calendarGroup + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendarGroup.calendar.calendarView_GetExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendarGroup + summary: Update the navigation property extensions in users + operationId: user.calendarGroup.calendar.calendarView_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendarGroup + summary: Delete navigation property extensions for users + operationId: user.calendarGroup.calendar.calendarView_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/$count': + get: + tags: + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.calendarView.extension_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances': + get: + tags: + - users.calendarGroup + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.calendarView_ListInstance + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}': + get: + tags: + - users.calendarGroup + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.calendarView_GetInstance + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments': + get: + tags: + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.calendarView.instance_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendarGroup + summary: Create new navigation property to attachments for users + operationId: user.calendarGroup.calendar.calendarView.instance_CreateAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': + get: + tags: + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.calendarView.instance_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendarGroup + summary: Delete navigation property attachments for users + operationId: user.calendarGroup.calendar.calendarView.instance_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/$count': + get: + tags: + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.calendarView.instance.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendarGroup + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar': + get: + tags: + - users.calendarGroup + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendarGroup.calendar.calendarView.instance_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences': + get: + tags: + - users.calendarGroup + summary: Get exceptionOccurrences from users + operationId: user.calendarGroup.calendar.calendarView.instance_ListExceptionOccurrence + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': + get: + tags: + - users.calendarGroup + summary: Get exceptionOccurrences from users + operationId: user.calendarGroup.calendar.calendarView.instance_GetExceptionOccurrence + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': + get: + tags: + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendarGroup + summary: Create new navigation property to attachments for users + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': + get: + tags: + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendarGroup + summary: Delete navigation property attachments for users + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': + get: + tags: + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendarGroup + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': + get: + tags: + - users.calendarGroup + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': + get: + tags: + - users.calendarGroup + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_ListExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.calendarGroup + summary: Create new navigation property to extensions for users + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_CreateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': + get: + tags: + - users.calendarGroup + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_GetExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendarGroup + summary: Update the navigation property extensions in users + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendarGroup + summary: Delete navigation property extensions for users + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': + get: + tags: + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence.extension_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': + post: + tags: + - users.calendarGroup + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + post: + tags: + - users.calendarGroup + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': + post: + tags: + - users.calendarGroup + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': + post: + tags: + - users.calendarGroup + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': + post: + tags: + - users.calendarGroup + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarPermissions': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: tags: - - users.calendar - summary: Get calendarPermission - description: Get the specified permissions object of a user or group calendar that has been shared. - operationId: user.calendar_ListCalendarPermission + - users.calendarGroup + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -19301,64 +54842,62 @@ paths: schema: type: string x-ms-docs-key-type: user - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event responses: 2XX: - $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: - - users.calendar - summary: Create calendarPermission - description: Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. + - users.calendarGroup + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-beta - operationId: user.calendar_CreateCalendarPermission + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id in: path @@ -19368,38 +54907,74 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendarPermission' + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarPermission' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + post: tags: - - users.calendar - summary: Get calendarPermission - description: Get the specified permissions object of a user or group calendar that has been shared. + - users.calendarGroup + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-beta - operationId: user.calendar_GetCalendarPermission + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id in: path @@ -19409,106 +54984,77 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarPermission-id + - name: calendarGroup-id in: path - description: The unique identifier of calendarPermission + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: calendarPermission - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarPermission' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - patch: - tags: - - users.calendar - summary: Update calendarPermission - description: 'Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-beta - operationId: user.calendar_UpdateCalendarPermission - parameters: - - name: user-id + type: string + x-ms-docs-key-type: event + - name: event-id1 in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: calendarPermission-id + x-ms-docs-key-type: event + - name: event-id2 in: path - description: The unique identifier of calendarPermission + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendarPermission + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendarPermission' + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarPermission' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': + get: tags: - - users.calendar - summary: Delete calendarPermission - description: Delete calendarPermission. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-beta - operationId: user.calendar_DeleteCalendarPermission + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_GetCount parameters: - name: user-id in: path @@ -19518,46 +55064,38 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarPermission-id + - name: calendarGroup-id in: path - description: The unique identifier of calendarPermission + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: calendarPermission - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true style: simple schema: type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarPermissions/$count': - get: - tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarPermission_GetCount - parameters: - - name: user-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -19565,18 +55103,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/calendarView': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()': get: tags: - - users.calendar - summary: Get calendarView from users - description: The calendar view for the calendar. Navigation property. Read-only. - operationId: user.calendar_ListCalendarView + - users.calendarGroup + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_delta parameters: - name: user-id in: path @@ -19586,9 +55122,41 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - name: startDateTime in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true style: form explode: false @@ -19596,7 +55164,7 @@ paths: type: string - name: endDateTime in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true style: form explode: false @@ -19607,9 +55175,9 @@ paths: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -19617,9 +55185,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -19639,25 +55207,38 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions': get: tags: - - users.calendar - summary: Get calendarView from users - description: The calendar view for the calendar. Navigation property. Read-only. - operationId: user.calendar_GetCalendarView + - users.calendarGroup + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendarGroup.calendar.calendarView.instance_ListExtension parameters: - name: user-id in: path @@ -19667,82 +55248,31 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar required: true - style: form - explode: false + style: simple schema: type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/attachments': - get: - tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView_ListAttachment - parameters: - - name: user-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: event-id + x-ms-docs-key-type: event + - name: event-id1 in: path description: The unique identifier of event required: true @@ -19787,23 +55317,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendar - summary: Create new navigation property to attachments for users - operationId: user.calendar.calendarView_CreateAttachment + - users.calendarGroup + summary: Create new navigation property to extensions for users + operationId: user.calendarGroup.calendar.calendarView.instance_CreateExtension parameters: - name: user-id in: path @@ -19813,6 +55338,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -19821,12 +55362,20 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -19834,32 +55383,51 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': get: tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView_GetAttachment + - users.calendarGroup + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendarGroup.calendar.calendarView.instance_GetExtension parameters: - name: user-id in: path - description: The unique identifier of user + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: event-id + x-ms-docs-key-type: event + - name: event-id1 in: path description: The unique identifier of event required: true @@ -19867,14 +55435,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: extension-id in: path - description: The unique identifier of attachment + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -19901,20 +55469,86 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendarGroup + summary: Update the navigation property extensions in users + operationId: user.calendarGroup.calendar.calendarView.instance_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendar - summary: Delete navigation property attachments for users - operationId: user.calendar.calendarView_DeleteAttachment + - users.calendarGroup + summary: Delete navigation property extensions for users + operationId: user.calendarGroup.calendar.calendarView.instance_DeleteExtension parameters: - name: user-id in: path @@ -19924,6 +55558,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -19932,14 +55582,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id1 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension - name: If-Match in: header description: ETag @@ -19951,18 +55609,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/$count': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/$count': get: tags: - - users.calendar + - users.calendarGroup summary: Get the number of the resource - operationId: user.calendar.calendarView.attachment_GetCount + operationId: user.calendarGroup.calendar.calendarView.instance.extension_GetCount parameters: - name: user-id in: path @@ -19972,6 +55625,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -19980,6 +55649,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -19987,18 +55664,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/calendarView/{event-id}/calendar': - get: + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': + post: tags: - - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.calendarView_GetCalendar + - users.calendarGroup + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_accept parameters: - name: user-id in: path @@ -20008,6 +55683,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -20016,47 +55707,47 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + post: tags: - - users.calendar - summary: Get exceptionOccurrences from users - operationId: user.calendar.calendarView_ListExceptionOccurrence + - users.calendarGroup + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_cancel parameters: - name: user-id in: path @@ -20066,6 +55757,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -20074,61 +55781,43 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline': + post: tags: - - users.calendar - summary: Get exceptionOccurrences from users - operationId: user.calendar.calendarView_GetExceptionOccurrence + - users.calendarGroup + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_decline parameters: - name: user-id in: path @@ -20138,6 +55827,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -20154,48 +55859,41 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': + post: tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.exceptionOccurrence_ListAttachment + - users.calendarGroup + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_dismissReminder parameters: - name: user-id in: path @@ -20205,6 +55903,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -20221,60 +55935,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward': post: tags: - - users.calendar - summary: Create new navigation property to attachments for users - operationId: user.calendar.calendarView.exceptionOccurrence_CreateAttachment + - users.calendarGroup + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_forward parameters: - name: user-id in: path @@ -20284,6 +55960,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -20301,34 +55993,38 @@ paths: type: string x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.exceptionOccurrence_GetAttachment + - users.calendarGroup + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_permanentDelete parameters: - name: user-id in: path @@ -20338,15 +56034,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -20354,54 +56058,30 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id1 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': + post: tags: - - users.calendar - summary: Delete navigation property attachments for users - operationId: user.calendar.calendarView.exceptionOccurrence_DeleteAttachment + - users.calendarGroup + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_snoozeReminder parameters: - name: user-id in: path @@ -20411,53 +56091,66 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: attachment-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + post: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.exceptionOccurrence.attachment_GetCount + - users.calendarGroup + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_tentativelyAccept parameters: - name: user-id in: path @@ -20467,6 +56160,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -20483,25 +56192,37 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/calendar': + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/$count': get: tags: - - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.calendarView.exceptionOccurrence_GetCalendar + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.calendarView.instance_GetCount parameters: - name: user-id in: path @@ -20511,15 +56232,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -20527,48 +56256,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()': get: tags: - - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.exceptionOccurrence_ListExtension + - users.calendarGroup + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_delta parameters: - name: user-id in: path @@ -20578,15 +56282,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -20594,14 +56306,30 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -20609,9 +56337,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -20631,23 +56359,41 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': post: tags: - - users.calendar - summary: Create new navigation property to extensions for users - operationId: user.calendar.calendarView.exceptionOccurrence_CreateExtension + - users.calendarGroup + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_accept parameters: - name: user-id in: path @@ -20657,15 +56403,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -20674,34 +56428,38 @@ paths: type: string x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel': + post: tags: - - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.exceptionOccurrence_GetExtension + - users.calendarGroup + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_cancel parameters: - name: user-id in: path @@ -20711,70 +56469,59 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline': + post: tags: - - users.calendar - summary: Update the navigation property extensions in users - operationId: user.calendar.calendarView.exceptionOccurrence_UpdateExtension + - users.calendarGroup + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_decline parameters: - name: user-id in: path @@ -20784,57 +56531,65 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder': + post: tags: - - users.calendar - summary: Delete navigation property extensions for users - operationId: user.calendar.calendarView.exceptionOccurrence_DeleteExtension + - users.calendarGroup + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_dismissReminder parameters: - name: user-id in: path @@ -20844,6 +56599,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -20852,45 +56623,88 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward': + post: + tags: + - users.calendarGroup + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_forward + parameters: + - name: user-id in: path - description: The unique identifier of event + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id + x-ms-docs-key-type: user + - name: calendarGroup-id in: path - description: The unique identifier of extension + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.permanentDelete': + post: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.exceptionOccurrence.extension_GetCount + - users.calendarGroup + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_permanentDelete parameters: - name: user-id in: path @@ -20900,15 +56714,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -20916,25 +56738,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder': + post: tags: - - users.calendar - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.exceptionOccurrence_ListInstance + - users.calendarGroup + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_snoozeReminder parameters: - name: user-id in: path @@ -20944,15 +56763,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -20960,78 +56787,98 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.calendarGroup + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_tentativelyAccept + parameters: + - name: user-id + in: path + description: The unique identifier of user required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup required: true - style: form - explode: false + style: simple schema: type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/$count': get: tags: - - users.calendar - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.exceptionOccurrence_GetInstance + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.calendarView_GetCount parameters: - name: user-id in: path @@ -21041,33 +56888,67 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: calendar + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()': + get: + tags: + - users.calendarGroup + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_delta + parameters: + - name: user-id in: path - description: The unique identifier of event + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: event + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: startDateTime in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true style: form explode: false @@ -21075,12 +56956,17 @@ paths: type: string - name: endDateTime in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true style: form explode: false schema: type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -21091,6 +56977,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -21103,26 +56999,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events': get: tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.exceptionOccurrence.instance_ListAttachment + - users.calendarGroup + summary: Get events from users + description: The events in the calendar. Navigation property. Read-only. + operationId: user.calendarGroup.calendar_ListEvent parameters: - name: user-id in: path @@ -21132,30 +57040,22 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event + x-ms-docs-key-type: calendar - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -21193,23 +57093,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendar - summary: Create new navigation property to attachments for users - operationId: user.calendar.calendarView.exceptionOccurrence.instance_CreateAttachment + - users.calendarGroup + summary: Create new navigation property to events for users + operationId: user.calendarGroup.calendar_CreateEvent parameters: - name: user-id in: path @@ -21219,36 +57114,28 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event + x-ms-docs-key-type: calendar requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: @@ -21256,22 +57143,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}': get: tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetAttachment + - users.calendarGroup + summary: Get events from users + description: The events in the calendar. Navigation property. Read-only. + operationId: user.calendarGroup.calendar_GetEvent parameters: - name: user-id in: path @@ -21281,23 +57163,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -21305,14 +57187,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id - in: path - description: The unique identifier of attachment - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attachment - name: $select in: query description: Select properties to be returned @@ -21339,20 +57213,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - delete: + patch: tags: - - users.calendar - summary: Delete navigation property attachments for users - operationId: user.calendar.calendarView.exceptionOccurrence.instance_DeleteAttachment + - users.calendarGroup + summary: Update the navigation property events in users + operationId: user.calendarGroup.calendar_UpdateEvent parameters: - name: user-id in: path @@ -21362,23 +57231,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -21386,37 +57255,28 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id - in: path - description: The unique identifier of attachment - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': - get: + delete: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.exceptionOccurrence.instance.attachment_GetCount + - users.calendarGroup + summary: Delete navigation property events for users + operationId: user.calendarGroup.calendar_DeleteEvent parameters: - name: user-id in: path @@ -21426,58 +57286,22 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': - get: - tags: - - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetCalendar - parameters: - - name: user-id + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of user + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: user + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -21486,64 +57310,25 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments': get: tags: - - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.exceptionOccurrence.instance_ListExtension + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.event_ListAttachment parameters: - name: user-id in: path @@ -21553,23 +57338,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -21614,23 +57399,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendar - summary: Create new navigation property to extensions for users - operationId: user.calendar.calendarView.exceptionOccurrence.instance_CreateExtension + - users.calendarGroup + summary: Create new navigation property to attachments for users + operationId: user.calendarGroup.calendar.event_CreateAttachment parameters: - name: user-id in: path @@ -21640,23 +57420,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -21669,7 +57449,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: @@ -21677,22 +57457,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}': get: tags: - - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetExtension + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.event_GetAttachment parameters: - name: user-id in: path @@ -21702,23 +57477,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -21726,14 +57501,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: attachment - name: $select in: query description: Select properties to be returned @@ -21760,20 +57535,124 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendarGroup + summary: Delete navigation property attachments for users + operationId: user.calendarGroup.calendar.event_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/$count': + get: + tags: + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.event.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - patch: + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession': + post: tags: - - users.calendar - summary: Update the navigation property extensions in users - operationId: user.calendar.calendarView.exceptionOccurrence.instance_UpdateExtension + - users.calendarGroup + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.attachment_createUploadSession parameters: - name: user-id in: path @@ -21783,23 +57662,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -21807,20 +57686,17 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object required: true responses: 2XX: @@ -21828,20 +57704,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar': + get: tags: - - users.calendar - summary: Delete navigation property extensions for users - operationId: user.calendar.calendarView.exceptionOccurrence.instance_DeleteExtension + - users.calendarGroup + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendarGroup.calendar.event_GetCalendar parameters: - name: user-id in: path @@ -21851,23 +57724,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -21875,37 +57748,42 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences': get: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.exceptionOccurrence.instance.extension_GetCount + - users.calendarGroup + summary: Get exceptionOccurrences from users + operationId: user.calendarGroup.calendar.event_ListExceptionOccurrence parameters: - name: user-id in: path @@ -21915,23 +57793,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -21939,24 +57817,56 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}': get: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetCount + - users.calendarGroup + summary: Get exceptionOccurrences from users + operationId: user.calendarGroup.calendar.event_GetExceptionOccurrence parameters: - name: user-id in: path @@ -21966,6 +57876,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -21982,24 +57908,43 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/$count': + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments': get: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.exceptionOccurrence_GetCount + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_ListAttachment parameters: - name: user-id in: path @@ -22009,42 +57954,22 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/calendarView/{event-id}/extensions': - get: - tags: - - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView_ListExtension - parameters: - - name: user-id + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of user + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: user + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -22053,6 +57978,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -22090,23 +58023,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendar - summary: Create new navigation property to extensions for users - operationId: user.calendar.calendarView_CreateExtension + - users.calendarGroup + summary: Create new navigation property to attachments for users + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_CreateAttachment parameters: - name: user-id in: path @@ -22116,6 +58044,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -22124,12 +58068,20 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: @@ -22137,22 +58089,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': get: tags: - - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView_GetExtension + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_GetAttachment parameters: - name: user-id in: path @@ -22162,6 +58109,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -22170,14 +58133,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id1 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment - name: $select in: query description: Select properties to be returned @@ -22204,20 +58175,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - patch: + delete: tags: - - users.calendar - summary: Update the navigation property extensions in users - operationId: user.calendar.calendarView_UpdateExtension + - users.calendarGroup + summary: Delete navigation property attachments for users + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_DeleteAttachment parameters: - name: user-id in: path @@ -22227,59 +58193,31 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of extension + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: extension - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: - tags: - - users.calendar - summary: Delete navigation property extensions for users - operationId: user.calendar.calendarView_DeleteExtension - parameters: - - name: user-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: event-id + x-ms-docs-key-type: event + - name: event-id1 in: path description: The unique identifier of event required: true @@ -22287,14 +58225,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: attachment - name: If-Match in: header description: ETag @@ -22306,18 +58244,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/$count': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': get: tags: - - users.calendar + - users.calendarGroup summary: Get the number of the resource - operationId: user.calendar.calendarView.extension_GetCount + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.attachment_GetCount parameters: - name: user-id in: path @@ -22327,6 +58260,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -22335,6 +58284,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -22342,18 +58299,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/calendarView/{event-id}/instances': - get: + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: tags: - - users.calendar - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView_ListInstance + - users.calendarGroup + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id in: path @@ -22363,86 +58318,67 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar': get: tags: - - users.calendar - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView_GetInstance + - users.calendarGroup + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_GetCalendar parameters: - name: user-id in: path @@ -22452,38 +58388,38 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string + x-ms-docs-key-type: event - name: $select in: query description: Select properties to be returned @@ -22510,22 +58446,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions': get: tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.instance_ListAttachment + - users.calendarGroup + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_ListExtension parameters: - name: user-id in: path @@ -22535,6 +58466,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -22588,23 +58535,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendar - summary: Create new navigation property to attachments for users - operationId: user.calendar.calendarView.instance_CreateAttachment + - users.calendarGroup + summary: Create new navigation property to extensions for users + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_CreateExtension parameters: - name: user-id in: path @@ -22614,6 +58556,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -22635,7 +58593,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -22643,22 +58601,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': get: tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.instance_GetAttachment + - users.calendarGroup + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_GetExtension parameters: - name: user-id in: path @@ -22668,6 +58621,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -22684,14 +58653,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: extension-id in: path - description: The unique identifier of attachment + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -22718,20 +58687,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - delete: + patch: tags: - - users.calendar - summary: Delete navigation property attachments for users - operationId: user.calendar.calendarView.instance_DeleteAttachment + - users.calendarGroup + summary: Update the navigation property extensions in users + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_UpdateExtension parameters: - name: user-id in: path @@ -22741,6 +58705,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -22757,37 +58737,36 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: extension-id in: path - description: The unique identifier of attachment + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/$count': - get: + delete: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.instance.attachment_GetCount + - users.calendarGroup + summary: Delete navigation property extensions for users + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_DeleteExtension parameters: - name: user-id in: path @@ -22797,6 +58776,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -22813,25 +58808,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar': + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': get: tags: - - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.calendarView.instance_GetCalendar + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.extension_GetCount parameters: - name: user-id in: path @@ -22841,6 +58843,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -22857,47 +58875,20 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances': get: tags: - - users.calendar - summary: Get exceptionOccurrences from users - operationId: user.calendar.calendarView.instance_ListExceptionOccurrence + - users.calendarGroup + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_ListInstance parameters: - name: user-id in: path @@ -22907,6 +58898,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -22923,6 +58930,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -22963,21 +58986,17 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': get: tags: - - users.calendar - summary: Get exceptionOccurrences from users - operationId: user.calendar.calendarView.instance_GetExceptionOccurrence + - users.calendarGroup + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_GetInstance parameters: - name: user-id in: path @@ -22987,6 +59006,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -23011,6 +59046,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - name: $select in: query description: Select properties to be returned @@ -23040,19 +59091,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': get: tags: - - users.calendar + - users.calendarGroup summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.instance.exceptionOccurrence_ListAttachment + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_ListAttachment parameters: - name: user-id in: path @@ -23062,6 +59108,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -23126,20 +59188,15 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendar + - users.calendarGroup summary: Create new navigation property to attachments for users - operationId: user.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id in: path @@ -23149,6 +59206,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -23189,19 +59262,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': get: tags: - - users.calendar + - users.calendarGroup summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetAttachment + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_GetAttachment parameters: - name: user-id in: path @@ -23211,6 +59279,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -23272,35 +59356,113 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendar + - users.calendarGroup summary: Delete navigation property attachments for users - operationId: user.calendar.calendarView.instance.exceptionOccurrence_DeleteAttachment + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': + get: + tags: + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance.attachment_GetCount parameters: - name: user-id in: path - description: The unique identifier of user + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: event-id + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -23308,7 +59470,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -23316,37 +59478,31 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id2 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': - get: + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.instance.exceptionOccurrence.attachment_GetCount + - users.calendarGroup + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: user-id in: path @@ -23356,6 +59512,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -23380,25 +59552,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': get: tags: - - users.calendar + - users.calendarGroup summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetCalendar + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_GetCalendar parameters: - name: user-id in: path @@ -23408,6 +59590,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -23461,19 +59659,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': get: tags: - - users.calendar + - users.calendarGroup summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.instance.exceptionOccurrence_ListExtension + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_ListExtension parameters: - name: user-id in: path @@ -23483,6 +59676,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -23547,20 +59756,15 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendar + - users.calendarGroup summary: Create new navigation property to extensions for users - operationId: user.calendar.calendarView.instance.exceptionOccurrence_CreateExtension + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_CreateExtension parameters: - name: user-id in: path @@ -23570,6 +59774,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -23610,19 +59830,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': get: tags: - - users.calendar + - users.calendarGroup summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetExtension + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_GetExtension parameters: - name: user-id in: path @@ -23632,6 +59847,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -23693,17 +59924,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: - - users.calendar + - users.calendarGroup summary: Update the navigation property extensions in users - operationId: user.calendar.calendarView.instance.exceptionOccurrence_UpdateExtension + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_UpdateExtension parameters: - name: user-id in: path @@ -23713,6 +59939,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -23761,17 +60003,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendar + - users.calendarGroup summary: Delete navigation property extensions for users - operationId: user.calendar.calendarView.instance.exceptionOccurrence_DeleteExtension + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_DeleteExtension parameters: - name: user-id in: path @@ -23781,6 +60018,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -23824,18 +60077,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': get: tags: - - users.calendar + - users.calendarGroup summary: Get the number of the resource - operationId: user.calendar.calendarView.instance.exceptionOccurrence.extension_GetCount + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance.extension_GetCount parameters: - name: user-id in: path @@ -23845,6 +60093,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -23876,17 +60140,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': - get: + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': + post: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetCount + - users.calendarGroup + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_accept parameters: - name: user-id in: path @@ -23896,51 +60159,31 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions': - get: - tags: - - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.instance_ListExtension - parameters: - - name: user-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: event-id + x-ms-docs-key-type: event + - name: event-id1 in: path description: The unique identifier of event required: true @@ -23948,7 +60191,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + - name: event-id2 in: path description: The unique identifier of event required: true @@ -23956,60 +60199,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': post: tags: - - users.calendar - summary: Create new navigation property to extensions for users - operationId: user.calendar.calendarView.instance_CreateExtension + - users.calendarGroup + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_cancel parameters: - name: user-id in: path @@ -24019,6 +60241,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -24035,35 +60273,43 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + post: tags: - - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.instance_GetExtension + - users.calendarGroup + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_decline parameters: - name: user-id in: path @@ -24073,6 +60319,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -24089,54 +60351,49 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id2 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': + post: tags: - - users.calendar - summary: Update the navigation property extensions in users - operationId: user.calendar.calendarView.instance_UpdateExtension + - users.calendarGroup + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_dismissReminder parameters: - name: user-id in: path @@ -24146,6 +60403,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -24162,41 +60435,30 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id2 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true + x-ms-docs-key-type: event responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': + post: tags: - - users.calendar - summary: Delete navigation property extensions for users - operationId: user.calendar.calendarView.instance_DeleteExtension + - users.calendarGroup + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_forward parameters: - name: user-id in: path @@ -24206,6 +60468,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -24222,55 +60500,73 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id2 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.instance.extension_GetCount + - users.calendarGroup + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_permanentDelete parameters: - name: user-id in: path - description: The unique identifier of user + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: event-id + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -24278,34 +60574,15 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/calendarView/{event-id}/instances/$count': - get: - tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.instance_GetCount - parameters: - - name: user-id + - name: event-id1 in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: event-id + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -24313,24 +60590,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/calendarView/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': + post: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView_GetCount + - users.calendarGroup + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_snoozeReminder parameters: - name: user-id in: path @@ -24340,126 +60615,74 @@ paths: schema: type: string x-ms-docs-key-type: user - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/events': - get: - tags: - - users.calendar - summary: Get events from users - description: The events in the calendar. Navigation property. Read-only. - operationId: user.calendar_ListEvent - parameters: - - name: user-id + - name: calendarGroup-id in: path - description: The unique identifier of user + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: user - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - users.calendar - summary: Create new navigation property to events for users - operationId: user.calendar_CreateEvent - parameters: - - name: user-id + type: string + x-ms-docs-key-type: event + - name: event-id2 in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user + x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': + post: tags: - - users.calendar - summary: Get events from users - description: The events in the calendar. Navigation property. Read-only. - operationId: user.calendar_GetEvent + - users.calendarGroup + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_tentativelyAccept parameters: - name: user-id in: path @@ -24469,6 +60692,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -24477,56 +60716,15 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - patch: - tags: - - users.calendar - summary: Update the navigation property events in users - operationId: user.calendar_UpdateEvent - parameters: - - name: user-id + - name: event-id1 in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: event-id + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -24535,32 +60733,36 @@ paths: type: string x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': + get: tags: - - users.calendar - summary: Delete navigation property events for users - operationId: user.calendar_DeleteEvent + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_GetCount parameters: - name: user-id in: path @@ -24570,6 +60772,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -24578,30 +60796,31 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: If-Match - in: header - description: ETag + - name: event-id1 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/attachments': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()': get: tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event_ListAttachment + - users.calendarGroup + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_delta parameters: - name: user-id in: path @@ -24611,6 +60830,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -24619,14 +60854,38 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -24634,9 +60893,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -24656,23 +60915,41 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': post: tags: - - users.calendar - summary: Create new navigation property to attachments for users - operationId: user.calendar.event_CreateAttachment + - users.calendarGroup + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_accept parameters: - name: user-id in: path @@ -24682,52 +60959,22 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}': - get: - tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event_GetAttachment - parameters: - - name: user-id + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of user + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: user + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -24736,54 +60983,47 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id1 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': + post: tags: - - users.calendar - summary: Delete navigation property attachments for users - operationId: user.calendar.event_DeleteAttachment + - users.calendarGroup + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_cancel parameters: - name: user-id in: path @@ -24793,54 +61033,22 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id + - name: calendarGroup-id in: path - description: The unique identifier of attachment + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/attachments/$count': - get: - tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.event.attachment_GetCount - parameters: - - name: user-id + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of user + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: user + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -24849,35 +61057,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/events/{event-id}/calendar': - get: - tags: - - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.event_GetCalendar - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: event-id + - name: event-id1 in: path description: The unique identifier of event required: true @@ -24885,47 +61065,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + 2XX: + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': + post: tags: - - users.calendar - summary: Get exceptionOccurrences from users - operationId: user.calendar.event_ListExceptionOccurrence + - users.calendarGroup + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_decline parameters: - name: user-id in: path @@ -24935,6 +61103,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -24943,61 +61127,49 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': + post: tags: - - users.calendar - summary: Get exceptionOccurrences from users - operationId: user.calendar.event_GetExceptionOccurrence + - users.calendarGroup + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_dismissReminder parameters: - name: user-id in: path @@ -25007,6 +61179,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -25023,48 +61211,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': + post: tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.exceptionOccurrence_ListAttachment + - users.calendarGroup + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_forward parameters: - name: user-id in: path @@ -25074,6 +61236,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -25090,60 +61268,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': post: tags: - - users.calendar - summary: Create new navigation property to attachments for users - operationId: user.calendar.event.exceptionOccurrence_CreateAttachment + - users.calendarGroup + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -25153,6 +61310,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -25169,35 +61342,22 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' - required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': + post: tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.exceptionOccurrence_GetAttachment + - users.calendarGroup + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_snoozeReminder parameters: - name: user-id in: path @@ -25207,15 +61367,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -25223,54 +61391,42 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id1 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': + post: tags: - - users.calendar - summary: Delete navigation property attachments for users - operationId: user.calendar.event.exceptionOccurrence_DeleteAttachment + - users.calendarGroup + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_tentativelyAccept parameters: - name: user-id in: path @@ -25280,53 +61436,69 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: attachment-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/$count': get: tags: - - users.calendar + - users.calendarGroup summary: Get the number of the resource - operationId: user.calendar.event.exceptionOccurrence.attachment_GetCount + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_GetCount parameters: - name: user-id in: path @@ -25336,15 +61508,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -25359,18 +61539,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/calendar': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()': get: tags: - - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.event.exceptionOccurrence_GetCalendar + - users.calendarGroup + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_delta parameters: - name: user-id in: path @@ -25380,15 +61558,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -25396,6 +61582,27 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -25406,6 +61613,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -25418,26 +61635,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/extensions': + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions': get: tags: - - users.calendar + - users.calendarGroup summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.event.exceptionOccurrence_ListExtension + operationId: user.calendarGroup.calendar.event_ListExtension parameters: - name: user-id in: path @@ -25447,15 +61676,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -25503,20 +61740,15 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendar + - users.calendarGroup summary: Create new navigation property to extensions for users - operationId: user.calendar.event.exceptionOccurrence_CreateExtension + operationId: user.calendarGroup.calendar.event_CreateExtension parameters: - name: user-id in: path @@ -25526,15 +61758,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -25558,19 +61798,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}': get: tags: - - users.calendar + - users.calendarGroup summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.event.exceptionOccurrence_GetExtension + operationId: user.calendarGroup.calendar.event_GetExtension parameters: - name: user-id in: path @@ -25580,15 +61815,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -25633,17 +61876,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: - - users.calendar + - users.calendarGroup summary: Update the navigation property extensions in users - operationId: user.calendar.event.exceptionOccurrence_UpdateExtension + operationId: user.calendarGroup.calendar.event_UpdateExtension parameters: - name: user-id in: path @@ -25653,15 +61891,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -25693,17 +61939,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendar + - users.calendarGroup summary: Delete navigation property extensions for users - operationId: user.calendar.event.exceptionOccurrence_DeleteExtension + operationId: user.calendarGroup.calendar.event_DeleteExtension parameters: - name: user-id in: path @@ -25713,15 +61954,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -25748,18 +61997,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/$count': get: tags: - - users.calendar + - users.calendarGroup summary: Get the number of the resource - operationId: user.calendar.event.exceptionOccurrence.extension_GetCount + operationId: user.calendarGroup.calendar.event.extension_GetCount parameters: - name: user-id in: path @@ -25769,15 +62013,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -25792,18 +62044,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances': get: tags: - - users.calendar + - users.calendarGroup summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.exceptionOccurrence_ListInstance + operationId: user.calendarGroup.calendar.event_ListInstance parameters: - name: user-id in: path @@ -25813,15 +62060,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -25885,22 +62140,17 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}': get: tags: - - users.calendar + - users.calendarGroup summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.exceptionOccurrence_GetInstance + operationId: user.calendarGroup.calendar.event_GetInstance parameters: - name: user-id in: path @@ -25910,15 +62160,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -25926,7 +62184,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -25979,19 +62237,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments': get: tags: - - users.calendar + - users.calendarGroup summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.exceptionOccurrence.instance_ListAttachment + operationId: user.calendarGroup.calendar.event.instance_ListAttachment parameters: - name: user-id in: path @@ -26001,15 +62254,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -26017,7 +62278,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -26065,20 +62326,15 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendar + - users.calendarGroup summary: Create new navigation property to attachments for users - operationId: user.calendar.event.exceptionOccurrence.instance_CreateAttachment + operationId: user.calendarGroup.calendar.event.instance_CreateAttachment parameters: - name: user-id in: path @@ -26088,15 +62344,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -26104,7 +62368,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -26128,19 +62392,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': get: tags: - - users.calendar + - users.calendarGroup summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.exceptionOccurrence.instance_GetAttachment + operationId: user.calendarGroup.calendar.event.instance_GetAttachment parameters: - name: user-id in: path @@ -26150,15 +62409,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -26166,7 +62433,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -26211,17 +62478,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendar + - users.calendarGroup summary: Delete navigation property attachments for users - operationId: user.calendar.event.exceptionOccurrence.instance_DeleteAttachment + operationId: user.calendarGroup.calendar.event.instance_DeleteAttachment parameters: - name: user-id in: path @@ -26231,15 +62493,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -26247,7 +62517,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -26274,18 +62544,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/$count': get: tags: - - users.calendar + - users.calendarGroup summary: Get the number of the resource - operationId: user.calendar.event.exceptionOccurrence.instance.attachment_GetCount + operationId: user.calendarGroup.calendar.event.instance.attachment_GetCount parameters: - name: user-id in: path @@ -26295,6 +62560,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -26311,7 +62592,49 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendarGroup + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -26319,25 +62642,43 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar': get: tags: - - users.calendar + - users.calendarGroup summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.event.exceptionOccurrence.instance_GetCalendar + operationId: user.calendarGroup.calendar.event.instance_GetCalendar parameters: - name: user-id in: path @@ -26346,16 +62687,24 @@ paths: style: simple schema: type: string - x-ms-docs-key-type: user - - name: event-id + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -26363,7 +62712,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -26400,19 +62749,13 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences': get: tags: - - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.event.exceptionOccurrence.instance_ListExtension + - users.calendarGroup + summary: Get exceptionOccurrences from users + operationId: user.calendarGroup.calendar.event.instance_ListExceptionOccurrence parameters: - name: user-id in: path @@ -26422,15 +62765,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -26438,7 +62789,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -26483,23 +62834,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': + get: tags: - - users.calendar - summary: Create new navigation property to extensions for users - operationId: user.calendar.event.exceptionOccurrence.instance_CreateExtension + - users.calendarGroup + summary: Get exceptionOccurrences from users + operationId: user.calendarGroup.calendar.event.instance_GetExceptionOccurrence parameters: - name: user-id in: path @@ -26509,68 +62856,22 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': - get: - tags: - - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.event.exceptionOccurrence.instance_GetExtension - parameters: - - name: user-id + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of user + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: user + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -26595,14 +62896,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -26629,20 +62922,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - patch: + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': + get: tags: - - users.calendar - summary: Update the navigation property extensions in users - operationId: user.calendar.event.exceptionOccurrence.instance_UpdateExtension + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_ListAttachment parameters: - name: user-id in: path @@ -26652,74 +62942,22 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: extension-id + - name: calendarGroup-id in: path - description: The unique identifier of extension + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: extension - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: - tags: - - users.calendar - summary: Delete navigation property extensions for users - operationId: user.calendar.event.exceptionOccurrence.instance_DeleteExtension - parameters: - - name: user-id + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of user + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: user + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -26744,37 +62982,55 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': - get: + post: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.event.exceptionOccurrence.instance.extension_GetCount + - users.calendarGroup + summary: Create new navigation property to attachments for users + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id in: path @@ -26784,6 +63040,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -26808,24 +63080,30 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': get: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.event.exceptionOccurrence.instance_GetCount + - users.calendarGroup + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_GetAttachment parameters: - name: user-id in: path @@ -26835,50 +63113,31 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/$count': - get: - tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.event.exceptionOccurrence_GetCount - parameters: - - name: user-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: event-id + x-ms-docs-key-type: event + - name: event-id1 in: path description: The unique identifier of event required: true @@ -26886,57 +63145,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/events/{event-id}/extensions': - get: - tags: - - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.event_ListExtension - parameters: - - name: user-id + - name: event-id2 in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: event-id + x-ms-docs-key-type: event + - name: attachment-id in: path - description: The unique identifier of event + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: attachment - name: $select in: query description: Select properties to be returned @@ -26959,23 +63183,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + delete: tags: - - users.calendar - summary: Create new navigation property to extensions for users - operationId: user.calendar.event_CreateExtension + - users.calendarGroup + summary: Delete navigation property attachments for users + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_DeleteAttachment parameters: - name: user-id in: path @@ -26985,6 +63205,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -26993,45 +63229,15 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}': - get: - tags: - - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.event_GetExtension - parameters: - - name: user-id + - name: event-id1 in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: event-id + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -27039,54 +63245,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - patch: + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': + get: tags: - - users.calendar - summary: Update the navigation property extensions in users - operationId: user.calendar.event_UpdateExtension + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence.attachment_GetCount parameters: - name: user-id in: path @@ -27096,59 +63280,31 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of extension + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: extension - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: - tags: - - users.calendar - summary: Delete navigation property extensions for users - operationId: user.calendar.event_DeleteExtension - parameters: - - name: user-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: event-id + x-ms-docs-key-type: event + - name: event-id1 in: path description: The unique identifier of event required: true @@ -27156,37 +63312,31 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id2 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/extensions/$count': - get: + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.event.extension_GetCount + - users.calendarGroup + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id in: path @@ -27196,42 +63346,22 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/events/{event-id}/instances': - get: - tags: - - users.calendar - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event_ListInstance - parameters: - - name: user-id + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of user + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: user + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -27240,78 +63370,51 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + - name: event-id1 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}': + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': get: tags: - - users.calendar - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event_GetInstance + - users.calendarGroup + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_GetCalendar parameters: - name: user-id in: path @@ -27321,6 +63424,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -27337,22 +63456,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + - name: event-id2 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string + x-ms-docs-key-type: event - name: $select in: query description: Select properties to be returned @@ -27379,22 +63490,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': get: tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.instance_ListAttachment + - users.calendarGroup + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_ListExtension parameters: - name: user-id in: path @@ -27404,6 +63510,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -27420,6 +63542,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -27457,23 +63587,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendar - summary: Create new navigation property to attachments for users - operationId: user.calendar.event.instance_CreateAttachment + - users.calendarGroup + summary: Create new navigation property to extensions for users + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_CreateExtension parameters: - name: user-id in: path @@ -27483,6 +63608,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -27499,12 +63640,20 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -27512,22 +63661,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': get: tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.instance_GetAttachment + - users.calendarGroup + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_GetExtension parameters: - name: user-id in: path @@ -27537,6 +63681,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -27553,14 +63713,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id2 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -27587,20 +63755,94 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.calendarGroup + summary: Update the navigation property extensions in users + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_UpdateExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendar - summary: Delete navigation property attachments for users - operationId: user.calendar.event.instance_DeleteAttachment + - users.calendarGroup + summary: Delete navigation property extensions for users + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_DeleteExtension parameters: - name: user-id in: path @@ -27610,6 +63852,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -27626,14 +63884,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id2 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension - name: If-Match in: header description: ETag @@ -27645,18 +63911,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/$count': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': get: tags: - - users.calendar + - users.calendarGroup summary: Get the number of the resource - operationId: user.calendar.event.instance.attachment_GetCount + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence.extension_GetCount parameters: - name: user-id in: path @@ -27666,6 +63927,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -27682,6 +63959,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -27689,18 +63974,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar': - get: + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': + post: tags: - - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.event.instance_GetCalendar + - users.calendarGroup + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_accept parameters: - name: user-id in: path @@ -27710,6 +63993,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -27726,56 +64025,72 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + post: tags: - - users.calendar - summary: Get exceptionOccurrences from users - operationId: user.calendar.event.instance_ListExceptionOccurrence + - users.calendarGroup + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_cancel parameters: - name: user-id in: path - description: The unique identifier of user + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: user + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -27792,61 +64107,43 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': + post: tags: - - users.calendar - summary: Get exceptionOccurrences from users - operationId: user.calendar.event.instance_GetExceptionOccurrence + - users.calendarGroup + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_decline parameters: - name: user-id in: path @@ -27856,6 +64153,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -27880,48 +64193,41 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': + post: tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.instance.exceptionOccurrence_ListAttachment + - users.calendarGroup + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_dismissReminder parameters: - name: user-id in: path @@ -27931,6 +64237,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -27955,60 +64277,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': post: tags: - - users.calendar - summary: Create new navigation property to attachments for users - operationId: user.calendar.event.instance.exceptionOccurrence_CreateAttachment + - users.calendarGroup + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_forward parameters: - name: user-id in: path @@ -28018,6 +64302,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -28043,34 +64343,38 @@ paths: type: string x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: tags: - - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.instance.exceptionOccurrence_GetAttachment + - users.calendarGroup + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -28080,15 +64384,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -28096,7 +64408,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -28104,54 +64416,30 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id2 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': + post: tags: - - users.calendar - summary: Delete navigation property attachments for users - operationId: user.calendar.event.instance.exceptionOccurrence_DeleteAttachment + - users.calendarGroup + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id in: path @@ -28161,6 +64449,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -28185,37 +64489,114 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.calendarGroup + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_tentativelyAccept + parameters: + - name: user-id in: path - description: The unique identifier of attachment + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': get: tags: - - users.calendar + - users.calendarGroup summary: Get the number of the resource - operationId: user.calendar.event.instance.exceptionOccurrence.attachment_GetCount + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_GetCount parameters: - name: user-id in: path @@ -28225,15 +64606,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -28241,7 +64630,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -28256,18 +64645,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()': get: tags: - - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.event.instance.exceptionOccurrence_GetCalendar + - users.calendarGroup + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_delta parameters: - name: user-id in: path @@ -28277,15 +64664,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -28293,7 +64688,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -28301,6 +64696,27 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -28311,6 +64727,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -28323,26 +64749,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions': get: tags: - - users.calendar + - users.calendarGroup summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.event.instance.exceptionOccurrence_ListExtension + operationId: user.calendarGroup.calendar.event.instance_ListExtension parameters: - name: user-id in: path @@ -28352,15 +64790,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -28368,7 +64814,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -28416,20 +64862,15 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendar + - users.calendarGroup summary: Create new navigation property to extensions for users - operationId: user.calendar.event.instance.exceptionOccurrence_CreateExtension + operationId: user.calendarGroup.calendar.event.instance_CreateExtension parameters: - name: user-id in: path @@ -28439,15 +64880,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -28455,7 +64904,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -28479,37 +64928,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': get: tags: - - users.calendar + - users.calendarGroup summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.event.instance.exceptionOccurrence_GetExtension + operationId: user.calendarGroup.calendar.event.instance_GetExtension parameters: - name: user-id in: path - description: The unique identifier of user + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: event-id + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -28517,7 +64969,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -28562,17 +65014,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: - - users.calendar + - users.calendarGroup summary: Update the navigation property extensions in users - operationId: user.calendar.event.instance.exceptionOccurrence_UpdateExtension + operationId: user.calendarGroup.calendar.event.instance_UpdateExtension parameters: - name: user-id in: path @@ -28582,15 +65029,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -28598,7 +65053,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -28630,17 +65085,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendar + - users.calendarGroup summary: Delete navigation property extensions for users - operationId: user.calendar.event.instance.exceptionOccurrence_DeleteExtension + operationId: user.calendarGroup.calendar.event.instance_DeleteExtension parameters: - name: user-id in: path @@ -28650,15 +65100,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -28666,7 +65124,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -28693,18 +65151,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/$count': get: tags: - - users.calendar + - users.calendarGroup summary: Get the number of the resource - operationId: user.calendar.event.instance.exceptionOccurrence.extension_GetCount + operationId: user.calendarGroup.calendar.event.instance.extension_GetCount parameters: - name: user-id in: path @@ -28714,15 +65167,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -28730,7 +65191,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -28745,17 +65206,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': - get: + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept': + post: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.event.instance.exceptionOccurrence_GetCount + - users.calendarGroup + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance_accept parameters: - name: user-id in: path @@ -28765,6 +65225,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -28781,25 +65257,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + post: tags: - - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.event.instance_ListExtension + - users.calendarGroup + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance_cancel parameters: - name: user-id in: path @@ -28809,6 +65299,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -28825,60 +65331,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline': post: tags: - - users.calendar - summary: Create new navigation property to extensions for users - operationId: user.calendar.event.instance_CreateExtension + - users.calendarGroup + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance_decline parameters: - name: user-id in: path @@ -28888,6 +65369,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -28905,34 +65402,40 @@ paths: type: string x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': + post: tags: - - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.event.instance_GetExtension + - users.calendarGroup + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance_dismissReminder parameters: - name: user-id in: path @@ -28942,15 +65445,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -28958,54 +65469,30 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id1 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward': + post: tags: - - users.calendar - summary: Update the navigation property extensions in users - operationId: user.calendar.event.instance_UpdateExtension + - users.calendarGroup + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance_forward parameters: - name: user-id in: path @@ -29015,15 +65502,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -29031,41 +65526,47 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id1 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: tags: - - users.calendar - summary: Delete navigation property extensions for users - operationId: user.calendar.event.instance_DeleteExtension + - users.calendarGroup + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance_permanentDelete parameters: - name: user-id in: path @@ -29075,53 +65576,54 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: event-id + - name: calendarGroup-id in: path - description: The unique identifier of event + description: The unique identifier of calendarGroup required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendarGroup + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': + post: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.event.instance.extension_GetCount + - users.calendarGroup + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance_snoozeReminder parameters: - name: user-id in: path @@ -29131,6 +65633,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -29147,24 +65665,34 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/events/{event-id}/instances/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + post: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.event.instance_GetCount + - users.calendarGroup + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance_tentativelyAccept parameters: - name: user-id in: path @@ -29174,6 +65702,22 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -29182,52 +65726,45 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendar/events/$count': - get: - tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.event_GetCount - parameters: - - name: user-id + - name: event-id1 in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups': + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/$count': get: tags: - users.calendarGroup - summary: Get calendarGroups from users - description: The user's calendar groups. Read-only. Nullable. - operationId: user_ListCalendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.event.instance_GetCount parameters: - name: user-id in: path @@ -29237,98 +65774,47 @@ paths: schema: type: string x-ms-docs-key-type: user - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.calendarGroupCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - users.calendarGroup - summary: Create new navigation property to calendarGroups for users - operationId: user_CreateCalendarGroup - parameters: - - name: user-id + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarGroup' - required: true + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarGroup' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()': get: tags: - users.calendarGroup - summary: Get calendarGroups from users - description: The user's calendar groups. Read-only. Nullable. - operationId: user_GetCalendarGroup + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance_delta parameters: - name: user-id in: path @@ -29346,6 +65832,43 @@ paths: schema: type: string x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -29356,6 +65879,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -29368,24 +65901,41 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendarGroup' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - patch: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept': + post: tags: - users.calendarGroup - summary: Update the navigation property calendarGroups in users - operationId: user_UpdateCalendarGroup + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_accept parameters: - name: user-id in: path @@ -29403,33 +65953,55 @@ paths: schema: type: string x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendarGroup' + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarGroup' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel': + post: tags: - users.calendarGroup - summary: Delete navigation property calendarGroups for users - operationId: user_DeleteCalendarGroup + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_cancel parameters: - name: user-id in: path @@ -29447,30 +66019,51 @@ paths: schema: type: string x-ms-docs-key-type: calendarGroup - - name: If-Match - in: header - description: ETag + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline': + post: tags: - users.calendarGroup - summary: Get calendars from users - description: The calendars in the calendar group. Navigation property. Read-only. Nullable. - operationId: user.calendarGroup_ListCalendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_decline parameters: - name: user-id in: path @@ -29488,106 +66081,57 @@ paths: schema: type: string x-ms-docs-key-type: calendarGroup - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.calendarCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - users.calendarGroup - summary: Create new navigation property to calendars for users - operationId: user.calendarGroup_CreateCalendar - parameters: - - name: user-id + - name: calendar-id in: path - description: The unique identifier of user + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: calendarGroup-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup + x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder': + post: tags: - users.calendarGroup - summary: Get calendars from users - description: The calendars in the calendar group. Navigation property. Read-only. Nullable. - operationId: user.calendarGroup_GetCalendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_dismissReminder parameters: - name: user-id in: path @@ -29613,46 +66157,30 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward': + post: tags: - users.calendarGroup - summary: Update the navigation property calendars in users - operationId: user.calendarGroup_UpdateCalendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_forward parameters: - name: user-id in: path @@ -29678,33 +66206,47 @@ paths: schema: type: string x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.permanentDelete': + post: tags: - users.calendarGroup - summary: Delete navigation property calendars for users - operationId: user.calendarGroup_DeleteCalendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_permanentDelete parameters: - name: user-id in: path @@ -29730,30 +66272,30 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: If-Match - in: header - description: ETag + - name: event-id + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder': + post: tags: - users.calendarGroup - summary: Get calendarPermissions from users - description: The permissions of the users with whom the calendar is shared. - operationId: user.calendarGroup.calendar_ListCalendarPermission + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_snoozeReminder parameters: - name: user-id in: path @@ -29779,60 +66321,42 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept': post: tags: - users.calendarGroup - summary: Create new navigation property to calendarPermissions for users - operationId: user.calendarGroup.calendar_CreateCalendarPermission + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_tentativelyAccept parameters: - name: user-id in: path @@ -29858,35 +66382,45 @@ paths: schema: type: string x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendarPermission' + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarPermission' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}': + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/$count': get: tags: - users.calendarGroup - summary: Get calendarPermissions from users - description: The permissions of the users with whom the calendar is shared. - operationId: user.calendarGroup.calendar_GetCalendarPermission + summary: Get the number of the resource + operationId: user.calendarGroup.calendar.event_GetCount parameters: - name: user-id in: path @@ -29912,14 +66446,69 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: calendarPermission-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()': + get: + tags: + - users.calendarGroup + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_delta + parameters: + - name: user-id in: path - description: The unique identifier of calendarPermission + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: calendarPermission + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -29930,6 +66519,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -29942,24 +66541,37 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendarPermission' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - patch: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': + get: tags: - users.calendarGroup - summary: Update the navigation property calendarPermissions in users - operationId: user.calendarGroup.calendar_UpdateCalendarPermission + summary: Invoke function allowedCalendarSharingRoles + operationId: user.calendarGroup.calendar_allowedCalendarSharingRole parameters: - name: user-id in: path @@ -29985,41 +66597,51 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: calendarPermission-id + - name: User in: path - description: The unique identifier of calendarPermission + description: 'Usage: User=''{User}''' required: true style: simple schema: type: string - x-ms-docs-key-type: calendarPermission - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendarPermission' - required: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendarPermission' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendarRoleType' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.getSchedule': + post: tags: - users.calendarGroup - summary: Delete navigation property calendarPermissions for users - operationId: user.calendarGroup.calendar_DeleteCalendarPermission + summary: Invoke action getSchedule + description: 'Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta + operationId: user.calendarGroup.calendar_getSchedule parameters: - name: user-id in: path @@ -30045,37 +66667,64 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: calendarPermission-id - in: path - description: The unique identifier of calendarPermission - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarPermission - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Schedules: + type: array + items: + type: string + nullable: true + EndTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + StartTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + AvailabilityViewInterval: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/$count': - get: + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.scheduleInformation' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.permanentDelete': + post: tags: - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarPermission_GetCount + summary: Invoke action permanentDelete + description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar_permanentDelete parameters: - name: user-id in: path @@ -30101,25 +66750,18 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView': + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/$count': get: tags: - users.calendarGroup - summary: Get calendarView from users - description: The calendar view for the calendar. Navigation property. Read-only. - operationId: user.calendarGroup.calendar_ListCalendarView + summary: Get the number of the resource + operationId: user.calendarGroup.calendar_GetCount parameters: - name: user-id in: path @@ -30137,30 +66779,51 @@ paths: schema: type: string x-ms-docs-key-type: calendarGroup - - name: calendar-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarGroups/$count': + get: + tags: + - users.calendarGroup + summary: Get the number of the resource + operationId: user.calendarGroup_GetCount + parameters: + - name: user-id in: path - description: The unique identifier of calendar + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendars': + get: + tags: + - users.calendar + summary: Get calendars from users + description: The user's calendars. Read-only. Nullable. + operationId: user_ListCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user required: true - style: form - explode: false + style: simple schema: type: string + x-ms-docs-key-type: user - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -30198,25 +66861,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + $ref: '#/components/responses/microsoft.graph.calendarCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}': - get: + post: tags: - - users.calendarGroup - summary: Get calendarView from users - description: The calendar view for the calendar. Navigation property. Read-only. - operationId: user.calendarGroup.calendar_GetCalendarView + - users.calendar + summary: Create new navigation property to calendars for users + operationId: user_CreateCalendar parameters: - name: user-id in: path @@ -30226,14 +66882,39 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}': + get: + tags: + - users.calendar + summary: Get calendars from users + description: The user's calendars. Read-only. Nullable. + operationId: user_GetCalendar + parameters: + - name: user-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup + x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar @@ -30242,30 +66923,6 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - name: $select in: query description: Select properties to be returned @@ -30292,22 +66949,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments': - get: + patch: tags: - - users.calendarGroup - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.calendarView_ListAttachment + - users.calendar + summary: Update the navigation property calendars in users + operationId: user_UpdateCalendar parameters: - name: user-id in: path @@ -30317,14 +66967,45 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup + x-ms-docs-key-type: calendar + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property calendars for users + operationId: user_DeleteCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar @@ -30333,14 +67014,42 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: event-id + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/calendarPermissions': + get: + tags: + - users.calendar + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. + operationId: user.calendar_ListCalendarPermission + parameters: + - name: user-id in: path - description: The unique identifier of event + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: event + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -30378,23 +67087,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendarGroup - summary: Create new navigation property to attachments for users - operationId: user.calendarGroup.calendar.calendarView_CreateAttachment + - users.calendar + summary: Create new navigation property to calendarPermissions for users + operationId: user.calendar_CreateCalendarPermission parameters: - name: user-id in: path @@ -30404,14 +67108,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -30420,20 +67116,12 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: 2XX: @@ -30441,22 +67129,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.calendarPermission' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}': + '/users/{user-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}': get: tags: - - users.calendarGroup - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.calendarView_GetAttachment + - users.calendar + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. + operationId: user.calendar_GetCalendarPermission parameters: - name: user-id in: path @@ -30466,14 +67149,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -30482,22 +67157,14 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id + - name: calendarPermission-id in: path - description: The unique identifier of attachment + description: The unique identifier of calendarPermission required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: calendarPermission - name: $select in: query description: Select properties to be returned @@ -30524,20 +67191,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.calendarPermission' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - delete: + patch: tags: - - users.calendarGroup - summary: Delete navigation property attachments for users - operationId: user.calendarGroup.calendar.calendarView_DeleteAttachment + - users.calendar + summary: Update the navigation property calendarPermissions in users + operationId: user.calendar_UpdateCalendarPermission parameters: - name: user-id in: path @@ -30547,14 +67209,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -30563,45 +67217,36 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id + - name: calendarPermission-id in: path - description: The unique identifier of attachment + description: The unique identifier of calendarPermission required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: calendarPermission + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/$count': - get: + delete: tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarView.attachment_GetCount + - users.calendar + summary: Delete navigation property calendarPermissions for users + operationId: user.calendar_DeleteCalendarPermission parameters: - name: user-id in: path @@ -30611,14 +67256,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -30627,33 +67264,32 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: event-id + - name: calendarPermission-id in: path - description: The unique identifier of event + description: The unique identifier of calendarPermission required: true style: simple schema: type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: calendarPermission + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar': + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/calendarPermissions/$count': get: tags: - - users.calendarGroup - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendarGroup.calendar.calendarView_GetCalendar + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarPermission_GetCount parameters: - name: user-id in: path @@ -30663,14 +67299,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -30679,55 +67307,20 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences': + '/users/{user-id}/calendars/{calendar-id}/calendarView': get: tags: - - users.calendarGroup - summary: Get exceptionOccurrences from users - operationId: user.calendarGroup.calendar.calendarView_ListExceptionOccurrence + - users.calendar + summary: Get calendarView from users + description: The calendar view for the calendar. Navigation property. Read-only. + operationId: user.calendar_ListCalendarView parameters: - name: user-id in: path @@ -30737,14 +67330,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -30753,14 +67338,22 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: event-id - in: path - description: The unique identifier of event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true - style: simple + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false schema: type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -30801,21 +67394,17 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}': get: tags: - - users.calendarGroup - summary: Get exceptionOccurrences from users - operationId: user.calendarGroup.calendar.calendarView_GetExceptionOccurrence + - users.calendar + summary: Get calendarView from users + description: The calendar view for the calendar. Navigation property. Read-only. + operationId: user.calendar_GetCalendarView parameters: - name: user-id in: path @@ -30825,14 +67414,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -30849,14 +67430,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true - style: simple + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false schema: type: string - x-ms-docs-key-type: event - name: $select in: query description: Select properties to be returned @@ -30886,19 +67475,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments': get: tags: - - users.calendarGroup + - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_ListAttachment + operationId: user.calendar.calendarView_ListAttachment parameters: - name: user-id in: path @@ -30908,14 +67492,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -30932,14 +67508,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -30980,20 +67548,15 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendarGroup + - users.calendar summary: Create new navigation property to attachments for users - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_CreateAttachment + operationId: user.calendar.calendarView_CreateAttachment parameters: - name: user-id in: path @@ -31003,14 +67566,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -31027,14 +67582,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: @@ -31051,19 +67598,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}': get: tags: - - users.calendarGroup + - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_GetAttachment + operationId: user.calendar.calendarView_GetAttachment parameters: - name: user-id in: path @@ -31073,14 +67615,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -31097,14 +67631,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment @@ -31142,17 +67668,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendarGroup + - users.calendar summary: Delete navigation property attachments for users - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_DeleteAttachment + operationId: user.calendar.calendarView_DeleteAttachment parameters: - name: user-id in: path @@ -31162,14 +67683,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -31186,14 +67699,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment @@ -31213,18 +67718,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/$count': get: tags: - - users.calendarGroup + - users.calendar summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.attachment_GetCount + operationId: user.calendar.calendarView.attachment_GetCount parameters: - name: user-id in: path @@ -31234,14 +67734,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -31258,14 +67750,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -31273,18 +67757,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/calendar': - get: + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession': + post: tags: - - users.calendarGroup - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_GetCalendar + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.calendarView.attachment_createUploadSession parameters: - name: user-id in: path @@ -31294,14 +67776,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -31318,7 +67792,53 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar': + get: + tags: + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.calendarView_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -31355,19 +67875,13 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences': get: tags: - - users.calendarGroup - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_ListExtension + - users.calendar + summary: Get exceptionOccurrences from users + operationId: user.calendar.calendarView_ListExceptionOccurrence parameters: - name: user-id in: path @@ -31377,14 +67891,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -31401,14 +67907,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -31446,23 +67944,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}': + get: tags: - - users.calendarGroup - summary: Create new navigation property to extensions for users - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_CreateExtension + - users.calendar + summary: Get exceptionOccurrences from users + operationId: user.calendar.calendarView_GetExceptionOccurrence parameters: - name: user-id in: path @@ -31472,14 +67966,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -31504,35 +67990,43 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments': get: tags: - - users.calendarGroup - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_GetExtension + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.exceptionOccurrence_ListAttachment parameters: - name: user-id in: path @@ -31542,14 +68036,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -31574,14 +68060,21 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: extension + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -31604,24 +68097,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - - users.calendarGroup - summary: Update the navigation property extensions in users - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_UpdateExtension + - users.calendar + summary: Create new navigation property to attachments for users + operationId: user.calendar.calendarView.exceptionOccurrence_CreateAttachment parameters: - name: user-id in: path @@ -31631,14 +68118,63 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.exceptionOccurrence_GetAttachment + parameters: + - name: user-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup + x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar @@ -31663,41 +68199,49 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendarGroup - summary: Delete navigation property extensions for users - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_DeleteExtension + - users.calendar + summary: Delete navigation property attachments for users + operationId: user.calendar.calendarView.exceptionOccurrence_DeleteAttachment parameters: - name: user-id in: path @@ -31707,14 +68251,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -31739,14 +68275,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: attachment - name: If-Match in: header description: ETag @@ -31758,18 +68294,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': get: tags: - - users.calendarGroup + - users.calendar summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.extension_GetCount + operationId: user.calendar.calendarView.exceptionOccurrence.attachment_GetCount parameters: - name: user-id in: path @@ -31779,14 +68310,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -31818,18 +68341,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances': - get: + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: tags: - - users.calendarGroup - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_ListInstance + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id in: path @@ -31839,14 +68360,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -31871,78 +68384,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/calendar': get: tags: - - users.calendarGroup - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_GetInstance + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.calendarView.exceptionOccurrence_GetCalendar parameters: - name: user-id in: path @@ -31952,14 +68422,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -31984,30 +68446,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - name: $select in: query description: Select properties to be returned @@ -32034,22 +68472,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions': get: tags: - - users.calendarGroup - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_ListAttachment + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView.exceptionOccurrence_ListExtension parameters: - name: user-id in: path @@ -32059,14 +68492,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -32091,14 +68516,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -32136,23 +68553,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendarGroup - summary: Create new navigation property to attachments for users - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_CreateAttachment + - users.calendar + summary: Create new navigation property to extensions for users + operationId: user.calendar.calendarView.exceptionOccurrence_CreateExtension parameters: - name: user-id in: path @@ -32162,14 +68574,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -32194,20 +68598,12 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -32215,22 +68611,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': get: tags: - - users.calendarGroup - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_GetAttachment + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView.exceptionOccurrence_GetExtension parameters: - name: user-id in: path @@ -32240,14 +68631,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -32272,22 +68655,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id + - name: extension-id in: path - description: The unique identifier of attachment + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -32314,20 +68689,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - delete: + patch: tags: - - users.calendarGroup - summary: Delete navigation property attachments for users - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_DeleteAttachment + - users.calendar + summary: Update the navigation property extensions in users + operationId: user.calendar.calendarView.exceptionOccurrence_UpdateExtension parameters: - name: user-id in: path @@ -32337,14 +68707,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -32369,7 +68731,54 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property extensions for users + operationId: user.calendar.calendarView.exceptionOccurrence_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -32377,14 +68786,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id1 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension - name: If-Match in: header description: ETag @@ -32396,18 +68813,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': get: tags: - - users.calendarGroup + - users.calendar summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance.attachment_GetCount + operationId: user.calendar.calendarView.exceptionOccurrence.extension_GetCount parameters: - name: user-id in: path @@ -32417,14 +68829,53 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances': + get: + tags: + - users.calendar + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.exceptionOccurrence_ListInstance + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar @@ -32449,33 +68900,73 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true - style: simple + style: form + explode: false schema: type: string - x-ms-docs-key-type: event + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': get: tags: - - users.calendarGroup - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_GetCalendar + - users.calendar + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.exceptionOccurrence_GetInstance parameters: - name: user-id in: path @@ -32485,14 +68976,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -32525,6 +69008,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - name: $select in: query description: Select properties to be returned @@ -32551,22 +69050,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': get: tags: - - users.calendarGroup - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_ListExtension + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.exceptionOccurrence.instance_ListAttachment parameters: - name: user-id in: path @@ -32576,14 +69070,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -32653,23 +69139,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendarGroup - summary: Create new navigation property to extensions for users - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_CreateExtension + - users.calendar + summary: Create new navigation property to attachments for users + operationId: user.calendar.calendarView.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id in: path @@ -32679,14 +69160,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -32724,7 +69197,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: @@ -32732,22 +69205,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': get: tags: - - users.calendarGroup - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_GetExtension + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetAttachment parameters: - name: user-id in: path @@ -32757,14 +69225,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -32797,14 +69257,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: attachment - name: $select in: query description: Select properties to be returned @@ -32831,20 +69291,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - patch: + delete: tags: - - users.calendarGroup - summary: Update the navigation property extensions in users - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_UpdateExtension + - users.calendar + summary: Delete navigation property attachments for users + operationId: user.calendar.calendarView.exceptionOccurrence.instance_DeleteAttachment parameters: - name: user-id in: path @@ -32854,14 +69309,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -32894,41 +69341,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - delete: + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': + get: tags: - - users.calendarGroup - summary: Delete navigation property extensions for users - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_DeleteExtension + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.exceptionOccurrence.instance.attachment_GetCount parameters: - name: user-id in: path @@ -32938,14 +69376,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -32978,37 +69408,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': - get: + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance.extension_GetCount + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: user-id in: path @@ -33018,14 +69434,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -33058,24 +69466,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': get: tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_GetCount + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetCalendar parameters: - name: user-id in: path @@ -33085,14 +69504,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -33117,50 +69528,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/$count': - get: - tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_GetCount - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - - name: event-id + - name: event-id2 in: path description: The unique identifier of event required: true @@ -33168,25 +69536,43 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions': + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': get: tags: - - users.calendarGroup + - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.calendarView_ListExtension + operationId: user.calendar.calendarView.exceptionOccurrence.instance_ListExtension parameters: - name: user-id in: path @@ -33195,24 +69581,32 @@ paths: style: simple schema: type: string - x-ms-docs-key-type: user - - name: calendarGroup-id + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id + x-ms-docs-key-type: event + - name: event-id1 in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: event-id + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -33260,20 +69654,15 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendarGroup + - users.calendar summary: Create new navigation property to extensions for users - operationId: user.calendarGroup.calendar.calendarView_CreateExtension + operationId: user.calendar.calendarView.exceptionOccurrence.instance_CreateExtension parameters: - name: user-id in: path @@ -33283,23 +69672,31 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: event-id + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -33323,19 +69720,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': get: tags: - - users.calendarGroup + - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.calendarView_GetExtension + operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetExtension parameters: - name: user-id in: path @@ -33345,23 +69737,31 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: event-id + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -33406,17 +69806,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: - - users.calendarGroup + - users.calendar summary: Update the navigation property extensions in users - operationId: user.calendarGroup.calendar.calendarView_UpdateExtension + operationId: user.calendar.calendarView.exceptionOccurrence.instance_UpdateExtension parameters: - name: user-id in: path @@ -33426,23 +69821,31 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: event-id + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -33474,17 +69877,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendarGroup + - users.calendar summary: Delete navigation property extensions for users - operationId: user.calendarGroup.calendar.calendarView_DeleteExtension + operationId: user.calendar.calendarView.exceptionOccurrence.instance_DeleteExtension parameters: - name: user-id in: path @@ -33494,23 +69892,31 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: event-id + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -33537,18 +69943,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/$count': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': get: tags: - - users.calendarGroup + - users.calendar summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarView.extension_GetCount + operationId: user.calendar.calendarView.exceptionOccurrence.instance.extension_GetCount parameters: - name: user-id in: path @@ -33558,23 +69959,31 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: event-id + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -33589,18 +69998,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances': - get: + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': + post: tags: - - users.calendarGroup - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.calendarView_ListInstance + - users.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_accept parameters: - name: user-id in: path @@ -33610,14 +70017,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -33634,78 +70033,55 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + - name: event-id1 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': + post: tags: - - users.calendarGroup - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.calendarView_GetInstance + - users.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_cancel parameters: - name: user-id in: path @@ -33715,14 +70091,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -33747,64 +70115,43 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + - name: event-id2 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + post: tags: - - users.calendarGroup - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.calendarView.instance_ListAttachment + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_decline parameters: - name: user-id in: path @@ -33814,14 +70161,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -33846,60 +70185,49 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': post: tags: - - users.calendarGroup - summary: Create new navigation property to attachments for users - operationId: user.calendarGroup.calendar.calendarView.instance_CreateAttachment + - users.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_dismissReminder parameters: - name: user-id in: path @@ -33909,14 +70237,63 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar @@ -33941,35 +70318,47 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: tags: - - users.calendarGroup - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.calendarView.instance_GetAttachment + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_permanentDelete parameters: - name: user-id in: path @@ -33979,14 +70368,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -34011,71 +70392,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id2 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': + post: tags: - - users.calendarGroup - summary: Delete navigation property attachments for users - operationId: user.calendarGroup.calendar.calendarView.instance_DeleteAttachment + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_snoozeReminder parameters: - name: user-id in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup + x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar @@ -34100,37 +70449,42 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id2 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': + post: tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarView.instance.attachment_GetCount + - users.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_tentativelyAccept parameters: - name: user-id in: path @@ -34140,14 +70494,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -34172,25 +70518,45 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': get: tags: - - users.calendarGroup - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendarGroup.calendar.calendarView.instance_GetCalendar + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetCount parameters: - name: user-id in: path @@ -34200,14 +70566,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -34232,47 +70590,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()': get: tags: - - users.calendarGroup - summary: Get exceptionOccurrences from users - operationId: user.calendarGroup.calendar.calendarView.instance_ListExceptionOccurrence + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_delta parameters: - name: user-id in: path @@ -34282,14 +70616,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -34314,14 +70640,30 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -34329,9 +70671,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -34351,24 +70693,41 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': - get: + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': + post: tags: - - users.calendarGroup - summary: Get exceptionOccurrences from users - operationId: user.calendarGroup.calendar.calendarView.instance_GetExceptionOccurrence + - users.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_accept parameters: - name: user-id in: path @@ -34378,14 +70737,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -34410,56 +70761,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': + post: tags: - - users.calendarGroup - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_ListAttachment + - users.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_cancel parameters: - name: user-id in: path @@ -34469,14 +70803,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -34501,68 +70827,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': post: tags: - - users.calendarGroup - summary: Create new navigation property to attachments for users - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_decline parameters: - name: user-id in: path @@ -34572,14 +70865,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -34604,43 +70889,41 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': + post: tags: - - users.calendarGroup - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_GetAttachment + - users.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_dismissReminder parameters: - name: user-id in: path @@ -34650,14 +70933,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -34682,62 +70957,88 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_forward + parameters: + - name: user-id in: path - description: The unique identifier of event + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: attachment-id + x-ms-docs-key-type: user + - name: calendar-id in: path - description: The unique identifier of attachment + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: tags: - - users.calendarGroup - summary: Delete navigation property attachments for users - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_DeleteAttachment + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -34747,14 +71048,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -34779,45 +71072,83 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_snoozeReminder + parameters: + - name: user-id in: path - description: The unique identifier of event + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: attachment-id + x-ms-docs-key-type: user + - name: calendar-id in: path - description: The unique identifier of attachment + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': + post: tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence.attachment_GetCount + - users.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_tentativelyAccept parameters: - name: user-id in: path @@ -34827,14 +71158,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -34859,7 +71182,55 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.exceptionOccurrence_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -34874,18 +71245,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()': get: tags: - - users.calendarGroup - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_GetCalendar + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_delta parameters: - name: user-id in: path @@ -34895,14 +71264,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -34919,22 +71280,27 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true - style: simple + style: form + explode: false schema: type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true - style: simple + style: form + explode: false schema: type: string - x-ms-docs-key-type: event + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -34945,6 +71311,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -34957,26 +71333,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions': get: tags: - - users.calendarGroup + - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_ListExtension + operationId: user.calendar.calendarView_ListExtension parameters: - name: user-id in: path @@ -34986,14 +71374,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -35010,22 +71390,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -35066,20 +71430,15 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendarGroup + - users.calendar summary: Create new navigation property to extensions for users - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_CreateExtension + operationId: user.calendar.calendarView_CreateExtension parameters: - name: user-id in: path @@ -35089,14 +71448,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -35113,22 +71464,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: @@ -35145,19 +71480,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}': get: tags: - - users.calendarGroup + - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_GetExtension + operationId: user.calendar.calendarView_GetExtension parameters: - name: user-id in: path @@ -35167,14 +71497,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -35191,22 +71513,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -35244,17 +71550,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: - - users.calendarGroup + - users.calendar summary: Update the navigation property extensions in users - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_UpdateExtension + operationId: user.calendar.calendarView_UpdateExtension parameters: - name: user-id in: path @@ -35264,14 +71565,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -35288,22 +71581,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -35328,17 +71605,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendarGroup + - users.calendar summary: Delete navigation property extensions for users - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_DeleteExtension + operationId: user.calendar.calendarView_DeleteExtension parameters: - name: user-id in: path @@ -35348,14 +71620,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -35372,22 +71636,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -35407,18 +71655,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/$count': get: tags: - - users.calendarGroup + - users.calendar summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence.extension_GetCount + operationId: user.calendar.calendarView.extension_GetCount parameters: - name: user-id in: path @@ -35428,14 +71671,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -35452,15 +71687,38 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances': + get: + tags: + - users.calendar + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView_ListInstance + parameters: + - name: user-id in: path - description: The unique identifier of event + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -35468,24 +71726,73 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}': get: tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_GetCount + - users.calendar + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView_GetInstance parameters: - name: user-id in: path @@ -35495,14 +71802,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -35527,25 +71826,59 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions': + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments': get: tags: - - users.calendarGroup - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.calendarView.instance_ListExtension + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.instance_ListAttachment parameters: - name: user-id in: path @@ -35555,14 +71888,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -35624,23 +71949,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendarGroup - summary: Create new navigation property to extensions for users - operationId: user.calendarGroup.calendar.calendarView.instance_CreateExtension + - users.calendar + summary: Create new navigation property to attachments for users + operationId: user.calendar.calendarView.instance_CreateAttachment parameters: - name: user-id in: path @@ -35650,14 +71970,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -35687,7 +71999,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: @@ -35695,22 +72007,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': get: tags: - - users.calendarGroup - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.calendarView.instance_GetExtension + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.instance_GetAttachment parameters: - name: user-id in: path @@ -35720,14 +72027,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -35752,14 +72051,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: attachment - name: $select in: query description: Select properties to be returned @@ -35786,20 +72085,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - patch: + delete: tags: - - users.calendarGroup - summary: Update the navigation property extensions in users - operationId: user.calendarGroup.calendar.calendarView.instance_UpdateExtension + - users.calendar + summary: Delete navigation property attachments for users + operationId: user.calendar.calendarView.instance_DeleteAttachment parameters: - name: user-id in: path @@ -35809,14 +72103,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -35841,41 +72127,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - delete: + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/$count': + get: tags: - - users.calendarGroup - summary: Delete navigation property extensions for users - operationId: user.calendarGroup.calendar.calendarView.instance_DeleteExtension + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.instance.attachment_GetCount parameters: - name: user-id in: path @@ -35885,14 +72162,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -35917,37 +72186,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/$count': - get: + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarView.instance.extension_GetCount + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.attachment_createUploadSession parameters: - name: user-id in: path @@ -35957,14 +72212,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -35989,24 +72236,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/$count': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar': get: tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarView.instance_GetCount + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.calendarView.instance_GetCalendar parameters: - name: user-id in: path @@ -36016,23 +72274,23 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: event-id + x-ms-docs-key-type: event + - name: event-id1 in: path description: The unique identifier of event required: true @@ -36040,24 +72298,42 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/$count': + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences': get: tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.calendarView_GetCount + - users.calendar + summary: Get exceptionOccurrences from users + operationId: user.calendar.calendarView.instance_ListExceptionOccurrence parameters: - name: user-id in: path @@ -36067,14 +72343,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -36083,50 +72351,22 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events': - get: - tags: - - users.calendarGroup - summary: Get events from users - description: The events in the calendar. Navigation property. Read-only. - operationId: user.calendarGroup.calendar_ListEvent - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendarGroup-id + - name: event-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id + x-ms-docs-key-type: event + - name: event-id1 in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar + x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -36167,20 +72407,16 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': + get: tags: - - users.calendarGroup - summary: Create new navigation property to events for users - operationId: user.calendarGroup.calendar_CreateEvent + - users.calendar + summary: Get exceptionOccurrences from users + operationId: user.calendar.calendarView.instance_GetExceptionOccurrence parameters: - name: user-id in: path @@ -36190,14 +72426,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -36206,61 +72434,23 @@ paths: schema: type: string x-ms-docs-key-type: calendar - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}': - get: - tags: - - users.calendarGroup - summary: Get events from users - description: The events in the calendar. Navigation property. Read-only. - operationId: user.calendarGroup.calendar_GetEvent - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendarGroup-id + - name: event-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id + x-ms-docs-key-type: event + - name: event-id1 in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: event-id + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -36297,17 +72487,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - patch: + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': + get: tags: - - users.calendarGroup - summary: Update the navigation property events in users - operationId: user.calendarGroup.calendar_UpdateEvent + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.calendarView.instance.exceptionOccurrence_ListAttachment parameters: - name: user-id in: path @@ -36317,14 +72504,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -36341,59 +72520,7 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: - tags: - - users.calendarGroup - summary: Delete navigation property events for users - operationId: user.calendarGroup.calendar_DeleteEvent - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - - name: event-id + - name: event-id1 in: path description: The unique identifier of event required: true @@ -36401,56 +72528,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments': - get: - tags: - - users.calendarGroup - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.event_ListAttachment - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - - name: event-id + - name: event-id2 in: path description: The unique identifier of event required: true @@ -36498,20 +72576,15 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendarGroup + - users.calendar summary: Create new navigation property to attachments for users - operationId: user.calendarGroup.calendar.event_CreateAttachment + operationId: user.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id in: path @@ -36521,23 +72594,31 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: event-id + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -36561,19 +72642,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': get: tags: - - users.calendarGroup + - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.event_GetAttachment + operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetAttachment parameters: - name: user-id in: path @@ -36583,23 +72659,31 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: event-id + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -36644,17 +72728,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendarGroup + - users.calendar summary: Delete navigation property attachments for users - operationId: user.calendarGroup.calendar.event_DeleteAttachment + operationId: user.calendar.calendarView.instance.exceptionOccurrence_DeleteAttachment parameters: - name: user-id in: path @@ -36664,23 +72743,31 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id + x-ms-docs-key-type: calendar + - name: event-id in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: event-id + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -36707,18 +72794,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/$count': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': get: tags: - - users.calendarGroup + - users.calendar summary: Get the number of the resource - operationId: user.calendarGroup.calendar.event.attachment_GetCount + operationId: user.calendar.calendarView.instance.exceptionOccurrence.attachment_GetCount parameters: - name: user-id in: path @@ -36728,14 +72810,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -36752,51 +72826,15 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar': - get: - tags: - - users.calendarGroup - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendarGroup.calendar.event_GetCalendar - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id + - name: event-id1 in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: event-id + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -36804,47 +72842,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences': - get: + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: tags: - - users.calendarGroup - summary: Get exceptionOccurrences from users - operationId: user.calendarGroup.calendar.event_ListExceptionOccurrence + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id in: path @@ -36854,14 +72868,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -36878,61 +72884,51 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': get: tags: - - users.calendarGroup - summary: Get exceptionOccurrences from users - operationId: user.calendarGroup.calendar.event_GetExceptionOccurrence + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetCalendar parameters: - name: user-id in: path @@ -36942,14 +72938,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -36974,6 +72962,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - name: $select in: query description: Select properties to be returned @@ -37000,22 +72996,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': get: tags: - - users.calendarGroup - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_ListAttachment + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView.instance.exceptionOccurrence_ListExtension parameters: - name: user-id in: path @@ -37025,14 +73016,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -37057,6 +73040,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -37094,23 +73085,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendarGroup - summary: Create new navigation property to attachments for users - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_CreateAttachment + - users.calendar + summary: Create new navigation property to extensions for users + operationId: user.calendar.calendarView.instance.exceptionOccurrence_CreateExtension parameters: - name: user-id in: path @@ -37120,14 +73106,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -37152,12 +73130,20 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -37165,22 +73151,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': get: tags: - - users.calendarGroup - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_GetAttachment + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetExtension parameters: - name: user-id in: path @@ -37190,14 +73171,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -37222,14 +73195,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id2 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -37256,20 +73237,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - delete: + patch: tags: - - users.calendarGroup - summary: Delete navigation property attachments for users - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_DeleteAttachment + - users.calendar + summary: Update the navigation property extensions in users + operationId: user.calendar.calendarView.instance.exceptionOccurrence_UpdateExtension parameters: - name: user-id in: path @@ -37279,14 +73255,77 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property extensions for users + operationId: user.calendar.calendarView.instance.exceptionOccurrence_DeleteExtension + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar @@ -37311,14 +73350,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id2 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension - name: If-Match in: header description: ETag @@ -37330,18 +73377,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': get: tags: - - users.calendarGroup + - users.calendar summary: Get the number of the resource - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.attachment_GetCount + operationId: user.calendar.calendarView.instance.exceptionOccurrence.extension_GetCount parameters: - name: user-id in: path @@ -37351,14 +73393,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -37383,6 +73417,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -37390,18 +73432,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar': - get: + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': + post: tags: - - users.calendarGroup - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_GetCalendar + - users.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_accept parameters: - name: user-id in: path @@ -37411,14 +73451,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -37443,48 +73475,47 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + post: tags: - - users.calendarGroup - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_ListExtension + - users.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_cancel parameters: - name: user-id in: path @@ -37494,14 +73525,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -37526,60 +73549,43 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': post: tags: - - users.calendarGroup - summary: Create new navigation property to extensions for users - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_CreateExtension + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_decline parameters: - name: user-id in: path @@ -37589,14 +73595,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -37621,35 +73619,49 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': + post: tags: - - users.calendarGroup - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_GetExtension + - users.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_dismissReminder parameters: - name: user-id in: path @@ -37659,14 +73671,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -37691,54 +73695,30 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id2 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': + post: tags: - - users.calendarGroup - summary: Update the navigation property extensions in users - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_UpdateExtension + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_forward parameters: - name: user-id in: path @@ -37748,14 +73728,80 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_permanentDelete + parameters: + - name: user-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup + x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar @@ -37780,41 +73826,30 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id2 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true + x-ms-docs-key-type: event responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': + post: tags: - - users.calendarGroup - summary: Delete navigation property extensions for users - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_DeleteExtension + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id in: path @@ -37824,14 +73859,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -37856,37 +73883,42 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id2 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + post: tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.extension_GetCount + - users.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id in: path @@ -37896,14 +73928,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -37928,25 +73952,45 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': get: tags: - - users.calendarGroup - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_ListInstance + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetCount parameters: - name: user-id in: path @@ -37956,14 +74000,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -37988,78 +74024,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()': get: tags: - - users.calendarGroup - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_GetInstance + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_delta parameters: - name: user-id in: path @@ -38069,14 +74050,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -38101,17 +74074,9 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: startDateTime in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true style: form explode: false @@ -38119,12 +74084,17 @@ paths: type: string - name: endDateTime in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true style: form explode: false schema: type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -38135,6 +74105,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -38147,26 +74127,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions': get: tags: - - users.calendarGroup - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_ListAttachment + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView.instance_ListExtension parameters: - name: user-id in: path @@ -38176,14 +74168,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -38208,14 +74192,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -38253,23 +74229,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendarGroup - summary: Create new navigation property to attachments for users - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_CreateAttachment + - users.calendar + summary: Create new navigation property to extensions for users + operationId: user.calendar.calendarView.instance_CreateExtension parameters: - name: user-id in: path @@ -38279,14 +74250,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -38311,20 +74274,12 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -38332,22 +74287,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': get: tags: - - users.calendarGroup - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_GetAttachment + - users.calendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.calendarView.instance_GetExtension parameters: - name: user-id in: path @@ -38357,14 +74307,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -38389,22 +74331,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id + - name: extension-id in: path - description: The unique identifier of attachment + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -38431,20 +74365,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - delete: + patch: tags: - - users.calendarGroup - summary: Delete navigation property attachments for users - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_DeleteAttachment + - users.calendar + summary: Update the navigation property extensions in users + operationId: user.calendar.calendarView.instance_UpdateExtension parameters: - name: user-id in: path @@ -38454,14 +74383,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -38486,45 +74407,36 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id + - name: extension-id in: path - description: The unique identifier of attachment + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': - get: + delete: tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance.attachment_GetCount + - users.calendar + summary: Delete navigation property extensions for users + operationId: user.calendar.calendarView.instance_DeleteExtension parameters: - name: user-id in: path @@ -38534,14 +74446,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -38566,33 +74470,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: extension-id in: path - description: The unique identifier of event + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/$count': get: tags: - - users.calendarGroup - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_GetCalendar + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.calendarView.instance.extension_GetCount parameters: - name: user-id in: path @@ -38602,14 +74505,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -38634,56 +74529,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': - get: + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': + post: tags: - - users.calendarGroup - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_ListExtension + - users.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_accept parameters: - name: user-id in: path @@ -38693,14 +74555,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -38725,68 +74579,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': post: tags: - - users.calendarGroup - summary: Create new navigation property to extensions for users - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_CreateExtension + - users.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_cancel parameters: - name: user-id in: path @@ -38796,14 +74621,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -38828,43 +74645,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline': + post: tags: - - users.calendarGroup - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_GetExtension + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_decline parameters: - name: user-id in: path @@ -38874,14 +74683,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -38906,62 +74707,41 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': + post: tags: - - users.calendarGroup - summary: Update the navigation property extensions in users - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_UpdateExtension + - users.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_dismissReminder parameters: - name: user-id in: path @@ -38971,14 +74751,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -39003,7 +74775,40 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -39011,41 +74816,47 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id1 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: tags: - - users.calendarGroup - summary: Delete navigation property extensions for users - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_DeleteExtension + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_permanentDelete parameters: - name: user-id in: path @@ -39055,14 +74866,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -39087,45 +74890,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': + post: tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance.extension_GetCount + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_snoozeReminder parameters: - name: user-id in: path @@ -39135,14 +74915,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -39167,32 +74939,34 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + post: tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_GetCount + - users.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_tentativelyAccept parameters: - name: user-id in: path @@ -39202,14 +74976,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -39234,24 +75000,37 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/$count': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/$count': get: tags: - - users.calendarGroup + - users.calendar summary: Get the number of the resource - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_GetCount + operationId: user.calendar.calendarView.instance_GetCount parameters: - name: user-id in: path @@ -39261,14 +75040,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -39292,18 +75063,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()': get: tags: - - users.calendarGroup - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.event_ListExtension + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_delta parameters: - name: user-id in: path @@ -39313,14 +75082,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -39337,14 +75098,30 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -39352,9 +75129,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -39374,23 +75151,41 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': post: tags: - - users.calendarGroup - summary: Create new navigation property to extensions for users - operationId: user.calendarGroup.calendar.event_CreateExtension + - users.calendar + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView_accept parameters: - name: user-id in: path @@ -39400,14 +75195,64 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel': + post: + tags: + - users.calendar + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar @@ -39425,34 +75270,34 @@ paths: type: string x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline': + post: tags: - - users.calendarGroup - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.event_GetExtension + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView_decline parameters: - name: user-id in: path @@ -39462,14 +75307,66 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder': + post: + tags: + - users.calendar + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.calendarView_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar @@ -39486,54 +75383,80 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.calendarView_forward + parameters: + - name: user-id in: path - description: The unique identifier of extension + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.permanentDelete': + post: tags: - - users.calendarGroup - summary: Update the navigation property extensions in users - operationId: user.calendarGroup.calendar.event_UpdateExtension + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView_permanentDelete parameters: - name: user-id in: path @@ -39543,14 +75466,47 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup + x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar @@ -39567,41 +75523,34 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept': + post: tags: - - users.calendarGroup - summary: Delete navigation property extensions for users - operationId: user.calendarGroup.calendar.event_DeleteExtension + - users.calendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView_tentativelyAccept parameters: - name: user-id in: path @@ -39611,14 +75560,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -39635,37 +75576,37 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/$count': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/$count': get: tags: - - users.calendarGroup + - users.calendar summary: Get the number of the resource - operationId: user.calendarGroup.calendar.event.extension_GetCount + operationId: user.calendar.calendarView_GetCount parameters: - name: user-id in: path @@ -39675,14 +75616,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -39691,14 +75624,6 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -39706,18 +75631,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances': + '/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()': get: tags: - - users.calendarGroup - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.event_ListInstance + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.calendarView_delta parameters: - name: user-id in: path @@ -39727,14 +75650,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -39743,17 +75658,9 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: startDateTime in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true style: form explode: false @@ -39761,7 +75668,7 @@ paths: type: string - name: endDateTime in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true style: form explode: false @@ -39772,6 +75679,92 @@ paths: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendars/{calendar-id}/events': + get: + tags: + - users.calendar + summary: Get events from users + description: The events in the calendar. Navigation property. Read-only. + operationId: user.calendar_ListEvent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values @@ -39807,22 +75800,15 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}': - get: + post: tags: - - users.calendarGroup - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.event_GetInstance + - users.calendar + summary: Create new navigation property to events for users + operationId: user.calendar_CreateEvent parameters: - name: user-id in: path @@ -39832,31 +75818,56 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id + x-ms-docs-key-type: calendar + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}': + get: + tags: + - users.calendar + summary: Get events from users + description: The events in the calendar. Navigation property. Read-only. + operationId: user.calendar_GetEvent + parameters: + - name: user-id in: path - description: The unique identifier of calendar + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: event-id + x-ms-docs-key-type: user + - name: calendar-id in: path - description: The unique identifier of event + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id1 + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -39864,22 +75875,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - name: $select in: query description: Select properties to be returned @@ -39909,19 +75904,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments': - get: + patch: tags: - - users.calendarGroup - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.event.instance_ListAttachment + - users.calendar + summary: Update the navigation property events in users + operationId: user.calendar_UpdateEvent parameters: - name: user-id in: path @@ -39931,14 +75919,53 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property events for users + operationId: user.calendar_DeleteEvent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar @@ -39955,7 +75982,43 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments': + get: + tags: + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event_ListAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -40003,20 +76066,15 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendarGroup + - users.calendar summary: Create new navigation property to attachments for users - operationId: user.calendarGroup.calendar.event.instance_CreateAttachment + operationId: user.calendar.event_CreateAttachment parameters: - name: user-id in: path @@ -40026,14 +76084,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -40050,14 +76100,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: @@ -40074,19 +76116,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}': get: tags: - - users.calendarGroup + - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.event.instance_GetAttachment + operationId: user.calendar.event_GetAttachment parameters: - name: user-id in: path @@ -40096,14 +76133,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -40120,14 +76149,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment @@ -40165,17 +76186,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendarGroup + - users.calendar summary: Delete navigation property attachments for users - operationId: user.calendarGroup.calendar.event.instance_DeleteAttachment + operationId: user.calendar.event_DeleteAttachment parameters: - name: user-id in: path @@ -40185,14 +76201,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -40209,14 +76217,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment @@ -40236,18 +76236,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/$count': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/$count': get: tags: - - users.calendarGroup + - users.calendar summary: Get the number of the resource - operationId: user.calendarGroup.calendar.event.instance.attachment_GetCount + operationId: user.calendar.event.attachment_GetCount parameters: - name: user-id in: path @@ -40257,14 +76252,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -40281,14 +76268,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -40296,18 +76275,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar': - get: + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession': + post: tags: - - users.calendarGroup - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendarGroup.calendar.event.instance_GetCalendar + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.event.attachment_createUploadSession parameters: - name: user-id in: path @@ -40317,14 +76294,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -40341,55 +76310,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar': get: tags: - - users.calendarGroup - summary: Get exceptionOccurrences from users - operationId: user.calendarGroup.calendar.event.instance_ListExceptionOccurrence + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.event_GetCalendar parameters: - name: user-id in: path @@ -40399,14 +76348,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -40423,29 +76364,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -40468,24 +76386,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences': get: tags: - - users.calendarGroup + - users.calendar summary: Get exceptionOccurrences from users - operationId: user.calendarGroup.calendar.event.instance_GetExceptionOccurrence + operationId: user.calendar.event_ListExceptionOccurrence parameters: - name: user-id in: path @@ -40495,14 +76409,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -40519,7 +76425,74 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}': + get: + tags: + - users.calendar + summary: Get exceptionOccurrences from users + operationId: user.calendar.event_GetExceptionOccurrence + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -40527,7 +76500,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: event-id1 in: path description: The unique identifier of event required: true @@ -40564,19 +76537,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments': get: tags: - - users.calendarGroup + - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_ListAttachment + operationId: user.calendar.event.exceptionOccurrence_ListAttachment parameters: - name: user-id in: path @@ -40586,14 +76554,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -40618,14 +76578,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -40666,20 +76618,15 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendarGroup + - users.calendar summary: Create new navigation property to attachments for users - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_CreateAttachment + operationId: user.calendar.event.exceptionOccurrence_CreateAttachment parameters: - name: user-id in: path @@ -40689,14 +76636,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -40721,14 +76660,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: @@ -40745,19 +76676,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': get: tags: - - users.calendarGroup + - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_GetAttachment + operationId: user.calendar.event.exceptionOccurrence_GetAttachment parameters: - name: user-id in: path @@ -40767,14 +76693,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -40799,14 +76717,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment @@ -40844,17 +76754,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendarGroup + - users.calendar summary: Delete navigation property attachments for users - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_DeleteAttachment + operationId: user.calendar.event.exceptionOccurrence_DeleteAttachment parameters: - name: user-id in: path @@ -40864,14 +76769,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -40896,14 +76793,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment @@ -40923,18 +76812,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': get: tags: - - users.calendarGroup + - users.calendar summary: Get the number of the resource - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence.attachment_GetCount + operationId: user.calendar.event.exceptionOccurrence.attachment_GetCount parameters: - name: user-id in: path @@ -40944,14 +76828,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -40976,14 +76852,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -40991,18 +76859,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': - get: + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: tags: - - users.calendarGroup - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_GetCalendar + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id in: path @@ -41012,14 +76878,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -41044,7 +76902,61 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar': + get: + tags: + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.event.exceptionOccurrence_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 in: path description: The unique identifier of event required: true @@ -41081,19 +76993,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions': get: tags: - - users.calendarGroup + - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_ListExtension + operationId: user.calendar.event.exceptionOccurrence_ListExtension parameters: - name: user-id in: path @@ -41103,14 +77010,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -41135,14 +77034,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -41183,20 +77074,15 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendarGroup + - users.calendar summary: Create new navigation property to extensions for users - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_CreateExtension + operationId: user.calendar.event.exceptionOccurrence_CreateExtension parameters: - name: user-id in: path @@ -41206,14 +77092,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -41238,14 +77116,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: @@ -41262,19 +77132,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': get: tags: - - users.calendarGroup + - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_GetExtension + operationId: user.calendar.event.exceptionOccurrence_GetExtension parameters: - name: user-id in: path @@ -41284,14 +77149,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -41316,14 +77173,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -41361,17 +77210,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: - - users.calendarGroup + - users.calendar summary: Update the navigation property extensions in users - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_UpdateExtension + operationId: user.calendar.event.exceptionOccurrence_UpdateExtension parameters: - name: user-id in: path @@ -41381,14 +77225,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -41413,14 +77249,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -41445,17 +77273,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendarGroup + - users.calendar summary: Delete navigation property extensions for users - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_DeleteExtension + operationId: user.calendar.event.exceptionOccurrence_DeleteExtension parameters: - name: user-id in: path @@ -41465,14 +77288,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -41497,14 +77312,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -41524,18 +77331,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': get: tags: - - users.calendarGroup + - users.calendar summary: Get the number of the resource - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence.extension_GetCount + operationId: user.calendar.event.exceptionOccurrence.extension_GetCount parameters: - name: user-id in: path @@ -41545,14 +77347,53 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id + - name: calendar-id in: path - description: The unique identifier of calendarGroup + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: calendarGroup + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances': + get: + tags: + - users.calendar + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.exceptionOccurrence_ListInstance + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar @@ -41577,32 +77418,73 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true - style: simple + style: form + explode: false schema: type: string - x-ms-docs-key-type: event + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': get: tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_GetCount + - users.calendar + summary: Get instances from users + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.exceptionOccurrence_GetInstance parameters: - name: user-id in: path @@ -41612,14 +77494,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -41642,27 +77516,69 @@ paths: required: true style: simple schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions': + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': get: tags: - - users.calendarGroup - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.event.instance_ListExtension + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.exceptionOccurrence.instance_ListAttachment parameters: - name: user-id in: path @@ -41672,14 +77588,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -41704,6 +77612,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -41741,23 +77657,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendarGroup - summary: Create new navigation property to extensions for users - operationId: user.calendarGroup.calendar.event.instance_CreateExtension + - users.calendar + summary: Create new navigation property to attachments for users + operationId: user.calendar.event.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id in: path @@ -41767,14 +77678,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -41799,12 +77702,20 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: @@ -41812,22 +77723,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': get: tags: - - users.calendarGroup - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendarGroup.calendar.event.instance_GetExtension + - users.calendar + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.exceptionOccurrence.instance_GetAttachment parameters: - name: user-id in: path @@ -41837,14 +77743,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -41869,14 +77767,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id2 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment - name: $select in: query description: Select properties to be returned @@ -41903,20 +77809,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - patch: + delete: tags: - - users.calendarGroup - summary: Update the navigation property extensions in users - operationId: user.calendarGroup.calendar.event.instance_UpdateExtension + - users.calendar + summary: Delete navigation property attachments for users + operationId: user.calendar.event.exceptionOccurrence.instance_DeleteAttachment parameters: - name: user-id in: path @@ -41926,14 +77827,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -41958,75 +77851,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: - tags: - - users.calendarGroup - summary: Delete navigation property extensions for users - operationId: user.calendarGroup.calendar.event.instance_DeleteExtension - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 + - name: event-id2 in: path description: The unique identifier of event required: true @@ -42034,14 +77859,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: attachment - name: If-Match in: header description: ETag @@ -42053,18 +77878,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/$count': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': get: tags: - - users.calendarGroup + - users.calendar summary: Get the number of the resource - operationId: user.calendarGroup.calendar.event.instance.extension_GetCount + operationId: user.calendar.event.exceptionOccurrence.instance.attachment_GetCount parameters: - name: user-id in: path @@ -42074,14 +77894,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -42106,50 +77918,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/$count': - get: - tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.event.instance_GetCount - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - - name: event-id + - name: event-id2 in: path description: The unique identifier of event required: true @@ -42164,17 +77933,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/$count': - get: + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar.event_GetCount + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: user-id in: path @@ -42184,14 +77952,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar @@ -42200,188 +77960,59 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/$count': - get: - tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup.calendar_GetCount - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendarGroups/$count': - get: - tags: - - users.calendarGroup - summary: Get the number of the resource - operationId: user.calendarGroup_GetCount - parameters: - - name: user-id + - name: event-id in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars': - get: - tags: - - users.calendar - summary: Get calendars from users - description: The user's calendars. Read-only. Nullable. - operationId: user_ListCalendar - parameters: - - name: user-id + x-ms-docs-key-type: event + - name: event-id1 in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.calendarCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - users.calendar - summary: Create new navigation property to calendars for users - operationId: user_CreateCalendar - parameters: - - name: user-id + x-ms-docs-key-type: event + - name: event-id2 in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user + x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': get: tags: - users.calendar - summary: Get calendars from users - description: The user's calendars. Read-only. Nullable. - operationId: user_GetCalendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.event.exceptionOccurrence.instance_GetCalendar parameters: - name: user-id in: path @@ -42399,6 +78030,30 @@ paths: schema: type: string x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - name: $select in: query description: Select properties to be returned @@ -42428,17 +78083,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - patch: + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': + get: tags: - users.calendar - summary: Update the navigation property calendars in users - operationId: user_UpdateCalendar + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.event.exceptionOccurrence.instance_ListExtension parameters: - name: user-id in: path @@ -42456,91 +78108,30 @@ paths: schema: type: string x-ms-docs-key-type: calendar - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: - tags: - - users.calendar - summary: Delete navigation property calendars for users - operationId: user_DeleteCalendar - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendar-id + - name: event-id in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarPermissions': - get: - tags: - - users.calendar - summary: Get calendarPermissions from users - description: The permissions of the users with whom the calendar is shared. - operationId: user.calendar_ListCalendarPermission - parameters: - - name: user-id + x-ms-docs-key-type: event + - name: event-id1 in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: calendar-id + x-ms-docs-key-type: event + - name: event-id2 in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar + x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -42578,14 +78169,9 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -42593,8 +78179,8 @@ paths: post: tags: - users.calendar - summary: Create new navigation property to calendarPermissions for users - operationId: user.calendar_CreateCalendarPermission + summary: Create new navigation property to extensions for users + operationId: user.calendar.event.exceptionOccurrence.instance_CreateExtension parameters: - name: user-id in: path @@ -42612,12 +78198,36 @@ paths: schema: type: string x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendarPermission' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -42625,22 +78235,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendarPermission' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': get: tags: - users.calendar - summary: Get calendarPermissions from users - description: The permissions of the users with whom the calendar is shared. - operationId: user.calendar_GetCalendarPermission + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.event.exceptionOccurrence.instance_GetExtension parameters: - name: user-id in: path @@ -42658,14 +78263,38 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: calendarPermission-id + - name: event-id in: path - description: The unique identifier of calendarPermission + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendarPermission + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -42692,20 +78321,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendarPermission' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: - users.calendar - summary: Update the navigation property calendarPermissions in users - operationId: user.calendar_UpdateCalendarPermission + summary: Update the navigation property extensions in users + operationId: user.calendar.event.exceptionOccurrence.instance_UpdateExtension parameters: - name: user-id in: path @@ -42723,20 +78347,44 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: calendarPermission-id + - name: event-id in: path - description: The unique identifier of calendarPermission + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendarPermission + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendarPermission' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -42744,20 +78392,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendarPermission' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - users.calendar - summary: Delete navigation property calendarPermissions for users - operationId: user.calendar_DeleteCalendarPermission + summary: Delete navigation property extensions for users + operationId: user.calendar.event.exceptionOccurrence.instance_DeleteExtension parameters: - name: user-id in: path @@ -42775,14 +78418,38 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: calendarPermission-id + - name: event-id in: path - description: The unique identifier of calendarPermission + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendarPermission + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: extension-id + in: path + description: The unique identifier of extension + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: extension - name: If-Match in: header description: ETag @@ -42794,18 +78461,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarPermissions/$count': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': get: tags: - users.calendar summary: Get the number of the resource - operationId: user.calendar.calendarPermission_GetCount + operationId: user.calendar.event.exceptionOccurrence.instance.extension_GetCount parameters: - name: user-id in: path @@ -42823,6 +78485,30 @@ paths: schema: type: string x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -42830,18 +78516,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/calendarView': - get: + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': + post: tags: - users.calendar - summary: Get calendarView from users - description: The calendar view for the calendar. Navigation property. Read-only. - operationId: user.calendar_ListCalendarView + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_accept parameters: - name: user-id in: path @@ -42859,78 +78543,63 @@ paths: schema: type: string x-ms-docs-key-type: calendar - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + - name: event-id + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': + post: tags: - users.calendar - summary: Get calendarView from users - description: The calendar view for the calendar. Navigation property. Read-only. - operationId: user.calendar_GetCalendarView + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_cancel parameters: - name: user-id in: path @@ -42956,64 +78625,127 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + - name: event-id1 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + post: + tags: + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': + post: tags: - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView_ListAttachment + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_dismissReminder parameters: - name: user-id in: path @@ -43039,60 +78771,38 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': post: tags: - users.calendar - summary: Create new navigation property to attachments for users - operationId: user.calendar.calendarView_CreateAttachment + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_forward parameters: - name: user-id in: path @@ -43118,35 +78828,112 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - users.calendar + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': + post: tags: - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView_GetAttachment + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_snoozeReminder parameters: - name: user-id in: path @@ -43172,54 +78959,50 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id1 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': + post: tags: - users.calendar - summary: Delete navigation property attachments for users - operationId: user.calendar.calendarView_DeleteAttachment + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_tentativelyAccept parameters: - name: user-id in: path @@ -43245,37 +79028,53 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id1 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/$count': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': get: tags: - users.calendar summary: Get the number of the resource - operationId: user.calendar.calendarView.attachment_GetCount + operationId: user.calendar.event.exceptionOccurrence.instance_GetCount parameters: - name: user-id in: path @@ -43301,6 +79100,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -43308,18 +79115,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()': get: tags: - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.calendarView_GetCalendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_delta parameters: - name: user-id in: path @@ -43345,80 +79150,38 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences': - get: - tags: - - users.calendar - summary: Get exceptionOccurrences from users - operationId: user.calendar.calendarView_ListExceptionOccurrence - parameters: - - name: user-id + - name: event-id1 in: path - description: The unique identifier of user + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true - style: simple + style: form + explode: false schema: type: string - x-ms-docs-key-type: calendar - - name: event-id - in: path - description: The unique identifier of event + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true - style: simple + style: form + explode: false schema: type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -43426,9 +79189,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -43448,24 +79211,41 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}': - get: + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': + post: tags: - users.calendar - summary: Get exceptionOccurrences from users - operationId: user.calendar.calendarView_GetExceptionOccurrence + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_accept parameters: - name: user-id in: path @@ -43499,48 +79279,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': + post: tags: - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.exceptionOccurrence_ListAttachment + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_cancel parameters: - name: user-id in: path @@ -43574,60 +79345,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': post: tags: - users.calendar - summary: Create new navigation property to attachments for users - operationId: user.calendar.calendarView.exceptionOccurrence_CreateAttachment + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_decline parameters: - name: user-id in: path @@ -43662,34 +79408,40 @@ paths: type: string x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': + post: tags: - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.exceptionOccurrence_GetAttachment + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_dismissReminder parameters: - name: user-id in: path @@ -43723,54 +79475,88 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_forward + parameters: + - name: user-id in: path - description: The unique identifier of attachment + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: tags: - users.calendar - summary: Delete navigation property attachments for users - operationId: user.calendar.calendarView.exceptionOccurrence_DeleteAttachment + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -43804,37 +79590,83 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_snoozeReminder + parameters: + - name: user-id in: path - description: The unique identifier of attachment + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': + post: tags: - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.exceptionOccurrence.attachment_GetCount + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_tentativelyAccept parameters: - name: user-id in: path @@ -43868,25 +79700,37 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/calendar': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/$count': get: tags: - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.calendarView.exceptionOccurrence_GetCalendar + summary: Get the number of the resource + operationId: user.calendar.event.exceptionOccurrence_GetCount parameters: - name: user-id in: path @@ -43912,7 +79756,41 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()': + get: + tags: + - users.calendar + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -43920,6 +79798,27 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -43930,6 +79829,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -43942,26 +79851,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions': + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions': get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.exceptionOccurrence_ListExtension + operationId: user.calendar.event_ListExtension parameters: - name: user-id in: path @@ -43987,14 +79908,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -44035,11 +79948,6 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -44048,7 +79956,7 @@ paths: tags: - users.calendar summary: Create new navigation property to extensions for users - operationId: user.calendar.calendarView.exceptionOccurrence_CreateExtension + operationId: user.calendar.event_CreateExtension parameters: - name: user-id in: path @@ -44074,14 +79982,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: @@ -44098,19 +79998,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}': get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.exceptionOccurrence_GetExtension + operationId: user.calendar.event_GetExtension parameters: - name: user-id in: path @@ -44136,14 +80031,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -44181,17 +80068,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update the navigation property extensions in users - operationId: user.calendar.calendarView.exceptionOccurrence_UpdateExtension + operationId: user.calendar.event_UpdateExtension parameters: - name: user-id in: path @@ -44217,14 +80099,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -44249,17 +80123,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property extensions for users - operationId: user.calendar.calendarView.exceptionOccurrence_DeleteExtension + operationId: user.calendar.event_DeleteExtension parameters: - name: user-id in: path @@ -44285,14 +80154,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -44312,18 +80173,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/$count': get: tags: - users.calendar summary: Get the number of the resource - operationId: user.calendar.calendarView.exceptionOccurrence.extension_GetCount + operationId: user.calendar.event.extension_GetCount parameters: - name: user-id in: path @@ -44349,14 +80205,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -44364,18 +80212,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances': get: tags: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.exceptionOccurrence_ListInstance + operationId: user.calendar.event_ListInstance parameters: - name: user-id in: path @@ -44401,14 +80244,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' @@ -44465,22 +80300,17 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}': get: tags: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.exceptionOccurrence_GetInstance + operationId: user.calendar.event_GetInstance parameters: - name: user-id in: path @@ -44514,14 +80344,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' @@ -44567,19 +80389,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments': get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.exceptionOccurrence.instance_ListAttachment + operationId: user.calendar.event.instance_ListAttachment parameters: - name: user-id in: path @@ -44613,14 +80430,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -44661,11 +80470,6 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -44674,7 +80478,7 @@ paths: tags: - users.calendar summary: Create new navigation property to attachments for users - operationId: user.calendar.calendarView.exceptionOccurrence.instance_CreateAttachment + operationId: user.calendar.event.instance_CreateAttachment parameters: - name: user-id in: path @@ -44708,14 +80512,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: @@ -44732,19 +80528,261 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetAttachment + operationId: user.calendar.event.instance_GetAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.calendar + summary: Delete navigation property attachments for users + operationId: user.calendar.event.instance_DeleteAttachment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: attachment-id + in: path + description: The unique identifier of attachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar.event.instance.attachment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.calendar + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.event.instance.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar': + get: + tags: + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.event.instance_GetCalendar parameters: - name: user-id in: path @@ -44778,22 +80816,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id - in: path - description: The unique identifier of attachment - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attachment - name: $select in: query description: Select properties to be returned @@ -44820,20 +80842,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - delete: + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences': + get: tags: - users.calendar - summary: Delete navigation property attachments for users - operationId: user.calendar.calendarView.exceptionOccurrence.instance_DeleteAttachment + summary: Get exceptionOccurrences from users + operationId: user.calendar.event.instance_ListExceptionOccurrence parameters: - name: user-id in: path @@ -44867,105 +80885,56 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id - in: path - description: The unique identifier of attachment - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': - get: - tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.exceptionOccurrence.instance.attachment_GetCount - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': get: tags: - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetCalendar + summary: Get exceptionOccurrences from users + operationId: user.calendar.event.instance_GetExceptionOccurrence parameters: - name: user-id in: path @@ -45033,22 +81002,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': get: tags: - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.exceptionOccurrence.instance_ListExtension + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.instance.exceptionOccurrence_ListAttachment parameters: - name: user-id in: path @@ -45127,14 +81091,9 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -45142,8 +81101,8 @@ paths: post: tags: - users.calendar - summary: Create new navigation property to extensions for users - operationId: user.calendar.calendarView.exceptionOccurrence.instance_CreateExtension + summary: Create new navigation property to attachments for users + operationId: user.calendar.event.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id in: path @@ -45190,7 +81149,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: @@ -45198,22 +81157,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': get: tags: - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetExtension + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + operationId: user.calendar.event.instance.exceptionOccurrence_GetAttachment parameters: - name: user-id in: path @@ -45255,14 +81209,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: attachment - name: $select in: query description: Select properties to be returned @@ -45289,20 +81243,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - patch: + delete: tags: - users.calendar - summary: Update the navigation property extensions in users - operationId: user.calendar.calendarView.exceptionOccurrence.instance_UpdateExtension + summary: Delete navigation property attachments for users + operationId: user.calendar.event.instance.exceptionOccurrence_DeleteAttachment parameters: - name: user-id in: path @@ -45344,41 +81293,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: attachment-id in: path - description: The unique identifier of extension + description: The unique identifier of attachment required: true style: simple schema: type: string - x-ms-docs-key-type: extension - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' - required: true + x-ms-docs-key-type: attachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - delete: + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': + get: tags: - users.calendar - summary: Delete navigation property extensions for users - operationId: user.calendar.calendarView.exceptionOccurrence.instance_DeleteExtension + summary: Get the number of the resource + operationId: user.calendar.event.instance.exceptionOccurrence.attachment_GetCount parameters: - name: user-id in: path @@ -45420,37 +81360,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': - get: + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: tags: - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.exceptionOccurrence.instance.extension_GetCount + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id in: path @@ -45492,24 +81418,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': get: tags: - - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetCount + - users.calendar + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendar.event.instance.exceptionOccurrence_GetCalendar parameters: - name: user-id in: path @@ -45543,24 +81480,51 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/$count': + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': get: tags: - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.exceptionOccurrence_GetCount + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.event.instance.exceptionOccurrence_ListExtension parameters: - name: user-id in: path @@ -45586,43 +81550,15 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions': - get: - tags: - - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView_ListExtension - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendar-id + - name: event-id1 in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar - - name: event-id + x-ms-docs-key-type: event + - name: event-id2 in: path description: The unique identifier of event required: true @@ -45670,11 +81606,6 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -45683,7 +81614,7 @@ paths: tags: - users.calendar summary: Create new navigation property to extensions for users - operationId: user.calendar.calendarView_CreateExtension + operationId: user.calendar.event.instance.exceptionOccurrence_CreateExtension parameters: - name: user-id in: path @@ -45709,6 +81640,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: New navigation property content: @@ -45725,19 +81672,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView_GetExtension + operationId: user.calendar.event.instance.exceptionOccurrence_GetExtension parameters: - name: user-id in: path @@ -45763,6 +81705,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -45800,17 +81758,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update the navigation property extensions in users - operationId: user.calendar.calendarView_UpdateExtension + operationId: user.calendar.event.instance.exceptionOccurrence_UpdateExtension parameters: - name: user-id in: path @@ -45836,6 +81789,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -45860,17 +81829,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property extensions for users - operationId: user.calendar.calendarView_DeleteExtension + operationId: user.calendar.event.instance.exceptionOccurrence_DeleteExtension parameters: - name: user-id in: path @@ -45896,6 +81860,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension @@ -45915,18 +81895,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/$count': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': get: tags: - users.calendar summary: Get the number of the resource - operationId: user.calendar.calendarView.extension_GetCount + operationId: user.calendar.event.instance.exceptionOccurrence.extension_GetCount parameters: - name: user-id in: path @@ -45952,6 +81927,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -45959,18 +81950,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances': - get: + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': + post: tags: - users.calendar - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView_ListInstance + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_accept parameters: - name: user-id in: path @@ -45996,78 +81985,55 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + - name: event-id1 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + post: tags: - users.calendar - summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView_GetInstance + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_cancel parameters: - name: user-id in: path @@ -46101,64 +82067,43 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + - name: event-id2 + in: path + description: The unique identifier of event required: true - style: form - explode: false + style: simple schema: type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': + post: tags: - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.instance_ListAttachment + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_decline parameters: - name: user-id in: path @@ -46192,60 +82137,49 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': post: tags: - users.calendar - summary: Create new navigation property to attachments for users - operationId: user.calendar.calendarView.instance_CreateAttachment + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_dismissReminder parameters: - name: user-id in: path @@ -46279,35 +82213,30 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' - required: true + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': + post: tags: - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.instance_GetAttachment + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_forward parameters: - name: user-id in: path @@ -46341,54 +82270,47 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id2 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: tags: - users.calendar - summary: Delete navigation property attachments for users - operationId: user.calendar.calendarView.instance_DeleteAttachment + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -46422,37 +82344,30 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: attachment-id + - name: event-id2 in: path - description: The unique identifier of attachment + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: event responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': + post: tags: - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.instance.attachment_GetCount + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id in: path @@ -46486,25 +82401,42 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + post: tags: - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.calendarView.instance_GetCalendar + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id in: path @@ -46538,47 +82470,45 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': get: tags: - users.calendar - summary: Get exceptionOccurrences from users - operationId: user.calendar.calendarView.instance_ListExceptionOccurrence + summary: Get the number of the resource + operationId: user.calendar.event.instance.exceptionOccurrence_GetCount parameters: - name: user-id in: path @@ -46612,61 +82542,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()': get: tags: - users.calendar - summary: Get exceptionOccurrences from users - operationId: user.calendar.calendarView.instance_GetExceptionOccurrence + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_delta parameters: - name: user-id in: path @@ -46700,14 +82592,27 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true - style: simple + style: form + explode: false schema: type: string - x-ms-docs-key-type: event + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -46718,6 +82623,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -46730,26 +82645,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions': get: tags: - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.instance.exceptionOccurrence_ListAttachment + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.event.instance_ListExtension parameters: - name: user-id in: path @@ -46783,14 +82710,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -46828,14 +82747,9 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -46843,8 +82757,8 @@ paths: post: tags: - users.calendar - summary: Create new navigation property to attachments for users - operationId: user.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment + summary: Create new navigation property to extensions for users + operationId: user.calendar.event.instance_CreateExtension parameters: - name: user-id in: path @@ -46878,20 +82792,12 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: @@ -46899,22 +82805,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': get: tags: - users.calendar - summary: Get attachments from users - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetAttachment + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. + operationId: user.calendar.event.instance_GetExtension parameters: - name: user-id in: path @@ -46948,22 +82849,14 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id + - name: extension-id in: path - description: The unique identifier of attachment + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: attachment + x-ms-docs-key-type: extension - name: $select in: query description: Select properties to be returned @@ -46990,20 +82883,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.attachment' + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - delete: + patch: tags: - users.calendar - summary: Delete navigation property attachments for users - operationId: user.calendar.calendarView.instance.exceptionOccurrence_DeleteAttachment + summary: Update the navigation property extensions in users + operationId: user.calendar.event.instance_UpdateExtension parameters: - name: user-id in: path @@ -47037,45 +82925,36 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: attachment-id + - name: extension-id in: path - description: The unique identifier of attachment + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: attachment - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: extension + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': - get: + delete: tags: - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.instance.exceptionOccurrence.attachment_GetCount + summary: Delete navigation property extensions for users + operationId: user.calendar.event.instance_DeleteExtension parameters: - name: user-id in: path @@ -47109,33 +82988,32 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + - name: extension-id in: path - description: The unique identifier of event + description: The unique identifier of extension required: true style: simple schema: type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: extension + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': + x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/$count': get: tags: - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetCalendar + summary: Get the number of the resource + operationId: user.calendar.event.instance.extension_GetCount parameters: - name: user-id in: path @@ -47169,56 +83047,23 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.calendar' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': - get: + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept': + post: tags: - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.instance.exceptionOccurrence_ListExtension + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.event.instance_accept parameters: - name: user-id in: path @@ -47252,68 +83097,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel': post: tags: - users.calendar - summary: Create new navigation property to extensions for users - operationId: user.calendar.calendarView.instance.exceptionOccurrence_CreateExtension + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.event.instance_cancel parameters: - name: user-id in: path @@ -47347,43 +83163,35 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline': + post: tags: - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetExtension + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.event.instance_decline parameters: - name: user-id in: path @@ -47417,62 +83225,41 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': + post: tags: - users.calendar - summary: Update the navigation property extensions in users - operationId: user.calendar.calendarView.instance.exceptionOccurrence_UpdateExtension + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.event.instance_dismissReminder parameters: - name: user-id in: path @@ -47506,7 +83293,40 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.event.instance_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -47514,41 +83334,47 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: extension-id + - name: event-id1 in: path - description: The unique identifier of extension + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: tags: - users.calendar - summary: Delete navigation property extensions for users - operationId: user.calendar.calendarView.instance.exceptionOccurrence_DeleteExtension + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.instance_permanentDelete parameters: - name: user-id in: path @@ -47582,45 +83408,83 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': + post: + tags: + - users.calendar + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.event.instance_snoozeReminder + parameters: + - name: user-id in: path - description: The unique identifier of event + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id + x-ms-docs-key-type: user + - name: calendar-id in: path - description: The unique identifier of extension + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true style: simple schema: type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + post: tags: - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.instance.exceptionOccurrence.extension_GetCount + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.event.instance_tentativelyAccept parameters: - name: user-id in: path @@ -47654,32 +83518,37 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/$count': get: tags: - users.calendar summary: Get the number of the resource - operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetCount + operationId: user.calendar.event.instance_GetCount parameters: - name: user-id in: path @@ -47705,14 +83574,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -47720,18 +83581,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()': get: tags: - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.instance_ListExtension + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.event.instance_delta parameters: - name: user-id in: path @@ -47757,22 +83616,30 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true - style: simple + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false schema: type: string - x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -47780,9 +83647,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -47802,23 +83669,41 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept': post: tags: - users.calendar - summary: Create new navigation property to extensions for users - operationId: user.calendar.calendarView.instance_CreateExtension + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.event_accept parameters: - name: user-id in: path @@ -47844,43 +83729,39 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel': + post: tags: - users.calendar - summary: Get extensions from users - description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.calendarView.instance_GetExtension + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.event_cancel parameters: - name: user-id in: path @@ -47906,62 +83787,95 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline': + post: + tags: + - users.calendar + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.event_decline + parameters: + - name: user-id in: path - description: The unique identifier of event + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id + x-ms-docs-key-type: user + - name: calendar-id in: path - description: The unique identifier of extension + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: extension - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder': + post: tags: - users.calendar - summary: Update the navigation property extensions in users - operationId: user.calendar.calendarView.instance_UpdateExtension + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.event_dismissReminder parameters: - name: user-id in: path @@ -47987,49 +83901,80 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward': + post: + tags: + - users.calendar + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.event_forward + parameters: + - name: user-id in: path - description: The unique identifier of event + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: extension-id + x-ms-docs-key-type: user + - name: calendar-id in: path - description: The unique identifier of extension + description: The unique identifier of calendar required: true style: simple schema: type: string - x-ms-docs-key-type: extension + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.extension' + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.permanentDelete': + post: tags: - users.calendar - summary: Delete navigation property extensions for users - operationId: user.calendar.calendarView.instance_DeleteExtension + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event_permanentDelete parameters: - name: user-id in: path @@ -48055,45 +84000,22 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: extension-id - in: path - description: The unique identifier of extension - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: extension - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string responses: 2XX: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder': + post: tags: - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.instance.extension_GetCount + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.event_snoozeReminder parameters: - name: user-id in: path @@ -48119,32 +84041,34 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/$count': - get: + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept': + post: tags: - users.calendar - summary: Get the number of the resource - operationId: user.calendar.calendarView.instance_GetCount + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.event_tentativelyAccept parameters: - name: user-id in: path @@ -48170,24 +84094,37 @@ paths: schema: type: string x-ms-docs-key-type: event - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/calendarView/$count': + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/$count': get: tags: - users.calendar summary: Get the number of the resource - operationId: user.calendar.calendarView_GetCount + operationId: user.calendar.event_GetCount parameters: - name: user-id in: path @@ -48212,18 +84149,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/events': + '/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()': get: tags: - users.calendar - summary: Get events from users - description: The events in the calendar. Navigation property. Read-only. - operationId: user.calendar_ListEvent + summary: Invoke function delta + description: 'Get a set of event resources that are added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar that belongs to the user. When getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). Using deltas allows you to incrementally maintain and synchronize a local store of events in the specified calendar. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: user.calendar.event_delta parameters: - name: user-id in: path @@ -48241,14 +84176,30 @@ paths: schema: type: string x-ms-docs-key-type: calendar + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -48256,9 +84207,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -48278,23 +84229,99 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation + '/users/{user-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': + get: + tags: + - users.calendar + summary: Invoke function allowedCalendarSharingRoles + operationId: user.calendar_allowedCalendarSharingRole + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: User + in: path + description: 'Usage: User=''{User}''' + required: true + style: simple + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendarRoleType' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendars/{calendar-id}/microsoft.graph.getSchedule': post: tags: - users.calendar - summary: Create new navigation property to events for users - operationId: user.calendar_CreateEvent + summary: Invoke action getSchedule + description: 'Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta + operationId: user.calendar_getSchedule parameters: - name: user-id in: path @@ -48313,34 +84340,63 @@ paths: type: string x-ms-docs-key-type: calendar requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' + type: object + properties: + Schedules: + type: array + items: + type: string + nullable: true + EndTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + StartTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + AvailabilityViewInterval: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.event' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}': - get: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.scheduleInformation' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/calendars/{calendar-id}/microsoft.graph.permanentDelete': + post: tags: - users.calendar - summary: Get events from users - description: The events in the calendar. Navigation property. Read-only. - operationId: user.calendar_GetEvent + summary: Invoke action permanentDelete + description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta + operationId: user.calendar_permanentDelete parameters: - name: user-id in: path @@ -48358,6 +84414,126 @@ paths: schema: type: string x-ms-docs-key-type: calendar + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/$count': + get: + tags: + - users.calendar + summary: Get the number of the resource + operationId: user.calendar_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/calendarView': + get: + tags: + - users.event + summary: Get calendarView from users + description: The calendar view for the calendar. Read-only. Nullable. + operationId: user_ListCalendarView + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/calendarView/{event-id}': + get: + tags: + - users.event + summary: Get calendarView from users + description: The calendar view for the calendar. Read-only. Nullable. + operationId: user_GetCalendarView + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event @@ -48366,6 +84542,22 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - name: $select in: query description: Select properties to be returned @@ -48395,118 +84587,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - patch: - tags: - - users.calendar - summary: Update the navigation property events in users - operationId: user.calendar_UpdateEvent - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.event' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - delete: - tags: - - users.calendar - summary: Delete navigation property events for users - operationId: user.calendar_DeleteEvent - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments': + '/users/{user-id}/calendarView/{event-id}/attachments': get: tags: - - users.calendar + - users.event summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event_ListAttachment + operationId: user.calendarView_ListAttachment parameters: - name: user-id in: path @@ -48516,14 +84604,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -48572,20 +84652,15 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendar + - users.event summary: Create new navigation property to attachments for users - operationId: user.calendar.event_CreateAttachment + operationId: user.calendarView_CreateAttachment parameters: - name: user-id in: path @@ -48595,14 +84670,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -48627,19 +84694,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}': + '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}': get: tags: - - users.calendar + - users.event summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event_GetAttachment + operationId: user.calendarView_GetAttachment parameters: - name: user-id in: path @@ -48649,14 +84711,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -48702,17 +84756,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendar + - users.event summary: Delete navigation property attachments for users - operationId: user.calendar.event_DeleteAttachment + operationId: user.calendarView_DeleteAttachment parameters: - name: user-id in: path @@ -48722,14 +84771,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -48757,18 +84798,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/$count': + '/users/{user-id}/calendarView/{event-id}/attachments/$count': get: tags: - - users.calendar + - users.event summary: Get the number of the resource - operationId: user.calendar.event.attachment_GetCount + operationId: user.calendarView.attachment_GetCount parameters: - name: user-id in: path @@ -48778,14 +84814,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -48801,18 +84829,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar': - get: + '/users/{user-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession': + post: tags: - - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.event_GetCalendar + - users.event + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarView.attachment_createUploadSession parameters: - name: user-id in: path @@ -48822,14 +84848,52 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id + - name: event-id in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarView/{event-id}/calendar': + get: + tags: + - users.event + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendarView_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event @@ -48867,18 +84931,13 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences': + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences': get: tags: - - users.calendar + - users.event summary: Get exceptionOccurrences from users - operationId: user.calendar.event_ListExceptionOccurrence + operationId: user.calendarView_ListExceptionOccurrence parameters: - name: user-id in: path @@ -48888,14 +84947,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -48944,21 +84995,16 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}': + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}': get: tags: - - users.calendar + - users.event summary: Get exceptionOccurrences from users - operationId: user.calendar.event_GetExceptionOccurrence + operationId: user.calendarView_GetExceptionOccurrence parameters: - name: user-id in: path @@ -48968,14 +85014,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -49021,19 +85059,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments': + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments': get: tags: - - users.calendar + - users.event summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.exceptionOccurrence_ListAttachment + operationId: user.calendarView.exceptionOccurrence_ListAttachment parameters: - name: user-id in: path @@ -49043,14 +85076,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -49107,20 +85132,15 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendar + - users.event summary: Create new navigation property to attachments for users - operationId: user.calendar.event.exceptionOccurrence_CreateAttachment + operationId: user.calendarView.exceptionOccurrence_CreateAttachment parameters: - name: user-id in: path @@ -49130,14 +85150,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -49170,19 +85182,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': get: tags: - - users.calendar + - users.event summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.exceptionOccurrence_GetAttachment + operationId: user.calendarView.exceptionOccurrence_GetAttachment parameters: - name: user-id in: path @@ -49192,14 +85199,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -49253,17 +85252,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendar + - users.event summary: Delete navigation property attachments for users - operationId: user.calendar.event.exceptionOccurrence_DeleteAttachment + operationId: user.calendarView.exceptionOccurrence_DeleteAttachment parameters: - name: user-id in: path @@ -49273,14 +85267,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -49316,18 +85302,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': get: tags: - - users.calendar + - users.event summary: Get the number of the resource - operationId: user.calendar.event.exceptionOccurrence.attachment_GetCount + operationId: user.calendarView.exceptionOccurrence.attachment_GetCount parameters: - name: user-id in: path @@ -49337,14 +85318,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -49368,18 +85341,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar': - get: + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: tags: - - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.event.exceptionOccurrence_GetCalendar + - users.event + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarView.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id in: path @@ -49389,14 +85360,60 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id + - name: event-id in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/calendar': + get: + tags: + - users.event + summary: Get calendar from users + description: The calendar that contains the event. Navigation property. Read-only. + operationId: user.calendarView.exceptionOccurrence_GetCalendar + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event @@ -49442,19 +85459,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions': + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions': get: tags: - - users.calendar + - users.event summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.event.exceptionOccurrence_ListExtension + operationId: user.calendarView.exceptionOccurrence_ListExtension parameters: - name: user-id in: path @@ -49464,14 +85476,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -49528,20 +85532,15 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendar + - users.event summary: Create new navigation property to extensions for users - operationId: user.calendar.event.exceptionOccurrence_CreateExtension + operationId: user.calendarView.exceptionOccurrence_CreateExtension parameters: - name: user-id in: path @@ -49551,14 +85550,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -49591,19 +85582,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': get: tags: - - users.calendar + - users.event summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. - operationId: user.calendar.event.exceptionOccurrence_GetExtension + operationId: user.calendarView.exceptionOccurrence_GetExtension parameters: - name: user-id in: path @@ -49613,14 +85599,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -49674,17 +85652,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: - - users.calendar + - users.event summary: Update the navigation property extensions in users - operationId: user.calendar.event.exceptionOccurrence_UpdateExtension + operationId: user.calendarView.exceptionOccurrence_UpdateExtension parameters: - name: user-id in: path @@ -49694,14 +85667,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -49742,17 +85707,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendar + - users.event summary: Delete navigation property extensions for users - operationId: user.calendar.event.exceptionOccurrence_DeleteExtension + operationId: user.calendarView.exceptionOccurrence_DeleteExtension parameters: - name: user-id in: path @@ -49762,14 +85722,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -49805,18 +85757,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': get: tags: - - users.calendar + - users.event summary: Get the number of the resource - operationId: user.calendar.event.exceptionOccurrence.extension_GetCount + operationId: user.calendarView.exceptionOccurrence.extension_GetCount parameters: - name: user-id in: path @@ -49826,14 +85773,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -49857,18 +85796,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances': + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances': get: tags: - - users.calendar + - users.event summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.exceptionOccurrence_ListInstance + operationId: user.calendarView.exceptionOccurrence_ListInstance parameters: - name: user-id in: path @@ -49878,14 +85812,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -49958,22 +85884,17 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}': get: tags: - - users.calendar + - users.event summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.exceptionOccurrence_GetInstance + operationId: user.calendarView.exceptionOccurrence_GetInstance parameters: - name: user-id in: path @@ -49983,14 +85904,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -50060,19 +85973,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': get: tags: - - users.calendar + - users.event summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.exceptionOccurrence.instance_ListAttachment + operationId: user.calendarView.exceptionOccurrence.instance_ListAttachment parameters: - name: user-id in: path @@ -50082,14 +85990,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -50154,20 +86054,15 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - users.calendar + - users.event summary: Create new navigation property to attachments for users - operationId: user.calendar.event.exceptionOccurrence.instance_CreateAttachment + operationId: user.calendarView.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id in: path @@ -50177,14 +86072,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -50225,19 +86112,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': get: tags: - - users.calendar + - users.event summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' - operationId: user.calendar.event.exceptionOccurrence.instance_GetAttachment + operationId: user.calendarView.exceptionOccurrence.instance_GetAttachment parameters: - name: user-id in: path @@ -50247,14 +86129,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -50316,17 +86190,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: - - users.calendar + - users.event summary: Delete navigation property attachments for users - operationId: user.calendar.event.exceptionOccurrence.instance_DeleteAttachment + operationId: user.calendarView.exceptionOccurrence.instance_DeleteAttachment parameters: - name: user-id in: path @@ -50336,14 +86205,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -50387,18 +86248,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': get: tags: - - users.calendar + - users.event summary: Get the number of the resource - operationId: user.calendar.event.exceptionOccurrence.instance.attachment_GetCount + operationId: user.calendarView.exceptionOccurrence.instance.attachment_GetCount parameters: - name: user-id in: path @@ -50408,14 +86264,6 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event @@ -50447,18 +86295,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': - get: + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: tags: - - users.calendar - summary: Get calendar from users - description: The calendar that contains the event. Navigation property. Read-only. - operationId: user.calendar.event.exceptionOccurrence.instance_GetCalendar + - users.event + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarView.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: user-id in: path @@ -50468,14 +86314,68 @@ paths: schema: type: string x-ms-docs-key-type: user - - name: calendar-id + - name: event-id in: path - description: The unique identifier of calendar + description: The unique identifier of event required: true style: simple schema: type: string - x-ms-docs-key-type: calendar + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style:{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}